author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | |
Sat, 17 Jan 2009 15:50:37 +0000 (16:50 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 18 Jan 2009 02:30:41 +0000 (18:30 -0800) | ||
commit | f9b7cce61cbd19c99e89b859b5909f0741111185 | |
tree | ec1bce95ebd9d81581ebd3efad9e578cd8abb6a0 | tree | snapshot |
parent | 8cc32992624ed4140fb136d98675f0f19b20ba09 | commit | diff |
Add is_regex_special()
Add is_regex_special(), a character class macro for chars that have a
special meaning in regular expressions.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Add is_regex_special(), a character class macro for chars that have a
special meaning in regular expressions.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ctype.c | diff | blob | history | |
git-compat-util.h | diff | blob | history | |
grep.c | diff | blob | history | |
test-ctype.c | diff | blob | history |