Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information