author | Junio C Hamano <junkio@cox.net> | |
Mon, 1 Jan 2007 20:24:15 +0000 (12:24 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 1 Jan 2007 22:36:01 +0000 (14:36 -0800) | ||
commit | ac9c1108d8915f0937795e354ad72c4ae6890a3f | |
tree | 5d852d5ec2175292448713d9a184c9465a54912e | tree | snapshot |
parent | d1014a1745a8aa90c8de2a5ac7624d8175f96724 | commit | diff |
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>
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 | diff | blob | history |