Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
send-pack: unbreak push over stateless rpc
[gitweb.git]
/
builtin-grep.c
diff --git
a/builtin-grep.c
b/builtin-grep.c
index af6c6fe8a7ed677de84cdbd828e8daae0a6bb12d..c7d74fbb7fe26840d4084ad3fef2c8fd4674df6e 100644
(file)
--- a/
builtin-grep.c
+++ b/
builtin-grep.c
@@
-205,6
+205,7
@@
static int grep_file(struct grep_opt *opt, const char *filename)
return 0;
}
close(i);
+ data[sz] = 0;
if (opt->relative && opt->prefix_length)
filename = quote_path_relative(filename, -1, &buf, opt->prefix);
i = grep_buffer(opt, filename, data, sz);