]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tb/config-fixed-value-with-valueless-true'
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Aug 2024 21:54:51 +0000 (14:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Aug 2024 21:54:51 +0000 (14:54 -0700)
commit4cf2f1be5639a3dc3e46ad7fbd71ad1dc16d5458
treea844f13dc93a4df51dcf6433e7bbcfe9bbedd755
parent0b2c4bc3ff6504467d84cb1bf6e73d877b553ce6
parent615d2de3b457272216d4179ceb82b3b2b86b1929
Merge branch 'tb/config-fixed-value-with-valueless-true'

"git config --value=foo --fixed-value section.key newvalue" barfed
when the existing value in the configuration file used the
valueless true syntax, which has been corrected.

* tb/config-fixed-value-with-valueless-true:
  config.c: avoid segfault with --fixed-value and valueless config
config.c
t/t1300-config.sh