aboutsummaryrefslogtreecommitdiff
path: root/git.c
AgeCommit message (Expand)Author
2026-03-24use strvec_pushv() to add another strvecJunio C Hamano
2026-03-10Merge branch 'jh/alias-i18n-fixes'Junio C Hamano
2026-03-10Merge branch 'ar/config-hooks'Junio C Hamano
2026-02-26git, help: fix memory leaks in alias listingJonatan Holmgren
2026-02-19hook: allow out-of-repo 'git hook' invocationsEmily Shaffer
2026-01-13builtin: add new "history" commandPatrick Steinhardt
2025-10-02Merge branch 'kh/you-still-use-whatchanged-fix'Junio C Hamano
2025-09-17git: allow alias-shadowing deprecated builtinsKristoffer Haugsbakk
2025-09-17git: move seen-alias bookkeeping into handle_alias(...)Kristoffer Haugsbakk
2025-09-17git: add `deprecated` category to --list-cmdsKristoffer Haugsbakk
2025-09-08Merge branch 'tc/last-modified'Junio C Hamano
2025-08-28last-modified: new subcommand to show when files were last modifiedToon Claes
2025-08-25Merge branch 'lo/repo-info'Junio C Hamano
2025-08-25Merge branch 'dk/help-all'Junio C Hamano
2025-08-17repo: declare the repo commandLucas Seiki Oshiro
2025-08-08builtin: also setup gently for --help-allD. Ben Knoble
2025-07-25git: show alias info only with lone -hRené Scharfe
2025-06-25Merge branch 'jc/you-still-use-whatchanged'Junio C Hamano
2025-06-16git.c: remove the_repository dependence in run_builtin()Lidong Yan
2025-05-12whatchanged: remove when built with WITH_BREAKING_CHANGESJunio C Hamano
2025-03-03builtin: introduce diff-pairs commandJustin Tobler
2025-02-03backfill: add builtin boilerplateDerrick Stolee
2025-02-03Merge branch 'ps/3.0-remote-deprecation'Junio C Hamano
2025-01-22builtin/pack-redundant: remove subcommand with breaking changesPatrick Steinhardt
2024-12-18trace: stop using `the_repository`Patrick Steinhardt
2024-12-18pager: stop using `the_repository`Patrick Steinhardt
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-11-21help: fix leaking return value from `help_unknown_cmd()`Patrick Steinhardt
2024-11-21git: refactor builtin handling to use a `struct strvec`Patrick Steinhardt
2024-11-21git: refactor alias handling to use a `struct strvec`Patrick Steinhardt
2024-10-25Merge branch 'jc/a-commands-without-the-repo'Taylor Blau
2024-10-11git: pass in repo to builtin based on setup_git_directory_gentlyJohn Cai
2024-10-02Merge branch 'ps/leakfixes-part-7'Junio C Hamano
2024-09-27git: fix leaking argv when handling builtinsPatrick Steinhardt
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-08-14git: fix leaking system pathsPatrick Steinhardt
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-06builtin/refs: new command to migrate ref storage formatsPatrick Steinhardt
2024-05-03advice: add --no-advice global optionJames Liu
2024-05-03doc: clean up usage documentation for --no-* optsJames Liu
2024-03-18Merge branch 'jh/trace2-missing-def-param-fix'Junio C Hamano
2024-03-07Merge branch 'jc/no-lazy-fetch'Junio C Hamano
2024-03-07trace2: emit 'def_param' set with 'cmd_name' eventJeff Hostetler
2024-02-27git: extend --no-lazy-fetch to work across subprocessesJunio C Hamano
2024-02-13git: --no-lazy-fetch optionJunio C Hamano
2023-11-26replay: introduce new builtinElijah Newren
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-22Merge branch 'ds/disable-replace-refs'Junio C Hamano
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren