summaryrefslogtreecommitdiff
path: root/sha1dc
diff options
context:
space:
mode:
authorRobert Abel <rabel@robertabel.eu>2017-12-05 23:39:12 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-12-06 18:08:13 (GMT)
commit041fe8fc83770f95b09db4aa9d9b3783789eab08 (patch)
tree71992c4e864c96b6c98b7d6a6279c96f02690123 /sha1dc
parent5501f500b22116166c892d632382c9d497da822c (diff)
downloadgit-041fe8fc83770f95b09db4aa9d9b3783789eab08.zip
git-041fe8fc83770f95b09db4aa9d9b3783789eab08.tar.gz
git-041fe8fc83770f95b09db4aa9d9b3783789eab08.tar.bz2
git-prompt: fix reading files with windows line endings
If any of the files read by __git_eread have \r\n line endings, read will only strip \n, leaving \r. This results in an ugly prompt, where instead of user@pc MINGW64 /path/to/repo (BARE:master) the last parenthesis is printed over the beginning of the prompt like )ser@pc MINGW64 /path/to/repo (BARE:master This patch fixes the issue by changing the internal field separator variable IFS to $'\r\n' before using the read builtin command. Note that ANSI-C Quoting/POSIX Quoting ($'...') is supported by bash as well as zsh, which are the current targets of git-prompt, cf. contrib/completion/git-prompt.sh. Signed-off-by: Robert Abel <rabel@robertabel.eu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'sha1dc')
0 files changed, 0 insertions, 0 deletions