X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=git-debpush.1.pod;h=3e065ab6dc4cc45e1060d93eebd519d07bb37cd7;hp=a554fd5695cb245d5c5609fece34cb0cafc309c4;hb=HEAD;hpb=e82d9492c0a63d75c96e2ebdbc93300d57927d60 diff --git a/git-debpush.1.pod b/git-debpush.1.pod index a554fd56..3e065ab6 100644 --- a/git-debpush.1.pod +++ b/git-debpush.1.pod @@ -109,6 +109,8 @@ You are using git-dpm(1)'s branch format. You are using the 'bare debian' branch format, with the upstream source in the form of an upstream tag. +B<--quilt=baredebian+git> is an alias for B<--quilt=baredebian>. + =item B<--quilt=linear> You are using the 'manually maintained applied' branch format or @@ -185,7 +187,12 @@ Ignore the results of all checks designed to prevent broken uploads. =item B<--force>=I[,I] ... Override individual checks designed to prevent broken uploads. May be -specified more than once. Valid values for I are: +specified more than once. + +Using B<--force> or B<--force=>I might cause the upload to fail +at some later point in the process. + +Valid values for I are: =over 4 @@ -206,6 +213,26 @@ Ignore any differences between the upstream source in the upstream tag and the upstream source in the branch to be tagged (this check is only run when using B<--quilt=gbp> or B<--quilt=unapplied>). +=item B + +Ignore any failures of the following two checks: + +=over 4 + +=item + +With B<--quilt=gbp>, B<--quilt=unapplied>, B<--quilt=baredebian>, +B<--quilt=dpm>, and B<--quilt=nofix>, the quilt patches should apply +cleanly to the upstream source with git-apply(1). + +=item + +With B<--quilt=dpm> and B<--quilt=nofix>, applying the quilt patches +to the upstream source should produce exactly the source tree to be +tagged. + +=back + =item B Permit upload to a suite called UNRELEASED. @@ -216,8 +243,19 @@ Ignore apparently pushing the dgit view of a package (as produced by B) to the maintainer branch, where the dgit view and the maintainer view of the package are not identical. +=item B + +Ignore the fact that the branch to be pushed seems to be a +git-debrebase(1) branch in an unstitched state (see git-debrebase(5)). + =back +=item B + +Ignore the fact that HEAD is to be tagged, but HEAD is detached (this +check is only run when B<--branch=HEAD> or no B<--branch> option is +specified). + =back =head1 SEE ALSO