summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-08-06midx: teach `nth_midxed_pack_int_id()` about incremental MIDXsTaylor Blau-2/+21
2024-08-06midx: add new fields for incremental MIDX chainsTaylor Blau-0/+4
2024-08-06Documentation: describe incremental MIDX formatTaylor Blau-0/+103
2024-08-06t3206: test_when_finished before dirtying operations, not afterJunio C Hamano-26/+26
2024-08-06t: port helper/test-hashmap.c to unit-tests/t-hashmap.cGhanshyam Thakkar-357/+363
2024-08-05t/t7704-repack-cruft.sh: avoid failures during long-running testsTaylor Blau-1/+1
2024-08-05t6421: fix test to work when repo dir contains d0Kyle Lippincott-6/+9
2024-08-05set errno=0 before strtoX callsKyle Lippincott-0/+5
2024-08-05log-tree: use decimal_width()René Scharfe-11/+2
2024-08-05refs/files: prevent memory leak by freeing packed_ref_storeSven Strickroth-0/+1
2024-08-05apply: canonicalize modes read from patchesJeff King-0/+63
2024-08-04t-reftable-tree: improve the test for infix_walk()Chandra Pratap-7/+15
2024-08-04t-reftable-tree: add test for non-existent keyChandra Pratap-0/+1
2024-08-04t-reftable-tree: split test_tree() into two sub-test functionsChandra Pratap-4/+19
2024-08-04t: move reftable/tree_test.c to the unit testing frameworkChandra Pratap-63/+61
2024-08-04reftable: remove unnecessary curly braces in reftable/tree.cChandra Pratap-10/+5
2024-08-03git-gui: Remove forced rescan of stat-dirty files.Johannes Sixt-21/+8
2024-08-02Documentation: add platform support policyEmily Shaffer-0/+191
2024-08-02refs: drop `ref_store`-less functionsPatrick Steinhardt-207/+0
2024-08-02http: do not ignore proxy pathRyan Hendrickson-3/+128
2024-08-02builtin/ls-remote: fall back to SHA1 outside of a repoPatrick Steinhardt-0/+28
2024-08-01t0018: remove leftover debugging cruftJunio C Hamano-1/+0
2024-08-01config.c: avoid segfault with --fixed-value and valueless configTaylor Blau-1/+10
2024-08-01The second batchJunio C Hamano-0/+10
2024-08-01Merge branch 'as/show-ref-option-help-update'Junio C Hamano-2/+2
2024-08-01Merge branch 'jc/doc-reviewing-guidelines-positive-reviews'Junio C Hamano-4/+21
2024-08-01Merge branch 'jc/doc-rebase-fuzz-vs-offset-fix'Junio C Hamano-1/+1
2024-08-01t-reftable-pq: add tests for merged_iter_pqueue_top()Chandra Pratap-0/+49
2024-08-01t-reftable-pq: add test for index based comparisonChandra Pratap-6/+42
2024-08-01t-reftable-pq: make merged_iter_pqueue_check() callable by referenceChandra Pratap-5/+5
2024-08-01t-reftable-pq: make merged_iter_pqueue_check() staticChandra Pratap-2/+1
2024-08-01t: move reftable/pq_test.c to the unit testing frameworkChandra Pratap-26/+17
2024-08-01reftable: change the type of array indices to 'size_t' in reftable/pq.cChandra Pratap-6/+6
2024-08-01reftable: remove unnecessary curly braces in reftable/pq.cChandra Pratap-13/+4
2024-08-01credential/osxkeychain: respect NUL terminator in usernameJeff King-1/+1
2024-08-01commit-reach: fix trivial memory leak when computing reachabilityPatrick Steinhardt-0/+2
2024-08-01convert: fix leaking config stringsPatrick Steinhardt-3/+10
2024-08-01entry: fix leaking pathnames during delayed checkoutPatrick Steinhardt-2/+6
2024-08-01object-name: fix leaking commit list itemsPatrick Steinhardt-10/+19
2024-08-01t/test-repository: fix leaking repositoryPatrick Steinhardt-2/+4
2024-08-01builtin/credential-cache: fix trivial leaksPatrick Steinhardt-2/+9
2024-08-01builtin/worktree: fix leaking derived branch namesPatrick Steinhardt-3/+6
2024-08-01builtin/shortlog: fix various trivial memory leaksPatrick Steinhardt-0/+2
2024-08-01builtin/rerere: fix various trivial memory leaksPatrick Steinhardt-3/+16
2024-08-01builtin/credential-store: fix leaking credentialPatrick Steinhardt-0/+4
2024-08-01builtin/show-branch: fix several memory leaksPatrick Steinhardt-16/+38
2024-08-01builtin/rev-parse: fix memory leak with `--parseopt`Patrick Steinhardt-1/+6
2024-08-01builtin/stash: fix various trivial memory leaksPatrick Steinhardt-2/+22
2024-08-01builtin/remote: fix various trivial memory leaksPatrick Steinhardt-7/+38
2024-08-01builtin/remote: fix leaking strings in `branch_list`Patrick Steinhardt-2/+3