summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-05log-tree: use decimal_width()René Scharfe1-11/+2
2024-08-05refs/files: prevent memory leak by freeing packed_ref_storeSven Strickroth1-0/+1
2024-08-05apply: canonicalize modes read from patchesJeff King2-0/+63
2024-08-04t-reftable-tree: improve the test for infix_walk()Chandra Pratap1-7/+15
2024-08-04t-reftable-tree: add test for non-existent keyChandra Pratap1-0/+1
2024-08-04t-reftable-tree: split test_tree() into two sub-test functionsChandra Pratap1-4/+19
2024-08-04t: move reftable/tree_test.c to the unit testing frameworkChandra Pratap5-63/+61
2024-08-04reftable: remove unnecessary curly braces in reftable/tree.cChandra Pratap1-10/+5
2024-08-03git-gui: Remove forced rescan of stat-dirty files.Johannes Sixt2-21/+8
2024-08-02Documentation: add platform support policyEmily Shaffer2-0/+191
2024-08-02refs: drop `ref_store`-less functionsPatrick Steinhardt1-207/+0
2024-08-02http: do not ignore proxy pathRyan Hendrickson4-3/+128
2024-08-02builtin/ls-remote: fall back to SHA1 outside of a repoPatrick Steinhardt2-0/+28
2024-08-01t0018: remove leftover debugging cruftJunio C Hamano1-1/+0
2024-08-01config.c: avoid segfault with --fixed-value and valueless configTaylor Blau2-1/+10
2024-08-01The second batchJunio C Hamano1-0/+10
2024-08-01Merge branch 'as/show-ref-option-help-update'Junio C Hamano1-2/+2
2024-08-01Merge branch 'jc/doc-reviewing-guidelines-positive-reviews'Junio C Hamano1-4/+21
2024-08-01Merge branch 'jc/doc-rebase-fuzz-vs-offset-fix'Junio C Hamano1-1/+1
2024-08-01t-reftable-pq: add tests for merged_iter_pqueue_top()Chandra Pratap1-0/+49
2024-08-01t-reftable-pq: add test for index based comparisonChandra Pratap1-6/+42
2024-08-01t-reftable-pq: make merged_iter_pqueue_check() callable by referenceChandra Pratap1-5/+5
2024-08-01t-reftable-pq: make merged_iter_pqueue_check() staticChandra Pratap2-2/+1
2024-08-01t: move reftable/pq_test.c to the unit testing frameworkChandra Pratap4-26/+17
2024-08-01reftable: change the type of array indices to 'size_t' in reftable/pq.cChandra Pratap1-6/+6
2024-08-01reftable: remove unnecessary curly braces in reftable/pq.cChandra Pratap1-13/+4
2024-08-01credential/osxkeychain: respect NUL terminator in usernameJeff King1-1/+1
2024-08-01commit-reach: fix trivial memory leak when computing reachabilityPatrick Steinhardt2-0/+2
2024-08-01convert: fix leaking config stringsPatrick Steinhardt2-3/+10
2024-08-01entry: fix leaking pathnames during delayed checkoutPatrick Steinhardt4-2/+6
2024-08-01object-name: fix leaking commit list itemsPatrick Steinhardt3-10/+19
2024-08-01t/test-repository: fix leaking repositoryPatrick Steinhardt2-2/+4
2024-08-01builtin/credential-cache: fix trivial leaksPatrick Steinhardt2-2/+9
2024-08-01builtin/worktree: fix leaking derived branch namesPatrick Steinhardt3-3/+6
2024-08-01builtin/shortlog: fix various trivial memory leaksPatrick Steinhardt2-0/+2
2024-08-01builtin/rerere: fix various trivial memory leaksPatrick Steinhardt4-3/+16
2024-08-01builtin/credential-store: fix leaking credentialPatrick Steinhardt3-0/+4
2024-08-01builtin/show-branch: fix several memory leaksPatrick Steinhardt3-16/+38
2024-08-01builtin/rev-parse: fix memory leak with `--parseopt`Patrick Steinhardt2-1/+6
2024-08-01builtin/stash: fix various trivial memory leaksPatrick Steinhardt6-2/+22
2024-08-01builtin/remote: fix various trivial memory leaksPatrick Steinhardt7-7/+38
2024-08-01builtin/remote: fix leaking strings in `branch_list`Patrick Steinhardt1-2/+3
2024-08-01builtin/ls-remote: fix leaking `pattern` stringsPatrick Steinhardt2-14/+11
2024-08-01builtin/submodule--helper: fix leaking buffer in `is_tip_reachable`Patrick Steinhardt2-2/+8
2024-08-01builtin/submodule--helper: fix leaking clone depth parameterPatrick Steinhardt1-6/+5
2024-08-01builtin/name-rev: fix various trivial memory leaksPatrick Steinhardt3-2/+6
2024-08-01builtin/describe: fix trivial memory leak when describing blobPatrick Steinhardt2-0/+2
2024-08-01builtin/describe: fix leaking array when running diff-indexPatrick Steinhardt1-3/+3
2024-08-01builtin/describe: fix memory leak with `--contains=`Patrick Steinhardt1-1/+17
2024-08-01builtin/log: fix leaking branch name when creating cover lettersPatrick Steinhardt2-1/+4