summaryrefslogtreecommitdiff
path: root/dgit-maint-debrebase.7.pod
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-04-19 09:32:33 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-04-19 09:43:59 -0700
commit130db7d9bae45f6a5777c841dd97356b7335a98c (patch)
tree0c718f25bd55ea2036add03fff935737d70e1f7d /dgit-maint-debrebase.7.pod
parenta090117492eafad326684b0dc49f73184f52d148 (diff)
dgit-maint-debrebase(7): add another "# if needed"
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'dgit-maint-debrebase.7.pod')
-rw-r--r--dgit-maint-debrebase.7.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit-maint-debrebase.7.pod b/dgit-maint-debrebase.7.pod
index 3c6e2fd..fb7c1e1 100644
--- a/dgit-maint-debrebase.7.pod
+++ b/dgit-maint-debrebase.7.pod
@@ -467,7 +467,7 @@ And for subsequent releases (whether or not they require filtering):
% git checkout upstream-dfsg
% git merge 1.2.4
% git rm further-evil.bin # if needed
- % git commit -m "upstream version 1.2.4 DFSG-cleaned"
+ % git commit -m "upstream version 1.2.4 DFSG-cleaned" # if needed
% git tag -s 1.2.4+dfsg
% git checkout master
% # proceed with "Importing the release"