Merge branch 'lk/line-range-parsing-fix'
commit3f2e4c09c769dc2fbbabfcfa625451f9d98bd49a
authorJunio C Hamano <gitster@pobox.com>
Mon, 2 Jan 2023 12:37:18 +0000 (2 21:37 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Jan 2023 12:37:18 +0000 (2 21:37 +0900)
tree80262707133197b57544e2287f395c6806ac1d49
parent6bae53b138a1f38d8887f6b46d17661357a1468b
parent4e57c88e028c25ee9428b51ff829299bbb88a80c
Merge branch 'lk/line-range-parsing-fix'

When given a pattern that matches an empty string at the end of a
line, the code to parse the "git diff" line-ranges fell into an
infinite loop, which has been corrected.

* lk/line-range-parsing-fix:
  line-range: fix infinite loop bug with '$' regex