We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8243c9 + c0a2ec1 commit 23afa65Copy full SHA for 23afa65
1 file changed
prompt.c
@@ -80,7 +80,7 @@ int git_read_line_interactively(struct strbuf *line)
80
int ret;
81
82
fflush(stdout);
83
- ret = strbuf_getline_lf(line, stdin);
+ ret = strbuf_getline(line, stdin);
84
if (ret != EOF)
85
strbuf_trim_trailing_newline(line);
86
0 commit comments