On 15 Oct 2007, at 14:39, Johannes Sixt wrote:
Jonathan del Strother schrieb:
- eval GITHEAD_$hd='"$(cat $dotest/onto_name)"'
+ eval GITHEAD_$hd='"$(cat \"$dotest/onto_name\")"'
I believe this is not correct. It should be this way:
eval GITHEAD_$hd='$(cat "$dotest/onto_name")'
You can test it with a conflicting git-rebase -m. It only affects
what the conflict markers look like. The test suite does not test it.
Thanks for catching that. I'll post revised patches this morning
-
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