git-fetch: remove .keep file at the end.
commitac9c1108d8915f0937795e354ad72c4ae6890a3f
authorJunio C Hamano <junkio@cox.net>
Mon, 1 Jan 2007 20:24:15 +0000 (1 12:24 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 1 Jan 2007 22:36:01 +0000 (1 14:36 -0800)
tree5d852d5ec2175292448713d9a184c9465a54912e
parentd1014a1745a8aa90c8de2a5ac7624d8175f96724
git-fetch: remove .keep file at the end.

Removal of them is needed regardless of errors.  The original
code had the removal outside of the process which sets the flag
to tell the later step what to remove, but it runs as a
downstream of a pipeline and its effect was lost.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-fetch.sh