author | Shawn O. Pearce <spearce@spearce.org> | |
Tue, 8 Jul 2008 04:46:06 +0000 (04:46 +0000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 8 Jul 2008 21:47:04 +0000 (14:47 -0700) | ||
commit | 1db4a75c8d18d8827ac710e87219b349558d9196 | |
tree | 6c361b248445f35e3e5cae314cdcf68ca4960fc6 | tree | snapshot |
parent | 0b294c0abf00a9cf7468e0ea62722ae23b0816cc | commit | diff |
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>
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 | diff | blob | history | |
t/t5601-clone.sh | diff | blob | history |