author | Petr Baudis <pasky@suse.cz> | |
Sat, 19 May 2007 00:13:29 +0000 (02:13 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 21 May 2007 03:31:50 +0000 (20:31 -0700) | ||
commit | 93d496a560cdcd4f72c8dee1b0b2efa324e1c3bb | |
tree | 24e8b184107429905eb438c63f3b63d0bf788026 | tree | snapshot |
parent | 77e4e8bd9b862d7285ca408d5e6dfc2134dba911 | commit | diff |
git-rev-list: Add regexp tuning options
This patch introduces --extended-regexp and --regexp-ignore-case options to
tune what kind of patterns the pattern-limiting options (--grep, --author,
...) accept.
Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This patch introduces --extended-regexp and --regexp-ignore-case options to
tune what kind of patterns the pattern-limiting options (--grep, --author,
...) accept.
Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-rev-list.txt | diff | blob | history | |
revision.c | diff | blob | history |