Merge branch 'jk/prune-with-corrupt-refs' into maint
commit9f389aa4920f147a6314719741b47074b2e4b727
authorJunio C Hamano <gitster@pobox.com>
Sat, 28 Mar 2015 16:33:06 +0000 (28 09:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 28 Mar 2015 16:33:06 +0000 (28 09:33 -0700)
treeedf7abf348e4b2ba4fe128801346357c512ce173
parentb37996e251872891f71b833c425acd05cf263547
parentea56c4e02fc1d5ce6a6b5083c284e32ffc6367e6
Merge branch 'jk/prune-with-corrupt-refs' into maint

"git prune" used to largely ignore broken refs when deciding which
objects are still being used, which could spread an existing small
damage and make it a larger one.

* jk/prune-with-corrupt-refs:
  refs.c: drop curate_packed_refs
  repack: turn on "ref paranoia" when doing a destructive repack
  prune: turn on ref_paranoia flag
  refs: introduce a "ref paranoia" flag
  t5312: test object deletion code paths in a corrupted repository
Documentation/git.txt