From: Deskin Miller Date: Fri, 31 Oct 2008 04:10:25 +0000 (-0400) Subject: git-svn: change dashed git-commit-tree to git commit-tree X-Git-Tag: v1.6.0.4~23 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e855bfc0404d3344787541c1bdaa1e8d44398eb3;p=git.git git-svn: change dashed git-commit-tree to git commit-tree Signed-off-by: Deskin Miller Signed-off-by: Junio C Hamano --- diff --git a/git-svn.perl b/git-svn.perl index 2e68c68d4..56238dad0 100755 --- a/git-svn.perl +++ b/git-svn.perl @@ -2202,7 +2202,7 @@ sub do_git_commit { } die "Tree is not a valid sha1: $tree\n" if $tree !~ /^$::sha1$/o; - my @exec = ('git-commit-tree', $tree); + my @exec = ('git', 'commit-tree', $tree); foreach ($self->get_commit_parents($log_entry)) { push @exec, '-p', $_; }