summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2021-07-16Merge branch 'en/ort-perf-batch-12'Libravatar Junio C Hamano1-1/+1
2021-07-16parse-options: don't complete option aliases by defaultLibravatar Philippe Blain1-0/+13
2021-07-15worktree: teach `add` to accept --reason <string> with --lockLibravatar Stephen Manz1-0/+14
2021-07-14checkout: stop expanding sparse indexesLibravatar Derrick Stolee1-1/+9
2021-07-14commit: integrate with sparse-indexLibravatar Derrick Stolee1-4/+43
2021-07-14p2000: compress repo namesLibravatar Derrick Stolee1-10/+10
2021-07-14p2000: add 'git checkout -' test and decrease depthLibravatar Derrick Stolee1-7/+20
2021-07-14t1092: document bad sparse-checkout behaviorLibravatar Derrick Stolee1-4/+6
2021-07-14fsmonitor: integrate with sparse indexLibravatar Derrick Stolee1-0/+49
2021-07-14wt-status: expand added sparse directory entriesLibravatar Derrick Stolee1-0/+33
2021-07-14status: use sparse-index throughoutLibravatar Derrick Stolee1-4/+9
2021-07-14status: skip sparse-checkout percentage with sparse-indexLibravatar Derrick Stolee1-0/+8
2021-07-14t1092: add tests for status/add and sparse filesLibravatar Derrick Stolee1-0/+38
2021-07-14t1092: expand repository data shapeLibravatar Derrick Stolee1-3/+41
2021-07-14t1092: replace incorrect 'echo' with 'cat'Libravatar Derrick Stolee1-1/+1
2021-07-14sparse-index: skip indexes with unmerged entriesLibravatar Derrick Stolee1-0/+22
2021-07-14load_ref_decorations(): fix decoration with tagsLibravatar Jeff King1-0/+14
2021-07-14t2400: clean up '"add" worktree with lock' testLibravatar Stephen Manz1-1/+1
2021-07-13Merge branch 'rs/grep-parser-fix'Libravatar Junio C Hamano1-0/+9
2021-07-13Merge branch 'ab/pre-auto-gc-hook-test'Libravatar Junio C Hamano1-0/+46
2021-07-13Merge branch 'jk/union-merge-binary'Libravatar Junio C Hamano1-0/+18
2021-07-13Merge branch 'ab/describe-tests-fix'Libravatar Junio C Hamano1-62/+72
2021-07-13Merge branch 'ab/pickaxe-pcre2'Libravatar Junio C Hamano3-18/+170
2021-07-13Merge branch 'hn/prep-tests-for-reftable'Libravatar Junio C Hamano18-159/+170
2021-07-13Merge branch 'zh/cat-file-batch-fix'Libravatar Junio C Hamano1-0/+22
2021-07-13advice.h: add missing __attribute__((format)) & fix usageLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2021-07-12submodule: prefix die messages with 'fatal'Libravatar Atharva Raykar2-7/+7
2021-07-12rev-list: add option for --pretty=format without headerLibravatar brian m. carlson1-2/+78
2021-07-09commit: remove irrelavent prompt on `--allow-empty-message`Libravatar Hu Jialun1-1/+1
2021-07-08Merge branch 'ar/test-code-cleanup'Libravatar Junio C Hamano5-5/+5
2021-07-08Merge branch 'ab/cmd-foo-should-return'Libravatar Junio C Hamano4-4/+4
2021-07-08Merge branch 'ab/fix-columns-to-80-during-tests'Libravatar Junio C Hamano1-2/+3
2021-07-08Merge branch 'ar/more-typofix'Libravatar Junio C Hamano2-2/+2
2021-07-08Merge branch 'jk/test-without-readlink-1'Libravatar Junio C Hamano3-3/+9
2021-07-08Merge branch 'jx/sideband-cleanup'Libravatar Junio C Hamano31-1013/+1013
2021-07-08Merge branch 'jk/test-avoid-globmatch-with-skip-patterns'Libravatar Junio C Hamano1-12/+22
2021-07-08Merge branch 'ab/config-hooks-path-testfix'Libravatar Junio C Hamano1-0/+1
2021-07-08Merge branch 'jx/t6020-with-older-bash'Libravatar Junio C Hamano1-19/+31
2021-07-08Merge branch 'ar/typofix'Libravatar Junio C Hamano2-2/+2
2021-07-08Merge branch 'dd/svn-test-wo-locale-a'Libravatar Junio C Hamano4-22/+24
2021-07-08fetch: fix segfault in --negotiate-only without --negotiation-tip=*Libravatar Ævar Arnfjörð Bjarmason1-0/+16
2021-07-07oidtree: a crit-bit tree for odb_loose_cacheLibravatar Eric Wong4-0/+100
2021-07-07t7400: test failure to add submodule in tracked pathLibravatar Atharva Raykar1-0/+11
2021-07-06t7509: avoid direct file access for writing CHERRY_PICK_HEADLibravatar Han-Wen Nienhuys1-2/+2
2021-07-06t1415: avoid direct filesystem access for writing refsLibravatar Han-Wen Nienhuys1-6/+4
2021-07-06t6402: preserve git exit status codeLibravatar Đoàn Trần Công Danh1-68/+64
2021-07-06t6400: preserve git ls-files exit status codeLibravatar Đoàn Trần Công Danh1-8/+8
2021-07-06test-lib-functions: introduce test_stdout_line_countLibravatar Đoàn Trần Công Danh1-0/+26
2021-07-02perf: fix when running with TEST_OUTPUT_DIRECTORYLibravatar Patrick Steinhardt3-13/+24
2021-07-01test-lib: avoid accidental globbing in match_pattern_list()Libravatar Jeff King1-12/+22