summaryrefslogtreecommitdiffstats
path: root/object.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-03The tenth batchJunio C Hamano1-9/+11
2024-05-31Git 2.39.5v2.39.5Junio C Hamano3-2/+28
2024-05-30The ninth batchJunio C Hamano1-3/+25
2024-05-28The eighth batchJunio C Hamano1-0/+35
2024-05-27t: mark a bunch of tests as leak-freePatrick Steinhardt11-0/+13
2024-05-27ci: add missing dependency for TTY prereqPatrick Steinhardt1-2/+2
2024-05-23The seventh batchJunio C Hamano1-0/+9
2024-05-23Revert "fsck: warn about symlink pointing inside a gitdir"Junio C Hamano4-117/+0
2024-05-23setup: fix bug with "includeIf.onbranch" when initializing dirPatrick Steinhardt2-19/+108
2024-05-22add-patch: enforce only one-letter response to promptsJunio C Hamano2-2/+43
2024-05-22push: don't fetch commit object when checking existenceTom Hughes2-1/+20
2024-05-22chainlint.pl: latch CPU count directly reported by /proc/cpuinfoEric Sunshine1-0/+3
2024-05-22chainlint.pl: fix incorrect CPU count on Linux SPARCJohn Paul Adrian Glaubitz1-1/+1
2024-05-21Revert "Add a helper function to compare file contents"Johannes Schindelin4-123/+0
2024-05-21clone: drop the protections where hooks aren't runJohannes Schindelin3-96/+1
2024-05-21tests: verify that `clone -c core.hooksPath=/dev/null` works againJohannes Schindelin1-0/+7
2024-05-21Revert "core.hooksPath: add some protection while cloning"Johannes Schindelin2-27/+1
2024-05-21init: use the correct path of the templates directory againJohannes Schindelin1-1/+1
2024-05-21hook: plug a new memory leakJohannes Schindelin1-1/+3
2024-05-21ci: stop installing "gcc-13" for osx-gccJeff King1-1/+0
2024-05-21ci: avoid bare "gcc" for osx-gcc jobJeff King1-1/+1
2024-05-21ci: drop mention of BREW_INSTALL_PACKAGES variableJeff King1-2/+0
2024-05-21send-email: avoid creating more than one Term::ReadLine objectJeff King2-7/+16
2024-05-21send-email: drop FakeTerm hackJeff King1-20/+2
2024-05-21apply: fix uninitialized hash functionJunio C Hamano2-1/+11
2024-05-21builtin/hash-object: fix uninitialized hash functionPatrick Steinhardt3-1/+10
2024-05-21builtin/patch-id: fix uninitialized hash functionPatrick Steinhardt3-1/+48