summaryrefslogtreecommitdiff
path: root/builtin/help.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-13Merge branch 'ab/help-config-vars'Junio C Hamano1-48/+83
2021-09-23help: move column config discovery to help.c libraryÆvar Arnfjörð Bjarmason1-6/+1
2021-09-23help / completion: make "git help" do the hard workÆvar Arnfjörð Bjarmason1-13/+41
2021-09-23help: simplify by moving to OPT_CMDMODE()Ævar Arnfjörð Bjarmason1-45/+36
2021-09-23help: correct logic error in combining --all and --guidesÆvar Arnfjörð Bjarmason1-0/+4
2021-09-23help: correct logic error in combining --all and --configÆvar Arnfjörð Bjarmason1-9/+22
2021-09-23help: correct usage & behavior of "git help --guides"Ævar Arnfjörð Bjarmason1-4/+7
2021-09-14help: make sure local html page exists before calling external processesMatthias Aßhauer1-3/+6
2021-09-10help: correct the usage string in -h and documentationÆvar Arnfjörð Bjarmason1-1/+2
2021-07-06help: convert git_cmd to page in one placeAndrei Rybak1-9/+8
2020-08-04help: drop usage of 'common' and 'useful' for guidesPhilippe Blain1-1/+1
2020-05-01Merge branch 'es/bugreport'Junio C Hamano1-0/+86
2020-04-16help: move list_config_help to builtin/helpEmily Shaffer1-0/+86
2020-04-10parse_config_key(): return subsection len as size_tJeff King1-1/+1
2019-02-20completion: add more parameter value completionNguyễn Thái Ngọc Duy1-0/+4
2018-10-26Merge branch 'rv/alias-help'Junio C Hamano1-3/+31
2018-10-11help: redirect to aliased commands for "git cmd --help"Rasmus Villemoes1-3/+31
2018-10-03help -a: improve and make --verbose defaultNguyễn Thái Ngọc Duy1-1/+1
2018-05-29completion: drop the hard coded list of config varsNguyễn Thái Ngọc Duy1-1/+8
2018-05-29help: add --config to list all available configNguyễn Thái Ngọc Duy1-0/+9
2018-05-29Merge branch 'nd/command-list' into nd/complete-config-varsJunio C Hamano1-32/+8
2018-05-21Move declaration for alias.c to alias.hNguyễn Thái Ngọc Duy1-0/+1
2018-05-21help: use command-list.txt for the source of guidesNguyễn Thái Ngọc Duy1-32/+0
2018-05-21help: add "-a --verbose" to list all commands with synopsisNguyễn Thái Ngọc Duy1-0/+7
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller1-1/+1
2018-02-22help: rename 'new' variablesBrandon Williams1-5/+5
2017-09-25Merge branch 'ks/help-alias-label'Junio C Hamano1-1/+1
2017-09-14help: change a message to be more preciseKaartic Sivaraam1-1/+1
2017-09-07help: release strbuf on error return in exec_woman_emacs()Rene Scharfe1-0/+1
2017-09-07help: release strbuf on error return in exec_man_man()Rene Scharfe1-0/+1
2017-09-07help: release strbuf on error return in exec_man_konqueror()Rene Scharfe1-0/+1
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2016-08-30help: introduce option --exclude-guidesRalf Thielow1-7/+23
2016-08-26Merge branch 'js/no-html-bypass-on-windows' into rt/help-unknownJunio C Hamano1-7/+0
2016-08-19Revert "display HTML in default browser using Windows' shell API"Johannes Schindelin1-7/+0
2016-05-09builtin/help.c: use warning_errno()Nguyễn Thái Ngọc Duy1-4/+4
2016-02-22convert trivial cases to FLEX_ARRAY macrosJeff King1-6/+3
2015-10-05convert strncpy to memcpyJeff King1-2/+2
2015-10-05help: clean up kfmclient mungingJeff King1-11/+4
2015-09-25help: drop prepend function in favor of xstrfmtJeff King1-12/+2
2015-03-20Merge branch 'sb/leaks'Junio C Hamano1-1/+2
2015-03-20Merge branch 'km/bsd-shells'Junio C Hamano1-1/+1
2015-03-10builtin/help.c: fix memory leakStefan Beller1-1/+2
2015-03-10help.c: use SHELL_PATH instead of hard-coded "/bin/sh"Kyle J. McKay1-1/+1
2015-01-14standardize usage info string formatAlex Henrie1-1/+1
2014-12-22Merge branch 'jc/exec-cmd-system-path-leak-fix'Junio C Hamano1-2/+7
2014-11-30system_path(): always return free'able memory to the callerJunio C Hamano1-2/+7
2014-10-10doc: add 'everyday' to 'git help'Philip Oakley1-0/+1
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe1-2/+1
2014-01-06builtin/help.c: speed up is_git_command() by checking for builtin commands firstSebastian Schuberth1-0/+3