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
This commit is contained in:
Junio C Hamano 2015-10-16 14:32:47 -07:00
Родитель 15cef7ccd9 31cd128372
Коммит 2c3cb52c6c
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,6 @@
#!/usr/bin/perl
use lib '../../perl/blib/lib';
use strict;
use warnings;
use Git;