summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2024-04-19Sync with 2.41.1Johannes Schindelin13-2/+502
2024-04-19Sync with 2.40.2Johannes Schindelin14-2/+503
2024-04-19Sync with 2.39.4Johannes Schindelin14-2/+502
2024-04-19Merge branch 'ownership-checks-in-local-clones'Johannes Schindelin1-0/+24
2024-04-19fsck: warn about symlink pointing inside a gitdirJohannes Schindelin1-0/+37
2024-04-19core.hooksPath: add some protection while cloningJohannes Schindelin1-0/+15
2024-04-19init.templateDir: consider this config setting protectedJohannes Schindelin1-0/+31
2024-04-19clone: prevent hooks from running during a cloneJohannes Schindelin1-0/+51
2024-04-19Add a helper function to compare file contentsJohannes Schindelin2-0/+51
2024-04-17clone: when symbolic links collide with directories, keep the latterJohannes Schindelin2-2/+17
2024-04-17t5510: verify that D/F confusion cannot lead to an RCEJohannes Schindelin1-0/+24
2024-04-17submodule: require the submodule path to contain directories onlyJohannes Schindelin1-4/+5
2024-04-17submodules: submodule paths must not contain symlinksJohannes Schindelin1-0/+48
2024-04-17clone: prevent clashing git dirs when cloning submodule in parallelFilip Hejsek1-2/+32
2024-04-17t7423: add tests for symlinked submodule directoriesFilip Hejsek1-0/+66
2024-04-17has_dir_name(): do not get confused by characters < '/'Filip Hejsek1-0/+28
2024-04-17upload-pack: disable lazy-fetching by defaultJeff King1-0/+18
2024-04-17fetch/clone: detect dubious ownership of local repositoriesJohannes Schindelin1-3/+3
2024-04-17t0411: add tests for cloning from partial repoFilip Hejsek1-0/+60
2024-04-17builtin/clone: refuse local clones of unsafe repositoriesPatrick Steinhardt1-0/+24
2024-04-17Merge branch 'jk/test-lsan-denoise-output'Johannes Schindelin1-0/+1
2024-04-16Merge branch 'jk/httpd-test-updates'Johannes Schindelin3-32/+12
2024-04-16Merge branch 'jk/http-test-fixes'Johannes Schindelin5-114/+122
2024-04-16test-lib: ignore uninteresting LSan outputJeff King1-0/+1
2023-11-02Merge branch 'jk/decoration-and-other-leak-fixes' into maint-2.42Junio C Hamano4-0/+7
2023-11-02Merge branch 'ob/t3404-typofix' into maint-2.42Junio C Hamano1-1/+1
2023-11-02Merge branch 'bc/more-git-var' into maint-2.42Junio C Hamano1-0/+9
2023-11-02Merge branch 'ch/t6300-verify-commit-test-cleanup' into maint-2.42Junio C Hamano2-4/+2
2023-11-02Merge branch 'ob/t9001-indent-fix' into maint-2.42Junio C Hamano1-2/+2
2023-11-02Merge branch 'jk/test-pass-ubsan-options-to-http-test' into maint-2.42Junio C Hamano2-0/+4
2023-11-02Merge branch 'js/diff-cached-fsmonitor-fix' into maint-2.42Junio C Hamano1-0/+5
2023-11-02Merge branch 'pw/diff-no-index-from-named-pipes' into maint-2.42Junio C Hamano1-0/+19
2023-11-02Merge branch 'js/complete-checkout-t' into maint-2.42Junio C Hamano1-2/+10
2023-11-02Merge branch 'pw/rebase-i-after-failure' into maint-2.42Junio C Hamano4-19/+128
2023-11-02Merge branch 'ks/ref-filter-sort-numerically' into maint-2.42Junio C Hamano1-2/+13
2023-11-02Merge branch 'jk/diff-result-code-cleanup' into maint-2.42Junio C Hamano1-0/+5
2023-11-02Merge branch 'ts/unpacklimit-config-fix' into maint-2.42Junio C Hamano2-3/+78
2023-11-02Merge branch 'jc/diff-exit-code-with-w-fixes' into maint-2.42Junio C Hamano2-3/+39
2023-11-02Merge branch 'tb/commit-graph-verify-fix' into maint-2.42Junio C Hamano1-6/+12
2023-11-02Merge branch 'ds/scalar-updates' into maint-2.42Junio C Hamano1-0/+12
2023-11-02Merge branch 'mp/rebase-label-length-limit' into maint-2.42Junio C Hamano1-0/+11
2023-11-02Merge branch 'jk/test-lsan-denoise-output' into maint-2.42Junio C Hamano1-0/+1
2023-10-05daemon: free listen_addr before returningJeff King1-0/+2
2023-10-05revision: clear decoration structs during release_revisions()Jeff King1-0/+1
2023-10-05decorate: add clear_decoration() functionJeff King2-0/+4
2023-09-21test-lib: set UBSAN_OPTIONS to match ASanJeff King2-0/+4
2023-09-12t3404-rebase-interactive.sh: fix typos in title of a rewording testOswald Buddenhagen1-1/+1
2023-09-11diff-lib: fix check_removed when fsmonitor is onJosip Sokcevic1-0/+5
2023-09-11diff --no-index: fix -R with stdinRené Scharfe1-0/+19
2023-09-08completion(switch/checkout): treat --track and -t the sameJohannes Schindelin1-2/+10