summaryrefslogtreecommitdiff
path: root/git-debrebase.1.pod
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-08-24 21:31:49 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-08-24 21:31:49 +0100
commit45abe880e0efbdc3834168f4fd384678e1c30a51 (patch)
treea7a3ab1d901b9b1048a34bad24533e8914458eba /git-debrebase.1.pod
parent50b6d1fa7bd440dcc7ef9d1803aa8e71e388361f (diff)
git-debrebase: forget-was-ever-debrebase: New subcommand
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'git-debrebase.1.pod')
-rw-r--r--git-debrebase.1.pod14
1 files changed, 14 insertions, 0 deletions
diff --git a/git-debrebase.1.pod b/git-debrebase.1.pod
index 7ad1ab9..1156825 100644
--- a/git-debrebase.1.pod
+++ b/git-debrebase.1.pod
@@ -422,6 +422,20 @@ and it should not be necessary.
=back
+=item git-debrebase forget-was-ever-debrebase
+
+Deletes the ffq-prev and debrebase-last refs
+associated with this branch,
+that git-debrebase and dgit use to determine
+whether this branch is managed by git-debrebase,
+and what previous head may need to be stitched back in.
+
+This can be useful if you were just playing with git-debrebase,
+and have used git-reset --hard to go back to a commit
+before your experiments.
+
+Do not use this if you expect to run git-debrebase on the branch again.
+
=back
=head1 OPTIONS