aboutsummaryrefslogtreecommitdiffstats
path: root/git.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-02Merge branch 'kh/you-still-use-whatchanged-fix'Junio C Hamano1-31/+60
2025-09-17git: allow alias-shadowing deprecated builtinsKristoffer Haugsbakk1-0/+17
2025-09-17git: move seen-alias bookkeeping into handle_alias(...)Kristoffer Haugsbakk1-23/+25
2025-09-17git: add `deprecated` category to --list-cmdsKristoffer Haugsbakk1-8/+18
2025-09-08Merge branch 'tc/last-modified'Junio C Hamano1-0/+1
2025-08-28last-modified: new subcommand to show when files were last modifiedToon Claes1-0/+1
2025-08-25Merge branch 'lo/repo-info'Junio C Hamano1-0/+1
2025-08-25Merge branch 'dk/help-all'Junio C Hamano1-1/+1
2025-08-17repo: declare the repo commandLucas Seiki Oshiro1-0/+1
2025-08-08builtin: also setup gently for --help-allD. Ben Knoble1-1/+1
2025-07-25git: show alias info only with lone -hRené Scharfe1-1/+1
2025-06-25Merge branch 'jc/you-still-use-whatchanged'Junio C Hamano1-0/+2
2025-06-16git.c: remove the_repository dependence in run_builtin()Lidong Yan1-2/+2
2025-05-12whatchanged: remove when built with WITH_BREAKING_CHANGESJunio C Hamano1-0/+2
2025-03-03builtin: introduce diff-pairs commandJustin Tobler1-0/+1
2025-02-03backfill: add builtin boilerplateDerrick Stolee1-0/+1
2025-02-03Merge branch 'ps/3.0-remote-deprecation'Junio C Hamano1-0/+2
2025-01-22builtin/pack-redundant: remove subcommand with breaking changesPatrick Steinhardt1-0/+2
2024-12-18trace: stop using `the_repository`Patrick Steinhardt1-1/+1
2024-12-18pager: stop using `the_repository`Patrick Steinhardt1-4/+4
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt1-20/+13
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-11-21help: fix leaking return value from `help_unknown_cmd()`Patrick Steinhardt1-1/+3
2024-11-21git: refactor builtin handling to use a `struct strvec`Patrick Steinhardt1-35/+31
2024-11-21git: refactor alias handling to use a `struct strvec`Patrick Steinhardt1-26/+32
2024-10-25Merge branch 'jc/a-commands-without-the-repo'Taylor Blau1-3/+4
2024-10-11git: pass in repo to builtin based on setup_git_directory_gentlyJohn Cai1-3/+4
2024-10-02Merge branch 'ps/leakfixes-part-7'Junio C Hamano1-3/+19
2024-09-27git: fix leaking argv when handling builtinsPatrick Steinhardt1-3/+19
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-6/+6
2024-08-14git: fix leaking system pathsPatrick Steinhardt1-3/+10
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-06builtin/refs: new command to migrate ref storage formatsPatrick Steinhardt1-0/+1
2024-05-03advice: add --no-advice global optionJames Liu1-2/+7
2024-05-03doc: clean up usage documentation for --no-* optsJames Liu1-3/+3
2024-03-18Merge branch 'jh/trace2-missing-def-param-fix'Junio C Hamano1-6/+0
2024-03-07Merge branch 'jc/no-lazy-fetch'Junio C Hamano1-0/+6
2024-03-07trace2: emit 'def_param' set with 'cmd_name' eventJeff Hostetler1-6/+0
2024-02-27git: extend --no-lazy-fetch to work across subprocessesJunio C Hamano1-0/+3
2024-02-13git: --no-lazy-fetch optionJunio C Hamano1-0/+3
2023-11-26replay: introduce new builtinElijah Newren1-0/+1
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-0/+1
2023-06-22Merge branch 'ds/disable-replace-refs'Junio C Hamano1-1/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren1-0/+1
2023-06-12repository: create disable_replace_refs()Derrick Stolee1-1/+1
2023-05-06attr: teach "--attr-source=<tree>" global option to "git"John Cai1-0/+16
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-0/+3
2023-04-11Merge branch 'ws/sparse-check-rules'Junio C Hamano1-1/+1
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren1-0/+2