summaryrefslogtreecommitdiff
path: root/help.c
AgeCommit message (Expand)Author
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-07-17Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repositoryJunio C Hamano
2025-07-07BreakingChanges: announce switch to "reftable" formatPatrick Steinhardt
2025-07-01help: add a build option for default hashbrian m. carlson
2025-05-15Avoid redundant conditionsJohannes Schindelin
2025-04-07help: include unsafe SHA-1 build info in versionJustin Tobler
2025-04-07help: include SHA implementation in version infoJustin Tobler
2025-03-12Merge branch 'tc/zlib-ng-fix'Junio C Hamano
2025-03-07help: print zlib-ng version numberToon Claes
2025-03-07help: include git-zlib.h to print zlib versionToon Claes
2025-02-03help: add "show" as a valid configuration valueDavid Aguilar
2025-02-03help: show the suggested command when help.autocorrect is falseDavid Aguilar
2025-01-13help: interpret boolean string values for help.autocorrectScott Chacon
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-21help: fix leaking `struct cmdnames`Patrick Steinhardt
2024-11-21help: refactor to not use globals for reading configPatrick Steinhardt
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-09-12config: make dependency on repo in `read_early_config()` explicitPatrick Steinhardt
2024-08-09refs: add referent to each_ref_fnJohn Cai
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano
2024-07-02Merge branch 'rb/build-options-w-lib-versions'Junio C Hamano
2024-06-21version: teach --build-options to reports zlib version informationRandall S. Becker
2024-06-21version: teach --build-options to reports libcurl version informationRandall S. Becker
2024-06-20version: --build-options reports OpenSSL version informationRandall S. Becker
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-11builtin/merge: fix leaking `struct cmdnames` in `get_strategy()`Patrick Steinhardt
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2023-12-09help: handle NULL value for alias.* configJeff King
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-06-28config: pass kvi to die_bad_number()Glen Choo
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano
2023-02-24help: mark unused parameter in git_unknown_cmd_config()Jeff King
2023-02-23object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2022-12-13help.c: fix autocorrect in work tree for bare repositorySimon Gerber
2022-10-28Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano
2022-10-13doc txt & -h consistency: add missing options and labelsÆvar Arnfjörð Bjarmason
2022-09-16help: fix doubled words in explanation for developer interfacesFangyi Zhou
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19refs: mark unused each_ref_fn parametersJeff King
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-04help.c: remove common category behavior from drop_prefix() behaviorÆvar Arnfjörð Bjarmason
2022-08-04help.c: refactor drop_prefix() to use a "switch" statement"Ævar Arnfjörð Bjarmason
2022-04-04Merge branch 'jh/builtin-fsmonitor-part2'Junio C Hamano