Re: [PATCH 2/2] fast-import: Handle 'sub/testname' to 'sub/testname/testfile' renaming correctly

2012-08-08 Thread Junio C Hamano
Judging from "git shortlog --since=6.months fast-import.c", Jonathan may be the most qualified to see if this makes sense, among the active list regulars, so -- >8 -- From: Techlive Zheng Subject: [PATCH 2/2] fast-import: Handle 'sub/testname' to 'sub/testname/

[PATCH 2/2] fast-import: Handle 'sub/testname' to 'sub/testname/testfile' renaming correctly

2012-08-08 Thread Techlive Zheng
The current git-fast-import would not correctly handle such a commit stream in which a file was deleted and at the same time a directory with the same name was created. All paths under the newly created directory will be lost after the importing. --- fast-import.c | 9 + 1 file changed, 9