summaryrefslogtreecommitdiffstats
path: root/t
AgeCommit message (Expand)AuthorLines
2025-01-24gc: add `--expire-to` optionZheNing Hu-0/+33
2025-01-24remote: announce removal of "branches/" and "remotes/"Patrick Steinhardt-41/+39
2025-01-23Merge branch 'en/object-name-with-funny-refname-fix'Junio C Hamano-1/+54
2025-01-23t/helper/test-hash.c: use unsafe_hash_algo()Taylor Blau-12/+5
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-0/+9
2025-01-23refs: fix creation of reflog entries for symrefsKarthik Nayak-0/+9
2025-01-22builtin/pack-redundant: remove subcommand with breaking changesPatrick Steinhardt-0/+6
2025-01-22Makefile: wire up build option for deprecated featuresPatrick Steinhardt-0/+4
2025-01-22refs: fix migration of reflogs respecting "core.logAllRefUpdates"Patrick Steinhardt-0/+17
2025-01-22reftable: prevent 'update_index' changes after adding recordsKarthik Nayak-3/+51
2025-01-21reftable/block: adapt header and footer size to return a `size_t`Patrick Steinhardt-1/+1
2025-01-21reftable/basics: adjust `hash_size()` to return `uint32_t`Patrick Steinhardt-1/+1
2025-01-21reftable/basics: adjust `common_prefix_size()` to return `size_t`Patrick Steinhardt-1/+1
2025-01-21reftable/record: handle overflows when decoding varintsPatrick Steinhardt-0/+17
2025-01-21t8002: fix ambiguous printf conversion specificationsJan Palus-2/+2
2025-01-21ref-filter: move is-base tip to used_atomRené Scharfe-0/+29
2025-01-21ref-filter: move ahead-behind bases into used_atomRené Scharfe-0/+28
2025-01-21Merge branch 'sk/unit-test-hash'Junio C Hamano-24/+49
2025-01-21Merge branch 'ps/the-repository'Junio C Hamano-3/+10
2025-01-21Merge branch 'jt/fsck-skiplist-parse-fix'Junio C Hamano-0/+10
2025-01-21Merge branch 'ps/reftable-get-random-fix'Junio C Hamano-4/+4
2025-01-21Merge branch 'jk/t7407-use-test-grep'Junio C Hamano-2/+2
2025-01-21Merge branch 'jk/lsan-race-ignore-false-positive'Junio C Hamano-11/+11
2025-01-17Merge branch 'kn/reflog-migration-fix' into kn/reflog-migration-fix-followupJunio C Hamano-0/+12
2025-01-17t/unit-tests: convert reftable tree test to use clar test frameworkSeyi Kuforiji-20/+12
2025-01-17t/unit-tests: adapt priority queue test to use clar test frameworkSeyi Kuforiji-92/+95
2025-01-17t/unit-tests: convert mem-pool test to use clar test frameworkSeyi Kuforiji-32/+26
2025-01-17t/unit-tests: handle dashes in test suite filenamesSeyi Kuforiji-0/+1
2025-01-17builtin: send usage() help text to standard outputJunio C Hamano-8/+2
2025-01-17builtins: send usage_with_options() help text to standard outputJunio C Hamano-3/+3
2025-01-17t0012: optionally check that "-h" output goes to stdoutJeff King-2/+9
2025-01-16Merge branch 'mb/t7110-use-test-path-helper'Junio C Hamano-6/+6
2025-01-16Merge branch 'ps/more-sign-compare'Junio C Hamano-3/+3
2025-01-15reftable: write correct max_update_index to headerKarthik Nayak-0/+12
2025-01-13Sync with Git 2.47.2Junio C Hamano-18/+67
2025-01-13object-name: be more strict in parsing describe-like outputElijah Newren-0/+24
2025-01-13object-name: fix resolution of object names containing curly bracesElijah Newren-1/+30
2025-01-10Merge branch 'ps/build-sign-compare'Junio C Hamano-0/+26
2025-01-10t7422: fix flaky test caused by buffered stdoutPatrick Steinhardt-4/+39
2025-01-10t0060: fix EBUSY in MinGW when setting up runtime prefixPatrick Steinhardt-4/+6
2025-01-10builtin/blame: fix out-of-bounds write with blank boundary commitsPatrick Steinhardt-0/+18
2025-01-10builtin/blame: fix out-of-bounds read with excessive `--abbrev`Patrick Steinhardt-0/+8
2025-01-09credential-cache: respect authtype capabilityM Hickford-0/+15
2025-01-09t/unit-tests: convert hash to use clar test frameworkSeyi Kuforiji-24/+49
2025-01-08Merge branch 'js/reftable-realloc-errors-fix'Junio C Hamano-4/+4
2025-01-08t-reftable-basics: allow for `malloc` to be `#define`dJohannes Schindelin-4/+4
2025-01-07fsck: reject misconfigured fsck.skipListJustin Tobler-0/+10
2025-01-07wrapper: allow generating insecure random bytesPatrick Steinhardt-4/+4
2025-01-07t7407: use test_grepJeff King-2/+2