Loading tests/testcurl.pl +1 −0 Original line number Diff line number Diff line Loading @@ -407,6 +407,7 @@ if ($git) { my @commits=`git log --pretty=oneline --abbrev-commit -5`; logit "The most recent git commits:"; for my $l (@commits) { chomp ($l); logit " $l"; } Loading Loading
tests/testcurl.pl +1 −0 Original line number Diff line number Diff line Loading @@ -407,6 +407,7 @@ if ($git) { my @commits=`git log --pretty=oneline --abbrev-commit -5`; logit "The most recent git commits:"; for my $l (@commits) { chomp ($l); logit " $l"; } Loading