commit | ac9c1108d8915f0937795e354ad72c4ae6890a3f | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Mon Jan 01 12:24:15 2007 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Mon Jan 01 14:36:01 2007 -0800 |
tree | 5d852d5ec2175292448713d9a184c9465a54912e | |
parent | d1014a1745a8aa90c8de2a5ac7624d8175f96724 [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>