]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-rebase.txt
rebase: add --show-current-patch
[thirdparty/git.git] / Documentation / git-rebase.txt
index 8a861c1e0d69eda71fa2eec791e67c136b63b177..7ef95774726ddaefeede9474e8c66e27b98ddaa6 100644 (file)
@@ -12,7 +12,7 @@ SYNOPSIS
        [<upstream> [<branch>]]
 'git rebase' [-i | --interactive] [options] [--exec <cmd>] [--onto <newbase>]
        --root [<branch>]
-'git rebase' --continue | --skip | --abort | --quit | --edit-todo
+'git rebase' --continue | --skip | --abort | --quit | --edit-todo | --show-current-patch
 
 DESCRIPTION
 -----------
@@ -250,6 +250,10 @@ leave out at most one of A and B, in which case it defaults to HEAD.
 --edit-todo::
        Edit the todo list during an interactive rebase.
 
+--show-current-patch::
+       Show the current patch in an interactive rebase or when rebase
+       is stopped because of conflicts.
+
 -m::
 --merge::
        Use merging strategies to rebase.  When the recursive (default) merge