diff options
Diffstat (limited to 'grep.c')
-rw-r--r-- | grep.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -697,6 +697,7 @@ static struct { } header_field[] = { { "author ", 7 }, { "committer ", 10 }, + { "reflog ", 7 }, }; static int match_one_pattern(struct grep_pat *p, char *bol, char *eol, |