X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=git-debpush.1.pod;h=b9a908efe44b6d7800a922550f74210f92b2be38;hb=d859eec10fe463619069a01f4489b2a11af31fab;hp=a554fd5695cb245d5c5609fece34cb0cafc309c4;hpb=e82d9492c0a63d75c96e2ebdbc93300d57927d60;p=dgit.git diff --git a/git-debpush.1.pod b/git-debpush.1.pod index a554fd56..b9a908ef 100644 --- a/git-debpush.1.pod +++ b/git-debpush.1.pod @@ -206,6 +206,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,6 +236,11 @@ 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 =back