Merge branch 'jn/warn-on-inaccessible-loosen'
authorJunio C Hamano <gitster@pobox.com>
Mon, 7 Jan 2013 06:11:16 +0000 (22:11 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Jan 2013 06:11:16 +0000 (22:11 -0800)
Deal with a situation where .config/git is a file and we notice
.config/git/config is not readable due to ENOTDIR, not ENOENT.

* jn/warn-on-inaccessible-loosen:
  config: exit on error accessing any config file
  doc: advertise GIT_CONFIG_NOSYSTEM
  config: treat user and xdg config permission problems as errors
  config, gitignore: failure to access with ENOTDIR is ok

1  2 
Documentation/git-config.txt
Documentation/git.txt
config.c
git-compat-util.h
wrapper.c

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