summaryrefslogtreecommitdiffstats
path: root/t
AgeCommit message (Expand)AuthorLines
2024-04-29Sync with 2.44.1Johannes Schindelin-2/+502
2024-04-25Merge branch 'rj/add-i-leak-fix'Junio C Hamano-0/+12
2024-04-23Merge branch 'mr/rerere-crash-fix'Junio C Hamano-0/+63
2024-04-23Merge branch 'ps/missing-btmp-fix'Junio C Hamano-0/+17
2024-04-23Merge branch 'dd/t9604-use-posix-timezones'Junio C Hamano-6/+23
2024-04-23Merge branch 'ta/fast-import-parse-path-fix'Junio C Hamano-177/+453
2024-04-22add: plug a leak on interactive_addRubén Justo-0/+3
2024-04-22apply: plug a leak in apply_dataRubén Justo-0/+9
2024-04-19Sync with 2.43.4Johannes Schindelin-2/+502
2024-04-19Sync with 2.42.2Johannes Schindelin-2/+502
2024-04-19Sync with 2.41.1Johannes Schindelin-2/+502
2024-04-19Sync with 2.40.2Johannes Schindelin-2/+503
2024-04-19Sync with 2.39.4Johannes Schindelin-2/+502
2024-04-19Merge branch 'ownership-checks-in-local-clones'Johannes Schindelin-0/+24
2024-04-19fsck: warn about symlink pointing inside a gitdirJohannes Schindelin-0/+37
2024-04-19core.hooksPath: add some protection while cloningJohannes Schindelin-0/+15
2024-04-19init.templateDir: consider this config setting protectedJohannes Schindelin-0/+31
2024-04-19clone: prevent hooks from running during a cloneJohannes Schindelin-0/+51
2024-04-19Add a helper function to compare file contentsJohannes Schindelin-0/+51
2024-04-17clone: when symbolic links collide with directories, keep the latterJohannes Schindelin-2/+17
2024-04-17t5510: verify that D/F confusion cannot lead to an RCEJohannes Schindelin-0/+24
2024-04-17submodule: require the submodule path to contain directories onlyJohannes Schindelin-4/+5
2024-04-17submodules: submodule paths must not contain symlinksJohannes Schindelin-0/+48
2024-04-17clone: prevent clashing git dirs when cloning submodule in parallelFilip Hejsek-2/+32
2024-04-17t7423: add tests for symlinked submodule directoriesFilip Hejsek-0/+66
2024-04-17has_dir_name(): do not get confused by characters < '/'Filip Hejsek-0/+28
2024-04-17upload-pack: disable lazy-fetching by defaultJeff King-0/+18
2024-04-17fetch/clone: detect dubious ownership of local repositoriesJohannes Schindelin-3/+3
2024-04-17t0411: add tests for cloning from partial repoFilip Hejsek-0/+60
2024-04-17builtin/clone: refuse local clones of unsafe repositoriesPatrick Steinhardt-0/+24
2024-04-17Merge branch 'jk/test-lsan-denoise-output'Johannes Schindelin-0/+1
2024-04-16Merge branch 'jk/httpd-test-updates'Johannes Schindelin-32/+12
2024-04-16Merge branch 'jk/http-test-fixes'Johannes Schindelin-114/+122
2024-04-16test-lib: ignore uninteresting LSan outputJeff King-0/+1
2024-04-16Merge branch 'pw/t3428-cleanup'Junio C Hamano-37/+30
2024-04-16Merge branch 'jt/reftable-geometric-compaction'Junio C Hamano-14/+57
2024-04-16Merge branch 'rs/date-mode-pass-by-value'Junio C Hamano-1/+1
2024-04-16Merge branch 'sj/userdiff-c-sharp'Junio C Hamano-0/+310
2024-04-16Merge branch 'tb/t7700-fixup'Junio C Hamano-0/+2
2024-04-16Merge branch 'jc/local-extern-shell-rules'Junio C Hamano-19/+21
2024-04-16rerere: fix crashes due to unmatched opening conflict markersMarcel Röthke-0/+63
2024-04-15Merge branch 'jc/unleak-core-excludesfile'Junio C Hamano-0/+1
2024-04-15Merge branch 'ps/t0610-umask-fix'Junio C Hamano-28/+39
2024-04-15Merge branch 'gt/add-u-commit-i-pathspec-check'Junio C Hamano-15/+11
2024-04-15Merge branch 'ma/win32-unix-domain-socket'Junio C Hamano-0/+8
2024-04-15pack-bitmap: gracefully handle missing BTMP chunksPatrick Steinhardt-0/+17
2024-04-15fast-import: forbid escaped NUL in pathsThalia Archibald-0/+1
2024-04-15fast-import: document C-style escapes for pathsThalia Archibald-4/+6
2024-04-15fast-import: allow unquoted empty path for rootThalia Archibald-173/+190
2024-04-15fast-import: tighten path unquotingThalia Archibald-1/+257