git/builtin
Jeff King 8d42299361 repack: turn on "ref paranoia" when doing a destructive repack
If we are repacking with "-ad", we will drop any unreachable
objects. Likewise, using "-Ad --unpack-unreachable=<time>"
will drop any old, unreachable objects. In these cases, we
want to make sure the reachability we compute with "--all"
is complete. We can do this by passing GIT_REF_PARANOIA=1 in
the environment to pack-objects.

Note that "-Ad" is safe already, because it only loosens
unreachable objects. It is up to "git prune" to avoid
deleting them.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2015-03-20 12:41:38 -07:00
..
2014-11-21 10:19:14 -08:00
2014-07-16 11:10:11 -07:00
2014-12-22 12:27:36 -08:00
2015-01-22 13:46:38 -08:00
2014-12-22 12:27:12 -08:00
2014-12-22 09:57:42 -08:00
2015-01-07 12:42:13 -08:00
2014-01-17 12:21:20 -08:00
2015-02-13 13:16:12 -08:00
2014-09-02 12:00:30 -07:00
2014-11-25 15:24:55 -08:00
2015-03-20 12:40:56 -07:00
2014-10-29 10:07:56 -07:00
2014-04-30 10:30:02 -07:00
2015-01-07 12:55:05 -08:00
2014-10-08 13:05:25 -07:00