revision: add --grep-reflog to filter commits by reflog messages
[git.git] / grep.h
diff --git a/grep.h b/grep.h
index d54adbe56c4665dad6626f2c8c845da7233bd4a9..6e78b96a2e8a548543bbbd707b079ef849953622 100644 (file)
--- a/grep.h
+++ b/grep.h
@@ -30,6 +30,7 @@ enum grep_context {
 enum grep_header_field {
        GREP_HEADER_AUTHOR = 0,
        GREP_HEADER_COMMITTER,
+       GREP_HEADER_REFLOG,
 
        /* Must be at the end of the enum */
        GREP_HEADER_FIELD_MAX