Teach fsck and prune about the new location of temporary objects
commit0e8316cc16f1a938c36f12f5fcae4a081b6ec6ff
authorBrandon Casey <casey@nrlssc.navy.mil>
Thu, 24 Jul 2008 22:41:12 +0000 (24 17:41 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 Jul 2008 06:08:07 +0000 (24 23:08 -0700)
tree8bd5d7b24dcbd30ab5ef7c2581bea279405528c2
parent186458b11b090835fa793bcdbf6b5552b053276c
Teach fsck and prune about the new location of temporary objects

Since 5723fe7e, temporary objects are now created in their final destination
directories, rather than in .git/objects/. Teach fsck to recognize and
ignore the temporary objects it encounters, and teach prune to remove them.

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-fsck.c
builtin-prune.c