]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/diff-from-contents-fix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 24 Oct 2025 16:10:37 +0000 (09:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 Oct 2025 16:10:37 +0000 (09:10 -0700)
The code to squelch output from "git diff -w --name-status"
etc. for paths that "git diff -w -p" would have stayed silent
leaked output from dry-run patch generation, which has been
corrected.

* jc/diff-from-contents-fix:
  diff: make sure the other caller of diff_flush_patch_quietly() is silent

1  2 
diff.c

diff --cc diff.c
Simple merge