summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2024-04-23Merge branch 'dd/t9604-use-posix-timezones'Junio C Hamano1-6/+23
2024-04-23Merge branch 'ta/fast-import-parse-path-fix'Junio C Hamano1-174/+450
2024-04-23format-patch: "--rfc=-(WIP)" appends to produce [PATCH (WIP)]Junio C Hamano1-0/+9
2024-04-23format-patch: allow --rfc to optionally take a value, like --rfc=WIPJunio C Hamano1-2/+19
2024-04-22add: plug a leak on interactive_addRubén Justo2-0/+3
2024-04-22apply: plug a leak in apply_dataRubén Justo8-0/+9
2024-04-22stash: fix "--staged" with binary filesAdam Johnson1-0/+9
2024-04-19format-patch: ensure that --rfc and -k are mutually exclusiveDragan Simic1-0/+21
2024-04-19Sync with 2.43.4Johannes Schindelin13-2/+502
2024-04-19Sync with 2.42.2Johannes Schindelin13-2/+502
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-18rebase -m: fix --signoff with conflictsPhillip Wood2-15/+77
2024-04-18Merge branch 'pw/t3428-cleanup' into pw/rebase-m-signoff-fixJunio C Hamano1-37/+30
2024-04-18repository: drop `initialize_the_repository()`Patrick Steinhardt1-1/+1
2024-04-18t/helper: stop using `the_index`Patrick Steinhardt8-51/+43
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-17midx: disable replace objectsXing Xin1-0/+21
2024-04-16credential-cache: implement authtype capabilitybrian m. carlson1-0/+1
2024-04-16t: add credential tests for authtypebrian m. carlson1-0/+123
2024-04-16credential: add support for multistage credential roundsbrian m. carlson1-5/+84
2024-04-16t5563: refactor for multi-stage authenticationbrian m. carlson2-47/+66
2024-04-16credential: enable state capabilitybrian m. carlson1-0/+10
2024-04-16credential: add an argument to keep statebrian m. carlson1-0/+28
2024-04-16http: add support for authtype and credentialbrian m. carlson1-0/+133
2024-04-16credential: add a field called "ephemeral"brian m. carlson1-0/+30
2024-04-16credential: gate new fields on capabilitybrian m. carlson1-1/+106
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
2024-04-16Merge branch 'pw/t3428-cleanup'Junio C Hamano1-37/+30
2024-04-16Merge branch 'jt/reftable-geometric-compaction'Junio C Hamano1-14/+57