]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'pw/3.0-commentchar-auto-deprecation' into jch
authorJunio C Hamano <gitster@pobox.com>
Sun, 10 Aug 2025 00:30:28 +0000 (17:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Aug 2025 00:30:28 +0000 (17:30 -0700)
commit246acf0df885d49f810347516780d655968db4bb
tree7cf47db687d682d981d6a54410242bf877687995
parent5d60e3dcfc21a004b04141b4b7616ba902c11102
parent3f188a0cf8e6d4eed45d8f24d6a540d0719490b1
Merge branch 'pw/3.0-commentchar-auto-deprecation' into jch

Proposes to deprecate "core.commentChar=auto" that attempts to
dynamically pick a suitable comment character, as it is too much
trouble to support for little benefit.

Comments?

* pw/3.0-commentchar-auto-deprecation:
  commit: print advice when core.commentString=auto
  config: warn on core.commentString=auto
  breaking-changes: deprecate support for core.commentString=auto
Documentation/config/core.adoc
builtin/commit.c
builtin/merge.c
builtin/rebase.c
builtin/revert.c
config.c
environment.c
t/t3404-rebase-interactive.sh