summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2025-02-03Merge branch 'ps/3.0-remote-deprecation'Junio C Hamano6-38/+46
2025-02-03Merge branch 'tb/unsafe-hash-cleanup'Junio C Hamano6-20/+35
2025-01-31t/unit-tests: convert strcmp-offset test to use clar test frameworkSeyi Kuforiji3-36/+46
2025-01-31t/unit-tests: convert strbuf test to use clar test frameworkSeyi Kuforiji3-123/+120
2025-01-31t/unit-tests: adapt example decorate test to use clar test frameworkSeyi Kuforiji3-75/+65
2025-01-31t/unit-tests: convert hashmap test to use clar test frameworkSeyi Kuforiji2-115/+113
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt3-6/+6
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt3-4/+4
2025-01-31Merge branch 'tb/unsafe-hash-cleanup' into ps/hash-cleanupJunio C Hamano6-20/+35
2025-01-30setup: fix reinit of repos with incompatible GIT_DEFAULT_HASHPatrick Steinhardt1-0/+12
2025-01-30setup: fix reinit of repos with incompatible GIT_DEFAULT_REF_FORMATPatrick Steinhardt1-0/+9
2025-01-30t0001: remove duplicate testPatrick Steinhardt1-9/+0
2025-01-30apply: detect overflow when parsing hunk headerPhillip Wood1-0/+13
2025-01-29libgit: add higher-level libgit crateCalvin Wan1-2/+7
2025-01-29Merge branch 'ps/reflog-migration-with-logall-fix'Junio C Hamano1-0/+17
2025-01-29Merge branch 'am/trace2-with-valueless-true'Junio C Hamano1-0/+9
2025-01-29Merge branch 'kn/reflog-symref-fix'Junio C Hamano1-0/+9
2025-01-29Merge branch 'rs/ref-fitler-used-atoms-value-fix'Junio C Hamano2-0/+57
2025-01-29Merge branch 'ds/path-walk-1'Junio C Hamano7-0/+494
2025-01-28libgit-sys: introduce Rust wrapper for libgit.aJosh Steadmon1-0/+10
2025-01-28Merge branch 'jp/t8002-printf-fix'Junio C Hamano1-2/+2
2025-01-28Merge branch 'ps/reftable-sign-compare'Junio C Hamano3-3/+20
2025-01-28Merge branch 'mh/credential-cache-authtype-request-fix'Junio C Hamano1-0/+15
2025-01-28Merge branch 'sk/unit-tests'Junio C Hamano7-144/+134
2025-01-28Merge branch 'jc/show-usage-help'Junio C Hamano3-4/+5
2025-01-27test-tool: add helper for name-hash valuesDerrick Stolee5-0/+86
2025-01-27p5313: add size comparison testDerrick Stolee1-0/+70
2025-01-27pack-objects: add GIT_TEST_NAME_HASH_VERSIONDerrick Stolee8-9/+37
2025-01-27repack: add --name-hash-version optionDerrick Stolee3-1/+32
2025-01-27pack-objects: add --name-hash-version optionDerrick Stolee1-0/+31
2025-01-27fetch set_head: fix non-mirror remotes in bare repositoriesBence Ferdinandy2-0/+27
2025-01-24gc: add `--expire-to` optionZheNing Hu1-0/+33
2025-01-24remote: announce removal of "branches/" and "remotes/"Patrick Steinhardt4-38/+36
2025-01-23Merge branch 'en/object-name-with-funny-refname-fix'Junio C Hamano2-1/+54
2025-01-23t/helper/test-hash.c: use unsafe_hash_algo()Taylor Blau1-12/+5
2025-01-23t/helper/test-tool: implement sha1-unsafe helperTaylor Blau6-23/+45
2025-01-23trace2: prevent segfault on config collection with valueless trueAdam Murray1-0/+9
2025-01-23refs: fix creation of reflog entries for symrefsKarthik Nayak1-0/+9
2025-01-22builtin/pack-redundant: remove subcommand with breaking changesPatrick Steinhardt1-0/+6
2025-01-22Makefile: wire up build option for deprecated featuresPatrick Steinhardt1-0/+4
2025-01-22refs: fix migration of reflogs respecting "core.logAllRefUpdates"Patrick Steinhardt1-0/+17
2025-01-22reftable: prevent 'update_index' changes after adding recordsKarthik Nayak1-3/+51
2025-01-21reftable/block: adapt header and footer size to return a `size_t`Patrick Steinhardt1-1/+1
2025-01-21reftable/basics: adjust `hash_size()` to return `uint32_t`Patrick Steinhardt1-1/+1
2025-01-21reftable/basics: adjust `common_prefix_size()` to return `size_t`Patrick Steinhardt1-1/+1
2025-01-21reftable/record: handle overflows when decoding varintsPatrick Steinhardt1-0/+17
2025-01-21t8002: fix ambiguous printf conversion specificationsJan Palus1-2/+2
2025-01-21ref-filter: move is-base tip to used_atomRené Scharfe1-0/+29
2025-01-21ref-filter: move ahead-behind bases into used_atomRené Scharfe1-0/+28
2025-01-21Merge branch 'sk/unit-test-hash'Junio C Hamano2-24/+49