Merge branch 'jn/warn-on-inaccessible-loosen' into next
commit43d51c2dfeb333e59a0081f749312a80f4cb6ef9
authorJunio C Hamano <gitster@pobox.com>
Wed, 28 Nov 2012 21:59:31 +0000 (28 13:59 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 Nov 2012 21:59:31 +0000 (28 13:59 -0800)
tree4733c924caa7d1be1010628e803375c034738c6f
parent519dabc2cafe6ba99aa0dbb19d915a1eae491ae7
parent8f2bbe452e2c2917ec3c9a5d1593f26908cab83b
Merge branch 'jn/warn-on-inaccessible-loosen' into next

An RFC to 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
Documentation/git-config.txt
Documentation/git.txt
config.c
git-compat-util.h