Remove unnecessary pack-*.keep file after successful git-clone
authorShawn O. Pearce <spearce@spearce.org>
Tue, 8 Jul 2008 04:46:06 +0000 (04:46 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Jul 2008 21:47:04 +0000 (14:47 -0700)
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>
No differences found