diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-09-29 20:59:52 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-09-29 21:07:04 +0200 |
commit | baa6378ff2106738c74213280904507d0ed8129c (patch) | |
tree | f658d6228f0bf0b4ad34c03d79de46427243b1d1 /grep.h | |
parent | revision: add --grep-reflog to filter commits by reflog messages (diff) | |
download | git-baa6378ff2106738c74213280904507d0ed8129c.tar.xz git-baa6378ff2106738c74213280904507d0ed8129c.zip |
log --grep-reflog: reject the option without -g
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'grep.h')
-rw-r--r-- | grep.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -107,6 +107,7 @@ struct grep_opt { #define GREP_BINARY_TEXT 2 int binary; int extended; + int use_reflog_filter; int pcre; int relative; int pathname; |