]> xenbits.xensource.com Git - osstest.git/commitdiff
adhoc-revtuple-generator: with git, make -S produce correct set of revisions flight-17118 flight-17128 flight-17134 flight-17137 flight-17140 flight-17149 flight-17152 flight-17153 flight-17154 flight-17157 flight-17158 flight-17161 flight-17163 flight-17164 flight-17168 flight-17171 flight-17174 flight-17175 flight-17176 flight-17180 flight-17208 flight-17209 flight-17210
authorIan Jackson <iwj@woking.cam.xci-test.com>
Mon, 4 Mar 2013 17:08:24 +0000 (17:08 +0000)
committerIan Jackson <iwj@woking.cam.xci-test.com>
Mon, 4 Mar 2013 17:08:24 +0000 (17:08 +0000)
adhoc-revtuple-generator

index 11b59236033f45cab9c5942ba7baea299a5dcd04..bd9ccff6e27eac6d92a53c45a0c01c885246aeb4 100755 (executable)
@@ -86,7 +86,7 @@ sub git_revshower ($) {
     print DEBUG "GIT-REVSHOW TREE ", Dumper($tree);
     my $treedir= "$c{Repos}/$tree->{Treename}";
     chdir $treedir or die $treedir;
-    my @cmd = (qw(git log -n1), "$tree->{Earliest}^..$tree->{Latest}");
+    my @cmd = (qw(git log), "$tree->{Earliest}..$tree->{Latest}");
     print DEBUG "GIT-REVSHOW CMD ", Dumper(\@cmd);
     exec @cmd;
     die $!;