author | Junio C Hamano <gitster@pobox.com> | |
Sat, 20 Sep 2008 06:45:04 +0000 (23:45 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 20 Sep 2008 06:45:04 +0000 (23:45 -0700) | ||
commit | 6a6baf9b4e819a0bbfd70627f966cd7144dd8301 | |
tree | 60f05910ff3b4c14a59700142e5b94a0a88c830d | tree | snapshot |
parent | 45d9414fa5599b41578625961b53e18a9b9148c7 | commit | diff |
diff: use extended regexp to find hunk headers
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>
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>
diff.c | diff | blob | history |