summaryrefslogtreecommitdiffstats
path: root/help.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+1
* help: fix leaking return value from `help_unknown_cmd()`Patrick Steinhardt2024-11-211-4/+3
* help: fix leaking `struct cmdnames`Patrick Steinhardt2024-11-211-0/+4
* help: refactor to not use globals for reading configPatrick Steinhardt2024-11-211-23/+24
* Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano2024-09-231-1/+2
|\
| * builtin: add a repository parameter for builtin functionsJohn Cai2024-09-131-1/+2
* | config: make dependency on repo in `read_early_config()` explicitPatrick Steinhardt2024-09-121-1/+1
|/
* refs: add referent to each_ref_fnJohn Cai2024-08-091-1/+1
* Merge branch 'ps/leakfixes-more'Junio C Hamano2024-07-081-6/+6
|\
| * builtin/merge: fix leaking `struct cmdnames` in `get_strategy()`Patrick Steinhardt2024-06-111-6/+6
* | Merge branch 'rb/build-options-w-lib-versions'Junio C Hamano2024-07-021-0/+13
|\ \
| * | version: teach --build-options to reports zlib version informationRandall S. Becker2024-06-221-0/+3
| * | version: teach --build-options to reports libcurl version informationRandall S. Becker2024-06-221-0/+7
| * | version: --build-options reports OpenSSL version informationRandall S. Becker2024-06-201-0/+3
| |/
* / global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
|/
* cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-2/+3
* help: handle NULL value for alias.* configJeff King2023-12-091-1/+4
* Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-1/+0
|\
| * git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* | config: pass kvi to die_bad_number()Glen Choo2023-06-281-2/+2
* | config: add ctx arg to config_fn_tGlen Choo2023-06-281-2/+5
|/
* Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-1/+2
|\
| * help: mark unused parameter in git_unknown_cmd_config()Jeff King2023-02-241-1/+2
* | object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren2023-02-241-0/+1
* | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-1/+2
|/
* help.c: fix autocorrect in work tree for bare repositorySimon Gerber2022-12-131-1/+1
* Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano2022-10-281-1/+1
|\
| * doc txt & -h consistency: add missing options and labelsÆvar Arnfjörð Bjarmason2022-10-131-1/+1
* | help: fix doubled words in explanation for developer interfacesFangyi Zhou2022-09-161-1/+1
* | git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-2/+2
* | refs: mark unused each_ref_fn parametersJeff King2022-08-191-2/+3
|/
* git docs: add a category for file formats, protocols and interfacesÆvar Arnfjörð Bjarmason2022-08-041-0/+12
* git docs: add a category for user-facing file, repo and command UXÆvar Arnfjörð Bjarmason2022-08-041-0/+12
* help.c: remove common category behavior from drop_prefix() behaviorÆvar Arnfjörð Bjarmason2022-08-041-4/+5
* help.c: refactor drop_prefix() to use a "switch" statement"Ævar Arnfjörð Bjarmason2022-08-041-2/+8
* Merge branch 'jh/builtin-fsmonitor-part2'Junio C Hamano2022-04-041-0/+4
|\
| * help: include fsmonitor--daemon feature flag in version infoJeff Hostetler2022-03-261-0/+4
* | help: don't print "\n" before single-section outputÆvar Arnfjörð Bjarmason2022-02-231-1/+4
* | help: add --no-[external-commands|aliases] for use with --allÆvar Arnfjörð Bjarmason2022-02-231-3/+5
* | help.c: split up list_all_cmds_help() functionÆvar Arnfjörð Bjarmason2022-02-231-7/+20
* | help.c: use puts() instead of printf{,_ln}() for consistencyÆvar Arnfjörð Bjarmason2022-02-231-3/+4
|/
* help: make auto-correction prompt more consistentKashav Madan2021-12-161-1/+1
* help: move column config discovery to help.c libraryÆvar Arnfjörð Bjarmason2021-09-231-2/+14
* help.c: help.autocorrect=prompt waits for user actionAzeem Bande-Ali2021-08-141-1/+20
* help.c: help.autocorrect=never means "do not compute suggestions"Drew DeVault2020-11-251-3/+22
* help: do not expect built-in commands to be hardlinkedJohannes Schindelin2020-10-081-0/+2
* Merge branch 'jk/leakfix'Junio C Hamano2020-08-271-1/+1
|\
| * config: fix leaks from git_config_get_string_const()Jeff King2020-08-141-1/+1
* | help: drop usage of 'common' and 'useful' for guidesPhilippe Blain2020-08-051-2/+2
|/
* help: add shell-path to --build-optionsEmily Shaffer2020-05-131-0/+1