]> git.ipfire.org Git - thirdparty/git.git/commit - worktree.c
Merge branch 'ds/config-internal-whitespace-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2024 20:21:34 +0000 (13:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2024 20:21:34 +0000 (13:21 -0700)
commit521df686e5a5d445e03280f48df966b77e23f160
treefbd8b5eb9ef2b57c660aaa6ad9b8e799ec1530d0
parenta031815a7df317a4387151b1f4af1c85834458b1
parente6895c3f971dc4d60f7a9fac6ef41a6593a37ba9
Merge branch 'ds/config-internal-whitespace-fix'

"git config" corrupted literal HT characters written in the
configuration file as part of a value, which has been corrected.

* ds/config-internal-whitespace-fix:
  config.txt: describe handling of whitespace further
  t1300: add more tests for whitespace and inline comments
  config: really keep value-internal whitespace verbatim
  config: minor addition of whitespace
Documentation/config.txt
config.c
t/t1300-config.sh