Merge branch 'al/mergetool-printf-fix'

* al/mergetool-printf-fix:
  difftool--helper: fix printf usage
  git-mergetool: print filename when it contains %
This commit is contained in:
Junio C Hamano
2013-02-14 10:29:37 -08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -403,7 +403,7 @@ then
fi
printf "Merging:\n"
printf "$files\n"
printf "%s\n" "$files"
IFS='
'