]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/config-path-include-fix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 27 Feb 2014 22:01:25 +0000 (14:01 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Feb 2014 22:01:25 +0000 (14:01 -0800)
include.path variable (or any variable that expects a path that can
use ~username expansion) in the configuration file is not a
boolean, but the code failed to check it.

* jk/config-path-include-fix:
  handle_path_include: don't look at NULL value
  expand_user_path: do not look at NULL path

1  2 
config.c
path.c

diff --cc config.c
Simple merge
diff --cc path.c
Simple merge