author | Jeff King <peff@peff.net> | |
Thu, 21 Feb 2008 00:01:16 +0000 (19:01 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 21 Feb 2008 04:21:43 +0000 (20:21 -0800) | ||
commit | 14a5c7c19351a7db56803c9086b133fe131f55f6 | |
tree | 4b38915006ab5081ba52b50ea5372cebbbf83dd8 | tree | snapshot |
parent | 1bd38e8dcca03e318d6000d62cf74c541945a8ba | commit | diff |
diff: fix java funcname pattern for solaris
The Solaris regex library doesn't like having the '$' anchor
inside capture parentheses. It rejects the match, causing
t4018 to fail.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The Solaris regex library doesn't like having the '$' anchor
inside capture parentheses. It rejects the match, causing
t4018 to fail.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c | diff | blob | history |