From fc3c50c90141a0a3925c335eac71c315bee3f409 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 19 Feb 2018 01:21:32 +0000 Subject: [PATCH] git-debrebase(1): document some more Signed-off-by: Ian Jackson --- git-debrebase | 2 -- git-debrebase.1.pod | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/git-debrebase b/git-debrebase index dc3c9d5c..066f4222 100755 --- a/git-debrebase +++ b/git-debrebase @@ -21,8 +21,6 @@ # usages: # -# git-debrebase [] analyse -# git-debrebase [] launder-v0 # prints breakwater tip etc. # git-debrebase [] downstream-rebase-launder-v0 # experimental # problems / outstanding questions: diff --git a/git-debrebase.1.pod b/git-debrebase.1.pod index 07dcd606..0127e93d 100644 --- a/git-debrebase.1.pod +++ b/git-debrebase.1.pod @@ -198,6 +198,23 @@ a dropped patch queue! Prints the breakwater tip commitid. Fails if your HEAD branch is not laundered. +=item git-debrebase analyse + +Walks the history of the current branch, +most recent commit first, +back until the most recent anchor, +printing the commit object id, +and commit type and info +(ie the semantics in the git-debrebase model) +for each commit. + +=item git-debrebase launder-v0 + +Launders the branch without recording anything in ffq-prev. +Then prints some information about the current branch. +Do not use this operation; +it will be withdrawn soon. + =item git-debrebase convert-to-gbp Converts a laundered branch into a -- 2.30.2