aboutsummaryrefslogtreecommitdiff
path: root/builtin/help.c
AgeCommit message (Expand)Author
2026-03-23Merge branch 'ac/help-sort-correctly'Junio C Hamano
2026-03-11help: cleanup the contruction of keys_uniqAmisha Chhajed
2026-02-19completion: fix zsh alias listing for subsection aliasesJonatan Holmgren
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt
2025-07-23config: drop `git_config()` wrapperPatrick 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-21builtin/help: fix leaks in `check_git_cmd()`Patrick Steinhardt
2024-10-02Merge branch 'ps/leakfixes-part-7'Junio C Hamano
2024-09-27builtin/help: fix leaking `html_path` when reading config multiple timesPatrick Steinhardt
2024-09-27builtin/help: fix dangling reference to `html_path`Patrick Steinhardt
2024-09-24builtin: fix typosAndrew Kreimer
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2022-10-28Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano
2022-10-13doc txt & -h consistency: balance unbalanced "[" and "]"Ævar Arnfjörð Bjarmason
2022-09-02git help: special-case `scalar`Johannes Schindelin
2022-08-04git docs: add a category for file formats, protocols and interfacesÆvar Arnfjörð Bjarmason
2022-08-04git docs: add a category for user-facing file, repo and command UXÆvar Arnfjörð Bjarmason
2022-08-04git help doc: use "<doc>" instead of "<guide>"Ævar Arnfjörð Bjarmason
2022-03-09Merge branch 'ab/help-fixes'Junio C Hamano
2022-02-23help: add --no-[external-commands|aliases] for use with --allÆvar Arnfjörð Bjarmason
2022-02-23help: error if [-a|-g|-c] and [-i|-m|-w] are combinedÆvar Arnfjörð Bjarmason
2022-02-23help: correct usage & behavior of "git help --all"Ævar Arnfjörð Bjarmason
2022-02-23help: note the option name on option incompatibilityÆvar Arnfjörð Bjarmason
2022-02-04i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila
2021-11-25run-command API users: use strvec_pushl(), not argv constructionÆvar Arnfjörð Bjarmason
2021-10-13Merge branch 'ab/help-config-vars'Junio C Hamano
2021-09-23help: move column config discovery to help.c libraryÆvar Arnfjörð Bjarmason
2021-09-23help / completion: make "git help" do the hard workÆvar Arnfjörð Bjarmason
2021-09-23help: simplify by moving to OPT_CMDMODE()Ævar Arnfjörð Bjarmason
2021-09-23help: correct logic error in combining --all and --guidesÆvar Arnfjörð Bjarmason
2021-09-23help: correct logic error in combining --all and --configÆvar Arnfjörð Bjarmason
2021-09-23help: correct usage & behavior of "git help --guides"Ævar Arnfjörð Bjarmason
2021-09-14help: make sure local html page exists before calling external processesMatthias Aßhauer
2021-09-10help: correct the usage string in -h and documentationÆvar Arnfjörð Bjarmason
2021-07-06help: convert git_cmd to page in one placeAndrei Rybak
2020-08-04help: drop usage of 'common' and 'useful' for guidesPhilippe Blain
2020-05-01Merge branch 'es/bugreport'Junio C Hamano
2020-04-16help: move list_config_help to builtin/helpEmily Shaffer
2020-04-10parse_config_key(): return subsection len as size_tJeff King
2019-02-20completion: add more parameter value completionNguyễn Thái Ngọc Duy