From: Ian Jackson Date: Sat, 25 Aug 2018 12:53:48 +0000 (+0100) Subject: git-debrebase(5): Document new understanding of debrebase-last X-Git-Tag: archive/debian/6.10~39 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=166a9cf1edb3563eb399a8d3da26831dc69bfaed;p=dgit.git git-debrebase(5): Document new understanding of debrebase-last Bug #907208 shows that the previous statement wasn't true. debrebase-last is still marginally useful: we use it for deciding what hints to print in some error messages; detecting and rejecting attempts to convert already-converted branches; and in `git-debrebase status'. Signed-off-by: Ian Jackson --- diff --git a/git-debrebase.5.pod b/git-debrebase.5.pod index e3ed3093..439fd63b 100644 --- a/git-debrebase.5.pod +++ b/git-debrebase.5.pod @@ -378,8 +378,11 @@ from the interchange branch and no pseudomerge is needed. When ffq-prev is not present, C records some ancestor of refs/B, (usually, the result of last stitch). -This can be used to quickly determine whether refs/B -is being maintained in git-debrebase form. +This is used for status printing and some error error checks - +especially for printing guesses what a problem is. +To determine whether a branch is +is being maintained in git-debrebase form +it is necessary to walk its history. =head1 OTHER MERGES