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