]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'lk/line-range-parsing-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 2 Jan 2023 12:37:18 +0000 (21:37 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Jan 2023 12:37:18 +0000 (21:37 +0900)
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


Trivial merge