summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-20l10n: fr.po: Minor improvementsEthiraric1-345/+133
2024-12-20meson: skip gitweb build when Perl is disabledPatrick Steinhardt2-2/+13
2024-12-20path-walk: reorder object visitsDerrick Stolee2-74/+110
2024-12-20path-walk: mark trees and blobs as UNINTERESTINGDerrick Stolee5-22/+159
2024-12-20path-walk: visit tags and cached objectsDerrick Stolee5-27/+362
2024-12-20path-walk: allow consumer to specify object typesDerrick Stolee5-50/+170
2024-12-20t6601: add helper for testing path-walk APIDerrick Stolee6-1/+209
2024-12-20test-lib-functions: add test_cmp_sortedDerrick Stolee1-0/+10
2024-12-20path-walk: introduce an object walk by pathDerrick Stolee4-0/+372
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-19Merge branch 'tc/bundle-with-tag-remove-workaround'Junio C Hamano2-30/+44
2024-12-19Merge branch 'mh/doc-windows-home-env'Junio C Hamano1-0/+8
2024-12-19Merge branch 'js/log-remerge-keep-ancestry'Junio C Hamano2-2/+13
2024-12-19Merge branch 'bf/fetch-set-head-config'Junio C Hamano9-7/+258
2024-12-19Merge branch 'jc/set-head-symref-fix'Junio C Hamano2-1/+36
2024-12-19Merge branch 'bf/set-head-symref'Junio C Hamano18-57/+439
2024-12-18git: use calloc instead of malloc + memset where possibleSeija Kijin2-7/+7
2024-12-18match-trees: stop using `the_repository`Patrick Steinhardt1-23/+27
2024-12-18graph: stop using `the_repository`Patrick Steinhardt1-2/+1
2024-12-18add-interactive: stop using `the_repository`Patrick Steinhardt1-10/+9
2024-12-18tmp-objdir: stop using `the_repository`Patrick Steinhardt5-12/+14
2024-12-18resolve-undo: stop using `the_repository`Patrick Steinhardt3-11/+13
2024-12-18credential: stop using `the_repository`Patrick Steinhardt6-43/+46
2024-12-18mailinfo: stop using `the_repository`Patrick Steinhardt4-6/+7
2024-12-18diagnose: stop using `the_repository`Patrick Steinhardt4-10/+16
2024-12-18server-info: stop using `the_repository`Patrick Steinhardt5-22/+28
2024-12-18send-pack: stop using `the_repository`Patrick Steinhardt4-40/+44
2024-12-18serve: stop using `the_repository`Patrick Steinhardt4-25/+30
2024-12-18trace: stop using `the_repository`Patrick Steinhardt3-7/+8
2024-12-18pager: stop using `the_repository`Patrick Steinhardt11-28/+27
2024-12-18progress: stop using `the_repository`Patrick Steinhardt27-59/+136
2024-12-18Merge branch 'ps/build-sign-compare' into ps/the-repositoryJunio C Hamano266-236/+523
2024-12-18pack-bitmap.c: ensure pack validity for all reuse packsTaylor Blau1-23/+18
2024-12-17doc: remove extra quotes in generated docsKyle Lippincott1-3/+3
2024-12-17Merge https://github.com/j6t/gitkJunio C Hamano2-381/+439
2024-12-17Merge branch 'ah/commit-id-to-clipboard'Johannes Sixt1-12/+31
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