]> git.ipfire.org Git - thirdparty/git.git/commit
config: require lowercase for branch.*.autosetupmerge
authorJosh Steadmon <steadmon@google.com>
Tue, 21 Dec 2021 03:30:24 +0000 (19:30 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Dec 2021 06:40:21 +0000 (22:40 -0800)
commit44f14a9d24cd9f04a0a789e58968d52d44d7f332
treefc90a36b89a50e4312a52f052e01ece104accf12
parentd3115660b4cc4b1a32e77ddfd289afde5e4b94d8
config: require lowercase for branch.*.autosetupmerge

Although we only documented that branch.*.autosetupmerge would accept
"always" as a value, the actual implementation would accept any
combination of upper- or lower-case. Fix this to be consistent with
documentation and with other values of this config variable.

Signed-off-by: Josh Steadmon <steadmon@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.c