[BUG] fast-import quoting broken for renames

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Shawn O. Pearce <spearce@...>
Cc: <git@...>
Date: Monday, November 12, 2007 - 7:13 am

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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[BUG] fast-import producing very deep tree deltas, Brian Downing, (Mon Nov 12, 7:03 am)
Re: [BUG] fast-import producing very deep tree deltas, Shawn O. Pearce, (Tue Nov 13, 4:53 am)
Re: [BUG] fast-import producing very deep tree deltas, Shawn O. Pearce, (Tue Nov 13, 5:27 am)
Re: [BUG] fast-import producing very deep tree deltas, Brian Downing, (Tue Nov 13, 10:36 am)
Re: [BUG] fast-import producing very deep tree deltas, Linus Torvalds, (Mon Nov 12, 4:26 pm)
[BUG] fast-import quoting broken for renames, Brian Downing, (Mon Nov 12, 7:13 am)