summaryrefslogtreecommitdiff
path: root/git-debrebase
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2023-02-04 14:12:37 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2023-02-04 15:41:12 +0000
commit8812d1bba97bb030d661cc3db1a3e11c3b847914 (patch)
tree69da76c087764a55f8df6164cc67cfa3d48dd113 /git-debrebase
parent27ea001c15cbd0110369bac95b4ba2804b7696da (diff)
git-debrebase(1): Remove launder-v0 from documentation
This was never really in a release and it doesn't deserve docs. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'git-debrebase')
-rwxr-xr-xgit-debrebase10
1 files changed, 10 insertions, 0 deletions
diff --git a/git-debrebase b/git-debrebase
index 8d06347..c690172 100755
--- a/git-debrebase
+++ b/git-debrebase
@@ -1747,6 +1747,16 @@ sub do_launder_head ($) {
}
sub cmd_launder_v0 () {
+ # =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.
+ #
+ # (docs removed from manual and placed here in dgit 10.6;
+ # the code is retained for information)
+
badusage "no arguments to launder-v0 allowed" if @ARGV;
my $old = get_head();
my ($tip,$breakwater,$last_anchor) = walk $old;