summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-02-21Merge branch 'ua/update-server-info-sans-the-repository'Junio C Hamano1-4/+4
2025-02-21compat/mingw: rename the symlink, not the targetEliah Kagan1-1/+3
2025-02-21builtin/refs: add '--no-reflog' flag to drop reflogsKarthik Nayak5-11/+44
2025-02-20ci: exercise credential helpersPatrick Steinhardt4-3/+9
2025-02-20ci: fix propagating UTF-8 test locale in musl-based Meson jobPatrick Steinhardt1-2/+2
2025-02-20Merge branch 'master' of https://github.com/j6t/gitkJunio C Hamano5-33/+237
2025-02-20Merge branch 'pks-meson-support' of https://github.com/pks-t/gitkJohannes Sixt4-3/+62
2025-02-20Merge branch 'g4w-gitk' of https://github.com/dscho/gitkJohannes Sixt1-30/+175
2025-02-20gitk: introduce support for the Meson build systemPatrick Steinhardt2-0/+49
2025-02-20gitk: extract script to build executablePatrick Steinhardt2-3/+13
2025-02-19agent: advertise OS name via agent capabilityUsman Akinyemi6-6/+62
2025-02-19meson: fix Perl version check for Meson versions before 1.7.0Peter Oliver1-1/+16
2025-02-19meson: bump minimum required Perl version to 5.26.0Peter Oliver1-1/+1
2025-02-18The twelfth batchJunio C Hamano1-0/+17
2025-02-18Merge branch 'bc/contrib-thunderbird-patch-inline-fix'Junio C Hamano1-1/+1
2025-02-18Merge branch 'lo/t7603-path-is-file-update'Junio C Hamano1-12/+12
2025-02-18Merge branch 'da/difftool-sans-the-repository'Junio C Hamano1-39/+56
2025-02-18Merge branch 'jt/rev-list-missing-print-info'Junio C Hamano3-17/+161
2025-02-18Merge branch 'ps/send-pack-unhide-error-in-atomic-push'Junio C Hamano6-142/+406
2025-02-18Merge branch 'ds/backfill'Junio C Hamano18-14/+540
2025-02-18reftable: ignore file-in-use errors when unlink(3p) fails on WindowsPatrick Steinhardt3-3/+11
2025-02-18Merge branch 'ps/reftable-sans-compat-util' into ps/reftable-windows-unlink-fixJunio C Hamano25-1155/+1405
2025-02-18meson: wire up static analysis via CoccinellePatrick Steinhardt3-0/+92
2025-02-18meson: wire up git-contacts(1)Patrick Steinhardt2-1/+56
2025-02-18meson: wire up credential helpersPatrick Steinhardt8-1/+51
2025-02-18contrib/credential: fix compilation of "osxkeychain" helperPatrick Steinhardt1-1/+1
2025-02-18contrib/credential: fix compiling "libsecret" helperPatrick Steinhardt1-5/+5
2025-02-18contrib/credential: fix compilation of wincred helper with MSVCM Hickford1-0/+2
2025-02-18contrib/credential: fix "netrc" tests with out-of-tree buildsPatrick Steinhardt2-4/+5
2025-02-18GIT-BUILD-OPTIONS: propagate project's source directoryPatrick Steinhardt6-10/+6
2025-02-18promisor-remote: check advertised name or URLChristian Couder3-12/+138
2025-02-18Add 'promisor-remote' capability to protocol v2Christian Couder9-1/+584
2025-02-18Makefile: skip reftable library for CoccinellePatrick Steinhardt1-1/+1
2025-02-18reftable: decouple from Git codebase by pulling in "compat/posix.h"Patrick Steinhardt2-1/+3
2025-02-18git-compat-util.h: split out POSIX-emulating bitsPatrick Steinhardt2-529/+543
2025-02-18compat/mingw: split out POSIX-related bitsPatrick Steinhardt4-453/+467
2025-02-18reftable/basics: introduce `REFTABLE_UNUSED` annotationPatrick Steinhardt5-22/+24
2025-02-18reftable/basics: stop using `SWAP()` macroPatrick Steinhardt4-11/+20
2025-02-18reftable/stack: stop using `sleep_millisec()`Patrick Steinhardt1-1/+1
2025-02-18reftable/system: introduce `reftable_rand()`Patrick Steinhardt3-2/+13
2025-02-18reftable/reader: stop using `ARRAY_SIZE()` macroPatrick Steinhardt1-1/+1
2025-02-18reftable/basics: provide wrappers for big endian conversionPatrick Steinhardt7-58/+127
2025-02-18reftable/basics: stop using `st_mult()` in array allocatorsPatrick Steinhardt1-4/+32
2025-02-18reftable: stop using `BUG()` in trivial casesPatrick Steinhardt3-9/+3
2025-02-18reftable/record: don't `BUG()` in `reftable_record_cmp()`Patrick Steinhardt7-34/+92
2025-02-18reftable/record: stop using `BUG()` in `reftable_record_init()`Patrick Steinhardt7-13/+21
2025-02-18reftable/record: stop using `COPY_ARRAY()`Patrick Steinhardt1-5/+11
2025-02-18reftable/blocksource: stop using `xmmap()`Patrick Steinhardt1-3/+8
2025-02-18reftable/stack: stop using `write_in_full()`Patrick Steinhardt1-4/+24
2025-02-18reftable/stack: stop using `read_in_full()`Patrick Steinhardt1-4/+14