diff options
author | Ilya Kantor <iliakan@gmail.com> | 2017-09-23 10:53:47 +0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-09-24 10:13:28 +0900 |
commit | 9c03caca2c40870cf7f879d18e55db1c94877cd5 (patch) | |
tree | 499fd4763c3236f661101ed5c0c4c69278749f1e /t/t7810-grep.sh | |
parent | Git 2.12.4 (diff) | |
download | tgif-9c03caca2c40870cf7f879d18e55db1c94877cd5.tar.xz |
userdiff: fix HTML hunk header regexp
Current HTML header regexp doesn't match headers without attributes.
So it fails to match <h1>...</h1>, while <h1 class="smth">...</h1> matches.
Make attributes optional to fix this. The regexp is still far from
perfect, but now it at least handles the common case.
Signed-off-by: Ilya Kantor <iliakan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7810-grep.sh')
0 files changed, 0 insertions, 0 deletions