summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-01-23csum-file.c: extract algop from hashfile_checksum_valid()Taylor Blau1-6/+7
2025-01-23csum-file: store the hash algorithm as a struct fieldTaylor Blau2-9/+12
2025-01-23t/helper/test-tool: implement sha1-unsafe helperTaylor Blau6-23/+45
2025-01-23trace2: prevent segfault on config collection with valueless trueAdam Murray5-6/+18
2025-01-23refs: fix creation of reflog entries for symrefsKarthik Nayak2-3/+9
2025-01-22path-walk: drop redundant parse_tree() callJeff King1-1/+0
2025-01-22Merge branch 'ps/build-meson-fixes' into ps/zlib-ngJunio C Hamano7-38/+218
2025-01-22ci: wire up Visual Studio build with MesonPatrick Steinhardt2-0/+90
2025-01-22ci: raise error when Meson generates warningsPatrick Steinhardt1-0/+1
2025-01-22meson: fix compilation with Visual StudioPatrick Steinhardt1-0/+8
2025-01-22meson: make the CSPRNG backend configurablePatrick Steinhardt2-7/+23
2025-01-22meson: wire up fuzzersPatrick Steinhardt4-1/+28
2025-01-22meson: wire up generation of distribution archivePatrick Steinhardt1-0/+13
2025-01-22meson: wire up development environmentsPatrick Steinhardt1-0/+8
2025-01-22meson: fix dependencies for generated headersPatrick Steinhardt1-9/+9
2025-01-22meson: populate project version via GIT-VERSION-GENPatrick Steinhardt1-1/+8
2025-01-22GIT-VERSION-GEN: allow running without input and output filesPatrick Steinhardt1-15/+29
2025-01-22GIT-VERSION-GEN: simplify computing the dirty markerPatrick Steinhardt1-5/+1
2025-01-22builtin/pack-redundant: remove subcommand with breaking changesPatrick Steinhardt3-0/+10
2025-01-22ci: repurpose "linux-gcc" job for deprecationsPatrick Steinhardt3-3/+4
2025-01-22ci: merge linux-gcc-default into linux-gccPatrick Steinhardt3-13/+0
2025-01-22Makefile: wire up build option for deprecated featuresPatrick Steinhardt6-0/+19
2025-01-22refs: fix migration of reflogs respecting "core.logAllRefUpdates"Patrick Steinhardt2-1/+18
2025-01-22reftable: prevent 'update_index' changes after adding recordsKarthik Nayak6-21/+99
2025-01-22refs: use 'uint64_t' for 'ref_update.index'Karthik Nayak3-5/+5
2025-01-22refs: mark `ref_transaction_update_reflog()` as staticKarthik Nayak2-21/+15
2025-01-21reftable: address trivial -Wsign-compare warningsPatrick Steinhardt3-14/+7
2025-01-21reftable/blocksource: adjust `read_block()` to return `ssize_t`Patrick Steinhardt4-24/+31
2025-01-21reftable/blocksource: adjust type of the block lengthPatrick Steinhardt1-1/+1
2025-01-21reftable/block: adjust type of the restart lengthPatrick Steinhardt2-8/+6
2025-01-21reftable/block: adapt header and footer size to return a `size_t`Patrick Steinhardt3-5/+5
2025-01-21reftable/basics: adjust `hash_size()` to return `uint32_t`Patrick Steinhardt9-50/+44
2025-01-21reftable/basics: adjust `common_prefix_size()` to return `size_t`Patrick Steinhardt5-13/+10
2025-01-21reftable/record: handle overflows when decoding varintsPatrick Steinhardt3-31/+52
2025-01-21reftable/record: drop unused `print` function pointerPatrick Steinhardt1-3/+0
2025-01-21meson: stop disabling -Wsign-comparePatrick Steinhardt1-1/+0
2025-01-21t8002: fix ambiguous printf conversion specificationsJan Palus1-2/+2
2025-01-21Remove obsolete ".txt" extensions for AsciiDoc filesbrian m. carlson2-5/+0
2025-01-21doc: use .adoc extension for AsciiDoc filesbrian m. carlson919-614/+614
2025-01-21gitattributes: mark AsciiDoc files as LF-onlybrian m. carlson1-0/+1
2025-01-21editorconfig: add .adoc extensionbrian m. carlson1-1/+1
2025-01-21doc: update gitignore for .adoc extensionbrian m. carlson2-0/+5
2025-01-21pack-write: pass hash_algo to internal functionsKarthik Nayak1-14/+16
2025-01-21pack-write: pass hash_algo to `write_rev_file()`Karthik Nayak4-16/+29
2025-01-21pack-write: pass hash_algo to `write_idx_file()`Karthik Nayak6-16/+27
2025-01-21pack-write: pass repository to `index_pack_lockfile()`Karthik Nayak4-6/+8
2025-01-21pack-write: pass hash_algo to `fixup_pack_header_footer()`Karthik Nayak6-22/+26
2025-01-21ref-filter: remove ref_format_clear()René Scharfe6-18/+0
2025-01-21ref-filter: move is-base tip to used_atomRené Scharfe3-28/+62
2025-01-21ref-filter: move ahead-behind bases into used_atomRené Scharfe4-26/+59