Merge branch 'nd/conditional-config-include' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 20 Apr 2017 05:10:03 +0000 (22:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Apr 2017 05:10:03 +0000 (22:10 -0700)
commit2e94c40b464ec111a375205501c00681903137a1
treecadae60cb501376b376ce157ab77cb74423beb4a
parentdc9de26fc96a837bd4c7e9d1d4ef7ef6d6c6ee49
parent86f951570839e241cfa8effbe195674193693a7f
Merge branch 'nd/conditional-config-include' into next

$GIT_DIR may in some cases be normalized with all symlinks resolved
while "gitdir" path expansion in the pattern does not receive the
same treatment, leading to incorrect mismatch.  This has been fixed.

* nd/conditional-config-include:
  config: resolve symlinks in conditional include's patterns
  path.c: and an option to call real_path() in expand_user_path()
builtin/commit.c
builtin/config.c
cache.h
config.c
credential-cache.c
path.c