aboutsummaryrefslogtreecommitdiffstats
path: root/t/perf/aggregate.perl
diff options
context:
space:
mode:
Diffstat (limited to 't/perf/aggregate.perl')
-rwxr-xr-xt/perf/aggregate.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/perf/aggregate.perl b/t/perf/aggregate.perl
index 5c439f6bc2..3a0917fa61 100755
--- a/t/perf/aggregate.perl
+++ b/t/perf/aggregate.perl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-use lib '../../perl/blib/lib';
+use lib '../../perl/build/lib';
use strict;
use warnings;
use JSON;
2007-11-10gitweb: correct month in date display for atom feedsVincent Zanotti1-1/+1 2007-11-10Fix memory leak in traverse_commit_listShawn O. Pearce1-0/+7 2007-11-09print warning/error/fatal messages in one shotNicolas Pitre1-3/+3 2007-11-09Start preparing for 1.5.3.6Junio C Hamano2-1/+22 2007-11-09git-send-email: Change the prompt for the subject of the initial message.Benoit Sigoure1-1/+1 2007-11-08SubmittingPatches: improve the 'Patch:' section of the checklistSergei Organov1-5/+4 2007-11-08instaweb: Minor cleanups and fixes for potential problemsJonas Fonseca1-9/+8 2007-11-08stop t1400 hiding errors in testsAlex Riesen1-1/+1 2007-11-08Makefile: add missing dependency on wt-status.hJunio C Hamano1-0/+1 2007-11-08refresh_index_quietly(): express "optional" nature of index writing betterJunio C Hamano1-9/+5 2007-11-08Fix sed string regex escaping in module_name.Ralf Wildenhues1-1/+1 2007-11-08Avoid a few unportable, needlessly nested "...`...".Ralf Wildenhues2-4/+4 2007-11-08git-mailsplit: with maildirs not only process cur/, but also new/Gerrit Pape1-16/+22