summaryrefslogtreecommitdiffstats
path: root/fsmonitor-path-utils.h (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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
2024-12-16refs/files: add count field to ref_lockKarthik Nayak1-19/+39
2024-12-16refs: add `index` field to `struct ref_udpate`Karthik Nayak2-2/+18
2024-12-16refs: include committer info in `ref_update` structKarthik Nayak4-11/+27
2024-12-16Git 2.48-rc0v2.48.0-rc0Junio C Hamano2-1/+23
2024-12-16range-diff: introduce the convenience option `--remerge-diff`Johannes Schindelin2-0/+6
2024-12-16range-diff: optionally include merge commits' diffs in the analysisJohannes Schindelin5-5/+50
2024-12-14gitk: offer "Copy commit ID to X11 selection" only on X11Johannes Sixt1-4/+10
2024-12-13The sixteenth batchJunio C Hamano1-0/+22
2024-12-13log: --remerge-diff needs to keep around commit parentsJohannes Schindelin2-2/+13
2024-12-13ci: wire up Meson buildsPatrick Steinhardt6-9/+48
2024-12-13t: introduce compatibility options to clar-based testsPatrick Steinhardt2-1/+30