]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'lk/line-range-parsing-fix' into maint-2.39
authorJunio C Hamano <gitster@pobox.com>
Tue, 14 Feb 2023 22:15:49 +0000 (14:15 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Feb 2023 22:15:49 +0000 (14:15 -0800)
commit725f293355c30e202451933273a9695180dbaef2
tree62f3df96c25a82d7c1344167de966b1518f9de06
parenta67610f4ab77d4a3e3d1173e40d1a1250b5d1933
parent4e57c88e028c25ee9428b51ff829299bbb88a80c
Merge branch 'lk/line-range-parsing-fix' into maint-2.39

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