Merge branch 'jk/squelch-missing-link-warning-for-unreachable' into maint
commitc53312583b2d25b6ed5f0aa421993795743d1da6
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Jun 2015 18:02:09 +0000 (25 11:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Jun 2015 18:02:10 +0000 (25 11:02 -0700)
tree6c93284d0591ed5b210139fcfff040689f8199fa
parentf249409b6be74132e80e6d83f264aaa158563be1
parentce4e7b2ac38cfe5e4c165411d2e37b22e445ab88
Merge branch 'jk/squelch-missing-link-warning-for-unreachable' into maint

Recent "git prune" traverses young unreachable objects to safekeep
old objects in the reachability chain from them, which sometimes
caused error messages that are unnecessarily alarming.

* jk/squelch-missing-link-warning-for-unreachable:
  suppress errors on missing UNINTERESTING links
  silence broken link warnings with revs->ignore_missing_links
  add quieter versions of parse_{tree,commit}
commit.c
commit.h
list-objects.c
revision.c
tree.c
tree.h