summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2024-12-06diff.h: fix index used to loop through unsigned integerPatrick Steinhardt9-9/+0
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt70-2/+170
2024-12-06describe: split "found all tags" and max_candidates logicJeff King1-3/+2
2024-12-06remote set-head: set followRemoteHEAD to "warn" if "always"Bence Ferdinandy1-1/+11
2024-12-06fetch set_head: add warn-if-not-$branch optionBence Ferdinandy1-5/+11
2024-12-06fetch set_head: move warn advice into advise_if_enabledBence Ferdinandy1-4/+13
2024-12-04midx-write: pass down repository to `write_midx_file[_only]`Karthik Nayak2-4/+4
2024-12-04Merge branch 'kn/pass-repo-to-builtin-sub-sub-commands' into kn/midx-wo-the-r...Junio C Hamano18-204/+283
2024-12-04Merge branch 'kn/the-repository' into kn/midx-wo-the-repositoryJunio C Hamano10-34/+59
2024-12-04Merge branch 'kn/pass-repo-to-builtin-sub-sub-commands'Junio C Hamano15-131/+231
2024-12-04Merge branch 'sj/ref-contents-check'Junio C Hamano1-2/+8
2024-12-04Merge branch 'ps/ref-backend-migration-optim'Junio C Hamano7-12/+12
2024-12-04Merge branch 'ps/leakfixes-part-10'Junio C Hamano7-62/+93
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-17/+127
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-0/+14
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