]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'cl/conditional-config-on-worktree-path'
authorJunio C Hamano <gitster@pobox.com>
Wed, 22 Jul 2026 17:30:52 +0000 (10:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Jul 2026 17:30:53 +0000 (10:30 -0700)
commitccf9746c673c5bb83000a41562b0df5339aef6ec
tree6cd7f3608c26775c05936b281a04c7fc05fd988a
parentaebf83d00a707e6ba232f07dc439ddcf8cf4bbbd
parent5004829756596498a20305b3fce8387629396835
Merge branch 'cl/conditional-config-on-worktree-path'

The '[includeIf "condition"]' conditional inclusion facility for
configuration files has been taught to use the location of the
worktree in its condition.

* cl/conditional-config-on-worktree-path:
  config: add "worktree" and "worktree/i" includeIf conditions
  config: refactor include_by_gitdir() into include_by_path()
t/t1305-config-include.sh