]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/diff-highlight-blank-match-fix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 25 Sep 2020 22:25:42 +0000 (15:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 Sep 2020 22:25:42 +0000 (15:25 -0700)
"diff-highlight" (in contrib/) had a logic to flush its output upon
seeing a blank line but the way it detected a blank line was broken.

* jk/diff-highlight-blank-match-fix:
  diff-highlight: correctly match blank lines for flush


Trivial merge