aboutsummaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2021-12-09ssh signing: make git log verify key lifetimeFabian Stelzer
2021-12-09ssh signing: make verify-commit consider key lifetimeFabian Stelzer
2021-12-09ssh signing: add key lifetime test prereqsFabian Stelzer
2021-12-09t/fmt-merge-msg: make gpgssh tests more specificFabian Stelzer
2021-12-09t/fmt-merge-msg: do not redirect stderrFabian Stelzer
2021-12-09t/lib-pager: use sane_unset() to avoid breaking &&-chainEric Sunshine
2021-12-09t2501: simplify the tests since we can now assume desired behaviorElijah Newren
2021-12-09dir: new flag to remove_dir_recurse() to spare the original_cwdElijah Newren
2021-12-09dir: avoid incidentally removing the original_cwd in remove_path()Elijah Newren
2021-12-09stash: do not attempt to remove startup_info->original_cwdElijah Newren
2021-12-09rebase: do not attempt to remove startup_info->original_cwdElijah Newren
2021-12-09clean: do not attempt to remove startup_info->original_cwdElijah Newren
2021-12-09symlinks: do not include startup_info->original_cwd in dir removalElijah Newren
2021-12-09unpack-trees: add special cwd handlingElijah Newren
2021-12-09unpack-trees: refuse to remove startup_info->original_cwdElijah Newren
2021-12-09t2501: add various tests for removing the current working directoryElijah Newren
2021-12-09diff --color-moved-ws=allow-indentation-change: improve hash lookupsPhillip Wood
2021-12-09diff --color-moved: avoid false short line matches and bad zebra coloringPhillip Wood
2021-12-09diff --color-moved=zebra: fix alternate coloringPhillip Wood
2021-12-09diff --color-moved: rewind when discarding pmbPhillip Wood
2021-12-09diff --color-moved: add perf testsPhillip Wood
2021-12-07pull, fetch: fix segfault in --set-upstream optionÆvar Arnfjörð Bjarmason
2021-12-07t1430: create valid symrefs using test-helperHan-Wen Nienhuys
2021-12-07t1430: remove refs using test-toolHan-Wen Nienhuys
2021-12-07refs: introduce REF_SKIP_REFNAME_VERIFICATION flagHan-Wen Nienhuys
2021-12-07refs: introduce REF_SKIP_OID_VERIFICATION flagHan-Wen Nienhuys
2021-12-07test-ref-store: plug memory leak in cmd_delete_refsHan-Wen Nienhuys
2021-12-07test-ref-store: parse symbolic flag constantsHan-Wen Nienhuys
2021-12-07test-ref-store: remove force-create argument for create-reflogHan-Wen Nienhuys
2021-12-07common-main.c: call exit(), don't returnÆvar Arnfjörð Bjarmason
2021-12-06blame: enable and test the sparse indexLessley Dennington
2021-12-06diff: enable and test the sparse indexLessley Dennington
2021-12-06diff: replace --staged with --cached in t1092 testsLessley Dennington
2021-12-06test-read-cache: set up repo after git directoryLessley Dennington
2021-12-06unpack-trees: use traverse_path instead of nameDerrick Stolee
2021-12-06t1092: add deeper changes during a checkoutDerrick Stolee
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin
2021-12-04sequencer: do not export GIT_DIR and GIT_WORK_TREE for 'exec'Elijah Newren
2021-12-04worktree: send "chatty" messages to stderrEric Sunshine
2021-12-02test-ref-store: tweaks to for-each-reflog-ent formatHan-Wen Nienhuys
2021-12-02t1405: check for_each_reflog_ent_reverse() more thoroughlyHan-Wen Nienhuys
2021-12-02test-ref-store: don't add newline to reflog messageHan-Wen Nienhuys
2021-12-02show-branch: show reflog messageHan-Wen Nienhuys
2021-12-01log: load decorations with --simplify-by-decorationJeff King
2021-12-01log: handle --decorate-refs with userformat "%d"Jeff King
2021-12-01branch: protect branches checked out in all worktreesAnders Kaseorg
2021-12-01receive-pack: protect current branch for bare repository worktreeAnders Kaseorg
2021-12-01fetch: protect branches checked out in all worktreesAnders Kaseorg
2021-12-01branch: lowercase error messagesAnders Kaseorg
2021-12-01receive-pack: lowercase error messagesAnders Kaseorg