summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-05-30Git 2.41.2v2.41.2Junio C Hamano-2/+80
2024-05-30Merge branch 'fixes/2.45.1/2.41' into maint-2.41Junio C Hamano-390/+26
2024-05-30Git 2.40.3v2.40.3Junio C Hamano-2/+54
2024-05-30Merge branch 'fixes/2.45.1/2.40' into maint-2.40Junio C Hamano-389/+26
2024-05-30Git 2.39.5v2.39.5Junio C Hamano-2/+28
2024-05-30Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into maint-2.39Junio C Hamano-389/+25
2024-05-24Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41Junio C Hamano-390/+26
2024-05-24Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40Junio C Hamano-389/+26
2024-05-22Revert "fsck: warn about symlink pointing inside a gitdir"Junio C Hamano-117/+0
2024-05-21Revert "Add a helper function to compare file contents"Johannes Schindelin-123/+0
2024-05-21clone: drop the protections where hooks aren't runJohannes Schindelin-96/+1
2024-05-21tests: verify that `clone -c core.hooksPath=/dev/null` works againJohannes Schindelin-0/+7
2024-05-21Revert "core.hooksPath: add some protection while cloning"Johannes Schindelin-27/+1
2024-05-21init: use the correct path of the templates directory againJohannes Schindelin-1/+1
2024-05-21hook: plug a new memory leakJohannes Schindelin-1/+3
2024-05-21ci: stop installing "gcc-13" for osx-gccJeff King-1/+0
2024-05-21ci: avoid bare "gcc" for osx-gcc jobJeff King-1/+1
2024-05-21ci: drop mention of BREW_INSTALL_PACKAGES variableJeff King-2/+0
2024-05-21send-email: avoid creating more than one Term::ReadLine objectJeff King-7/+16
2024-05-21send-email: drop FakeTerm hackJeff King-20/+2
2024-04-19Git 2.41.1v2.41.1Johannes Schindelin-2/+9
2024-04-19Sync with 2.40.2Johannes Schindelin-124/+1324
2024-04-19Git 2.40.2v2.40.2Johannes Schindelin-2/+9
2024-04-19Sync with 2.39.4Johannes Schindelin-123/+1307
2024-04-19Git 2.39.4v2.39.4Johannes Schindelin-2/+81
2024-04-19Merge branch 'ownership-checks-in-local-clones'Johannes Schindelin-5/+58
2024-04-19Merge branch 'defense-in-depth'Johannes Schindelin-30/+538
2024-04-19fsck: warn about symlink pointing inside a gitdirJohannes Schindelin-0/+117
2024-04-19core.hooksPath: add some protection while cloningJohannes Schindelin-1/+27
2024-04-19init.templateDir: consider this config setting protectedJohannes Schindelin-7/+61
2024-04-19clone: prevent hooks from running during a cloneJohannes Schindelin-1/+94
2024-04-19Add a helper function to compare file contentsJohannes Schindelin-0/+123
2024-04-17Merge branch 'icasefs-symlink-confusion'Johannes Schindelin-57/+559
2024-04-17init: refactor the template directory discovery into its own functionJohannes Schindelin-18/+37
2024-04-17find_hook(): refactor the `STRIP_EXTENSION` logicJohannes Schindelin-7/+11
2024-04-17clone: when symbolic links collide with directories, keep the latterJohannes Schindelin-2/+31
2024-04-17entry: report more colliding pathsJohannes Schindelin-1/+20
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-5/+113
2024-04-17clone_submodule: avoid using `access()` on directoriesJohannes Schindelin-1/+1
2024-04-17submodules: submodule paths must not contain symlinksJohannes Schindelin-0/+83
2024-04-17clone: prevent clashing git dirs when cloning submodule in parallelFilip Hejsek-2/+66
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-53/+47
2024-04-17docs: document security issues around untrusted .git dirsJeff King-0/+46
2024-04-17upload-pack: disable lazy-fetching by defaultJeff King-0/+46
2024-04-17fetch/clone: detect dubious ownership of local repositoriesJohannes Schindelin-3/+38
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/+38
2024-04-17setup.c: introduce `die_upon_dubious_ownership()`Patrick Steinhardt-0/+33