Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Make core.sharedRepository more generic
[gitweb.git]
/
git-svn.perl
diff --git
a/git-svn.perl
b/git-svn.perl
index 81afb5cfcd67731a6f8c76a032408a8f048cc1c4..b864b54a4440537900cab47e71ee93bd01d72d28 100755
(executable)
--- a/
git-svn.perl
+++ b/
git-svn.perl
@@
-1120,7
+1120,7
@@
sub cmt_metadata {
sub working_head_info {
my ($head, $refs) = @_;
- my @args = ('log', '--no-color', '--first-parent');
+ my @args = ('log', '--no-color', '--first-parent'
, '--pretty=medium'
);
my ($fh, $ctx) = command_output_pipe(@args, $head);
my $hash;
my %max;