mirror of
https://github.com/git/git.git
synced 2026-01-09 17:46:37 +00:00
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:
@@ -403,7 +403,7 @@ then
|
||||
fi
|
||||
|
||||
printf "Merging:\n"
|
||||
printf "$files\n"
|
||||
printf "%s\n" "$files"
|
||||
|
||||
IFS='
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user