summaryrefslogtreecommitdiff
path: root/builtin/help.c
AgeCommit message (Expand)AuthorFilesLines
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