summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2021-12-09unpack-trees: add special cwd handlingElijah Newren1-1/+1
2021-12-09unpack-trees: refuse to remove startup_info->original_cwdElijah Newren1-13/+7
2021-12-09t2501: add various tests for removing the current working directoryElijah Newren1-0/+342
2021-12-09diff --color-moved-ws=allow-indentation-change: improve hash lookupsPhillip Wood1-11/+11
2021-12-09diff --color-moved: avoid false short line matches and bad zebra coloringPhillip Wood1-0/+65
2021-12-09diff --color-moved=zebra: fix alternate coloringPhillip Wood1-0/+72
2021-12-09diff --color-moved: rewind when discarding pmbPhillip Wood1-0/+46
2021-12-09diff --color-moved: add perf testsPhillip Wood1-0/+57
2021-12-07pull, fetch: fix segfault in --set-upstream optionÆvar Arnfjörð Bjarmason1-0/+22
2021-12-07t1430: create valid symrefs using test-helperHan-Wen Nienhuys1-8/+6
2021-12-07t1430: remove refs using test-toolHan-Wen Nienhuys1-12/+12
2021-12-07refs: introduce REF_SKIP_REFNAME_VERIFICATION flagHan-Wen Nienhuys2-27/+33
2021-12-07refs: introduce REF_SKIP_OID_VERIFICATION flagHan-Wen Nienhuys3-5/+7
2021-12-07test-ref-store: plug memory leak in cmd_delete_refsHan-Wen Nienhuys1-1/+4
2021-12-07test-ref-store: parse symbolic flag constantsHan-Wen Nienhuys2-9/+60
2021-12-07test-ref-store: remove force-create argument for create-reflogHan-Wen Nienhuys3-5/+4
2021-12-07Merge branch 'hn/create-reflog-simplify' into hn/reftable-coverity-fixesJunio C Hamano3-4/+3
2021-12-07Merge branch 'hn/reftable' into hn/reftable-coverity-fixesJunio C Hamano4-1/+41
2021-12-07common-main.c: call exit(), don't returnÆvar Arnfjörð Bjarmason1-2/+3
2021-12-06blame: enable and test the sparse indexLessley Dennington2-11/+40
2021-12-06diff: enable and test the sparse indexLessley Dennington2-0/+48
2021-12-06diff: replace --staged with --cached in t1092 testsLessley Dennington1-7/+7
2021-12-06test-read-cache: set up repo after git directoryLessley Dennington1-2/+3
2021-12-06unpack-trees: use traverse_path instead of nameDerrick Stolee1-1/+1
2021-12-06t1092: add deeper changes during a checkoutDerrick Stolee1-1/+15
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin17-50/+0
2021-12-04sequencer: do not export GIT_DIR and GIT_WORK_TREE for 'exec'Elijah Newren1-0/+23
2021-12-04worktree: send "chatty" messages to stderrEric Sunshine3-26/+20
2021-12-02test-ref-store: tweaks to for-each-reflog-ent formatHan-Wen Nienhuys2-7/+11
2021-12-02t1405: check for_each_reflog_ent_reverse() more thoroughlyHan-Wen Nienhuys1-0/+1
2021-12-02test-ref-store: don't add newline to reflog messageHan-Wen Nienhuys3-8/+6
2021-12-02show-branch: show reflog messageHan-Wen Nienhuys1-0/+15
2021-12-01log: load decorations with --simplify-by-decorationJeff King1-0/+15
2021-12-01log: handle --decorate-refs with userformat "%d"Jeff King1-0/+22
2021-12-01branch: protect branches checked out in all worktreesAnders Kaseorg1-0/+7
2021-12-01receive-pack: protect current branch for bare repository worktreeAnders Kaseorg1-0/+14
2021-12-01fetch: protect branches checked out in all worktreesAnders Kaseorg1-0/+18
2021-12-01branch: lowercase error messagesAnders Kaseorg2-3/+3
2021-12-01receive-pack: lowercase error messagesAnders Kaseorg1-1/+1
2021-12-01test-lib: make BAIL_OUT() work in tests and prereqFabian Stelzer1-4/+10
2021-12-01xdiff: implement a zealous diff3, or "zdiff3"Phillip Wood1-0/+90
2021-12-01add -i: default to the built-in implementationJohannes Schindelin2-2/+2
2021-12-01t2016: require the PERL prereq only when necessaryJohannes Schindelin1-20/+22
2021-11-29sequencer: avoid adding exec commands for non-commit creating commandsElijah Newren1-1/+6
2021-11-29Merge branch 'mc/clean-smudge-with-llp64'Junio C Hamano3-4/+47
2021-11-29Merge branch 'tb/plug-pack-bitmap-leaks'Junio C Hamano1-1/+2
2021-11-29Merge branch 'tp/send-email-completion'Junio C Hamano1-0/+3
2021-11-29Merge branch 'jc/fix-ref-sorting-parse'Junio C Hamano2-1/+37
2021-11-29Merge branch 'so/stash-staged'Junio C Hamano1-0/+11
2021-11-29Merge branch 'ab/refs-errno-cleanup'Junio C Hamano3-1/+89