summaryrefslogtreecommitdiffstats
path: root/help.c
AgeCommit message (Expand)AuthorLines
4 daysMerge branch 'js/parseopt-subcommand-autocorrection' into jchJunio C Hamano-87/+20
2026-03-16autocorrect: provide config resolution APIJiamu Sun-23/+17
2026-03-16autocorrect: rename AUTOCORRECT_SHOW to AUTOCORRECT_HINTJiamu Sun-1/+1
2026-03-16autocorrect: use mode and delay instead of magic numbersJiamu Sun-4/+5
2026-03-16help: move tty check for autocorrection to autocorrect.cJiamu Sun-6/+0
2026-03-16help: make autocorrect handling reusableJiamu Sun-60/+4
2026-03-10Merge branch 'jh/alias-i18n-fixes'Junio C Hamano-1/+1
2026-02-27Merge branch 'jh/alias-i18n'Junio C Hamano-20/+19
2026-02-26git, help: fix memory leaks in alias listingJonatan Holmgren-1/+1
2026-02-19alias: support non-alphanumeric names via subsection syntaxJonatan Holmgren-3/+11
2026-02-19alias: prepare for subsection aliasesJonatan Holmgren-3/+7
2026-02-19help: use list_aliases() for alias listingJonatan Holmgren-15/+2
2026-02-13Merge branch 'cf/c23-const-preserving-strchr-updates-0'Junio C Hamano-1/+1
2026-02-05global: constify some pointers that are not written toCollin Funk-1/+1
2026-01-29string-list: add string_list_sort_u() that mimics "sort -u"Amisha Chhajed-2/+1
2026-01-23Merge branch 'jx/build-options-gettext'Junio C Hamano-0/+3
2026-01-17help: report on whether or not gettext is enabledJiang Xin-0/+3
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt-6/+4
2025-10-02help: report on whether or not Rust is enabledPatrick Steinhardt-0/+6
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt-1/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt-2/+2
2025-07-17Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repositoryJunio C Hamano-0/+1
2025-07-07BreakingChanges: announce switch to "reftable" formatPatrick Steinhardt-0/+2
2025-07-01help: add a build option for default hashbrian m. carlson-0/+1
2025-05-15Avoid redundant conditionsJohannes Schindelin-1/+1
2025-04-07help: include unsafe SHA-1 build info in versionJustin Tobler-0/+4
2025-04-07help: include SHA implementation in version infoJustin Tobler-0/+3
2025-03-12Merge branch 'tc/zlib-ng-fix'Junio C Hamano-1/+4
2025-03-07help: print zlib-ng version numberToon Claes-1/+3
2025-03-07help: include git-zlib.h to print zlib versionToon Claes-0/+1
2025-02-03help: add "show" as a valid configuration valueDavid Aguilar-0/+2
2025-02-03help: show the suggested command when help.autocorrect is falseDavid Aguilar-2/+4
2025-01-13help: interpret boolean string values for help.autocorrectScott Chacon-12/+30
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+1
2024-11-21help: fix leaking return value from `help_unknown_cmd()`Patrick Steinhardt-4/+3
2024-11-21help: fix leaking `struct cmdnames`Patrick Steinhardt-0/+4
2024-11-21help: refactor to not use globals for reading configPatrick Steinhardt-23/+24
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano-1/+2
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai-1/+2
2024-09-12config: make dependency on repo in `read_early_config()` explicitPatrick Steinhardt-1/+1
2024-08-09refs: add referent to each_ref_fnJohn Cai-1/+1
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano-6/+6
2024-07-02Merge branch 'rb/build-options-w-lib-versions'Junio C Hamano-0/+13
2024-06-21version: teach --build-options to reports zlib version informationRandall S. Becker-0/+3
2024-06-21version: teach --build-options to reports libcurl version informationRandall S. Becker-0/+7
2024-06-20version: --build-options reports OpenSSL version informationRandall S. Becker-0/+3
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt-0/+2
2024-06-11builtin/merge: fix leaking `struct cmdnames` in `get_strategy()`Patrick Steinhardt-6/+6
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt-2/+3
2023-12-09help: handle NULL value for alias.* configJeff King-1/+4