aboutsummaryrefslogtreecommitdiff
path: root/builtin/help.c
Commit message (Expand)AuthorAge
* Merge branch 'ks/help-alias-label'Junio C Hamano2017-09-25
|\
| * help: change a message to be more preciseKaartic Sivaraam2017-09-14
* | help: release strbuf on error return in exec_woman_emacs()Rene Scharfe2017-09-07
* | help: release strbuf on error return in exec_man_man()Rene Scharfe2017-09-07
* | help: release strbuf on error return in exec_man_konqueror()Rene Scharfe2017-09-07
|/
* config: don't include config.h by defaultBrandon Williams2017-06-15
* help: introduce option --exclude-guidesRalf Thielow2016-08-30
* Merge branch 'js/no-html-bypass-on-windows' into rt/help-unknownJunio C Hamano2016-08-26
|\
| * Revert "display HTML in default browser using Windows' shell API"Johannes Schindelin2016-08-19
* | builtin/help.c: use warning_errno()Nguyễn Thái Ngọc Duy2016-05-09
|/
* convert trivial cases to FLEX_ARRAY macrosJeff King2016-02-22
* convert strncpy to memcpyJeff King2015-10-05
* help: clean up kfmclient mungingJeff King2015-10-05
* help: drop prepend function in favor of xstrfmtJeff King2015-09-25
* Merge branch 'sb/leaks'Junio C Hamano2015-03-20
|\
| * builtin/help.c: fix memory leakStefan Beller2015-03-10
* | Merge branch 'km/bsd-shells'Junio C Hamano2015-03-20
|\ \ | |/ |/|
| * help.c: use SHELL_PATH instead of hard-coded "/bin/sh"Kyle J. McKay2015-03-10
* | standardize usage info string formatAlex Henrie2015-01-14
|/
* Merge branch 'jc/exec-cmd-system-path-leak-fix'Junio C Hamano2014-12-22
|\
| * system_path(): always return free'able memory to the callerJunio C Hamano2014-11-30
* | doc: add 'everyday' to 'git help'Philip Oakley2014-10-10
* | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-20
|/
* builtin/help.c: speed up is_git_command() by checking for builtin commands firstSebastian Schuberth2014-01-06
* builtin/help.c: call load_command_list() only when it is neededSebastian Schuberth2014-01-06
* replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
* Merge branch 'ph/builtin-srcs-are-in-subdir-these-days'Junio C Hamano2013-06-26
|\
| * fix "builtin-*" references to be "builtin/*"Phil Hord2013-06-18
* | help: mark common_guides[] as translatableSimon Ruderich2013-04-12
* | builtin/help.c: add list_common_guides_help() functionPhilip Oakley2013-04-02
* | builtin/help.c: add --guide optionPhilip Oakley2013-04-02
* | builtin/help.c: split "-a" processing into twoPhilip Oakley2013-04-02
* | Merge branch 'jk/config-parsing-cleanup'Junio C Hamano2013-02-04
|\ \ | |/ |/|
| * help: use parse_config_key for man configJeff King2013-01-23
* | help: include <common-cmds.h> only in one fileJunio C Hamano2013-01-18
|/
* i18n: help: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-20
* Merge branch 'cw/help-over-network'Junio C Hamano2012-07-09
|\
| * Allow help.htmlpath to be a URL prefixChris Webb2012-06-28
| * Add config variable to set HTML path for git-help --webChris Webb2012-06-28
* | Restore use of 'help.format' configuration property in 'git help'Pat Thoyts2012-06-22
* | help: use HTML as the default help format on WindowsVincent van Ravesteijn2012-06-06
|/
* Merge branch 'nd/columns'Junio C Hamano2012-05-03
|\
| * help: reuse print_columns() for help -aNguyễn Thái Ngọc Duy2012-04-27
* | help: replace underlining "help -a" headers using hyphens with a blank lineNguyễn Thái Ngọc Duy2012-04-25
* | i18n: help: mark strings for translationNguyễn Thái Ngọc Duy2012-04-24
|/
* Cast execl*() NULL sentinels to (char *)Thomas Rast2010-07-25
* enums: omit trailing comma for portabilityGary V. Vaughan2010-05-31
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-22