summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-01-28ci: make "linux-musl" job use zlib-ngPatrick Steinhardt-1/+1
2025-01-28ci: switch linux-musl to use MesonPatrick Steinhardt-9/+9
2025-01-28compat/zlib: allow use of zlib-ng as backendPatrick Steinhardt-15/+64
2025-01-28git-zlib: cast away potential constness of `next_in` pointerPatrick Steinhardt-1/+2
2025-01-28compat/zlib: provide stubs for `deflateSetHeader()`Patrick Steinhardt-4/+19
2025-01-28compat/zlib: provide `deflateBound()` shim centrallyPatrick Steinhardt-4/+4
2025-01-28git-compat-util: move include of "compat/zlib.h" into "git-zlib.h"Patrick Steinhardt-4/+8
2025-01-28compat: introduce new "zlib.h" headerPatrick Steinhardt-2/+8
2025-01-28git-compat-util: drop `z_const` definePatrick Steinhardt-1/+0
2025-01-28compat: drop `uncompress2()` compatibility shimPatrick Steinhardt-107/+0
2025-01-28The fourth batchJunio C Hamano-0/+20
2025-01-28Merge branch 'jp/t8002-printf-fix'Junio C Hamano-2/+2
2025-01-28Merge branch 'ps/reftable-sign-compare'Junio C Hamano-151/+157
2025-01-28Merge branch 'mh/credential-cache-authtype-request-fix'Junio C Hamano-2/+17
2025-01-28Merge branch 'jk/pack-header-parse-alignment-fix'Junio C Hamano-50/+64
2025-01-28Merge branch 'ps/build-meson-subtree'Junio C Hamano-10/+95
2025-01-28Merge branch 'mh/connect-sign-compare'Junio C Hamano-12/+11
2025-01-28Merge branch 'sk/unit-tests'Junio C Hamano-147/+137
2025-01-28Merge branch 'jc/show-usage-help'Junio C Hamano-64/+121
2025-01-27pack-objects: prevent name hash version changeDerrick Stolee-0/+8
2025-01-27test-tool: add helper for name-hash valuesDerrick Stolee-0/+87
2025-01-27p5313: add size comparison testDerrick Stolee-0/+70
2025-01-27pack-objects: add GIT_TEST_NAME_HASH_VERSIONDerrick Stolee-10/+41
2025-01-27repack: add --name-hash-version optionDerrick Stolee-3/+48
2025-01-27pack-objects: add --name-hash-version optionDerrick Stolee-6/+109
2025-01-27pack-objects: create new name-hash function versionJonathan Tan-0/+28
2025-01-27refs/reftable: fix uninitialized memory access of `max_index`Karthik Nayak-3/+3
2025-01-27fetch set_head: fix non-mirror remotes in bare repositoriesBence Ferdinandy-5/+32
2025-01-27fetch set_head: refactor to use remote directlyBence Ferdinandy-8/+7
2025-01-25bundle: avoid closing file descriptor twiceJohannes Schindelin-1/+6
2025-01-24gc: add `--expire-to` optionZheNing Hu-2/+47
2025-01-24config.txt: add trailer.* variablesJulian Prein-135/+140
2025-01-24remote: announce removal of "branches/" and "remotes/"Patrick Steinhardt-43/+99
2025-01-23The third batchJunio C Hamano-0/+22
2025-01-23Merge branch 'jc/cli-doc-option-and-config'Junio C Hamano-0/+17
2025-01-23Merge branch 'mh/doc-credential-helpers-with-pat'Junio C Hamano-12/+46
2025-01-23Merge branch 'ak/instaweb-python-port-binding-fix'Junio C Hamano-2/+2
2025-01-23Merge branch 'sj/meson-doc-technical-dependency-fix'Junio C Hamano-0/+1
2025-01-23Merge branch 'tc/meson-use-our-version-def-h'Junio C Hamano-2/+9
2025-01-23Merge branch 'en/object-name-with-funny-refname-fix'Junio C Hamano-5/+113
2025-01-23Merge branch 'ds/path-walk-1' into ds/backfillJunio C Hamano-0/+1217
2025-01-23hash.h: drop unsafe_ function variantsTaylor Blau-30/+0
2025-01-23csum-file: introduce hashfile_checkpoint_init()Taylor Blau-4/+15
2025-01-23t/helper/test-hash.c: use unsafe_hash_algo()Taylor Blau-12/+5
2025-01-23csum-file.c: use unsafe_hash_algo()Taylor Blau-11/+11
2025-01-23hash.h: introduce `unsafe_hash_algo()`Taylor Blau-1/+38
2025-01-23csum-file.c: extract algop from hashfile_checksum_valid()Taylor Blau-6/+7
2025-01-23csum-file: store the hash algorithm as a struct fieldTaylor Blau-9/+12
2025-01-23t/helper/test-tool: implement sha1-unsafe helperTaylor Blau-23/+45
2025-01-23trace2: prevent segfault on config collection with valueless trueAdam Murray-6/+18