]> git.ipfire.org Git - thirdparty/git.git/commit - t/t0201-gettext-fallbacks.sh
Merge branch 'jt/conditional-config-on-remote-url'
authorJunio C Hamano <gitster@pobox.com>
Wed, 9 Feb 2022 22:20:58 +0000 (14:20 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Feb 2022 22:20:59 +0000 (14:20 -0800)
commit13ce8f9f148637a885003c63e11a020d0aeca3f7
tree31db6aa9e46a93c381783f857786135894a0f4cf
parent87bfbd52e21b6e9373cd70fc148f09dcdad39f09
parent399b198489a041e2842fb4b257bea5adb02d28d1
Merge branch 'jt/conditional-config-on-remote-url'

The conditional inclusion mechanism of configuration files using
"[includeIf <condition>]" learns to base its decision on the
URL of the remote repository the repository interacts with.

* jt/conditional-config-on-remote-url:
  config: include file if remote URL matches a glob
  config: make git_config_include() static
Documentation/config.txt
config.c
t/t1300-config.sh