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

1  2 
builtin/config.c
git-compat-util.h

Simple merge
Simple merge