| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-23 | config: move Git config parsing into "environment.c" | Patrick Steinhardt | 1 | -0/+1 |
| 2025-07-23 | config: drop `git_config()` wrapper | Patrick Steinhardt | 1 | -2/+2 |
| 2024-12-18 | pager: stop using `the_repository` | Patrick Steinhardt | 1 | -2/+2 |
| 2024-12-06 | global: trivial conversions to fix `-Wsign-compare` warnings | Patrick Steinhardt | 1 | -3/+1 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -1/+3 |
| 2024-11-21 | builtin/help: fix leaks in `check_git_cmd()` | Patrick Steinhardt | 1 | -6/+7 |
| 2024-10-02 | Merge branch 'ps/leakfixes-part-7' | Junio C Hamano | 1 | -7/+9 |
| 2024-09-27 | builtin/help: fix leaking `html_path` when reading config multiple times | Patrick Steinhardt | 1 | -1/+2 |
| 2024-09-27 | builtin/help: fix dangling reference to `html_path` | Patrick Steinhardt | 1 | -6/+7 |
| 2024-09-24 | builtin: fix typos | Andrew Kreimer | 1 | -1/+1 |
| 2024-09-13 | builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h | John Cai | 1 | -0/+2 |
| 2024-09-13 | builtin: add a repository parameter for builtin functions | John Cai | 1 | -1/+4 |
| 2023-07-06 | Merge branch 'gc/config-context' | Junio C Hamano | 1 | -2/+3 |
| 2023-06-28 | config: add ctx arg to config_fn_t | Glen Choo | 1 | -2/+3 |
| 2023-06-21 | cache.h: remove this no-longer-used header | Elijah Newren | 1 | -2/+1 |
| 2023-04-24 | hash-ll.h: split out of hash.h to remove dependency on repository.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-11 | pager.h: move declarations for pager.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | setup.h: move declarations for setup.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2022-10-28 | Merge branch 'ab/doc-synopsis-and-cmd-usage' | Junio C Hamano | 1 | -1/+1 |
| 2022-10-13 | doc txt & -h consistency: balance unbalanced "[" and "]" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2022-09-02 | git help: special-case `scalar` | Johannes Schindelin | 1 | -0/+2 |
| 2022-08-04 | git docs: add a category for file formats, protocols and interfaces | Ævar Arnfjörð Bjarmason | 1 | -0/+9 |
| 2022-08-04 | git docs: add a category for user-facing file, repo and command UX | Ævar Arnfjörð Bjarmason | 1 | -0/+9 |
| 2022-08-04 | git help doc: use "<doc>" instead of "<guide>" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2022-03-09 | Merge branch 'ab/help-fixes' | Junio C Hamano | 1 | -10/+53 |
| 2022-02-23 | help: add --no-[external-commands|aliases] for use with --all | Ævar Arnfjörð Bjarmason | 1 | -2/+14 |
| 2022-02-23 | help: error if [-a|-g|-c] and [-i|-m|-w] are combined | Ævar Arnfjörð Bjarmason | 1 | -6/+35 |
| 2022-02-23 | help: correct usage & behavior of "git help --all" | Ævar Arnfjörð Bjarmason | 1 | -2/+3 |
| 2022-02-23 | help: note the option name on option incompatibility | Ævar Arnfjörð Bjarmason | 1 | -7/+8 |
| 2022-02-04 | i18n: remove from i18n strings that do not hold translatable parts | Jean-Noël Avila | 1 | -2/+2 |
| 2021-11-25 | run-command API users: use strvec_pushl(), not argv construction | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
| 2021-10-13 | Merge branch 'ab/help-config-vars' | Junio C Hamano | 1 | -48/+83 |
| 2021-09-23 | help: move column config discovery to help.c library | Ævar Arnfjörð Bjarmason | 1 | -6/+1 |
| 2021-09-23 | help / completion: make "git help" do the hard work | Ævar Arnfjörð Bjarmason | 1 | -13/+41 |
| 2021-09-23 | help: simplify by moving to OPT_CMDMODE() | Ævar Arnfjörð Bjarmason | 1 | -45/+36 |
| 2021-09-23 | help: correct logic error in combining --all and --guides | Ævar Arnfjörð Bjarmason | 1 | -0/+4 |
| 2021-09-23 | help: correct logic error in combining --all and --config | Ævar Arnfjörð Bjarmason | 1 | -9/+22 |
| 2021-09-23 | help: correct usage & behavior of "git help --guides" | Ævar Arnfjörð Bjarmason | 1 | -4/+7 |
| 2021-09-14 | help: make sure local html page exists before calling external processes | Matthias Aßhauer | 1 | -3/+6 |
| 2021-09-10 | help: correct the usage string in -h and documentation | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
| 2021-07-06 | help: convert git_cmd to page in one place | Andrei Rybak | 1 | -9/+8 |
| 2020-08-04 | help: drop usage of 'common' and 'useful' for guides | Philippe Blain | 1 | -1/+1 |
| 2020-05-01 | Merge branch 'es/bugreport' | Junio C Hamano | 1 | -0/+86 |
| 2020-04-16 | help: move list_config_help to builtin/help | Emily Shaffer | 1 | -0/+86 |
| 2020-04-10 | parse_config_key(): return subsection len as size_t | Jeff King | 1 | -1/+1 |
| 2019-02-20 | completion: add more parameter value completion | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
| 2018-10-26 | Merge branch 'rv/alias-help' | Junio C Hamano | 1 | -3/+31 |
| 2018-10-11 | help: redirect to aliased commands for "git cmd --help" | Rasmus Villemoes | 1 | -3/+31 |
| 2018-10-03 | help -a: improve and make --verbose default | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-05-29 | completion: drop the hard coded list of config vars | Nguyễn Thái Ngọc Duy | 1 | -1/+8 |
| 2018-05-29 | help: add --config to list all available config | Nguyễn Thái Ngọc Duy | 1 | -0/+9 |
| 2018-05-29 | Merge branch 'nd/command-list' into nd/complete-config-vars | Junio C Hamano | 1 | -32/+8 |
| 2018-05-21 | Move declaration for alias.c to alias.h | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-05-21 | help: use command-list.txt for the source of guides | Nguyễn Thái Ngọc Duy | 1 | -32/+0 |
| 2018-05-21 | help: add "-a --verbose" to list all commands with synopsis | Nguyễn Thái Ngọc Duy | 1 | -0/+7 |
| 2018-04-11 | exec_cmd: rename to use dash in file name | Stefan Beller | 1 | -1/+1 |
| 2018-02-22 | help: rename 'new' variables | Brandon Williams | 1 | -5/+5 |
| 2017-09-25 | Merge branch 'ks/help-alias-label' | Junio C Hamano | 1 | -1/+1 |
| 2017-09-14 | help: change a message to be more precise | Kaartic Sivaraam | 1 | -1/+1 |
| 2017-09-07 | help: release strbuf on error return in exec_woman_emacs() | Rene Scharfe | 1 | -0/+1 |
| 2017-09-07 | help: release strbuf on error return in exec_man_man() | Rene Scharfe | 1 | -0/+1 |
| 2017-09-07 | help: release strbuf on error return in exec_man_konqueror() | Rene Scharfe | 1 | -0/+1 |
| 2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
| 2016-08-30 | help: introduce option --exclude-guides | Ralf Thielow | 1 | -7/+23 |
| 2016-08-26 | Merge branch 'js/no-html-bypass-on-windows' into rt/help-unknown | Junio C Hamano | 1 | -7/+0 |
| 2016-08-19 | Revert "display HTML in default browser using Windows' shell API" | Johannes Schindelin | 1 | -7/+0 |
| 2016-05-09 | builtin/help.c: use warning_errno() | Nguyễn Thái Ngọc Duy | 1 | -4/+4 |
| 2016-02-22 | convert trivial cases to FLEX_ARRAY macros | Jeff King | 1 | -6/+3 |
| 2015-10-05 | convert strncpy to memcpy | Jeff King | 1 | -2/+2 |
| 2015-10-05 | help: clean up kfmclient munging | Jeff King | 1 | -11/+4 |
| 2015-09-25 | help: drop prepend function in favor of xstrfmt | Jeff King | 1 | -12/+2 |
| 2015-03-20 | Merge branch 'sb/leaks' | Junio C Hamano | 1 | -1/+2 |
| 2015-03-20 | Merge branch 'km/bsd-shells' | Junio C Hamano | 1 | -1/+1 |
| 2015-03-10 | builtin/help.c: fix memory leak | Stefan Beller | 1 | -1/+2 |
| 2015-03-10 | help.c: use SHELL_PATH instead of hard-coded "/bin/sh" | Kyle J. McKay | 1 | -1/+1 |
| 2015-01-14 | standardize usage info string format | Alex Henrie | 1 | -1/+1 |
| 2014-12-22 | Merge branch 'jc/exec-cmd-system-path-leak-fix' | Junio C Hamano | 1 | -2/+7 |
| 2014-11-30 | system_path(): always return free'able memory to the caller | Junio C Hamano | 1 | -2/+7 |
| 2014-10-10 | doc: add 'everyday' to 'git help' | Philip Oakley | 1 | -0/+1 |
| 2014-08-20 | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 1 | -2/+1 |
| 2014-01-06 | builtin/help.c: speed up is_git_command() by checking for builtin commands first | Sebastian Schuberth | 1 | -0/+3 |
| 2014-01-06 | builtin/help.c: call load_command_list() only when it is needed | Sebastian Schuberth | 1 | -1/+2 |
| 2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -4/+4 |
| 2013-06-26 | Merge branch 'ph/builtin-srcs-are-in-subdir-these-days' | Junio C Hamano | 1 | -2/+0 |
| 2013-06-18 | fix "builtin-*" references to be "builtin/*" | Phil Hord | 1 | -2/+0 |
| 2013-04-12 | help: mark common_guides[] as translatable | Simon Ruderich | 1 | -7/+7 |
| 2013-04-02 | builtin/help.c: add list_common_guides_help() function | Philip Oakley | 1 | -3/+33 |
| 2013-04-02 | builtin/help.c: add --guide option | Philip Oakley | 1 | -2/+8 |
| 2013-04-02 | builtin/help.c: split "-a" processing into two | Philip Oakley | 1 | -1/+7 |
| 2013-02-04 | Merge branch 'jk/config-parsing-cleanup' | Junio C Hamano | 1 | -7/+7 |
| 2013-01-23 | help: use parse_config_key for man config | Jeff King | 1 | -7/+7 |
| 2013-01-18 | help: include <common-cmds.h> only in one file | Junio C Hamano | 1 | -18/+0 |
| 2012-08-20 | i18n: help: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 1 | -5/+5 |
| 2012-07-09 | Merge branch 'cw/help-over-network' | Junio C Hamano | 1 | -4/+15 |
| 2012-06-28 | Allow help.htmlpath to be a URL prefix | Chris Webb | 1 | -3/+5 |
| 2012-06-28 | Add config variable to set HTML path for git-help --web | Chris Webb | 1 | -1/+10 |
| 2012-06-22 | Restore use of 'help.format' configuration property in 'git help' | Pat Thoyts | 1 | -3/+3 |
| 2012-06-06 | help: use HTML as the default help format on Windows | Vincent van Ravesteijn | 1 | -1/+7 |
| 2012-05-03 | Merge branch 'nd/columns' | Junio C Hamano | 1 | -1/+6 |
| 2012-04-27 | help: reuse print_columns() for help -a | Nguyễn Thái Ngọc Duy | 1 | -1/+6 |
| 2012-04-25 | help: replace underlining "help -a" headers using hyphens with a blank line | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2012-04-24 | i18n: help: mark strings for translation | Nguyễn Thái Ngọc Duy | 1 | -24/+24 |
| 2010-07-25 | Cast execl*() NULL sentinels to (char *) | Thomas Rast | 1 | -6/+6 |
| 2010-05-31 | enums: omit trailing comma for portability | Gary V. Vaughan | 1 | -1/+1 |
| 2010-02-22 | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 1 | -0/+466 |