From 2fd08e2130f86bcbc68fe42a167f86e3dad38030 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 19 Feb 2018 01:18:01 +0000 Subject: [PATCH] git-debrebase(1): document convert-to-gbp Signed-off-by: Ian Jackson --- git-debrebase | 2 -- git-debrebase.1.pod | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/git-debrebase b/git-debrebase index fc60a76c..dc3c9d5c 100755 --- a/git-debrebase +++ b/git-debrebase @@ -24,8 +24,6 @@ # git-debrebase [] analyse # git-debrebase [] launder-v0 # prints breakwater tip etc. # git-debrebase [] downstream-rebase-launder-v0 # experimental -# -# git-debrebase [] convert-to-gbp # problems / outstanding questions: # diff --git a/git-debrebase.1.pod b/git-debrebase.1.pod index 40c80814..07dcd606 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 -- 2.30.2