aboutsummaryrefslogtreecommitdiffstats
path: root/builtin (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-04Merge branch 'ps/gc-stale-lock-warning'Junio C Hamano1-1/+10
2024-12-04config: make `packed_git_(limit|window_size)` non-global variablesKarthik Nayak1-2/+2
2024-12-04config: make `delta_base_cache_limit` a non-global variableKarthik Nayak2-4/+18
2024-12-04packfile: pass down repository to `for_each_packed_object`Karthik Nayak5-14/+22
2024-12-04packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak3-4/+4
2024-12-04packfile: pass down repository to `odb_pack_name`Karthik Nayak3-7/+7
2024-12-04packfile: add repository to struct `packed_git`Karthik Nayak2-3/+6
2024-12-03refs: drop strbuf_ prefix from helpersJunio C Hamano6-13/+13
2024-12-03refs: move ref name helpers aroundJunio C Hamano1-11/+0
2024-12-02fast-import: disallow more path componentsElijah Newren1-2/+6
2024-12-02fetch: add configuration for set_head behaviourBence Ferdinandy1-6/+40
2024-12-02worktree: add relative cli/config options to `repair` commandCaleb White1-2/+4
2024-12-02worktree: add relative cli/config options to `move` commandCaleb White1-1/+3
2024-12-02worktree: add relative cli/config options to `add` commandCaleb White1-9/+10
2024-11-28bundle: add bundle verification options typeJustin Tobler1-1/+1
2024-11-27Merge branch 'bf/set-head-symref' into bf/fetch-set-head-configJunio C Hamano2-18/+128
2024-11-27Merge branch 'jt/index-pack-allow-promisor-only-while-fetching'Junio C Hamano1-0/+2
2024-11-27Merge branch 'en/fast-import-avoid-self-replace'Junio C Hamano1-1/+15
2024-11-27Merge branch 'bc/c23'Junio C Hamano1-5/+5
2024-11-26builtin: pass repository to sub commandsKarthik Nayak15-131/+231
2024-11-26fast-import: disallow "." and ".." path componentsElijah Newren1-0/+2
2024-11-25Merge branch 'kh/checkout-ignore-other-docfix' into maint-2.47Junio C Hamano1-1/+1
2024-11-25Merge branch 'jh/config-unset-doc-fix' into maint-2.47Junio C Hamano1-2/+2
2024-11-25fetch set_head: handle mirrored bare repositoriesBence Ferdinandy1-5/+11
2024-11-25fetch: set remote/HEAD if it does not existBence Ferdinandy1-0/+68
2024-11-25refs: add create_only option to refs_update_symref_extendedBence Ferdinandy1-1/+1
2024-11-25remote set-head: better output for --autoBence Ferdinandy1-12/+47
2024-11-25remote set-head: refactor for readabilityBence Ferdinandy1-11/+12
2024-11-25t/t5505-remote: test failure of set-headBence Ferdinandy1-1/+1
2024-11-22Merge branch 'tb/multi-pack-reuse-dupfix'Junio C Hamano1-55/+40
2024-11-22Merge branch 'sm/difftool'Junio C Hamano1-4/+2
2024-11-22Merge branch 'jk/fetch-prefetch-double-free-fix'Junio C Hamano2-14/+10
2024-11-21global: drop `UNLEAK()` annotationPatrick Steinhardt2-2/+0
2024-11-21builtin/branch: fix leaking sorting optionsPatrick Steinhardt1-11/+22
2024-11-21builtin/init-db: fix leaking directory pathsPatrick Steinhardt1-15/+19
2024-11-21builtin/help: fix leaks in `check_git_cmd()`Patrick Steinhardt1-6/+7
2024-11-21builtin/sparse-checkout: fix leaking sanitized patternsPatrick Steinhardt1-22/+39
2024-11-21builtin/blame: fix leaking blame entries with `--incremental`Patrick Steinhardt1-6/+6
2024-11-21ref: support multiple worktrees check for refsshejialuo1-2/+8
2024-11-21refs: introduce "initial" transaction flagPatrick Steinhardt1-2/+2
2024-11-21refs: allow passing flags when setting up a transactionPatrick Steinhardt7-11/+11
2024-11-20Merge branch 'la/trailer-info'Junio C Hamano1-12/+13
2024-11-20Merge branch 'jt/repack-local-promisor'Junio C Hamano2-2/+137
2024-11-20Merge branch 'db/submodule-fetch-with-remote-name-fix' into maint-2.47Junio C Hamano1-1/+8
2024-11-20Merge branch 'ps/maintenance-start-crash-fix' into maint-2.47Junio C Hamano1-2/+5
2024-11-20Merge branch 'jk/fsmonitor-event-listener-race-fix' into maint-2.47Junio C Hamano1-3/+3
2024-11-20index-pack: teach --promisor to forbid pack nameJonathan Tan1-0/+2
2024-11-20builtin/gc: provide hint when maintenance hits a stale schedule lockPatrick Steinhardt1-1/+10
2024-11-19fast-import: avoid making replace refs point to themselvesElijah Newren1-1/+15
2024-11-18index-pack: rename struct thread_localbrian m. carlson1-5/+5