Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-svn: change dashed git-commit-tree to git commit-tree
author
Deskin Miller
<deskinm@umich.edu>
Fri, 31 Oct 2008 04:10:25 +0000
(
00:10
-0400)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 31 Oct 2008 08:22:48 +0000
(
01:22
-0700)
Signed-off-by: Deskin Miller <deskinm@umich.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-svn.perl
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(from parent 1:
2c850f1
)
diff --git
a/git-svn.perl
b/git-svn.perl
index 2e68c68d49043bf7c99b88987a61fbabf2ca4560..56238dad088d6da98f7285f74645814e6bb0fe9b 100755
(executable)
--- 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', $_;
}