]> granicus.if.org Git - git/commitdiff
Merge branch 'jk/prune-with-corrupt-refs'
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Mar 2015 19:54:26 +0000 (12:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Mar 2015 19:54:26 +0000 (12:54 -0700)
"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

1  2 
Documentation/git.txt
builtin/repack.c
cache.h
refs.c

Simple merge
Simple merge
diff --cc cache.h
Simple merge
diff --cc refs.c
Simple merge