summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-05-24pack-bitmap: move some initialization to `bitmap_writer_init()`Taylor Blau-9/+22
2024-05-24ewah: implement `ewah_bitmap_is_subset()`Taylor Blau-0/+49
2024-05-24Documentation/technical: describe pseudo-merge bitmaps formatTaylor Blau-0/+132
2024-05-24Documentation/gitpacking.txt: describe pseudo-merge bitmapsTaylor Blau-0/+72
2024-05-24Documentation/gitpacking.txt: initial commitTaylor Blau-0/+35
2024-05-24Merge branch 'tb/pack-bitmap-write-cleanups' into tb/pseudo-merge-reachabilit...Junio C Hamano-138/+185
2024-05-23show_log: factor out interdiff/range-diff generationJunio C Hamano-40/+48
2024-05-23The seventh batchJunio C Hamano-0/+9
2024-05-23Merge branch 'mt/openindiana-portability'Junio C Hamano-8/+8
2024-05-23Merge branch 'dg/fetch-pack-code-cleanup'Junio C Hamano-5/+0
2024-05-23Merge branch 'dm/update-index-doc-fix'Junio C Hamano-0/+1
2024-05-23Merge branch 'jc/patch-flow-updates'Junio C Hamano-51/+70
2024-05-23Merge branch 'it/refs-name-conflict'Junio C Hamano-1/+19
2024-05-23Merge branch 'la/hide-trailer-info'Junio C Hamano-114/+505
2024-05-23Merge branch 'kn/ref-transaction-symref' into kn/update-ref-symrefJunio C Hamano-280/+374
2024-05-23Merge branch 'ps/pseudo-ref-terminology' into ps/ref-storage-migrationJunio C Hamano-117/+169
2024-05-23Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...Junio C Hamano-392/+408
2024-05-22Revert "fsck: warn about symlink pointing inside a gitdir"Junio C Hamano-117/+0
2024-05-22setup: fix bug with "includeIf.onbranch" when initializing dirPatrick Steinhardt-19/+108
2024-05-22add-patch: enforce only one-letter response to promptsJunio C Hamano-2/+43
2024-05-22push: don't fetch commit object when checking existenceTom Hughes-1/+20
2024-05-22chainlint.pl: latch CPU count directly reported by /proc/cpuinfoEric Sunshine-0/+3
2024-05-22chainlint.pl: fix incorrect CPU count on Linux SPARCJohn Paul Adrian Glaubitz-1/+1
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-05-21apply: fix uninitialized hash functionJunio C Hamano-1/+11
2024-05-21builtin/hash-object: fix uninitialized hash functionPatrick Steinhardt-1/+10
2024-05-21builtin/patch-id: fix uninitialized hash functionPatrick Steinhardt-1/+48
2024-05-21t1517: test commands that are designed to be run outside repositoryJunio C Hamano-0/+59
2024-05-21setup: add an escape hatch for "no more default hash algorithm" changeJunio C Hamano-0/+44
2024-05-20t/: port helper/test-strcmp-offset.c to unit-tests/t-strcmp-offset.cGhanshyam Thakkar-48/+36
2024-05-20chainlint.pl: make CPU count computation more robustEric Sunshine-3/+14
2024-05-20The sixth batchJunio C Hamano-0/+8
2024-05-20Merge branch 'jc/compat-regex-calloc-fix'Junio C Hamano-13/+13
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano-310/+385
2024-05-17doc: describe the project's decision-making processJosh Steadmon-0/+75
2024-05-17scalar: make enlistment delete to work on all POSIX platformsMarcel Telka-4/+0
2024-05-17t/t9001-send-email.sh: sed - remove the i flag for sMarcel Telka-1/+1
2024-05-17t/t9118-git-svn-funky-branch-names.sh: sed needs semicolonMarcel Telka-1/+1
2024-05-17t/t1700-split-index.sh: mv -v is not portableMarcel Telka-1/+1
2024-05-17t/t4202-log.sh: fix misspelled variableMarcel Telka-1/+1