Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-svn.perl: perform deletions before anything else
[gitweb.git]
/
revision.c
diff --git
a/revision.c
b/revision.c
index c97d83448426c317d82c08faf6150b8fe3bd4326..819ff012ff046fee0da1fee16f965b3059ebc31b 100644
(file)
--- a/
revision.c
+++ b/
revision.c
@@
-2149,7
+2149,6
@@
static int commit_match(struct commit *commit, struct rev_info *opt)
if (!opt->grep_filter.pattern_list && !opt->grep_filter.header_list)
return 1;
return grep_buffer(&opt->grep_filter,
- NULL, /* we say nothing, not even filename */
commit->buffer, strlen(commit->buffer));
}