summaryrefslogtreecommitdiff
path: root/builtin/help.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-30help: introduce option --exclude-guidesLibravatar Ralf Thielow1-7/+23
2016-08-26Merge branch 'js/no-html-bypass-on-windows' into rt/help-unknownLibravatar Junio C Hamano1-7/+0
2016-08-19Revert "display HTML in default browser using Windows' shell API"Libravatar Johannes Schindelin1-7/+0
2016-05-09builtin/help.c: use warning_errno()Libravatar Nguyễn Thái Ngọc Duy1-4/+4
2016-02-22convert trivial cases to FLEX_ARRAY macrosLibravatar Jeff King1-6/+3
2015-10-05convert strncpy to memcpyLibravatar Jeff King1-2/+2
2015-10-05help: clean up kfmclient mungingLibravatar Jeff King1-11/+4
2015-09-25help: drop prepend function in favor of xstrfmtLibravatar Jeff King1-12/+2
2015-03-20Merge branch 'sb/leaks'Libravatar Junio C Hamano1-1/+2
2015-03-20Merge branch 'km/bsd-shells'Libravatar Junio C Hamano1-1/+1
2015-03-10builtin/help.c: fix memory leakLibravatar Stefan Beller1-1/+2
2015-03-10help.c: use SHELL_PATH instead of hard-coded "/bin/sh"Libravatar Kyle J. McKay1-1/+1
2015-01-14standardize usage info string formatLibravatar Alex Henrie1-1/+1
2014-12-22Merge branch 'jc/exec-cmd-system-path-leak-fix'Libravatar Junio C Hamano1-2/+7
2014-11-30system_path(): always return free'able memory to the callerLibravatar Junio C Hamano1-2/+7
2014-10-10doc: add 'everyday' to 'git help'Libravatar Philip Oakley1-0/+1
2014-08-20run-command: introduce CHILD_PROCESS_INITLibravatar René Scharfe1-2/+1
2014-01-06builtin/help.c: speed up is_git_command() by checking for builtin commands firstLibravatar Sebastian Schuberth1-0/+3
2014-01-06builtin/help.c: call load_command_list() only when it is neededLibravatar Sebastian Schuberth1-1/+2
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Libravatar Christian Couder1-4/+4
2013-06-26Merge branch 'ph/builtin-srcs-are-in-subdir-these-days'Libravatar Junio C Hamano1-2/+0
2013-06-18fix "builtin-*" references to be "builtin/*"Libravatar Phil Hord1-2/+0
2013-04-12help: mark common_guides[] as translatableLibravatar Simon Ruderich1-7/+7
2013-04-02builtin/help.c: add list_common_guides_help() functionLibravatar Philip Oakley1-3/+33
2013-04-02builtin/help.c: add --guide optionLibravatar Philip Oakley1-2/+8
2013-04-02builtin/help.c: split "-a" processing into twoLibravatar Philip Oakley1-1/+7
2013-02-04Merge branch 'jk/config-parsing-cleanup'Libravatar Junio C Hamano1-7/+7
2013-01-23help: use parse_config_key for man configLibravatar Jeff King1-7/+7
2013-01-18help: include <common-cmds.h> only in one fileLibravatar Junio C Hamano1-18/+0
2012-08-20i18n: help: mark parseopt strings for translationLibravatar Nguyễn Thái Ngọc Duy1-5/+5
2012-07-09Merge branch 'cw/help-over-network'Libravatar Junio C Hamano1-4/+15
2012-06-28Allow help.htmlpath to be a URL prefixLibravatar Chris Webb1-3/+5
2012-06-28Add config variable to set HTML path for git-help --webLibravatar Chris Webb1-1/+10
2012-06-22Restore use of 'help.format' configuration property in 'git help'Libravatar Pat Thoyts1-3/+3
2012-06-06help: use HTML as the default help format on WindowsLibravatar Vincent van Ravesteijn1-1/+7
2012-05-03Merge branch 'nd/columns'Libravatar Junio C Hamano1-1/+6
2012-04-27help: reuse print_columns() for help -aLibravatar Nguyễn Thái Ngọc Duy1-1/+6
2012-04-25help: replace underlining "help -a" headers using hyphens with a blank lineLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2012-04-24i18n: help: mark strings for translationLibravatar Nguyễn Thái Ngọc Duy1-24/+24
2010-07-25Cast execl*() NULL sentinels to (char *)Libravatar Thomas Rast1-6/+6
2010-05-31enums: omit trailing comma for portabilityLibravatar Gary V. Vaughan1-1/+1
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLibravatar Linus Torvalds1-0/+466