]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git.txt
Merge branch 'rs/config-comment'
authorJunio C Hamano <gitster@pobox.com>
Fri, 5 Apr 2024 17:49:49 +0000 (10:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Apr 2024 17:49:49 +0000 (10:49 -0700)
commit3256584c36f649abb2af58e7b190d3cf674ba56e
tree032547196dd3036dbbbe315621782dcf804d486e
parent7774cfed6261ce2900c84e55906da708c711d601
parent31399a6b6166cf76cc533bc9915878211607ed80
Merge branch 'rs/config-comment'

"git config" learned "--comment=<message>" option to leave a
comment immediately after the "variable = value" on the same line
in the configuration file.

* rs/config-comment:
  config: allow tweaking whitespace between value and comment
  config: fix --comment formatting
  config: add --comment option to add a comment
Documentation/git-config.txt
config.c
sequencer.c
t/t1300-config.sh