mirror of
https://github.com/git/git
synced 2024-10-28 19:25:47 +00:00
Documentation: clarify commits affected by gitk --merge
Signed-off-by: Sitaram Chamarty <sitaramc@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
9aad6cbaef
commit
3021faf656
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ frequently used options.
|
||||||
|
|
||||||
After an attempt to merge stops with conflicts, show the commits on
|
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)
|
the history between two branches (i.e. the HEAD and the MERGE_HEAD)
|
||||||
that modify the conflicted files.
|
that modify the conflicted files and do not exist on all the heads
|
||||||
|
being merged.
|
||||||
|
|
||||||
--argscmd=<command>::
|
--argscmd=<command>::
|
||||||
Command to be run each time gitk has to determine the list of
|
Command to be run each time gitk has to determine the list of
|
||||||
|
|
Loading…
Reference in a new issue