aboutsummaryrefslogtreecommitdiffstats
path: root/help.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-25help.c::exclude_cmds(): plug a leakJunio C Hamano1-3/+4
2012-07-25help.c::uniq: plug a leakJeff King1-2/+5
2012-06-03move git_version_string into version.cJeff King1-0/+1
2012-05-29Reduce cost of deletion in levenstein distance (4 -> 3)Matthieu Moy1-1/+1
2012-05-03Merge branch 'nd/columns'Junio C Hamano1-35/+23
2012-04-27help: reuse print_columns() for help -aNguyễn Thái Ngọc Duy1-36/+23
2012-04-25help: replace underlining "help -a" headers using hyphens with a blank lineNguyễn Thái Ngọc Duy1-13/+3
2012-04-24i18n: help: mark strings for translationNguyễn Thái Ngọc Duy1-12/+20
2012-02-13pager: find out the terminal width before spawning the pagerZbigniew Jędrzejewski-Szmek1-22/+0
2011-07-22Merge branch 'ms/help-unknown'Junio C Hamano1-0/+12
2011-07-08help_unknown_cmd: do not propose an "unknown" cmdMichael Schubert1-0/+12
2011-06-16help.c: Fix detection of custom merge strategy on cygwinRamsay Jones1-1/+4
2010-12-05help: always suggest common-cmds if prefix of cmdErik Faye-Lund1-8/+39
2010-02-15Remove hyphen from "git-command" in two error messagesPete Harlan1-1/+1
2009-12-15help.autocorrect: do not run a command if the command given is junkJohannes Sixt1-2/+5
2009-09-18Test for WIN32 instead of __MINGW32_Frank Li1-1/+1
2009-09-18Avoid declaration after statementFrank Li1-1/+2
2009-08-12Merge branch 'maint-1.6.3' into maintJunio C Hamano1-2/+2
2009-08-12Change mentions of "git programs" to "git commands"Ori Avtalion1-1/+1
2009-08-12help.c: give correct structure's size to memset()Johan Herland1-1/+1
2009-07-22janitor: add DIV_ROUND_UP and use it.Pierre Habouzit1-1/+1
2008-09-11git wrapper: also use aliases to correct mistyped commandsPieter de Bie1-8/+24
2008-09-07Merge branch 'ar/autospell'Junio C Hamano1-1/+88
2008-08-31Add help.autocorrect to enable/disable autocorrectingAlex Riesen1-1/+18
2008-08-31git wrapper: DWIM mistyped commandsJohannes Schindelin1-1/+71
2008-08-28list_commands: only call git_exec_path if it is neededAlex Riesen1-1/+1
2008-08-28Allow git help work without PATH setAlex Riesen1-23/+20
2008-08-28Remove calculation of the longest command name from where it is not usedAlex Riesen1-19/+15
2008-08-02Builtin git-help.Miklos Vajna1-464/+0
2008-07-30builtin-help: always load_command_list() in cmd_help()Miklos Vajna1-1/+1
2008-07-29builtin-help: make some internal functions available to other builtinsMiklos Vajna1-38/+39
2008-07-27Avoid chdir() in list_commands_in_dir()Johannes Schindelin1-2/+10
2008-07-16Merge branch 'sb/dashless'Junio C Hamano1-1/+1
2008-07-13help (Windows): Display HTML in default browser using Windows' shell APISteffen Prohaska1-1/+13
2008-07-13help.c: Add support for htmldir relative to git_exec_path()Steffen Prohaska1-3/+5
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-07-02Merge branch 'j6t/mingw'Junio C Hamano1-5/+28
2008-06-27help: check early if we have a command, if not try a documentation topicChristian Couder1-8/+14
2008-06-26Windows: Make 'git help -a' work.Johannes Sixt1-5/+28
2008-06-06Print info about "git help COMMAND" on git's main usage pagesTeemu Likonen1-0/+2
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-3/+3
2008-04-26help: use "man.<tool>.cmd" as custom man viewer commandChristian Couder1-18/+40
2008-04-26help: use man viewer path from "man.<tool>.path" config varChristian Couder1-19/+124
2008-04-01help: Add a missing OPT_END().Christian Couder1-0/+1
2008-03-12help: warn if specified 'man.viewer' is unsupported, instead of erroring outChristian Couder1-1/+1
2008-03-11help: implement multi-valued "man.viewer" config optionChristian Couder1-78/+113
2008-03-11help: add "man.viewer" config var to use "woman" or "konqueror"Christian Couder1-1/+80
2008-02-24help: respect aliasesJeff King1-1/+32
2008-02-24help: use parseoptJeff King1-64/+59
2008-02-17help.c: use 'git_config_string' to get 'help_default_format'.Christian Couder1-6/+2