summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2021-02-12Sync with 2.29.3Libravatar Johannes Schindelin3-3/+144
2021-02-12Sync with 2.28.1Libravatar Johannes Schindelin3-3/+145
2021-02-12Sync with 2.27.1Libravatar Johannes Schindelin3-3/+145
2021-02-12Sync with 2.26.3Libravatar Johannes Schindelin3-3/+145
2021-02-12Sync with 2.25.5Libravatar Johannes Schindelin3-3/+145
2021-02-12Sync with 2.24.4Libravatar Johannes Schindelin3-3/+145
2021-02-12Sync with 2.23.4Libravatar Johannes Schindelin3-3/+145
2021-02-12Sync with 2.22.5Libravatar Johannes Schindelin3-3/+145
2021-02-12Sync with 2.21.4Libravatar Johannes Schindelin3-3/+145
2021-02-12Sync with 2.20.5Libravatar Johannes Schindelin3-3/+145
2021-02-12Sync with 2.19.6Libravatar Johannes Schindelin3-3/+145
2021-02-12Sync with 2.18.5Libravatar Johannes Schindelin3-3/+145
2021-02-12Sync with 2.17.6Libravatar Johannes Schindelin3-3/+145
2021-02-12run-command: invalidate lstat cache after a command finishedLibravatar Johannes Schindelin1-0/+36
2021-02-12checkout: fix bug that makes checkout follow symlinks in leading pathLibravatar Matheus Tavares3-3/+109
2021-02-11config: improve error message for boolean configLibravatar Andrew Klotz1-0/+7
2021-02-11t7001: use `test` rather than `[`Libravatar Shubham Verma1-8/+8
2021-02-11t7001: use here-docs instead of echoLibravatar Shubham Verma1-1/+4
2021-02-11t7001: put each command on a separate lineLibravatar Shubham Verma1-1/+3
2021-02-11t7001: use '>' rather than 'touch'Libravatar Shubham Verma1-5/+5
2021-02-11t7001: avoid using `cd` outside of subshellsLibravatar Shubham Verma1-32/+11
2021-02-11t7001: remove whitespace after redirect operatorsLibravatar Shubham Verma1-3/+3
2021-02-11t7001: modernize subshell formattingLibravatar Shubham Verma1-34/+40
2021-02-11t7001: remove unnecessary blank linesLibravatar Shubham Verma1-12/+0
2021-02-11t7001: indent with TABs instead of spacesLibravatar Shubham Verma1-60/+60
2021-02-11t7001: modernize test formattingLibravatar Shubham Verma1-96/+96
2021-02-11t3905: use test_cmp() to check file contentsLibravatar Denton Liu1-2/+4
2021-02-11t3905: replace test -s with test_file_not_emptyLibravatar Denton Liu1-6/+6
2021-02-11t3905: remove nested git in command substitutionLibravatar Denton Liu1-3/+6
2021-02-11t3905: move all commands into test casesLibravatar Denton Liu1-72/+75
2021-02-11t3905: remove spaces after redirect operatorsLibravatar Denton Liu1-20/+20
2021-02-11rev-list: add --disk-usage option for calculating disk usageLibravatar Jeff King1-0/+51
2021-02-11reflog expire --stale-fix: be generous about missing objectsLibravatar Johannes Schindelin1-0/+26
2021-02-10tests: remove most uses of test_i18ncmpLibravatar Ævar Arnfjörð Bjarmason90-415/+415
2021-02-10tests: remove last uses of C_LOCALE_OUTPUTLibravatar Ævar Arnfjörð Bjarmason3-14/+4
2021-02-10tests: remove most uses of C_LOCALE_OUTPUTLibravatar Ævar Arnfjörð Bjarmason17-41/+41
2021-02-10tests: remove last uses of GIT_TEST_GETTEXT_POISON=falseLibravatar Ævar Arnfjörð Bjarmason1-8/+4
2021-02-10gpg-interface: remove other signature headers before verifyingLibravatar brian m. carlson1-0/+25
2021-02-10Merge branch 'ab/detox-gettext-tests'Libravatar Junio C Hamano12-101/+20
2021-02-10Merge branch 'ab/grep-pcre-invalid-utf8'Libravatar Junio C Hamano4-7/+60
2021-02-10Merge branch 'ab/retire-pcre1'Libravatar Junio C Hamano2-14/+1
2021-02-10Merge branch 'jk/pretty-lazy-load-commit'Libravatar Junio C Hamano1-1/+1
2021-02-10Merge branch 'ds/more-index-cleanups'Libravatar Junio C Hamano3-2/+344
2021-02-10Merge branch 'rs/worktree-list-verbose'Libravatar Junio C Hamano1-0/+96
2021-02-10Merge branch 'js/rebase-i-commit-cleanup-fix'Libravatar Junio C Hamano1-0/+8
2021-02-10Merge branch 'jk/t0000-cleanups'Libravatar Junio C Hamano1-286/+284
2021-02-10Merge branch 'sg/t7800-difftool-robustify'Libravatar Junio C Hamano1-19/+19
2021-02-10t1500: ensure current --since= behavior remainsLibravatar Eric Wong1-0/+15
2021-02-10t/.gitattributes: sort linesLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2021-02-10test-lib-functions: move function to lib-bitmap.shLibravatar Ævar Arnfjörð Bjarmason4-27/+29