summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-04-22 22:26:40 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-06-16 22:40:12 +0100
commit7f542a225923b6cb8cfd7d744bdc86293e97fdab (patch)
tree1fec4d8e450f824d61174e35147988a36c973f55
parentdc6bcd256e972c2bc8a65e077c27ed57745c76eb (diff)
git-debrebase(1): Very minor clarification to "quick"
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--git-debrebase.1.pod7
1 files changed, 4 insertions, 3 deletions
diff --git a/git-debrebase.1.pod b/git-debrebase.1.pod
index 2547a98..556a442 100644
--- a/git-debrebase.1.pod
+++ b/git-debrebase.1.pod
@@ -57,15 +57,16 @@ to distinguish them from options for git-debrebase.
=item git-debrebase quick
-Launder and restitch the branch,
-consuming any ffq-prev.
+Unconditionally launders and restitches the branch,
+consuming any ffq-prev
+and making a new pseudomerge.
If the branch is already laundered and stitched, it is an error,
unless --noop-ok.
=item git-debrebase stitch [--prose=<for commit message>]
-Stitch the branch,
+Stitches the branch,
consuming ffq-prev.
If there is no ffq-prev, it is an error, unless --noop-ok.