summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-01-25 09:11:11 -0700
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-25 16:21:31 +0000
commit79edd10df4113ce3ba25161c26fd90fbf29ece48 (patch)
treed53ce2e8f3f0cacc559ae72e6014f601b5e28123
parenteaacd8a861ecf3dde313800f758fc1dd8a595aff (diff)
dgit-maint-merge(7): Quote sample clone commands
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name> Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--debian/changelog1
-rw-r--r--dgit-maint-merge.7.pod4
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index a2491f7..b8937b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ dgit (3.9~) unstable; urgency=medium
Documentation:
* dgit-maint-merge(7): Get git clone url right. Closes:#852609.
+ * dgit-maint-merge(7): Quote sample clone commands. Closes:#852615.
Test suite:
* overwrite-chkclog: test UNRELEASED handling.
diff --git a/dgit-maint-merge.7.pod b/dgit-maint-merge.7.pod
index 16fef9b..3da1b78 100644
--- a/dgit-maint-merge.7.pod
+++ b/dgit-maint-merge.7.pod
@@ -258,8 +258,8 @@ first upload of upstream version 1.2.3, you could use:
=back
-(If you have dgit, use dgit clone foo,
-rather than plain git clone.)
+(If you have dgit, use `dgit clone foo`,
+rather than plain `git clone`.)
A single combined diff, containing all the changes, follows.