]> asedeno.scripts.mit.edu Git - git.git/commitdiff
diff: use extended regexp to find hunk headers
authorJunio C Hamano <gitster@pobox.com>
Sat, 20 Sep 2008 06:52:49 +0000 (23:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 20 Sep 2008 06:52:49 +0000 (23:52 -0700)
Using ERE elements such as "|" (alternation) by backquoting in BRE
is a GNU extension and should not be done in portable programs.

Signed-off-by: Junio C Hamano <gitster@pobox.com>

No differences found