]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'bc/diff-reject-empty-arg-to-pickaxe'
authorJunio C Hamano <gitster@pobox.com>
Tue, 25 Feb 2025 22:19:35 +0000 (14:19 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Feb 2025 22:19:35 +0000 (14:19 -0800)
The -G/-S options to the "diff" family of commands caused us to hit
a BUG() when they get no values; they have been corrected.

* bc/diff-reject-empty-arg-to-pickaxe:
  diff: don't crash with empty argument to -G or -S

1  2 
diff.c

diff --cc diff.c
Simple merge