Browse Source

git-svn: change dashed git-commit-tree to git commit-tree

Signed-off-by: Deskin Miller <deskinm@umich.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Deskin Miller 17 years ago committed by Junio C Hamano
parent
commit
e855bfc040
  1. 2
      git-svn.perl

2
git-svn.perl

@ -2202,7 +2202,7 @@ sub do_git_commit {
} }
die "Tree is not a valid sha1: $tree\n" if $tree !~ /^$::sha1$/o; 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)) { foreach ($self->get_commit_parents($log_entry)) {
push @exec, '-p', $_; push @exec, '-p', $_;
} }

Loading…
Cancel
Save