1
0
mirror of https://github.com/git/git.git synced 2024-09-25 12:11:02 +02:00
git/builtin
Junio C Hamano 7fe136d78f 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
2012-09-07 11:08:56 -07:00
..
add.c
annotate.c
apply.c Merge branch 'pg/maint-apply-remove-unused-variable' 2012-08-22 11:51:33 -07:00
archive.c
bisect--helper.c
blame.c Merge branch 'jk/maint-null-in-trees' 2012-08-27 11:54:28 -07:00
branch.c
bundle.c
cat-file.c Merge branch 'jk/maint-null-in-trees' 2012-08-27 11:54:28 -07:00
check-attr.c
check-ref-format.c
checkout-index.c
checkout.c Merge branch 'tr/void-diff-setup-done' 2012-08-22 11:52:27 -07:00
clean.c
clone.c
column.c
commit-tree.c
commit.c
config.c Merge branch 'jk/config-warn-on-inaccessible-paths' 2012-09-07 11:08:56 -07:00
count-objects.c
credential.c
describe.c
diff-files.c
diff-index.c
diff-tree.c
diff.c Merge branch 'jk/maint-null-in-trees' 2012-08-27 11:54:28 -07:00
fast-export.c
fetch-pack.c fetch-pack: mention server version with verbose output 2012-08-13 21:56:05 -07:00
fetch.c
fmt-merge-msg.c
for-each-ref.c for-each-ref: Fix sort with multiple keys 2012-08-21 14:42:12 -07:00
fsck.c
gc.c
grep.c grep: add a grep.patternType configuration setting 2012-08-03 09:58:02 -07:00
hash-object.c
help.c
index-pack.c
init-db.c
log.c
ls-files.c
ls-remote.c
ls-tree.c
mailinfo.c commit/commit-tree: correct latin1 to utf-8 2012-08-21 16:10:53 -07:00
mailsplit.c
merge-base.c
merge-file.c
merge-index.c
merge-ours.c
merge-recursive.c
merge-tree.c
merge.c Merge branch 'tr/void-diff-setup-done' 2012-08-22 11:52:27 -07:00
mktag.c
mktree.c
mv.c
name-rev.c
notes.c
pack-objects.c
pack-redundant.c
pack-refs.c
patch-id.c
prune-packed.c
prune.c prune.c: only print informational message in show_only or verbose mode 2012-08-07 15:01:37 -07:00
push.c Merge branch 'mm/push-default-switch-warning' 2012-08-27 11:54:04 -07:00
read-tree.c
receive-pack.c Merge branch 'jc/capabilities' 2012-08-29 14:50:07 -07:00
reflog.c
remote-ext.c
remote-fd.c
remote.c
replace.c
rerere.c
reset.c
rev-list.c
rev-parse.c
revert.c cherry-pick: add --allow-empty-message option 2012-08-06 09:59:53 -07:00
rm.c
send-pack.c do not send client agent unless server does first 2012-08-10 12:35:13 -07:00
shortlog.c
show-branch.c
show-ref.c
stripspace.c
symbolic-ref.c
tag.c
tar-tree.c
unpack-file.c
unpack-objects.c
update-index.c
update-ref.c
update-server-info.c
upload-archive.c
var.c
verify-pack.c
verify-tag.c
write-tree.c