Hi, On Wed, 4 Jul 2007, Johannes Schindelin wrote: > - sh -c "$filter_commit" "git commit-tree" $(git write-tree) $parentstr | \ > - tee ../map/$commit > + (sh -c "$filter_commit" "git commit-tree" $(git write-tree) > + $parentstr) 2> /dev/null > ../map/$commit Aargh! I seem to be unable to get anything right today. This should be + sh -c "$filter_commit" "git commit-tree" $(git write-tree) \ + $parentstr > ../map/$commit Ah well. I think I play a little more with it, and resubmit the patch. Please ignore. Ciao, Dscho - 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