X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=git-debpush.1.pod;fp=git-debpush.1.pod;h=429148d40181023c23d04e8099763ac6bdb6e7e9;hb=45c18da882a7bb95c35973223a01deca171bfb69;hp=242bf677ffdadfefdf022dc33278f2cb0a946526;hpb=c01951dd94161b9e9c2b602b1e308ee4354c9520;p=dgit.git diff --git a/git-debpush.1.pod b/git-debpush.1.pod index 242bf677..429148d4 100644 --- a/git-debpush.1.pod +++ b/git-debpush.1.pod @@ -146,10 +146,6 @@ upload your package. Just tag, don't push. -=item B<--force>|B<-f> - -Ignore the results of all checks designed to prevent broken uploads. - =item B<-u> I Passed on to git-tag(1). @@ -182,6 +178,40 @@ git would use if you typed "git push BRANCH". What distribution name to embed in the signed tag. Defaults to "debian". +=item B<--force>|B<-f> + +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: + +=over 4 + +=item B + +Permit uploading to a different suite than the target of the most +recent upload made with B (e.g. when uploading to +Debian unstable after uploading to Debian experimental). + +=item B + +Ignore the fact that the upstream tag is not an ancestor of the branch +to be tagged (skipping this check is implied by B<--quilt=baredebian>). + +=item B + +Permit upload to a suite called UNRELEASED. + +=item B + +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. + +=back + =back =head1 SEE ALSO