Merge branch 'nf/mergetool-prompt'

UI consistency improvements.

* nf/mergetool-prompt:
  difftool/mergetool: make the form of yes/no questions consistent
This commit is contained in:
Junio C Hamano
2016-05-03 14:08:17 -07:00
4 changed files with 5 additions and 5 deletions

View File

@@ -413,7 +413,7 @@ done
prompt_after_failed_merge () {
while true
do
printf "Continue merging other unresolved paths (y/n) ? "
printf "Continue merging other unresolved paths [y/n]? "
read ans || return 1
case "$ans" in
[yY]*)