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