chiark / gitweb /
test suite: tag-to-upload tests: Set LC_MESSAGES in with-mangled
[dgit.git] / git-debpush.1.pod
index f1edf776d64c185d22b41a016722b19e3afdd0f8..0cd274d78714dea3a7bf8c64265b2d80b3cc51c7 100644 (file)
@@ -109,11 +109,6 @@ 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.
 
 You are using the 'bare debian' branch format, with the upstream
 source in the form of an upstream tag.
 
-=item B<--quilt=baredebian+tarball>|B<--baredebian+tarball>
-
-You are using the 'bare debian' branch format, with the upstream
-source in the form of a tarball.
-
 =item B<--quilt=linear>
 
 You are using the 'manually maintained applied' branch format or
 =item B<--quilt=linear>
 
 You are using the 'manually maintained applied' branch format or
@@ -171,11 +166,11 @@ most common case.
 =item B<--upstream=>I<TAG>
 
 When pushing a non-native package,
 =item B<--upstream=>I<TAG>
 
 When pushing a non-native package,
-git-debpush needs a tag for the upstream part of your package.
+B<git-debpush> needs a tag for the upstream part of your package.
 
 
-By default git-debpush asks git-deborig,
-which searches for a suitable tag in your tree,
-based on the upstream version.
+By default B<git-debpush> asks git-deborig(1),
+which searches for a suitable tag
+based on the upstream version in debian/changelog.
 
 =item B<--remote=>I<REMOTE>
 
 
 =item B<--remote=>I<REMOTE>
 
@@ -196,5 +191,6 @@ Git branch formats in use by Debian maintainers:
 
 =head1 AUTHOR
 
 
 =head1 AUTHOR
 
-B<git-debpush> was written by Sean Whitton <spwhitton@spwhitton.name>
-with much input from Ian Jackson <ijackson@chiark.greenend.org.uk>.
+B<git-debpush> and this manpage were written by Sean Whitton
+<spwhitton@spwhitton.name> with much input from Ian Jackson
+<ijackson@chiark.greenend.org.uk>.