| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jk/fetch-quick-tag-following' into maint | Junio C Hamano | 2016-10-28 | 1 | -0/+99 |
|\ |
|
| * | fetch: use "quick" has_sha1_file for tag followingjk/fetch-quick-tag-following | Jeff King | 2016-10-14 | 1 | -0/+99 |
* | | t/perf/run: copy config.mak.autogen & friends to build areaks/perf-build-with-autoconf | Kirill Smelkov | 2016-09-15 | 1 | -1/+7 |
* | | Merge branch 'kw/patch-ids-optim' | Junio C Hamano | 2016-08-31 | 1 | -0/+0 |
|\ \ |
|
| * | | p3400: make test script executablekw/patch-ids-optim | René Scharfe | 2016-08-29 | 1 | -0/+0 |
* | | | Merge branch 'kw/patch-ids-optim' | Junio C Hamano | 2016-08-12 | 1 | -0/+36 |
|\ \ \
| |/ / |
|
| * | | rebase: avoid computing unnecessary patch IDs | Kevin Willford | 2016-08-11 | 1 | -0/+36 |
* | | | t/perf: add tests for many-pack scenarios | Jeff King | 2016-07-29 | 1 | -0/+87 |
* | | | Merge branch 'jk/perf-any-version' | Junio C Hamano | 2016-07-11 | 3 | -6/+17 |
|\ \ \
| |_|/
|/| | |
|
| * | | p4211: explicitly disable renames in no-rename testjk/perf-any-version | Jeff King | 2016-06-22 | 1 | -3/+3 |
| * | | t/perf: fix regression in testing older versions of git | Jeff King | 2016-06-22 | 2 | -3/+14 |
* | | | perf: accommodate for MacOSXjs/perf-on-apple | Johannes Schindelin | 2016-06-21 | 1 | -1/+5 |
| |/
|/| |
|
* | | perf: make the tests work without a worktreejs/perf-rebase-i | René Scharfe | 2016-05-31 | 1 | -1/+4 |
* | | perf: run "rebase -i" under perf | Johannes Schindelin | 2016-05-13 | 1 | -0/+36 |
|/ |
|
* | perf: make the tests work in worktrees | Johannes Schindelin | 2016-05-13 | 1 | -7/+7 |
* | perf: let's disable symlinks when they are not available | Johannes Schindelin | 2016-05-13 | 1 | -1/+4 |
* | resolve_gitlink_ref: ignore non-repository pathsjk/ref-cache-non-repository-optim | Jeff King | 2016-01-25 | 1 | -0/+4 |
* | filter-branch: skip index read/write when possible | Jeff King | 2015-11-06 | 1 | -0/+19 |
* | Merge branch 'sb/perf-without-installed-git' | Junio C Hamano | 2015-10-15 | 1 | -0/+1 |
|\ |
|
| * | t/perf: make runner work even if Git is not installedsb/perf-without-installed-git | Stephan Beyer | 2015-09-25 | 1 | -0/+1 |
* | | Merge branch 'ee/clean-remove-dirs' | Junio C Hamano | 2015-08-03 | 1 | -0/+31 |
|\ \
| |/
|/| |
|
| * | p7300: add performance tests for clean | Erik Elfström | 2015-06-15 | 1 | -0/+31 |
* | | p5310: Fix broken && chain in performance testsb/p5310-and-chain | Stefan Beller | 2015-06-26 | 1 | -3/+3 |
|/ |
|
* | perf-lib: fix ignored exit code inside loop | Jeff King | 2015-03-25 | 1 | -1/+1 |
* | Merge branch 'jk/repack-pack-writebitmaps-config' | Junio C Hamano | 2014-06-25 | 1 | -0/+3 |
|\ |
|
| * | repack: introduce repack.writeBitmaps config option | Jeff King | 2014-06-10 | 1 | -0/+3 |
* | | p5302-pack-index.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-23 | 1 | -1/+1 |
* | | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 2014-02-27 | 1 | -0/+57 |
|\ \
| |/ |
|
| * | pack-bitmap: implement optional name_hash cache | Vicent Marti | 2013-12-30 | 1 | -1/+2 |
| * | t/perf: add tests for pack bitmaps | Jeff King | 2013-12-30 | 1 | -0/+56 |
* | | Merge branch 'jk/mark-edges-uninteresting' | Junio C Hamano | 2014-01-27 | 1 | -0/+12 |
|\ \ |
|
| * | | t/perf: time rev-list with UNINTERESTING commits | Jeff King | 2014-01-21 | 1 | -0/+12 |
| |/ |
|
* | | Merge branch 'tg/diff-no-index-refactor' | Junio C Hamano | 2013-12-27 | 1 | -0/+22 |
|\ \ |
|
| * | | diff: don't read index when --no-index is given | Thomas Gummerer | 2013-12-12 | 1 | -0/+22 |
| |/ |
|
* | | test: replace shebangs with descriptions in shell libraries | Jonathan Nieder | 2013-11-26 | 1 | -1/+3 |
|/ |
|
* | Merge branch 'lf/echo-n-is-not-portable' | Junio C Hamano | 2013-08-01 | 1 | -2/+2 |
|\ |
|
| * | Avoid using `echo -n` anywherelf/echo-n-is-not-portable | Lukas Fleischer | 2013-07-29 | 1 | -2/+2 |
* | | Merge branch 'tr/test-v-and-v-subtest-only' | Junio C Hamano | 2013-07-05 | 1 | -1/+2 |
|\ \ |
|
| * | | perf-lib: fix start/stop of perf tests | Thomas Gummerer | 2013-06-29 | 1 | -1/+2 |
| |/ |
|
* | | Documentation: Update 'linux-2.6.git' -> 'linux.git' | W. Trevor King | 2013-06-22 | 1 | -1/+1 |
* | | Merge branch 'rs/discard-index-discard-array' | Junio C Hamano | 2013-06-20 | 1 | -0/+14 |
|\ \ |
|
| * | | read-cache: add simple performance test | René Scharfe | 2013-06-09 | 1 | -0/+14 |
| |/ |
|
* | | Merge branch 'tr/line-log' | Junio C Hamano | 2013-06-02 | 1 | -0/+34 |
|\ \
| |/
|/| |
|
| * | Implement line-history search (git log -L) | Thomas Rast | 2013-03-28 | 1 | -0/+34 |
* | | perf: update documentation of GIT_PERF_REPEAT_COUNT | Antoine Pelisse | 2013-03-09 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'ep/malloc-check-perturb' | Junio C Hamano | 2012-10-01 | 1 | -1/+1 |
|\ |
|
| * | MALLOC_CHECK: enable it, unless disabled explicitly | René Scharfe | 2012-09-26 | 1 | -1/+1 |
* | | Merge branch 'ep/malloc-check-perturb' | Junio C Hamano | 2012-09-25 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | MALLOC_CHECK: various clean-ups | Junio C Hamano | 2012-09-17 | 1 | -0/+1 |
* | | t/perf: add "trash directory" to .gitignore | Ramkumar Ramachandra | 2012-09-17 | 1 | -2/+3 |
|/ |
|