summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-08-26 09:24:49 -0700
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-08-26 19:09:42 +0100
commit88d1fef6bd9707b4191f1d2e07e1fa2dae0917a7 (patch)
treec03b2ffe2a56fde3eaa30759d7098b936d93add0
parent28353827d87bfdaf88c931ff3058d12333f458db (diff)
dgit-maint-debrebase(7): Formatting & wording tweaks
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--dgit-maint-debrebase.7.pod7
1 files changed, 4 insertions, 3 deletions
diff --git a/dgit-maint-debrebase.7.pod b/dgit-maint-debrebase.7.pod
index cc393b5..e5abe17 100644
--- a/dgit-maint-debrebase.7.pod
+++ b/dgit-maint-debrebase.7.pod
@@ -627,7 +627,7 @@ package, but this should already be represented in your git history.)
The git history made by git-debrebase can seem complicated.
Here are some suggestions for helpful invocations of gitk and git.
-They can be adapted for other tools like tig, git log, etc.
+They can be adapted for other tools like tig(1), git-log(1), magit, etc.
History of package in Debian, disregarding history from upstream:
@@ -665,7 +665,8 @@ Complete diff since the last upload:
=over
% git diff dgit/dgit/sid..HEAD -- :/ :!/debian/patches
-(Includes changes to upstream files.)
+
+This includes changes to upstream files.
=back
@@ -674,7 +675,7 @@ Interdiff of delta queue since last upload, if you really want it:
% git debrebase make-patches
% git diff dgit/dgit/sid..HEAD -- debian/patches
-Also of course there is
+And of course there is:
% git debrebase status