Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
blame: improve diagnosis for "--reverse NEW"
[gitweb.git]
/
walker.c
diff --git
a/walker.c
b/walker.c
index 7b7e72b1201850f0ba494f8fc23a5c7f0e46d3eb..08773d419f17a131c35e8e671bcfe4b174a9ceb3 100644
(file)
--- a/
walker.c
+++ b/
walker.c
@@
-220,7
+220,7
@@
int walker_targets_stdin(char ***target, const char ***write_ref)
char *rf_one = NULL;
char *tg_one;
- if (strbuf_getline
(&buf, stdin, '\n'
) == EOF)
+ if (strbuf_getline
_lf(&buf, stdin
) == EOF)
break;
tg_one = buf.buf;
rf_one = strchr(tg_one, '\t');