mirror of
https://github.com/git/git
synced 2024-11-05 01:58:18 +00:00
mergetool: fix a typo
Fix a typo in comments. Signed-off-by: Andrew Kreimer <algonell@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
a54601c38b
commit
2c1070c758
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ merge_cmd () {
|
|||
-f "$FINAL_CMD" '"$LOCAL"' '"$BASE"' '"$REMOTE"' '"$MERGED"'
|
||||
else
|
||||
# If there is no BASE (example: a merge conflict in a new file
|
||||
# with the same name created in both braches which didn't exist
|
||||
# with the same name created in both branches which didn't exist
|
||||
# before), close all BASE windows using vim's "quit" command
|
||||
|
||||
FINAL_CMD=$(echo "$FINAL_CMD" | \
|
||||
|
|
Loading…
Reference in a new issue