Merge branch 'ab/conditional-config-with-symlinks'
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 May 2017 02:16:43 +0000 (11:16 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 May 2017 02:16:44 +0000 (11:16 +0900)
The recently introduced "[includeIf "gitdir:$dir"] path=..."
mechansim has further been taught to take symlinks into account.
The directory "$dir" specified in "gitdir:$dir" may be a symlink to
a real location, not something that $(getcwd) may return. In such
a case, a realpath of "$dir" is compared with the real path of the
current repository to determine if the contents from the named path
should be included.

* ab/conditional-config-with-symlinks:
config: match both symlink & realpath versions in IncludeIf.gitdir:*

1  2 
Documentation/config.txt
config.c
Simple merge
diff --cc config.c
Simple merge