diff options
-rw-r--r-- | Documentation/gitk.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/gitk.txt b/Documentation/gitk.txt index ed3ba83c5..50d12da89 100644 --- a/Documentation/gitk.txt +++ b/Documentation/gitk.txt @@ -41,6 +41,12 @@ frequently used options. Show all branches. +--merge:: + + After an attempt to merge stops with conflicts, show the commits on + the history between two branches (i.e. the HEAD and the MERGE_HEAD) + that modify the conflicted files. + <revs>:: Limit the revisions to show. This can be either a single revision |