]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jc/optional-path'
authorJunio C Hamano <gitster@pobox.com>
Tue, 14 Oct 2025 19:56:09 +0000 (12:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Oct 2025 19:56:09 +0000 (12:56 -0700)
commit44dee53a303ad91305158bb1e2d9a8704b300c15
treede50ca1587e3919b39a676dea702c88ac89608a9
parent1003719fb700df37557d6d161e757fabb952e78a
parentccfcaf399ffcc91553395a8de8e833e7685e7cc2
Merge branch 'jc/optional-path'

Configuration variables that take a pathname as a value
(e.g. blame.ignorerevsfile) can be marked as optional by prefixing
":(optoinal)" before its value.

* jc/optional-path:
  parseopt: values of pathname type can be prefixed with :(optional)
  config: values of pathname type can be prefixed with :(optional)
  t7500: fix GIT_EDITOR shell snippet
  t7500: make each piece more independent
Documentation/config.adoc
config.c
parse-options.c