зеркало из https://github.com/microsoft/git.git
Merge pull request #2730 from dscho/crlf-aware-git-add-i
git add -i: handle CR/LF line endings in the interactive input
This commit is contained in:
Коммит
fbbdeff239
2
prompt.c
2
prompt.c
|
@ -77,7 +77,7 @@ int git_read_line_interactively(struct strbuf *line)
|
|||
int ret;
|
||||
|
||||
fflush(stdout);
|
||||
ret = strbuf_getline_lf(line, stdin);
|
||||
ret = strbuf_getline(line, stdin);
|
||||
if (ret != EOF)
|
||||
strbuf_trim_trailing_newline(line);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче