]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'pw/3.0-commentchar-auto-deprecation'
authorJunio C Hamano <gitster@pobox.com>
Thu, 18 Sep 2025 17:07:00 +0000 (10:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Sep 2025 17:07:00 +0000 (10:07 -0700)
commit1fbfabfa71fc596383d221c7760e91c39f68c076
tree0deda3fa32ca0b905a0dbf1558ab98d044d21e3f
parentf0d71c3ed05e1b835a5b49198047b4c7aa760fa4
parentace1bb71503bc53b42ddfd68435c3af0adaf390f
Merge branch 'pw/3.0-commentchar-auto-deprecation'

"core.commentChar=auto" that attempts to dynamically pick a
suitable comment character is non-workable, as it is too much
trouble to support for little benefit, and is marked as deprecated.

* 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
repository.c
t/t3404-rebase-interactive.sh