From: Sean Whitton Date: Fri, 6 Jul 2018 10:59:59 +0000 (+0100) Subject: dgit(1): Unscramble push and push-source descriptions X-Git-Tag: archive/debian/5.8~9 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=07497abfd7bc78144279fbb87a6435aad18b9c0a;hp=d51baf0412dd503a3c9ad66bf4a4bf845b6efb35;p=dgit.git dgit(1): Unscramble push and push-source descriptions These got mixed up in a recent commit. Signed-off-by: Sean Whitton --- diff --git a/dgit.1 b/dgit.1 index 73efbb0c..67aa2fab 100644 --- a/dgit.1 +++ b/dgit.1 @@ -227,9 +227,6 @@ dgit push always uses the package, suite and version specified in the debian/changelog and the .dsc, which must agree. If the command line specifies a suite then that must match too. -With \fB-C\fR, performs a dgit push, additionally ensuring that no -binary packages are uploaded. - When used on a git-debrebase branch, dgit calls git-debrebase to prepare the branch @@ -239,6 +236,9 @@ for source package upload and push. Without \fB-C\fR, builds a source package and dgit pushes it. Saying \fBdgit push-source\fR is like saying "update the source code in the archive to match my git HEAD, and let the autobuilders do the rest." + +With \fB-C\fR, performs a dgit push, additionally ensuring that no +binary packages are uploaded. .TP \fBdgit rpush\fR \fIbuild-host\fR\fB:\fR\fIbuild-dir\fR [\fIpush args...\fR] Pushes the contents of the specified directory on a remote machine.