summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* push: avoid showing false negotiation errorsJunio C Hamano2024-07-032-2/+21
* Git 2.43.5v2.43.5Junio C Hamano2024-05-317-2/+132
|\
| * Git 2.42.3v2.42.3Junio C Hamano2024-05-316-2/+106
| |\
| | * Git 2.41.2v2.41.2Junio C Hamano2024-05-315-2/+80
| | |\
| | | * Git 2.40.3v2.40.3Junio C Hamano2024-05-314-2/+54
| | | |\
| | | | * Git 2.39.5v2.39.5Junio C Hamano2024-05-313-2/+28
| | | | * Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into maint-2.39Junio C Hamano2024-05-3119-389/+25
| | | | |\
| | | * | \ Merge branch 'fixes/2.45.1/2.40' into maint-2.40Junio C Hamano2024-05-3119-389/+26
| | | |\ \ \
| | * | \ \ \ Merge branch 'fixes/2.45.1/2.41' into maint-2.41Junio C Hamano2024-05-3119-390/+26
| | |\ \ \ \ \
| * | \ \ \ \ \ Merge branch 'fixes/2.45.1/2.42' into maint-2.42Junio C Hamano2024-05-3116-366/+11
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'fixes/2.45.1/2.43' into maint-2.43Junio C Hamano2024-05-3116-366/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43Junio C Hamano2024-05-2516-366/+11
|/| | | | | | | | | | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42Junio C Hamano2024-05-2516-366/+11
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | / / / / / | | | |/ / / / / | | |/| | | | |
| | * | | | | | Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41Junio C Hamano2024-05-2519-390/+26
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | / / / | | | | |/ / / | | | |/| | |
| | | * | | | Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40Junio C Hamano2024-05-2419-389/+26
| | | |\ \ \ \ | | | | |/ / / | | | |/| | / | | | | | |/ | | | | |/|
| | | | * | Revert "fsck: warn about symlink pointing inside a gitdir"Junio C Hamano2024-05-234-117/+0
| | | | * | Revert "Add a helper function to compare file contents"Johannes Schindelin2024-05-214-123/+0
| | | | * | clone: drop the protections where hooks aren't runJohannes Schindelin2024-05-213-96/+1
| | | | * | tests: verify that `clone -c core.hooksPath=/dev/null` works againJohannes Schindelin2024-05-211-0/+7
| | | | * | Revert "core.hooksPath: add some protection while cloning"Johannes Schindelin2024-05-212-27/+1
| | | | * | init: use the correct path of the templates directory againJohannes Schindelin2024-05-211-1/+1
| | | | * | hook: plug a new memory leakJohannes Schindelin2024-05-211-1/+3
| | | | * | ci: stop installing "gcc-13" for osx-gccJeff King2024-05-211-1/+0
| | | | * | ci: avoid bare "gcc" for osx-gcc jobJeff King2024-05-211-1/+1
| | | | * | ci: drop mention of BREW_INSTALL_PACKAGES variableJeff King2024-05-211-2/+0
| | | | * | send-email: avoid creating more than one Term::ReadLine objectJeff King2024-05-212-7/+16
| | | | * | send-email: drop FakeTerm hackJeff King2024-05-211-20/+2
| | | | |/
* | | | | Git 2.43.4v2.43.4Johannes Schindelin2024-04-193-2/+9
* | | | | Sync with 2.42.2Johannes Schindelin2024-04-1946-107/+1294
|\| | | |
| * | | | Git 2.42.2v2.42.2Johannes Schindelin2024-04-193-2/+9
| * | | | Sync with 2.41.1Johannes Schindelin2024-04-1946-114/+1292
| |\| | |
| | * | | Git 2.41.1v2.41.1Johannes Schindelin2024-04-193-2/+9
| | * | | Sync with 2.40.2Johannes Schindelin2024-04-1947-124/+1324
| | |\| |
| | | * | Git 2.40.2v2.40.2Johannes Schindelin2024-04-193-2/+9
| | | * | Sync with 2.39.4Johannes Schindelin2024-04-1944-123/+1307
| | | |\|
| | | | * Git 2.39.4v2.39.4Johannes Schindelin2024-04-193-2/+81
| | | | * Merge branch 'ownership-checks-in-local-clones'Johannes Schindelin2024-04-192-5/+58
| | | | |\
| | | | | * builtin/clone: refuse local clones of unsafe repositoriesPatrick Steinhardt2024-04-172-0/+38
| | | | | * setup.c: introduce `die_upon_dubious_ownership()`Patrick Steinhardt2024-04-172-0/+33
| | | | | * builtin/clone: abort when hardlinked source and target file differPatrick Steinhardt2024-04-171-1/+20
| | | | | * builtin/clone: stop resolving symlinks when copying filesPatrick Steinhardt2024-04-171-5/+1
| | | | * | Merge branch 'defense-in-depth'Johannes Schindelin2024-04-1921-30/+538
| | | | |\ \
| | | | | * | fsck: warn about symlink pointing inside a gitdirJohannes Schindelin2024-04-194-0/+117
| | | | | * | core.hooksPath: add some protection while cloningJohannes Schindelin2024-04-192-1/+27
| | | | | * | init.templateDir: consider this config setting protectedJohannes Schindelin2024-04-192-7/+61
| | | | | * | clone: prevent hooks from running during a cloneJohannes Schindelin2024-04-193-1/+94
| | | | | * | Add a helper function to compare file contentsJohannes Schindelin2024-04-194-0/+123
| | | | | * | init: refactor the template directory discovery into its own functionJohannes Schindelin2024-04-173-18/+37
| | | | | * | find_hook(): refactor the `STRIP_EXTENSION` logicJohannes Schindelin2024-04-171-7/+11
| | | | | * | clone: when symbolic links collide with directories, keep the latterJohannes Schindelin2024-04-173-2/+31