projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
696c359
edb5408
)
Merge branch 'nd/fix-perf-parameters-in-tests' into maint
author
Junio C Hamano
<gitster@pobox.com>
Thu, 7 Feb 2013 23:16:00 +0000
(15:16 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 7 Feb 2013 23:16:00 +0000
(15:16 -0800)
* nd/fix-perf-parameters-in-tests:
test-lib.sh: unfilter GIT_PERF_*
1
2
t/test-lib.sh
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
t/test-lib.sh
index fc42d3a9c4f7e0bf98b657826163a04f2905f366,bf4cf7199c05eaa1d5ec5ebd8490b14bd4734948..ea1e4a03a7b61392c0a068cb55006165e9a7394a
---
1
/
t/test-lib.sh
---
2
/
t/test-lib.sh
+++ b/
t/test-lib.sh
@@@
-85,8
-85,7
+85,8
@@@
unset VISUAL EMAIL LANGUAGE COLUMNS $("
.*_TEST
PROVE
VALGRIND
- PERF_AGGREGATING_LATER
+ UNZIP
+ PERF_
));
my @vars = grep(/^GIT_/ && !/^GIT_($ok)/o, @env);
print join("\n", @vars);