diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-09-29 11:59:52 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-09-29 12:07:04 -0700 |
commit | baa6378ff2106738c74213280904507d0ed8129c (patch) | |
tree | f658d6228f0bf0b4ad34c03d79de46427243b1d1 /Documentation | |
parent | 72fd13f71c18b438ca3e482c126bcbcaa2dac650 (diff) | |
download | git-baa6378ff2106738c74213280904507d0ed8129c.tar.gz |
log --grep-reflog: reject the option without -g
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/rev-list-options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index aa7cd9dcfb..ca221060df 100644 --- a/Documentation/rev-list-options.txt +++ b/Documentation/rev-list-options.txt @@ -56,8 +56,8 @@ endif::git-rev-list[] Limit the commits output to ones with reflog entries that match the specified pattern (regular expression). With more than one `--grep-reflog`, commits whose reflog message - matches any of the given patterns are chosen. Ignored unless - `--walk-reflogs` is given. + matches any of the given patterns are chosen. It is an + error to use this option unless `--walk-reflogs` is in use. --grep=<pattern>:: |