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