author | Brandon Casey <casey@nrlssc.navy.mil> | |
Thu, 24 Jul 2008 22:41:12 +0000 (17:41 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 25 Jul 2008 06:08:07 +0000 (23:08 -0700) | ||
commit | 0e8316cc16f1a938c36f12f5fcae4a081b6ec6ff | |
tree | 8bd5d7b24dcbd30ab5ef7c2581bea279405528c2 | tree | snapshot |
parent | 186458b11b090835fa793bcdbf6b5552b053276c | commit | diff |
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>
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 | diff | blob | history | |
builtin-prune.c | diff | blob | history |