summaryrefslogtreecommitdiff
path: root/builtin/help.c
AgeCommit message (Expand)Author
2017-06-15config: don't include config.h by defaultBrandon Williams
2016-08-30help: introduce option --exclude-guidesRalf Thielow
2016-08-26Merge branch 'js/no-html-bypass-on-windows' into rt/help-unknownJunio C Hamano
2016-08-19Revert "display HTML in default browser using Windows' shell API"Johannes Schindelin
2016-05-09builtin/help.c: use warning_errno()Nguyễn Thái Ngọc Duy
2016-02-22convert trivial cases to FLEX_ARRAY macrosJeff King
2015-10-05convert strncpy to memcpyJeff King
2015-10-05help: clean up kfmclient mungingJeff King
2015-09-25help: drop prepend function in favor of xstrfmtJeff King
2015-03-20Merge branch 'sb/leaks'Junio C Hamano
2015-03-20Merge branch 'km/bsd-shells'Junio C Hamano
2015-03-11builtin/help.c: fix memory leakStefan Beller
2015-03-10help.c: use SHELL_PATH instead of hard-coded "/bin/sh"Kyle J. McKay
2015-01-14standardize usage info string formatAlex Henrie
2014-12-22Merge branch 'jc/exec-cmd-system-path-leak-fix'Junio C Hamano
2014-12-01system_path(): always return free'able memory to the callerJunio C Hamano
2014-10-10doc: add 'everyday' to 'git help'Philip Oakley
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe
2014-01-06builtin/help.c: speed up is_git_command() by checking for builtin commands firstSebastian Schuberth
2014-01-06builtin/help.c: call load_command_list() only when it is neededSebastian Schuberth
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-06-26Merge branch 'ph/builtin-srcs-are-in-subdir-these-days'Junio C Hamano
2013-06-18fix "builtin-*" references to be "builtin/*"Phil Hord
2013-04-12help: mark common_guides[] as translatableSimon Ruderich
2013-04-03builtin/help.c: add list_common_guides_help() functionPhilip Oakley
2013-04-03builtin/help.c: add --guide optionPhilip Oakley
2013-04-03builtin/help.c: split "-a" processing into twoPhilip Oakley
2013-02-04Merge branch 'jk/config-parsing-cleanup'Junio C Hamano
2013-01-23help: use parse_config_key for man configJeff King
2013-01-19help: include <common-cmds.h> only in one fileJunio C Hamano
2012-08-20i18n: help: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2012-07-09Merge branch 'cw/help-over-network'Junio C Hamano
2012-06-28Allow help.htmlpath to be a URL prefixChris Webb
2012-06-28Add config variable to set HTML path for git-help --webChris Webb
2012-06-22Restore use of 'help.format' configuration property in 'git help'Pat Thoyts
2012-06-06help: use HTML as the default help format on WindowsVincent van Ravesteijn
2012-05-03Merge branch 'nd/columns'Junio C Hamano
2012-04-27help: reuse print_columns() for help -aNguyễn Thái Ngọc Duy
2012-04-25help: replace underlining "help -a" headers using hyphens with a blank lineNguyễn Thái Ngọc Duy
2012-04-24i18n: help: mark strings for translationNguyễn Thái Ngọc Duy
2010-07-26Cast execl*() NULL sentinels to (char *)Thomas Rast
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds