From 082484dd2f490fcf9789977adbb43e81f758edff Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Mon, 27 May 2013 17:19:43 +0200 Subject: [PATCH 1/1] Add -q to git clean in bisect-runner.pl This makes the output considerably less verbose. In particular, it becomes a lot easier to spot the "revisions left to test after this" status message from git bisect. --- Porting/bisect-runner.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Porting/bisect-runner.pl b/Porting/bisect-runner.pl index e926dd1..81ccd90 100755 --- a/Porting/bisect-runner.pl +++ b/Porting/bisect-runner.pl @@ -1042,7 +1042,7 @@ sub clean { if ($options{clean}) { # Needed, because files that are build products in this checked out # version might be in git in the next desired version. - system 'git clean -dxf