summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge branch 'tb/t7704-deflake'Junio C Hamano2024-08-141-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | t/t7704-repack-cruft.sh: avoid failures during long-running testsTaylor Blau2024-08-051-1/+1
* | | | | | | | | Merge branch 'jc/document-use-of-local'Junio C Hamano2024-08-141-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | doc: note that AT&T ksh does not work with our test suiteJunio C Hamano2024-07-151-2/+2
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'rs/use-decimal-width'Junio C Hamano2024-08-141-11/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | log-tree: use decimal_width()René Scharfe2024-08-051-11/+2
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'ss/packed-ref-store-leakfix'Junio C Hamano2024-08-141-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | refs/files: prevent memory leak by freeing packed_ref_storeSven Strickroth2024-08-051-0/+1
* | | | | | | | | | Merge branch 'cp/unit-test-reftable-tree'Junio C Hamano2024-08-146-73/+90
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | t-reftable-tree: improve the test for infix_walk()Chandra Pratap2024-08-041-7/+15
| * | | | | | | | | | t-reftable-tree: add test for non-existent keyChandra Pratap2024-08-041-0/+1
| * | | | | | | | | | t-reftable-tree: split test_tree() into two sub-test functionsChandra Pratap2024-08-041-4/+19
| * | | | | | | | | | t: move reftable/tree_test.c to the unit testing frameworkChandra Pratap2024-08-045-63/+61
| * | | | | | | | | | reftable: remove unnecessary curly braces in reftable/tree.cChandra Pratap2024-08-041-10/+5
* | | | | | | | | | | Merge branch 'kl/test-fixes'Junio C Hamano2024-08-145-6/+14
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t6421: fix test to work when repo dir contains d0Kyle Lippincott2024-08-051-6/+9
| * | | | | | | | | | | set errno=0 before strtoX callsKyle Lippincott2024-08-054-0/+5
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'jc/reflog-expire-lookup-commit-fix'Junio C Hamano2024-08-142-1/+10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Revert "reflog expire: don't use lookup_commit_reference_gently()"Junio C Hamano2024-07-162-1/+10
* | | | | | | | | | | | Merge branch 'jr/ls-files-expand-literal-doc'Junio C Hamano2024-08-141-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | doc: fix hex code escapes in git-ls-filesJayson Rhynas2024-07-261-3/+3
* | | | | | | | | | | | | Merge branch 'jc/leakfix-mailmap'Junio C Hamano2024-08-142-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | mailmap: plug memory leak in read_mailmap_blob()Junio C Hamano2024-07-262-1/+4
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'jc/leakfix-hashfile'Junio C Hamano2024-08-144-21/+89
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | csum-file: introduce discard_hashfile()Junio C Hamano2024-07-264-21/+89
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'jc/patch-id'Junio C Hamano2024-08-142-21/+112
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | patch-id: tighten code to detect the patch headerJunio C Hamano2024-07-302-13/+53
| * | | | | | | | | | | | | patch-id: rewrite code that detects the beginning of a patchJunio C Hamano2024-07-301-8/+21
| * | | | | | | | | | | | | patch-id: make get_one_patchid() more extensibleJunio C Hamano2024-07-301-5/+20
| * | | | | | | | | | | | | patch-id: call flush_current_id() only when neededJunio C Hamano2024-07-301-4/+4
| * | | | | | | | | | | | | t4204: patch-id supports various input formatJunio C Hamano2024-07-301-0/+23
* | | | | | | | | | | | | | Merge branch 'ps/refs-wo-the-repository'Junio C Hamano2024-08-145-57/+56
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | refs/reftable: stop using `the_repository`Patrick Steinhardt2024-07-301-25/+26
| * | | | | | | | | | | | | | refs/packed: stop using `the_repository`Patrick Steinhardt2024-07-301-8/+6
| * | | | | | | | | | | | | | refs/files: stop using `the_repository`Patrick Steinhardt2024-07-301-5/+3
| * | | | | | | | | | | | | | refs/files: stop using `the_repository` in `parse_loose_ref_contents()`Patrick Steinhardt2024-07-303-12/+16
| * | | | | | | | | | | | | | refs: stop using `the_repository`Patrick Steinhardt2024-07-301-7/+5
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'jc/jl-git-no-advice-fix'Junio C Hamano2024-08-141-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | t0018: remove leftover debugging cruftJunio C Hamano2024-08-011-1/+0
* | | | | | | | | | | | | | | Merge branch 'tb/config-fixed-value-with-valueless-true'Junio C Hamano2024-08-142-1/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | config.c: avoid segfault with --fixed-value and valueless configTaylor Blau2024-08-012-1/+10
* | | | | | | | | | | | | | | | Merge branch 'jk/apply-patch-mode-check-fix'Junio C Hamano2024-08-142-0/+63
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | apply: canonicalize modes read from patchesJeff King2024-08-052-0/+63
* | | | | | | | | | | | | | | | | Merge branch 'ps/ref-api-cleanup'Junio C Hamano2024-08-141-207/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | refs: drop `ref_store`-less functionsPatrick Steinhardt2024-08-021-207/+0
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'ps/ls-remote-out-of-repo-fix'Junio C Hamano2024-08-142-0/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | builtin/ls-remote: fall back to SHA1 outside of a repoPatrick Steinhardt2024-08-022-0/+28
| | |_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'jc/transport-leakfix'Junio C Hamano2024-08-141-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | transport: fix leak with transport helper URLsJunio C Hamano2024-08-081-1/+3
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'rh/http-proxy-path'Junio C Hamano2024-08-144-3/+128
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \