Skip to content

Commit

Permalink
git-svn: change dashed git-commit-tree to git commit-tree
Browse files Browse the repository at this point in the history
Signed-off-by: Deskin Miller <deskinm@umich.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Deskin Miller authored and Junio C Hamano committed Oct 31, 2008
1 parent 2c850f1 commit e855bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-svn.perl
Original file line number Diff line number Diff line change
Expand Up @@ -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', $_;
}
Expand Down

0 comments on commit e855bfc

Please sign in to comment.