summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
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
2024-08-01builtin/ls-remote: fix leaking `pattern` stringsPatrick Steinhardt-14/+11
2024-08-01builtin/submodule--helper: fix leaking buffer in `is_tip_reachable`Patrick Steinhardt-2/+8
2024-08-01builtin/submodule--helper: fix leaking clone depth parameterPatrick Steinhardt-6/+5
2024-08-01builtin/name-rev: fix various trivial memory leaksPatrick Steinhardt-2/+6
2024-08-01builtin/describe: fix trivial memory leak when describing blobPatrick Steinhardt-0/+2
2024-08-01builtin/describe: fix leaking array when running diff-indexPatrick Steinhardt-3/+3
2024-08-01builtin/describe: fix memory leak with `--contains=`Patrick Steinhardt-1/+17
2024-08-01builtin/log: fix leaking branch name when creating cover lettersPatrick Steinhardt-1/+4
2024-08-01builtin/replay: plug leaking `advance_name` variablePatrick Steinhardt-6/+15
2024-07-31Start the 2.47 cycleJunio C Hamano-2/+44
2024-07-31Merge branch 'jc/how-to-maintain-updates'Junio C Hamano-53/+105
2024-07-31Merge branch 'tn/doc-commit-fix'Junio C Hamano-2/+2