summaryrefslogtreecommitdiffstats
path: root/t (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jt/bulk-prefetch'Junio C Hamano2021-08-021-0/+33
|\
| * cache-tree: prefetch in partial clone read-treeJonathan Tan2021-07-231-0/+33
* | Merge branch 'ab/bundle-tests'Junio C Hamano2021-08-021-16/+56
|\ \
| * | bundle tests: use test_cmp instead of grepÆvar Arnfjörð Bjarmason2021-07-221-13/+53
| * | bundle tests: use ">file" not ": >file"Ævar Arnfjörð Bjarmason2021-07-221-3/+3
* | | Merge branch 'ps/perf-with-separate-output-directory'Junio C Hamano2021-08-023-13/+24
|\ \ \
| * | | perf: fix when running with TEST_OUTPUT_DIRECTORYPatrick Steinhardt2021-07-023-13/+24
* | | | Merge branch 'ps/t0000-output-directory-fix'Junio C Hamano2021-07-282-2/+14
|\ \ \ \
| * | | | t0000: fix test if run with TEST_OUTPUT_DIRECTORYPatrick Steinhardt2021-07-202-2/+14
* | | | | Merge branch 'tb/reverse-midx'Junio C Hamano2021-07-281-0/+5
|\ \ \ \ \
| * | | | | multi-pack-index: fix potential segfault without sub-commandTaylor Blau2021-07-191-0/+5
* | | | | | Merge branch 'pb/dont-complete-aliased-options'Junio C Hamano2021-07-281-0/+13
|\ \ \ \ \ \
| * | | | | | parse-options: don't complete option aliases by defaultPhilippe Blain2021-07-161-0/+13
* | | | | | | Merge branch 'ds/status-with-sparse-index'Junio C Hamano2021-07-282-11/+206
|\ \ \ \ \ \ \
| * | | | | | | t1092: document bad sparse-checkout behaviorDerrick Stolee2021-07-141-4/+6
| * | | | | | | fsmonitor: integrate with sparse indexDerrick Stolee2021-07-141-0/+49
| * | | | | | | wt-status: expand added sparse directory entriesDerrick Stolee2021-07-141-0/+33
| * | | | | | | status: use sparse-index throughoutDerrick Stolee2021-07-141-4/+9
| * | | | | | | status: skip sparse-checkout percentage with sparse-indexDerrick Stolee2021-07-141-0/+8
| * | | | | | | t1092: add tests for status/add and sparse filesDerrick Stolee2021-07-141-0/+38
| * | | | | | | t1092: expand repository data shapeDerrick Stolee2021-07-141-3/+41
| * | | | | | | t1092: replace incorrect 'echo' with 'cat'Derrick Stolee2021-07-141-1/+1
| * | | | | | | sparse-index: skip indexes with unmerged entriesDerrick Stolee2021-07-141-0/+22
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'ab/pkt-line-tests'Junio C Hamano2021-07-285-34/+24
|\ \ \ \ \ \ \
| * | | | | | | test-lib-functions: use test-tool for [de]packetize()Ævar Arnfjörð Bjarmason2021-07-195-34/+24
* | | | | | | | Merge branch 'jk/t0000-subtests-fix'Junio C Hamano2021-07-281-10/+29
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | t0000: clear GIT_SKIP_TESTS before running sub-testsJeff King2021-07-191-10/+29
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'ab/attribute-format'Junio C Hamano2021-07-281-1/+1
|\ \ \ \ \ \ \
| * | | | | | | advice.h: add missing __attribute__((format)) & fix usageÆvar Arnfjörð Bjarmason2021-07-131-1/+1
* | | | | | | | Merge branch 'jk/log-decorate-optim'Junio C Hamano2021-07-281-0/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | load_ref_decorations(): fix decoration with tagsJeff King2021-07-141-0/+14
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'sm/worktree-add-lock'Junio C Hamano2021-07-281-1/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | worktree: teach `add` to accept --reason <string> with --lockStephen Manz2021-07-151-0/+14
| * | | | | | | | t2400: clean up '"add" worktree with lock' testStephen Manz2021-07-141-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'ew/many-alternate-optim'Junio C Hamano2021-07-284-0/+100
|\ \ \ \ \ \ \ \
| * | | | | | | | oidtree: a crit-bit tree for odb_loose_cacheEric Wong2021-07-074-0/+100
| |/ / / / / / /
* | | | | | | | Merge branch 'hj/commit-allow-empty-message'Junio C Hamano2021-07-281-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | commit: remove irrelavent prompt on `--allow-empty-message`Hu Jialun2021-07-091-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'bc/rev-list-without-commit-line'Junio C Hamano2021-07-221-2/+78
|\ \ \ \ \ \ \
| * | | | | | | rev-list: add option for --pretty=format without headerbrian m. carlson2021-07-121-2/+78
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'ab/send-email-optim'Junio C Hamano2021-07-221-0/+29
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | send-email tests: test for boolean variables without a valueÆvar Arnfjörð Bjarmason2021-05-281-0/+29
* | | | | | | Merge branch 'ds/gender-neutral-doc'Junio C Hamano2021-07-161-1/+0
|\ \ \ \ \ \ \
| * | | | | | | *: fix typosDerrick Stolee2021-06-161-1/+0
* | | | | | | | Merge branch 'jt/partial-clone-submodule-1'Junio C Hamano2021-07-164-0/+68
|\ \ \ \ \ \ \ \
| * | | | | | | | promisor-remote: teach lazy-fetch in any repoJonathan Tan2021-06-284-0/+68
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'dd/test-stdout-count-lines'Junio C Hamano2021-07-163-76/+98
|\ \ \ \ \ \ \ \
| * | | | | | | | t6402: preserve git exit status codeĐoàn Trần Công Danh2021-07-061-68/+64
| * | | | | | | | t6400: preserve git ls-files exit status codeĐoàn Trần Công Danh2021-07-061-8/+8
| * | | | | | | | test-lib-functions: introduce test_stdout_line_countĐoàn Trần Công Danh2021-07-061-0/+26
| | |_|_|/ / / / | |/| | | | | |