Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
verify_signed_buffer: prefer close_tempfile() to close()
[gitweb.git]
/
grep.c
diff --git
a/grep.c
b/grep.c
index 45acd333b093d8e3bd77f367a19317010372ce99..ce6a48e634105154ca4bb267b4eb744c74d4d803 100644
(file)
--- a/
grep.c
+++ b/
grep.c
@@
-1821,7
+1821,7
@@
static int grep_source_1(struct grep_opt *opt, struct grep_source *gs, int colle
return 0;
if (opt->status_only)
- return
0
;
+ return
opt->unmatch_name_only
;
if (opt->unmatch_name_only) {
/* We did not see any hit, so we want to show this */
show_name(opt, gs->name);