While I'm at it... $ GIT_DIR=foo.git git init $ GIT_DIR=foo.git git fast-import <<EOC commit refs/import committer foo <foo> 0 +0000 data <<EOF test EOF M 644 inline "foo" data <<EOF foo EOF R foo "bar" EOC fatal: Garbage after dest in: R foo "bar" $ GIT_DIR=foo.git git fast-import <<EOC commit refs/import committer foo <foo> 0 +0000 data <<EOF test EOF M 644 inline "foo" data <<EOF foo EOF R "foo" bar EOC fatal: Missing space after source: R "foo" bar -bcd - 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