]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/blame.c
Merge branch 'jk/implicit-true' into maint-2.43
authorJunio C Hamano <gitster@pobox.com>
Fri, 9 Feb 2024 00:22:03 +0000 (16:22 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Feb 2024 00:22:03 +0000 (16:22 -0800)
commit28b47452b30523b1be75f5d7b837504df79a78ff
tree66934e47cb10334c152334e11314fb5a1248659b
parent5baedc68b02c1b43b307d436edac702ac3e7b89d
parentd49cb162fa752d62cf20548ae057471d348e42ae
Merge branch 'jk/implicit-true' into maint-2.43

Some codepaths did not correctly parse configuration variables
specified with valueless "true", which has been corrected.

* jk/implicit-true:
  fsck: handle NULL value when parsing message config
  trailer: handle NULL value when parsing trailer-specific config
  submodule: handle NULL value when parsing submodule.*.branch
  help: handle NULL value for alias.* config
  trace2: handle NULL values in tr2_sysenv config callback
  setup: handle NULL value when parsing extensions
  config: handle NULL value when parsing non-bools