]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-rebase.txt
rebase: introduce and use pseudo-ref REBASE_HEAD
[thirdparty/git.git] / Documentation / git-rebase.txt
index 7ef95774726ddaefeede9474e8c66e27b98ddaa6..0b29e48221696ac41641bccd12c215a2a332a597 100644 (file)
@@ -252,7 +252,8 @@ leave out at most one of A and B, in which case it defaults to HEAD.
 
 --show-current-patch::
        Show the current patch in an interactive rebase or when rebase
-       is stopped because of conflicts.
+       is stopped because of conflicts. This is the equivalent of
+       `git show REBASE_HEAD`.
 
 -m::
 --merge::