summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2024-12-15Merge branch 'jt/fix-fattening-promisor-fetch'Junio C Hamano
2024-12-15Merge branch 'jc/forbid-head-as-tagname'Junio C Hamano
2024-12-15Merge branch 'jk/describe-perf'Junio C Hamano
2024-12-13Merge branch 'kn/midx-wo-the-repository'Junio C Hamano
2024-12-13Merge branch 'cw/worktree-extension'Junio C Hamano
2024-12-13Merge branch 'en/fast-import-verify-path'Junio C Hamano
2024-12-13Merge branch 'jt/bundle-fsck'Junio C Hamano
2024-12-10Merge branch 'bc/allow-upload-pack-from-other-people'Junio C Hamano
2024-12-10index-pack --promisor: also check commits' treesJonathan Tan
2024-12-10index-pack --promisor: don't check blobsJonathan Tan
2024-12-10index-pack --promisor: dedup before checking linksJonathan Tan
2024-12-06describe: split "found all tags" and max_candidates logicJeff King
2024-12-04midx-write: pass down repository to `write_midx_file[_only]`Karthik Nayak
2024-12-04Merge branch 'kn/pass-repo-to-builtin-sub-sub-commands' into kn/midx-wo-the-r...Junio C Hamano
2024-12-04Merge branch 'kn/the-repository' into kn/midx-wo-the-repositoryJunio C Hamano
2024-12-04Merge branch 'kn/pass-repo-to-builtin-sub-sub-commands'Junio C Hamano
2024-12-04Merge branch 'sj/ref-contents-check'Junio C Hamano
2024-12-04Merge branch 'ps/ref-backend-migration-optim'Junio C Hamano
2024-12-04Merge branch 'ps/leakfixes-part-10'Junio C Hamano
2024-12-04Merge branch 'ps/gc-stale-lock-warning'Junio C Hamano
2024-12-04config: make `packed_git_(limit|window_size)` non-global variablesKarthik Nayak
2024-12-04config: make `delta_base_cache_limit` a non-global variableKarthik Nayak
2024-12-04packfile: pass down repository to `for_each_packed_object`Karthik Nayak
2024-12-04packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak
2024-12-04packfile: pass down repository to `odb_pack_name`Karthik Nayak
2024-12-04packfile: add repository to struct `packed_git`Karthik Nayak
2024-12-03refs: drop strbuf_ prefix from helpersJunio C Hamano
2024-12-03refs: move ref name helpers aroundJunio C Hamano
2024-12-02fast-import: disallow more path componentsElijah Newren
2024-12-02worktree: add relative cli/config options to `repair` commandCaleb White
2024-12-02worktree: add relative cli/config options to `move` commandCaleb White
2024-12-02worktree: add relative cli/config options to `add` commandCaleb White
2024-11-28bundle: add bundle verification options typeJustin Tobler
2024-11-27Merge branch 'jt/index-pack-allow-promisor-only-while-fetching'Junio C Hamano
2024-11-27Merge branch 'en/fast-import-avoid-self-replace'Junio C Hamano
2024-11-27Merge branch 'bc/c23'Junio C Hamano
2024-11-26builtin: pass repository to sub commandsKarthik Nayak
2024-11-26fast-import: disallow "." and ".." path componentsElijah Newren
2024-11-25Merge branch 'kh/checkout-ignore-other-docfix' into maint-2.47Junio C Hamano
2024-11-25Merge branch 'jh/config-unset-doc-fix' into maint-2.47Junio C Hamano
2024-11-22Merge branch 'tb/multi-pack-reuse-dupfix'Junio C Hamano
2024-11-22Merge branch 'sm/difftool'Junio C Hamano
2024-11-22Merge branch 'jk/fetch-prefetch-double-free-fix'Junio C Hamano
2024-11-21global: drop `UNLEAK()` annotationPatrick Steinhardt
2024-11-21builtin/branch: fix leaking sorting optionsPatrick Steinhardt
2024-11-21builtin/init-db: fix leaking directory pathsPatrick Steinhardt
2024-11-21builtin/help: fix leaks in `check_git_cmd()`Patrick Steinhardt
2024-11-21builtin/sparse-checkout: fix leaking sanitized patternsPatrick Steinhardt
2024-11-21builtin/blame: fix leaking blame entries with `--incremental`Patrick Steinhardt
2024-11-21ref: support multiple worktrees check for refsshejialuo