]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/optional-path' into jch
authorJunio C Hamano <gitster@pobox.com>
Sun, 5 Oct 2025 22:04:17 +0000 (15:04 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 5 Oct 2025 22:04:17 +0000 (15:04 -0700)
Configuration variables that take a pathname as a value
(e.g. blame.ignorerevsfile) can be marked as optional by prefixing
":(optoinal)" before its value.

Comments?

* jc/optional-path:
  parseopt: values of pathname type can be prefixed with :(optional)
  config: values of pathname type can be prefixed with :(optional)
  t7500: make each piece more independent

1  2 
Documentation/config.adoc
config.c
parse-options.c

Simple merge
diff --cc config.c
Simple merge
diff --cc parse-options.c
Simple merge