summaryrefslogtreecommitdiffstats
path: root/builtin/patch-id.c (unfollow)
Commit message (Expand)AuthorFilesLines
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-19Finishing touches before 2.48-rc1Junio C Hamano1-0/+16
2024-12-16Git 2.48-rc0v2.48.0-rc0Junio C Hamano2-1/+23
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-13gitk: support auto-copy comit ID to primary clipboardAvi Halachmi (:avih)1-3/+11
2024-12-13gitk: prefs dialog: refine Auto-select UIAvi Halachmi (:avih)1-4/+7
2024-12-13gitk: UI text: change "SHA1 ID" to "Commit ID"Avi Halachmi (:avih)1-5/+5
2024-12-12bundle: remove unneeded codeToon Claes2-30/+44
2024-12-12ci/lib: fix "CI setup" sections with GitLab CIPatrick Steinhardt1-2/+2
2024-12-12ci/lib: do not interpret escape sequences in `group ()` argumentsPatrick Steinhardt1-2/+4
2024-12-12ci/lib: remove duplicate trap to end "CI setup" groupPatrick Steinhardt1-1/+0
2024-12-12gitlab-ci: update macOS images to SonomaPatrick Steinhardt1-2/+2
2024-12-10The fifteenth batchJunio C Hamano1-0/+20
2024-12-10strvec: `strvec_splice()` to a statically initialized vectorRubén Justo2-4/+17
2024-12-10index-pack --promisor: also check commits' treesJonathan Tan1-0/+1
2024-12-10index-pack --promisor: don't check blobsJonathan Tan1-1/+30
2024-12-10index-pack --promisor: dedup before checking linksJonathan Tan1-33/+42
2024-12-10Document HOME environment variableAlejandro Barreto1-0/+8
2024-12-09gitk: add text wrapping preferencesChristoph Sommer1-8/+27
2024-12-09gitk: make headings of preferences boldChristoph Sommer1-5/+5
2024-12-08object-name: fix reversed ordering with ":/<text>" revisionsPatrick Steinhardt2-2/+17
2024-12-07fetch: do not ask for HEAD unnecessarilyJunio C Hamano2-1/+36
2024-12-07reftable/writer: ensure valid range for log's update_indexKarthik Nayak3-4/+63
2024-12-06Introduce support for the Meson build systemPatrick Steinhardt27-0/+3880
2024-12-06Documentation: add comparison of build systemsPatrick Steinhardt2-0/+225
2024-12-06t: allow overriding build dirPatrick Steinhardt1-1/+2
2024-12-06t: better support for out-of-tree buildsPatrick Steinhardt7-11/+34
2024-12-06Documentation: extract script to generate a list of mergetoolsPatrick Steinhardt2-14/+25
2024-12-06Documentation: teach "cmd-list.perl" about out-of-tree buildsPatrick Steinhardt2-12/+13
2024-12-06Documentation: allow sourcing generated includes from separate dirPatrick Steinhardt5-15/+18
2024-12-06Makefile: simplify building of templatesPatrick Steinhardt19-37/+37
2024-12-06Makefile: write absolute program path into bin-wrappersPatrick Steinhardt3-7/+7
2024-12-06Makefile: allow "bin-wrappers/" directory to existPatrick Steinhardt6-8/+16
2024-12-06Makefile: refactor generators to be PWD-independentPatrick Steinhardt5-34/+68
2024-12-06Makefile: extract script to generate gitweb.jsPatrick Steinhardt2-1/+14
2024-12-06Makefile: extract script to generate gitweb.cgiPatrick Steinhardt4-31/+101
2024-12-06Makefile: extract script to massage Python scriptsPatrick Steinhardt3-10/+33
2024-12-06Makefile: extract script to massage Shell scriptsPatrick Steinhardt4-35/+68
2024-12-06Makefile: use "generate-perl.sh" to massage Perl libraryPatrick Steinhardt4-22/+27
2024-12-06Makefile: extract script to massage Perl scriptsPatrick Steinhardt3-15/+56
2024-12-06Makefile: consistently use PERL_PATHPatrick Steinhardt4-5/+5
2024-12-06Makefile: generate doc versions via GIT-VERSION-GENPatrick Steinhardt5-15/+25
2024-12-06Makefile: generate "git.rc" via GIT-VERSION-GENPatrick Steinhardt5-17/+30
2024-12-06Makefile: propagate Git version via generated headerPatrick Steinhardt6-11/+35
2024-12-06Makefile: refactor GIT-VERSION-GEN to be reusablePatrick Steinhardt6-34/+59
2024-12-06Makefile: consistently use @PLACEHOLDER@ to substitutePatrick Steinhardt18-119/+119