| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-07-02 | perf: fix when running with TEST_OUTPUT_DIRECTORY | Patrick Steinhardt | 3 | -13/+24 |
| 2021-05-10 | Merge branch 'rs/repack-without-loosening-promised-objects' | Junio C Hamano | 1 | -0/+4 |
| 2021-04-30 | Merge branch 'ds/sparse-index-protections' | Junio C Hamano | 1 | -0/+101 |
| 2021-04-28 | repack: avoid loosening promisor objects in partial clones | Rafael Silva | 1 | -0/+4 |
| 2021-04-13 | revision: avoid parsing with --exclude-promisor-objects | Jeff King | 1 | -0/+8 |
| 2021-04-13 | is_promisor_object(): free tree buffer after parsing | Jeff King | 1 | -0/+4 |
| 2021-04-07 | Merge branch 'ps/pack-bitmap-optim' | Junio C Hamano | 1 | -0/+14 |
| 2021-03-30 | p2000: add sparse-index repos | Derrick Stolee | 1 | -1/+18 |
| 2021-03-30 | t/perf: add performance test for sparse operations | Derrick Stolee | 1 | -0/+84 |
| 2021-03-24 | Merge branch 'nk/diff-index-fsmonitor' | Junio C Hamano | 1 | -0/+4 |
| 2021-03-24 | Merge branch 'tb/geometric-repack' | Junio C Hamano | 1 | -3/+33 |
| 2021-03-22 | Merge branch 'jk/perf-in-worktrees' | Junio C Hamano | 1 | -9/+22 |
| 2021-03-22 | pack-bitmap: avoid traversal of objects referenced by uninteresting tag | Patrick Steinhardt | 1 | -0/+14 |
| 2021-03-18 | fsmonitor: add perf test for git diff HEAD | Nipunn Koorapati | 1 | -0/+4 |
| 2021-03-01 | Merge branch 'jh/fsmonitor-prework' | Junio C Hamano | 3 | -12/+64 |
| 2021-02-26 | t/perf: avoid copying worktree files from test repo | Jeff King | 1 | -1/+1 |
| 2021-02-26 | t/perf: handle worktrees as test repos | Jeff King | 1 | -9/+22 |
| 2021-02-22 | p5303: measure time to repack with keep | Jeff King | 1 | -2/+32 |
| 2021-02-22 | p5303: add missing &&-chains | Jeff King | 1 | -2/+2 |
| 2021-02-16 | p7519: add trace logging during perf test | Jeff Hostetler | 3 | -2/+35 |
| 2021-02-16 | p7519: move watchman cleanup earlier in the test | Jeff Hostetler | 1 | -8/+17 |
| 2021-02-16 | p7519: fix watchman watch-list test on Windows | Jeff Hostetler | 1 | -1/+1 |
| 2021-02-16 | p7519: do not rely on "xargs -d" in test | Jeff Hostetler | 1 | -1/+11 |
| 2021-02-10 | Merge branch 'jk/pretty-lazy-load-commit' | Junio C Hamano | 1 | -1/+1 |
| 2021-02-08 | Merge branch 'jk/p5303-sed-portability-fix' into maint | Junio C Hamano | 1 | -4/+8 |
| 2021-02-05 | Merge branch 'jk/p5303-sed-portability-fix' | Junio C Hamano | 1 | -4/+8 |
| 2021-02-05 | Merge branch 'nk/perf-fsmonitor-cleanup' into maint | Junio C Hamano | 1 | -1/+6 |
| 2021-01-29 | p5303: avoid sed GNU-ism | Jeff King | 1 | -4/+8 |
| 2021-01-28 | pretty: lazy-load commit data when expanding user-format | Jeff King | 1 | -1/+1 |
| 2021-01-15 | Merge branch 'nk/perf-fsmonitor-cleanup' | Junio C Hamano | 1 | -1/+6 |
| 2021-01-06 | Merge branch 'es/perf-export-fix' | Junio C Hamano | 1 | -4/+1 |
| 2021-01-06 | p7519: allow running without watchman prereq | Taylor Blau | 1 | -1/+6 |
| 2020-12-22 | t/perf: avoid unnecessary test_export() recursion | Eric Sunshine | 1 | -4/+1 |
| 2020-12-18 | Merge branch 'es/perf-export-fix' | Junio C Hamano | 1 | -2/+7 |
| 2020-12-16 | t/perf: fix test_export() failure with BSD `sed` | Eric Sunshine | 1 | -2/+7 |
| 2020-12-08 | Merge branch 'nk/perf-fsmonitor-cleanup' | Junio C Hamano | 1 | -2/+1 |
| 2020-12-08 | Merge branch 'ps/update-ref-multi-transaction' | Junio C Hamano | 1 | -13/+7 |
| 2020-11-30 | perf/fsmonitor: use test_must_be_empty helper | Nipunn Koorapati | 1 | -2/+1 |
| 2020-11-16 | p1400: use `git-update-ref --stdin` to test multiple transactions | Patrick Steinhardt | 1 | -13/+7 |
| 2020-10-26 | t/perf/fsmonitor: add benchmark for dirty status | Nipunn Koorapati | 1 | -0/+5 |
| 2020-10-26 | t/perf/fsmonitor: perf comparison of multiple fsmonitor integrations | Nipunn Koorapati | 1 | -8/+14 |
| 2020-10-26 | t/perf/fsmonitor: initialize test with git reset | Nipunn Koorapati | 1 | -2/+6 |
| 2020-10-26 | t/perf/fsmonitor: factor setup for fsmonitor into function | Nipunn Koorapati | 1 | -2/+6 |
| 2020-10-26 | t/perf/fsmonitor: silence initial git commit | Nipunn Koorapati | 1 | -1/+1 |
| 2020-10-26 | t/perf/fsmonitor: shorten DESC to basename | Nipunn Koorapati | 1 | -1/+5 |
| 2020-10-26 | t/perf/fsmonitor: factor description out for readability | Nipunn Koorapati | 1 | -10/+12 |
| 2020-10-26 | t/perf/fsmonitor: improve error message if typoing hook name | Nipunn Koorapati | 1 | -1/+3 |
| 2020-10-26 | t/perf/fsmonitor: move watchman setup to one-time-repo-setup | Nipunn Koorapati | 1 | -7/+9 |
| 2020-10-26 | t/perf/fsmonitor: separate one time repo initialization | Nipunn Koorapati | 1 | -8/+11 |
| 2020-10-20 | p7519-fsmonitor: add a git add benchmark | Nipunn Koorapati | 1 | -0/+4 |
| 2020-10-20 | p7519-fsmonitor: refactor to avoid code duplication | Nipunn Koorapati | 1 | -99/+37 |
| 2020-10-20 | perf lint: add make test-lint to perf tests | Nipunn Koorapati | 2 | -4/+7 |
| 2020-10-20 | t/perf: add fsmonitor perf test for git diff | Nipunn Koorapati | 1 | -0/+71 |
| 2020-10-20 | t/perf/p7519-fsmonitor.sh: warm cache on first git status | Nipunn Koorapati | 1 | -1/+2 |
| 2020-10-20 | t/perf/README: elaborate on output format | Nipunn Koorapati | 1 | -0/+2 |
| 2020-09-22 | Merge branch 'jk/dont-count-existing-objects-twice' | Junio C Hamano | 1 | -0/+4 |
| 2020-09-17 | packfile: actually set approximate_object_count_valid | Jeff King | 1 | -0/+4 |
| 2020-08-31 | Merge branch 'ps/ref-transaction-hook' | Junio C Hamano | 1 | -3/+10 |
| 2020-08-25 | refs: remove lookup cache for reference-transaction hook | Patrick Steinhardt | 1 | -3/+10 |
| 2020-08-21 | p5302: count up to online-cpus for thread tests | Jeff King | 1 | -23/+24 |
| 2020-08-21 | p5302: disable thread-count parameter tests by default | Jeff King | 3 | -5/+16 |
| 2020-06-19 | refs: implement reference transaction hook | Patrick Steinhardt | 1 | -0/+32 |
| 2020-05-04 | pack-bitmap: pass object filter to fill-in traversal | Jeff King | 1 | -0/+5 |
| 2020-05-04 | pack-bitmap.c: support 'tree:0' filtering | Taylor Blau | 1 | -0/+5 |
| 2020-04-28 | Merge branch 'jk/fast-import-use-hashmap' | Junio C Hamano | 1 | -0/+23 |
| 2020-04-06 | fast-import: replace custom hash with hashmap.c | Jeff King | 1 | -0/+23 |
| 2020-03-27 | p5310: stop timing non-bitmap pack-to-disk | Jeff King | 1 | -4/+0 |
| 2020-02-14 | pack-objects: support filters with bitmaps | Jeff King | 1 | -0/+4 |
| 2020-02-14 | pack-bitmap: implement BLOB_LIMIT filtering | Jeff King | 1 | -0/+5 |
| 2020-02-14 | pack-bitmap: implement BLOB_NONE filtering | Jeff King | 1 | -0/+5 |
| 2020-02-14 | rev-list: allow commit-only bitmap traversals | Jeff King | 1 | -0/+8 |
| 2019-12-16 | Merge branch 'cs/store-packfiles-in-hashmap' | Junio C Hamano | 1 | -0/+18 |
| 2019-12-10 | Merge branch 'jk/perf-wo-git-dot-pm' | Junio C Hamano | 1 | -2/+7 |
| 2019-12-06 | Merge branch 'tg/perf-remove-stale-result' | Junio C Hamano | 2 | -11/+5 |
| 2019-12-03 | packfile.c: speed up loading lots of packfiles | Colin Stolley | 1 | -0/+18 |
| 2019-12-01 | Merge branch 'jk/optim-in-pack-idx-conversion' | Junio C Hamano | 1 | -0/+1 |
| 2019-11-27 | t/perf: don't depend on Git.pm | Jeff King | 1 | -2/+7 |
| 2019-11-27 | perf-lib: use a single filename for all measurement types | Jeff King | 2 | -11/+5 |
| 2019-11-12 | pack-objects: avoid pointless oe_map_new_pack() calls | Jeff King | 1 | -0/+1 |
| 2019-11-10 | Fix spelling errors in messages shown to users | Elijah Newren | 1 | -1/+1 |
| 2019-08-12 | t/perf: rename duplicate-numbered test script | Jeff King | 1 | -0/+0 |
| 2019-07-01 | check_everything_connected: assume alternate ref tips are valid | Jeff King | 1 | -0/+27 |
| 2019-05-19 | Merge branch 'ab/perf-installed-fix' | Junio C Hamano | 4 | -27/+53 |
| 2019-05-13 | Merge branch 'jk/perf-aggregate-wo-libjson' | Junio C Hamano | 1 | -2/+2 |
| 2019-05-13 | Merge branch 'jk/p5302-avoid-collision-check-cost' | Junio C Hamano | 1 | -13/+18 |
| 2019-05-13 | Merge branch 'ew/repack-with-bitmaps-by-default' | Junio C Hamano | 2 | -3/+1 |
| 2019-05-13 | Merge branch 'js/partial-clone-connectivity-check' | Junio C Hamano | 1 | -0/+26 |
| 2019-05-08 | perf-lib.sh: forbid the use of GIT_TEST_INSTALLED | Ævar Arnfjörð Bjarmason | 2 | -0/+13 |
| 2019-05-08 | perf tests: add "bindir" prefix to git tree test results | Ævar Arnfjörð Bjarmason | 2 | -2/+4 |
| 2019-05-08 | perf-lib.sh: remove GIT_TEST_INSTALLED from perf-lib.sh | Ævar Arnfjörð Bjarmason | 3 | -32/+38 |
| 2019-05-08 | perf-lib.sh: make "./run <revisions>" use the correct gits | Ævar Arnfjörð Bjarmason | 2 | -2/+10 |
| 2019-05-08 | perf aggregate: remove GIT_TEST_INSTALLED from --codespeed | Ævar Arnfjörð Bjarmason | 1 | -3/+0 |
| 2019-05-08 | perf README: correct docs for 3c8f12c96c regression | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2019-05-05 | t/perf: add perf script for partial clones | Jeff King | 1 | -0/+26 |
| 2019-04-25 | Merge branch 'jk/revision-rewritten-parents-in-prio-queue' | Junio C Hamano | 1 | -0/+18 |
| 2019-04-24 | t/perf: depend on perl JSON only when using --codespeed | Jeff King | 1 | -2/+2 |
| 2019-04-23 | p5302: create the repo in each index-pack test | Jeff King | 1 | -13/+18 |
| 2019-04-04 | revision: use a prio_queue to hold rewritten parents | Jeff King | 1 | -0/+18 |
| 2019-03-18 | perf-lib.sh: rely on test-lib.sh for --tee handling | Jeff King | 1 | -23/+11 |
| 2019-03-18 | pack-objects: default to writing bitmap hash-cache | Jeff King | 2 | -3/+1 |
| 2019-02-14 | prune: use bitmaps for reachability traversal | Jeff King | 1 | -0/+11 |
| 2019-02-14 | prune: lazily perform reachability traversal | Jeff King | 1 | -0/+24 |
| 2018-11-20 | tests: send "bug in the test script" errors to the script's stderr | SZEDER Gábor | 1 | -2/+2 |
| 2018-11-12 | p3400: replace calls to `git checkout -b' by `git checkout -B' | Alban Gruin | 1 | -5/+5 |
| 2018-10-10 | Merge branch 'ab/fsck-skiplist' | Junio C Hamano | 2 | -0/+53 |
| 2018-09-12 | fsck: add a performance test for skipList | René Scharfe | 1 | -0/+40 |
| 2018-09-12 | fsck: add a performance test | Ævar Arnfjörð Bjarmason | 1 | -0/+13 |
| 2018-08-20 | t/perf: add perf tests for fetches from a bitmapped server | Jeff King | 1 | -0/+45 |
| 2018-08-20 | t/perf: add infrastructure for measuring sizes | Jeff King | 3 | -5/+81 |
| 2018-08-20 | t/perf: factor out percent calculations | Jeff King | 1 | -9/+12 |
| 2018-08-20 | t/perf: factor boilerplate out of test_perf | Jeff King | 1 | -26/+35 |
| 2018-05-23 | Merge branch 'cc/perf-bisect' | Junio C Hamano | 1 | -0/+6 |
| 2018-05-06 | perf/bisect_run_script: disable codespeed | Christian Couder | 1 | -0/+6 |
| 2018-04-26 | perf/aggregate: use Getopt::Long for option parsing | Christian Couder | 1 | -36/+26 |
| 2018-04-25 | Merge branch 'cc/perf-bisect' | Junio C Hamano | 3 | -10/+166 |
| 2018-04-11 | t/perf: add scripts to bisect performance regressions | Christian Couder | 2 | -0/+120 |
| 2018-04-11 | perf/run: add --subsection option | Christian Couder | 1 | -10/+46 |
| 2018-04-11 | Merge branch 'nd/combined-test-helper' | Junio C Hamano | 5 | -13/+13 |
| 2018-03-27 | perf/aggregate: add --sort-by=regression option | Christian Couder | 1 | -1/+58 |
| 2018-03-27 | perf/aggregate: add display_dir() | Christian Couder | 1 | -4/+7 |
| 2018-03-27 | t/helper: merge test-write-cache into test-tool | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-03-27 | t/helper: merge test-string-list into test-tool | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-03-27 | t/helper: merge test-read-cache into test-tool | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-03-27 | t/helper: merge test-drop-caches into test-tool | Nguyễn Thái Ngọc Duy | 1 | -6/+6 |
| 2018-03-27 | t/helper: merge test-lazy-init-name-hash into test-tool | Nguyễn Thái Ngọc Duy | 1 | -4/+4 |
| 2018-02-27 | perf: use GIT_PERF_REPEAT_COUNT=3 by default even without config file | René Scharfe | 1 | -5/+3 |
| 2018-02-15 | Merge branch 'cc/perf-aggregate' | Junio C Hamano | 1 | -11/+37 |
| 2018-02-13 | Merge branch 'ab/simplify-perl-makefile' | Junio C Hamano | 1 | -1/+1 |
| 2018-02-02 | perf/aggregate: sort JSON fields in output | Christian Couder | 1 | -1/+1 |
| 2018-02-02 | perf/aggregate: add --reponame option | Christian Couder | 1 | -2/+13 |
| 2018-02-02 | perf/aggregate: add --subsection option | Christian Couder | 1 | -9/+24 |
| 2018-01-23 | Merge branch 'cc/codespeed' | Junio C Hamano | 2 | -54/+137 |
| 2018-01-05 | perf/run: read GIT_PERF_REPO_NAME from perf.repoName | Christian Couder | 1 | -0/+3 |
| 2018-01-05 | perf/run: learn to send output to codespeed server | Christian Couder | 1 | -1/+11 |
| 2018-01-05 | perf/run: learn about perf.codespeedOutput | Christian Couder | 1 | -1/+6 |
| 2018-01-05 | perf/run: add conf_opts argument to get_var_from_env_or_config() | Christian Couder | 1 | -5/+6 |
| 2018-01-05 | perf/aggregate: implement codespeed JSON output | Christian Couder | 1 | -2/+62 |
| 2018-01-05 | perf/aggregate: refactor printing results | Christian Couder | 1 | -46/+50 |
| 2018-01-05 | perf/aggregate: fix checking ENV{GIT_PERF_SUBSECTION} | Christian Couder | 1 | -1/+1 |
| 2018-01-04 | perf: amend the grep tests to test grep.threads | Ævar Arnfjörð Bjarmason | 2 | -21/+86 |
| 2017-12-28 | Merge branch 'bp/fsmonitor' | Junio C Hamano | 1 | -2/+1 |
| 2017-12-18 | p7519: improve check for prerequisite WATCHMAN | René Scharfe | 1 | -2/+1 |
| 2017-12-13 | Merge branch 'ds/for-each-file-in-obj-micro-optim' | Junio C Hamano | 1 | -0/+4 |
| 2017-12-11 | Makefile: replace perl/Makefile.PL with simple make rules | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2017-12-06 | Merge branch 'jk/fewer-pack-rescan' | Junio C Hamano | 3 | -23/+82 |
| 2017-12-06 | Merge branch 'cc/perf-run-config' | Junio C Hamano | 3 | -15/+89 |
| 2017-12-04 | sha1_file: use strbuf_add() instead of strbuf_addf() | Derrick Stolee | 1 | -0/+4 |
| 2017-11-21 | Merge branch 'bp/fsmonitor' | Junio C Hamano | 1 | -0/+184 |
| 2017-11-21 | p5551: add a script to test fetch pack-dir rescans | Jeff King | 1 | -0/+55 |
| 2017-11-21 | t/perf/lib-pack: use fast-import checkpoint to create packs | Jeff King | 1 | -7/+3 |
| 2017-11-21 | p5550: factor out nonsense-pack creation | Jeff King | 2 | -23/+31 |
| 2017-10-13 | p4211-line-log.sh: add log --online --raw --parents perf test | Derrick Stolee | 1 | -0/+4 |
| 2017-10-01 | fsmonitor: add a performance test | Ben Peart | 1 | -0/+184 |
| 2017-09-24 | perf: store subsection results in "test-results/$GIT_PERF_SUBSECTION/" | Christian Couder | 2 | -3/+9 |
| 2017-09-24 | perf/run: show name of rev being built | Christian Couder | 1 | -2/+3 |
| 2017-09-24 | perf/run: add run_subsection() | Christian Couder | 1 | -12/+35 |
| 2017-09-24 | perf/run: update get_var_from_env_or_config() for subsections | Christian Couder | 1 | -12/+20 |
| 2017-09-24 | perf/run: add get_subsections() | Christian Couder | 1 | -0/+7 |
| 2017-09-24 | perf/run: add calls to get_var_from_env_or_config() | Christian Couder | 1 | -0/+3 |
| 2017-09-24 | perf/run: add GIT_PERF_DIRS_OR_REVS | Christian Couder | 1 | -0/+3 |
| 2017-09-24 | perf/run: add get_var_from_env_or_config() | Christian Couder | 2 | -3/+21 |
| 2017-09-24 | perf/run: add '--config' option to the 'run' script | Christian Couder | 1 | -1/+6 |
| 2017-08-21 | perf: add test for writing the index | Kevin Willford | 1 | -0/+29 |
| 2017-07-05 | Merge branch 'rs/sha1-name-readdir-optim' | Junio C Hamano | 1 | -0/+16 |
| 2017-06-24 | p4205: add perf test script for pretty log formats | René Scharfe | 1 | -0/+16 |
| 2017-06-13 | Merge branch 'jh/memihash-opt' into maint | Junio C Hamano | 1 | -5/+42 |
| 2017-06-05 | perf: work around the tested repo having an index.lock | Ævar Arnfjörð Bjarmason | 1 | -1/+8 |
| 2017-06-02 | Merge branch 'ab/grep-preparatory-cleanup' | Junio C Hamano | 6 | -3/+221 |
| 2017-05-30 | Merge branch 'jh/memihash-opt' | Junio C Hamano | 1 | -5/+42 |
| 2017-05-30 | Merge branch 'ab/perf-wildmatch' | Junio C Hamano | 3 | -4/+59 |
| 2017-05-26 | perf: add a comparison test of log --grep regex engines with -F | Ævar Arnfjörð Bjarmason | 1 | -0/+44 |
| 2017-05-26 | perf: add a comparison test of log --grep regex engines | Ævar Arnfjörð Bjarmason | 1 | -0/+53 |
| 2017-05-26 | perf: add a comparison test of grep regex engines with -F | Ævar Arnfjörð Bjarmason | 1 | -0/+41 |
| 2017-05-26 | perf: add a comparison test of grep regex engines | Ævar Arnfjörð Bjarmason | 1 | -0/+56 |
| 2017-05-21 | perf: emit progress output when unpacking & building | Ævar Arnfjörð Bjarmason | 1 | -0/+2 |
| 2017-05-21 | perf: add a GIT_PERF_MAKE_COMMAND for when *_MAKE_OPTS won't do | Ævar Arnfjörð Bjarmason | 2 | -3/+25 |
| 2017-05-16 | p0004: don't error out if test repo is too small | René Scharfe | 1 | -5/+8 |
| 2017-05-16 | p0004: don't abort if multi-threaded is too slow | René Scharfe | 1 | -4/+0 |
| 2017-05-16 | p0004: use test_perf | René Scharfe | 1 | -0/+36 |
| 2017-05-16 | p0004: avoid using pipes | René Scharfe | 1 | -3/+5 |
| 2017-05-16 | p0004: simplify calls of test-lazy-init-name-hash | René Scharfe | 1 | -3/+3 |
| 2017-05-12 | perf: add test showing exponential growth in path globbing | Ævar Arnfjörð Bjarmason | 1 | -0/+43 |
| 2017-05-12 | perf: add function to setup a fresh test repo | Ævar Arnfjörð Bjarmason | 2 | -4/+16 |
| 2017-05-08 | p3400: add perf tests for rebasing many changes | Christian Couder | 1 | -1/+21 |
| 2017-05-01 | Merge branch 'ab/align-perf-descriptions' | Junio C Hamano | 2 | -0/+5 |
| 2017-04-26 | Merge branch 'jh/add-index-entry-optim' | Junio C Hamano | 4 | -0/+263 |
| 2017-04-23 | Merge branch 'jh/string-list-micro-optim' | Junio C Hamano | 1 | -0/+49 |
| 2017-04-23 | t/perf: correctly align non-ASCII descriptions in output | Ævar Arnfjörð Bjarmason | 2 | -0/+5 |
| 2017-04-19 | Merge branch 'jh/memihash-opt' | Junio C Hamano | 1 | -0/+0 |
| 2017-04-19 | p0006-read-tree-checkout: perf test to time read-tree | Jeff Hostetler | 4 | -0/+263 |
| 2017-04-18 | p0004: make perf test executable | Christian Couder | 1 | -0/+0 |
| 2017-04-15 | string-list: use ALLOC_GROW macro when reallocing string_list | Jeff Hostetler | 1 | -0/+49 |
| 2017-03-28 | Merge branch 'jh/memihash-opt' | Junio C Hamano | 1 | -0/+19 |
| 2017-03-24 | name-hash: add perf test for lazy_init_name_hash | Jeff Hostetler | 1 | -0/+19 |
| 2017-03-14 | Merge branch 'dp/filter-branch-prune-empty' | Junio C Hamano | 1 | -0/+5 |
| 2017-03-03 | p7000: add test for filter-branch with --prune-empty | Devin J. Pohly | 1 | -0/+5 |
| 2017-03-03 | t/perf: add fallback for pre-bin-wrappers versions of git | Jeff King | 1 | -0/+3 |
| 2017-03-03 | t/perf: use $MODERN_GIT for all repo-copying steps | Jeff King | 1 | -2/+2 |
| 2017-03-03 | t/perf: export variable used in other blocks | Jonathan Tan | 1 | -1/+2 |
| 2017-02-10 | Merge branch 'rs/p5302-create-repositories-before-tests' | Junio C Hamano | 1 | -0/+7 |