Merge branch 'sb/perf-without-installed-git' into maint

Performance-measurement tests did not work without an installed Git.

* sb/perf-without-installed-git:
  t/perf: make runner work even if Git is not installed
maint
Junio C Hamano 2015-10-16 14:32:47 -07:00
commit 2c3cb52c6c
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/usr/bin/perl

use lib '../../perl/blib/lib';
use strict;
use warnings;
use Git;