]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rs/grep-omit-blank-lines-after-function-at-eof'
authorJunio C Hamano <gitster@pobox.com>
Thu, 8 Aug 2024 17:41:19 +0000 (10:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Aug 2024 17:41:19 +0000 (10:41 -0700)
"git grep -W" omits blank lines that follow the found function at
the end of the file, just like it omits blank lines before the next
function.

* rs/grep-omit-blank-lines-after-function-at-eof:
  grep: -W: skip trailing empty lines at EOF, too


Trivial merge