Merge branch 'jk/config-warn-on-inaccessible-paths'
commit7fe136d78f5db3317ebf60115c1d7faa87412d6a
authorJunio C Hamano <gitster@pobox.com>
Fri, 7 Sep 2012 18:08:56 +0000 (7 11:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 Sep 2012 18:08:56 +0000 (7 11:08 -0700)
treed9f4d19d5bd01254450e6d4b169f9e30952de79e
parent09827f2a55299cc8c09d30754c016378a15c4775
parent55b38a48e2a7ccfaaa7897a5fccb98327fa0e3c0
Merge branch 'jk/config-warn-on-inaccessible-paths'

When looking for $HOME/.gitconfig etc., it is OK if we cannot read
them because they do not exist, but we did not diagnose existing
files that we cannot read.

* jk/config-warn-on-inaccessible-paths:
  warn_on_inaccessible(): a helper to warn on inaccessible paths
  attr: warn on inaccessible attribute files
  gitignore: report access errors of exclude files
  config: warn on inaccessible files
builtin/config.c
git-compat-util.h