Jonathan del Strother schrieb:
- svn import -m 'import for git-svn' . $svnrepo >/dev/null && + svn import -m 'import for git-svn' . '$svnrepo' >/dev/null && cd .. && rm -rf import && - git-svn init $svnrepo" + git-svn init '$svnrepo'"
I don't see the point in changing an incorrect quoting to a different incorrect quoting that you fix up in a follow-up patch. It's *two* large patches to review instead of just one. I'm stopping the review here.
-- Hannes - 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