summaryrefslogtreecommitdiff
path: root/git-debrebase.1.pod
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-02-19 01:18:01 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-06-16 16:07:00 +0100
commit2fd08e2130f86bcbc68fe42a167f86e3dad38030 (patch)
tree683e44d89b4a6436059a302cd7a59aceab62aa3b /git-debrebase.1.pod
parent1c1b1794d142a1a5385775576e276d8a500d9aae (diff)
git-debrebase(1): document convert-to-gbp
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'git-debrebase.1.pod')
-rw-r--r--git-debrebase.1.pod16
1 files changed, 16 insertions, 0 deletions
diff --git a/git-debrebase.1.pod b/git-debrebase.1.pod
index 40c8081..07dcd60 100644
--- a/git-debrebase.1.pod
+++ b/git-debrebase.1.pod
@@ -198,6 +198,22 @@ a dropped patch queue!
Prints the breakwater tip commitid.
Fails if your HEAD branch is not laundered.
+=item git-debrebase convert-to-gbp
+
+Converts a laundered branch into a
+gbp patches-unapplied branch containing quilt patches.
+The result is not fast forward from the interchange branch,
+and any ffq-prev is deleted.
+
+This is provided mostly for the test suite
+and for unusual situations.
+It should only be used with a care and
+with a proper understanding of the underlying theory.
+
+Be sure to not accidentally treat the result as
+a git-debrebase branch,
+or you will drop all the patches!
+
=back
=head1 UNSTITCHING AND LAUNDERING