]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'kh/format-patch-noprefix-is-boolean' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 26 Feb 2026 18:06:15 +0000 (10:06 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 Feb 2026 18:06:15 +0000 (10:06 -0800)
commitfcf4773929d4ae4b4f92556ea9f6991ee33ba302
treec86eee1487b5aa4ebfff45521a8286505ddf5497
parent64ea932d59c2b1291e4ec060471998b3e8d8bd6e
parent5eee5d81e42369e7e3b86dbc6f45e96c65c0bb1d
Merge branch 'kh/format-patch-noprefix-is-boolean' into next

The configuration variable format.noprefix did not behave as a
proper boolean variable, which has now been fixed and documented.

* kh/format-patch-noprefix-is-boolean:
  doc: diff-options.adoc: show format.noprefix for format-patch
  format-patch: make format.noprefix a boolean
builtin/log.c
t/t4014-format-patch.sh