diff --git a/README.md b/README.md index 63811b7..4140fa2 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Currently ``AlexDaniel`` is maintaining it. ``` bisect: try { NaN.Rat == NaN; exit 0 }; exit 1 - moritz: (2016-05-02) https://github.com/rakudo/rakudo/commit/949a7c7 + moritz: (2016-05-02) https://github.com/rakudo/rakudo/commit/e2f1fa7 ``` ``` @@ -36,4 +36,4 @@ Run ``new-commits`` script periodically to process new commits. Basically, that's it. Some of these scripts are sensitive to the current working directory. -Use with care. \ No newline at end of file +Use with care. diff --git a/bot.pl b/bot.pl index 2696f60..d0b40b7 100755 --- a/bot.pl +++ b/bot.pl @@ -66,7 +66,7 @@ sub said { system('git', 'bisect', 'good', $good); system('git', 'bisect', 'bad', $bad); system('git', 'bisect', 'run', $commit_tester, $builds, $filename); - my $result = `git log -n 1 --date=short --pretty='(%cd) $link/%h'`; + my $result = `git show --quiet --date=short --pretty='(%cd) $link/%h' bisect/bad`; chdir($oldDir); return "$message->{who}: $result";