summaryrefslogtreecommitdiffstats
path: root/builtin/help.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* help: drop usage of 'common' and 'useful' for guidesPhilippe Blain2020-08-051-1/+1
* Merge branch 'es/bugreport'Junio C Hamano2020-05-011-0/+86
|\
| * help: move list_config_help to builtin/helpEmily Shaffer2020-04-171-0/+86
* | parse_config_key(): return subsection len as size_tJeff King2020-04-101-1/+1
|/
* completion: add more parameter value completionNguyễn Thái Ngọc Duy2019-02-201-0/+4
* Merge branch 'rv/alias-help'Junio C Hamano2018-10-261-3/+31
|\
| * help: redirect to aliased commands for "git cmd --help"Rasmus Villemoes2018-10-111-3/+31
* | help -a: improve and make --verbose defaultNguyễn Thái Ngọc Duy2018-10-041-1/+1
|/
* completion: drop the hard coded list of config varsNguyễn Thái Ngọc Duy2018-05-291-1/+8
* help: add --config to list all available configNguyễn Thái Ngọc Duy2018-05-291-0/+9
* Merge branch 'nd/command-list' into nd/complete-config-varsJunio C Hamano2018-05-291-32/+8
|\
| * Move declaration for alias.c to alias.hNguyễn Thái Ngọc Duy2018-05-211-0/+1
| * help: use command-list.txt for the source of guidesNguyễn Thái Ngọc Duy2018-05-211-32/+0
| * help: add "-a --verbose" to list all commands with synopsisNguyễn Thái Ngọc Duy2018-05-211-0/+7
* | exec_cmd: rename to use dash in file nameStefan Beller2018-04-111-1/+1
|/
* help: rename 'new' variablesBrandon Williams2018-02-221-5/+5
* Merge branch 'ks/help-alias-label'Junio C Hamano2017-09-251-1/+1
|\
| * help: change a message to be more preciseKaartic Sivaraam2017-09-141-1/+1
* | help: release strbuf on error return in exec_woman_emacs()Rene Scharfe2017-09-071-0/+1
* | help: release strbuf on error return in exec_man_man()Rene Scharfe2017-09-071-0/+1
* | help: release strbuf on error return in exec_man_konqueror()Rene Scharfe2017-09-071-0/+1
|/
* config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* help: introduce option --exclude-guidesRalf Thielow2016-08-311-7/+23
* Merge branch 'js/no-html-bypass-on-windows' into rt/help-unknownJunio C Hamano2016-08-261-7/+0
|\
| * Revert "display HTML in default browser using Windows' shell API"Johannes Schindelin2016-08-191-7/+0
* | builtin/help.c: use warning_errno()Nguyễn Thái Ngọc Duy2016-05-091-4/+4
|/
* convert trivial cases to FLEX_ARRAY macrosJeff King2016-02-221-6/+3
* convert strncpy to memcpyJeff King2015-10-051-2/+2
* help: clean up kfmclient mungingJeff King2015-10-051-11/+4
* help: drop prepend function in favor of xstrfmtJeff King2015-09-251-12/+2
* Merge branch 'sb/leaks'Junio C Hamano2015-03-201-1/+2
|\
| * builtin/help.c: fix memory leakStefan Beller2015-03-111-1/+2
* | Merge branch 'km/bsd-shells'Junio C Hamano2015-03-201-1/+1
|\ \ | |/ |/|
| * help.c: use SHELL_PATH instead of hard-coded "/bin/sh"Kyle J. McKay2015-03-101-1/+1
* | standardize usage info string formatAlex Henrie2015-01-141-1/+1
|/
* Merge branch 'jc/exec-cmd-system-path-leak-fix'Junio C Hamano2014-12-221-2/+7
|\
| * system_path(): always return free'able memory to the callerJunio C Hamano2014-12-011-2/+7
* | doc: add 'everyday' to 'git help'Philip Oakley2014-10-111-0/+1
* | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-2/+1
|/
* builtin/help.c: speed up is_git_command() by checking for builtin commands firstSebastian Schuberth2014-01-061-0/+3
* builtin/help.c: call load_command_list() only when it is neededSebastian Schuberth2014-01-061-1/+2
* replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-051-4/+4
* Merge branch 'ph/builtin-srcs-are-in-subdir-these-days'Junio C Hamano2013-06-271-2/+0
|\
| * fix "builtin-*" references to be "builtin/*"Phil Hord2013-06-181-2/+0
* | help: mark common_guides[] as translatableSimon Ruderich2013-04-121-7/+7
* | builtin/help.c: add list_common_guides_help() functionPhilip Oakley2013-04-031-3/+33
* | builtin/help.c: add --guide optionPhilip Oakley2013-04-031-2/+8
* | builtin/help.c: split "-a" processing into twoPhilip Oakley2013-04-031-1/+7
* | Merge branch 'jk/config-parsing-cleanup'Junio C Hamano2013-02-041-7/+7
|\ \ | |/ |/|
| * help: use parse_config_key for man configJeff King2013-01-231-7/+7