revision: add --grep-reflog to filter commits by reflog messages
commit72fd13f71c18b438ca3e482c126bcbcaa2dac650
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sat, 29 Sep 2012 04:41:28 +0000 (29 11:41 +0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 29 Sep 2012 18:41:14 +0000 (29 11:41 -0700)
tree8b9d4b67161ee6eb9ef8a62b175278c69a6e8ba3
parentad4813b3c2513c5dc7e84305ab8a393b32124977
revision: add --grep-reflog to filter commits by reflog messages

Similar to --author/--committer which filters commits by author and
committer header fields. --grep-reflog adds a fake "reflog" header to
commit and a grep filter to search on that line.

All rules to --author/--committer apply except no timestamp stripping.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.txt
grep.c
grep.h
revision.c
t/t7810-grep.sh