aboutsummaryrefslogtreecommitdiffstats
path: root/help.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-02help: report on whether or not Rust is enabledPatrick Steinhardt1-0/+6
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt1-1/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-2/+2
2025-07-17Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repositoryJunio C Hamano1-0/+1
2025-07-07BreakingChanges: announce switch to "reftable" formatPatrick Steinhardt1-0/+2
2025-07-01help: add a build option for default hashbrian m. carlson1-0/+1
2025-05-15Avoid redundant conditionsJohannes Schindelin1-1/+1
2025-04-07help: include unsafe SHA-1 build info in versionJustin Tobler1-0/+4
2025-04-07help: include SHA implementation in version infoJustin Tobler1-0/+3
2025-03-12Merge branch 'tc/zlib-ng-fix'Junio C Hamano1-1/+4
2025-03-07help: print zlib-ng version numberToon Claes1-1/+3
2025-03-07help: include git-zlib.h to print zlib versionToon Claes1-0/+1
2025-02-03help: add "show" as a valid configuration valueDavid Aguilar1-0/+2
2025-02-03help: show the suggested command when help.autocorrect is falseDavid Aguilar1-2/+4
2025-01-13help: interpret boolean string values for help.autocorrectScott Chacon1-12/+30
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-4/+3
2024-11-21help: fix leaking `struct cmdnames`Patrick Steinhardt1-0/+4
2024-11-21help: refactor to not use globals for reading configPatrick Steinhardt1-23/+24
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-1/+2
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+2
2024-09-12config: make dependency on repo in `read_early_config()` explicitPatrick Steinhardt1-1/+1
2024-08-09refs: add referent to each_ref_fnJohn Cai1-1/+1
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano1-6/+6
2024-07-02Merge branch 'rb/build-options-w-lib-versions'Junio C Hamano1-0/+13
2024-06-21version: teach --build-options to reports zlib version informationRandall S. Becker1-0/+3
2024-06-21version: teach --build-options to reports libcurl version informationRandall S. Becker1-0/+7
2024-06-20version: --build-options reports OpenSSL version informationRandall S. Becker1-0/+3
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-11builtin/merge: fix leaking `struct cmdnames` in `get_strategy()`Patrick Steinhardt1-6/+6
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-2/+3
2023-12-09help: handle NULL value for alias.* configJeff King1-1/+4
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-1/+0
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-06-28config: pass kvi to die_bad_number()Glen Choo1-2/+2
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-2/+5
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano1-1/+2
2023-02-24help: mark unused parameter in git_unknown_cmd_config()Jeff King1-1/+2
2023-02-23object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+2
2022-12-13help.c: fix autocorrect in work tree for bare repositorySimon Gerber1-1/+1
2022-10-28Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano1-1/+1
2022-10-13doc txt & -h consistency: add missing options and labelsÆvar Arnfjörð Bjarmason1-1/+1
2022-09-16help: fix doubled words in explanation for developer interfacesFangyi Zhou1-1/+1
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-2/+2
2022-08-19refs: mark unused each_ref_fn parametersJeff King1-2/+3
2022-08-04git docs: add a category for file formats, protocols and interfacesÆvar Arnfjörð Bjarmason1-0/+12
2022-08-04git docs: add a category for user-facing file, repo and command UXÆvar Arnfjörð Bjarmason1-0/+12
2022-08-04help.c: remove common category behavior from drop_prefix() behaviorÆvar Arnfjörð Bjarmason1-4/+5
2022-08-04help.c: refactor drop_prefix() to use a "switch" statement"Ævar Arnfjörð Bjarmason1-2/+8