> git-svn uses git hash-object --stdin-paths, which means that it reads > filenames from the standard input, so one optional parameter cannot > help here. We could add some parameter ti git-hash-object to tell that we will pass two lines per each file: real file name and proposed file name in workdir. In this case git-hash-object will be able to do proper convertion. The main proble is the tracking original file from svn. Propably we could use some special dir in worktree to store original file. Or we could make special branch to track that files and second one to store converted files. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html