Remove unnecessary pack-*.keep file after successful git-clone
commit1db4a75c8d18d8827ac710e87219b349558d9196
authorShawn O. Pearce <spearce@spearce.org>
Tue, 8 Jul 2008 04:46:06 +0000 (8 04:46 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Jul 2008 21:47:04 +0000 (8 14:47 -0700)
tree6c361b248445f35e3e5cae314cdcf68ca4960fc6
parent0b294c0abf00a9cf7468e0ea62722ae23b0816cc
Remove unnecessary pack-*.keep file after successful git-clone

Once a clone is successful we no longer need to hold onto the
.keep file created by the transport.  Delete the file so we
can later repack the complete repository.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-clone.c
t/t5601-clone.sh