summaryrefslogtreecommitdiffstats
path: root/builtin/fast-import.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-30ci: exercise unsafe OpenSSL backendPatrick Steinhardt1-0/+1
2024-12-30builtin/fast-import: fix segfault with unsafe SHA1 backendPatrick Steinhardt1-1/+1
2024-12-30bulk-checkin: fix segfault with unsafe SHA1 backendPatrick Steinhardt1-1/+1
2024-12-30grep: work around LSan threading race with barrierJeff King1-0/+8
2024-12-30index-pack: work around LSan threading race with barrierJeff King1-0/+6
2024-12-30thread-utils: introduce optional barrier typeJeff King3-0/+25
2024-12-30Revert "index-pack: spawn threads atomically"Jeff King1-2/+0
2024-12-30test-lib: use individual lsan dir for --stress runsJeff King1-1/+1
2024-12-28t-reftable-merged: handle realloc errorsRené Scharfe1-2/+2
2024-12-28reftable: handle realloc error in parse_names()René Scharfe1-1/+2
2024-12-28reftable: fix allocation count on realloc errorRené Scharfe3-21/+55
2024-12-28reftable: avoid leaks on realloc errorRené Scharfe7-16/+61
2024-12-27meson: enable auto-discovered "gitweb"Patrick Steinhardt1-2/+2
2024-12-27GIT-BUILD-OPTIONS: wire up NO_GITWEB optionPatrick Steinhardt6-28/+40
2024-12-27GIT-BUILD-OPTIONS: sort variables alphabeticallyPatrick Steinhardt3-105/+105
2024-12-27t7611: replace test -f with test_path_is* helpersMeet Soni1-17/+17
2024-12-26Update the official repo of gitkAlexander Shopov1-5/+6
2024-12-23Hopefully the final batch before 2.48-rc1Junio C Hamano2-1/+28
2024-12-22reftable/basics: return NULL on zero-sized allocationsPatrick Steinhardt1-0/+7
2024-12-22reftable/stack: fix zero-sized allocation when there are no readersPatrick Steinhardt1-10/+14
2024-12-22reftable/merged: fix zero-sized allocation when there are no readersPatrick Steinhardt1-5/+7
2024-12-22reftable/stack: don't perform auto-compaction with less than two tablesPatrick Steinhardt1-0/+3
2024-12-21asciidoctor-extensions.rb.in: inject GIT_DATEMartin Ågren1-0/+1
2024-12-21asciidoctor-extensions.rb.in: add missing wordMartin Ågren1-1/+1
2024-12-21asciidoctor-extensions.rb.in: delete existing <refmiscinfo/>Martin Ågren1-0/+2
2024-12-20meson: add options to override build informationPatrick Steinhardt3-0/+24
2024-12-20GIT-VERSION-GEN: fix overriding GIT_BUILT_FROM_COMMIT and GIT_DATEPatrick Steinhardt2-2/+12
2024-12-20GIT-VERSION-GEN: fix overriding GIT_VERSIONPatrick Steinhardt4-29/+43
2024-12-20Makefile: introduce template for GIT-VERSION-GENPatrick Steinhardt3-5/+13
2024-12-20Makefile: drop unneeded indirection for GIT-VERSION-GEN outputsPatrick Steinhardt2-8/+4
2024-12-20Makefile: stop including "GIT-VERSION-FILE" in docsPatrick Steinhardt1-7/+0
2024-12-20meson: skip gitweb build when Perl is disabledPatrick Steinhardt2-2/+13
2024-12-20refs: mark invalid refname message for translationKarthik Nayak1-4/+12
2024-12-20prio-queue: use size_t rather than int for sizeJeff King3-10/+12
2024-12-19Finishing touches before 2.48-rc1Junio C Hamano1-0/+16
2024-12-18git: use calloc instead of malloc + memset where possibleSeija Kijin2-7/+7
2024-12-18pack-bitmap.c: ensure pack validity for all reuse packsTaylor Blau1-23/+18
2024-12-18doc: remove extra quotes in generated docsKyle Lippincott1-3/+3
2024-12-17cmake/vcxproj: stop special-casing `remote-ext`Johannes Schindelin2-5/+1
2024-12-17cmake: put the Perl modules into the correct location againJohannes Schindelin1-0/+4
2024-12-17cmake: use the correct file name for the Perl headerJohannes Schindelin1-2/+2
2024-12-17cmake(mergetools): better support for out-of-tree buildsJohannes Schindelin1-1/+1
2024-12-17cmake: better support for out-of-tree builds follow-upJohannes Schindelin1-0/+3
2024-12-17GitHub ci(windows): speed up initializing Git for Windows' minimal SDK againJohannes Schindelin1-10/+6
2024-12-17mingw_rename: do support directory renamesJohannes Schindelin1-1/+1
2024-12-16refs: add support for migrating reflogsKarthik Nayak3-52/+115
2024-12-16refs: allow multiple reflog entries for the same refnameKarthik Nayak2-7/+30
2024-12-16refs: introduce the `ref_transaction_update_reflog` functionKarthik Nayak3-12/+65
2024-12-16refs: add `committer_info` to `ref_transaction_add_update()`Karthik Nayak4-10/+18
2024-12-16refs: extract out refname verification in transactionsKarthik Nayak1-14/+23