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)
commit4f43e9726af5d036af96de9e5208a6122d378f9b
treef50d3e8b91afe0ee2f45430639c2d6947d5ce651
parent1965f8cdbdf86930b99fd61ed2efb22ac3d6a725
parent8f2bbe452e2c2917ec3c9a5d1593f26908cab83b
Merge branch 'jn/warn-on-inaccessible-loosen'

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
wrapper.c