diff options
author | Junio C Hamano <junkio@cox.net> | 2007-05-18 17:27:08 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-18 17:27:08 -0700 |
commit | d6b3e3a33f71910526ccf80af6c13a230363cd89 (patch) | |
tree | 8b1d73d38c30a8fd53300293da718aacad061fda /Documentation/git-rev-list.txt | |
parent | 7f79b0173d2464a31fcb69ff33df9821172b2219 (diff) | |
parent | 6b68342edc392bb640b30c2115eb6585a3303e25 (diff) | |
download | git-d6b3e3a33f71910526ccf80af6c13a230363cd89.tar.gz git-d6b3e3a33f71910526ccf80af6c13a230363cd89.tar.xz |
Merge 1.5.1.5 in
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-rev-list.txt')
-rw-r--r-- | Documentation/git-rev-list.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt index ab90a22f1..c3c2043d1 100644 --- a/Documentation/git-rev-list.txt +++ b/Documentation/git-rev-list.txt @@ -207,12 +207,12 @@ limiting may be applied. --author='pattern', --committer='pattern':: Limit the commits output to ones with author/committer - header lines that match the specified pattern. + header lines that match the specified pattern (regular expression). --grep='pattern':: Limit the commits output to ones with log message that - matches the specified pattern. + matches the specified pattern (regular expression). --remove-empty:: |