]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jc/diff-s-with-other-options'
authorJunio C Hamano <gitster@pobox.com>
Tue, 13 Jun 2023 19:29:44 +0000 (12:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Jun 2023 19:29:45 +0000 (12:29 -0700)
commit6901ffe80cefba50ad3e974b53c2457973e1425d
treec9c375ac1a6a1934b4097690d027b0c3224c92c3
parent6d2a88c7289b56999426354f44b536255b57c5c8
parent9d484b92ed38c2222b6880e0bc2b572fdc837dbd
Merge branch 'jc/diff-s-with-other-options'

The "-s" (silent, squelch) option of the "diff" family of commands
did not interact with other options that specify the output format
well.  This has been cleaned up so that it will clear all the
formatting options given before.

* jc/diff-s-with-other-options:
  diff: fix interaction between the "-s" option and other options
Documentation/diff-options.txt
diff.c