Merge branch 'master' into next

By Thomas Rast
* master:
  p4000: use -3000 when promising -3000
This commit is contained in:
Junio C Hamano
2012-03-09 16:49:54 -08:00

View File

@@ -7,7 +7,7 @@ test_description="Tests diff generation performance"
test_perf_default_repo
test_perf 'log -3000 (baseline)' '
git log -1000 >/dev/null
git log -3000 >/dev/null
'
test_perf 'log --raw -3000 (tree-only)' '