From: Brandon Casey Date: Thu, 24 Jul 2008 22:41:12 +0000 (-0500) Subject: Teach fsck and prune about the new location of temporary objects X-Git-Tag: v1.6.0-rc1~47 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0e8316cc16f1a938c36f12f5fcae4a081b6ec6ff?ds=inline;hp=0e8316cc16f1a938c36f12f5fcae4a081b6ec6ff 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 Signed-off-by: Junio C Hamano ---