summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ak/pretty-decorate-more-fix'Junio C Hamano2023-10-212-3/+7
|\
| * pretty: fix ref filtering for %(decorate) formatsAndy Koppe2023-10-092-3/+7
* | Merge branch 'vd/loose-ref-iteration-optimization'Junio C Hamano2023-10-217-49/+112
|\ \
| * | files-backend.c: avoid stat in 'loose_fill_ref_dir'Victoria Dye2023-10-101-9/+5
| * | dir.[ch]: add 'follow_symlink' arg to 'get_dtype'Victoria Dye2023-10-103-8/+18
| * | dir.[ch]: expose 'get_dtype'Victoria Dye2023-10-103-36/+39
| * | ref-cache.c: fix prefix matching in ref iterationVictoria Dye2023-10-103-1/+55
* | | Merge branch 'ty/merge-tree-strategy-options'Junio C Hamano2023-10-214-3/+59
|\ \ \
| * | | merge: introduce {copy|clear}_merge_options()Junio C Hamano2023-10-113-1/+22
| * | | merge-tree: add -X strategy optionTang Yuyi2023-09-252-3/+38
* | | | The nineteenth batchJunio C Hamano2023-10-181-1/+9
* | | | Merge branch 'jc/merge-ort-attr-index-fix'Junio C Hamano2023-10-182-0/+28
|\ \ \ \
| * | | | merge-ort: initialize repo in index stateJohn Cai2023-10-092-0/+28
* | | | | Merge branch 'sn/cat-file-doc-update'Junio C Hamano2023-10-182-19/+17
|\ \ \ \ \
| * | | | | doc/cat-file: make synopsis and description less confusingŠtěpán Němec2023-10-092-19/+17
| | |_|/ / | |/| | |
* | | | | Merge branch 'xz/commit-title-soft-limit-doc'Junio C Hamano2023-10-183-6/+6
|\ \ \ \ \
| * | | | | doc: correct the 50 characters soft limit (+)谢致邦 (XIE Zhibang)2023-10-093-6/+6
* | | | | | Merge branch 'tb/repack-max-cruft-size'Junio C Hamano2023-10-188-136/+645
|\ \ \ \ \ \
| * | | | | | repack: free existing_cruft array after useJeff King2023-10-091-0/+1
| * | | | | | builtin/repack.c: avoid making cruft packs preferredTaylor Blau2023-10-052-1/+85
| * | | | | | builtin/repack.c: implement support for `--max-cruft-size`Taylor Blau2023-10-057-11/+426
| * | | | | | builtin/repack.c: parse `--max-pack-size` with OPT_MAGNITUDETaylor Blau2023-10-051-3/+3
| * | | | | | t7700: split cruft-related tests to t7704Taylor Blau2023-10-032-121/+130
* | | | | | | The eighteenth batchJunio C Hamano2023-10-131-0/+21
* | | | | | | Merge branch 'jk/decoration-and-other-leak-fixes'Junio C Hamano2023-10-1310-16/+74
|\ \ \ \ \ \ \
| * | | | | | | daemon: free listen_addr before returningJeff King2023-10-052-16/+23
| * | | | | | | revision: clear decoration structs during release_revisions()Jeff King2023-10-054-0/+22
| * | | | | | | decorate: add clear_decoration() functionJeff King2023-10-054-0/+29
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'ar/diff-index-merge-base-fix'Junio C Hamano2023-10-132-5/+10
|\ \ \ \ \ \ \
| * | | | | | | diff: fix --merge-base with annotated tagsAlyssa Ross2023-10-022-5/+10
| |/ / / / / /
* | | | | | | Merge branch 'js/submodule-fix-misuse-of-path-and-name'Junio C Hamano2023-10-133-22/+90
|\ \ \ \ \ \ \
| * | | | | | | t7420: test that we correctly handle renamed submodulesJan Alexander Steffens (heftig)2023-10-041-2/+24
| * | | | | | | t7419: test that we correctly handle renamed submodulesJan Alexander Steffens (heftig)2023-10-041-1/+29
| * | | | | | | t7419, t7420: use test_cmp_config instead of grepping .gitmodulesJan Alexander Steffens (heftig)2023-10-042-6/+6
| * | | | | | | t7419: actually test the branch switchingJan Alexander Steffens (heftig)2023-10-041-6/+8
| * | | | | | | submodule--helper: return error from set-url when modifying failedJan Alexander Steffens (heftig)2023-10-041-5/+7
| * | | | | | | submodule--helper: use submodule_from_path in set-{url,branch}Jan Alexander Steffens (heftig)2023-10-041-4/+18
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'jk/commit-graph-leak-fixes'Junio C Hamano2023-10-1318-22/+42
|\ \ \ \ \ \ \
| * | | | | | | commit-graph: clear oidset after finishing writeJeff King2023-10-032-0/+3
| * | | | | | | commit-graph: free write-context base_graph_name during cleanupJeff King2023-10-032-0/+3
| * | | | | | | commit-graph: free write-context entries before overwritingJeff King2023-10-031-0/+2
| * | | | | | | commit-graph: free graph struct that was not added to chainJeff King2023-10-031-0/+2
| * | | | | | | commit-graph: delay base_graph assignment in add_graph_to_chain()Jeff King2023-10-031-2/+2
| * | | | | | | commit-graph: free all elements of graph chainJeff King2023-10-031-18/+11
| * | | | | | | commit-graph: move slab-clearing to close_commit_graph()Jeff King2023-10-031-1/+1
| * | | | | | | merge: free result of repo_get_merge_bases()Jeff King2023-10-0311-1/+14
| * | | | | | | commit-reach: free temporary list in get_octopus_merge_bases()Jeff King2023-10-032-0/+2
| * | | | | | | t6700: mark test as leak-freeJeff King2023-10-031-0/+2
| |/ / / / / /
* | | | | | | Merge branch 'la/trailer-test-and-doc-updates'Junio C Hamano2023-10-133-156/+545
|\ \ \ \ \ \ \
| * | | | | | | trailer doc: <token> is a <key> or <keyAlias>, not bothLinus Arver2023-09-082-61/+77