Start deprecating "git-command" in favor of "git command"
[gitweb.git] / git-filter-branch.sh
index a2fcebc1c63082db03445b65e340286d0c129903..e9907598e52901d698cfa339cde3e28f18cb6846 100644 (file)
@@ -384,7 +384,7 @@ while read commit parents; do
 
        sed -e '1,/^$/d' <../commit | \
                eval "$filter_msg" | \
-               sh -c "$filter_commit" git-commit-tree $(git-write-tree) $parentstr | \
+               sh -c "$filter_commit" "git-commit-tree" $(git-write-tree) $parentstr | \
                tee ../map/$commit
 done <../revs