summaryrefslogtreecommitdiff
path: root/help.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-22Merge branch 'ms/help-unknown'Libravatar Junio C Hamano1-0/+12
2011-07-08help_unknown_cmd: do not propose an "unknown" cmdLibravatar Michael Schubert1-0/+12
2011-06-16help.c: Fix detection of custom merge strategy on cygwinLibravatar Ramsay Jones1-1/+4
2010-12-05help: always suggest common-cmds if prefix of cmdLibravatar Erik Faye-Lund1-8/+39
2010-02-15Remove hyphen from "git-command" in two error messagesLibravatar Pete Harlan1-1/+1
2009-12-15help.autocorrect: do not run a command if the command given is junkLibravatar Johannes Sixt1-2/+5
2009-09-18Test for WIN32 instead of __MINGW32_Libravatar Frank Li1-1/+1
2009-09-18Avoid declaration after statementLibravatar Frank Li1-1/+2
2009-08-12Merge branch 'maint-1.6.3' into maintLibravatar Junio C Hamano1-2/+2
2009-08-12Change mentions of "git programs" to "git commands"Libravatar Ori Avtalion1-1/+1
2009-08-12help.c: give correct structure's size to memset()Libravatar Johan Herland1-1/+1
2009-07-22janitor: add DIV_ROUND_UP and use it.Libravatar Pierre Habouzit1-1/+1
2008-09-11git wrapper: also use aliases to correct mistyped commandsLibravatar Pieter de Bie1-8/+24
2008-09-07Merge branch 'ar/autospell'Libravatar Junio C Hamano1-1/+88
2008-08-31Add help.autocorrect to enable/disable autocorrectingLibravatar Alex Riesen1-1/+18
2008-08-31git wrapper: DWIM mistyped commandsLibravatar Johannes Schindelin1-1/+71
2008-08-28list_commands: only call git_exec_path if it is neededLibravatar Alex Riesen1-1/+1
2008-08-28Allow git help work without PATH setLibravatar Alex Riesen1-23/+20
2008-08-28Remove calculation of the longest command name from where it is not usedLibravatar Alex Riesen1-19/+15
2008-08-02Builtin git-help.Libravatar Miklos Vajna1-464/+0
2008-07-30builtin-help: always load_command_list() in cmd_help()Libravatar Miklos Vajna1-1/+1
2008-07-29builtin-help: make some internal functions available to other builtinsLibravatar Miklos Vajna1-38/+39
2008-07-27Avoid chdir() in list_commands_in_dir()Libravatar Johannes Schindelin1-2/+10
2008-07-16Merge branch 'sb/dashless'Libravatar Junio C Hamano1-1/+1
2008-07-13help (Windows): Display HTML in default browser using Windows' shell APILibravatar Steffen Prohaska1-1/+13
2008-07-13help.c: Add support for htmldir relative to git_exec_path()Libravatar Steffen Prohaska1-3/+5
2008-07-13Make usage strings dash-lessLibravatar Stephan Beyer1-1/+1
2008-07-02Merge branch 'j6t/mingw'Libravatar Junio C Hamano1-5/+28
2008-06-27help: check early if we have a command, if not try a documentation topicLibravatar Christian Couder1-8/+14
2008-06-26Windows: Make 'git help -a' work.Libravatar Johannes Sixt1-5/+28
2008-06-06Print info about "git help COMMAND" on git's main usage pagesLibravatar Teemu Likonen1-0/+2
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-3/+3
2008-04-26help: use "man.<tool>.cmd" as custom man viewer commandLibravatar Christian Couder1-18/+40
2008-04-26help: use man viewer path from "man.<tool>.path" config varLibravatar Christian Couder1-19/+124
2008-04-01help: Add a missing OPT_END().Libravatar Christian Couder1-0/+1
2008-03-12help: warn if specified 'man.viewer' is unsupported, instead of erroring outLibravatar Christian Couder1-1/+1
2008-03-11help: implement multi-valued "man.viewer" config optionLibravatar Christian Couder1-78/+113
2008-03-11help: add "man.viewer" config var to use "woman" or "konqueror"Libravatar Christian Couder1-1/+80
2008-02-24help: respect aliasesLibravatar Jeff King1-1/+32
2008-02-24help: use parseoptLibravatar Jeff King1-64/+59
2008-02-17help.c: use 'git_config_string' to get 'help_default_format'.Libravatar Christian Couder1-6/+2
2008-02-16Merge branch 'cc/browser'Libravatar Junio C Hamano1-1/+17
2008-02-11help.c: guard config parser from value=NULLLibravatar Junio C Hamano1-0/+2
2008-02-05Rename 'git-help--browse.sh' to 'git-web--browse.sh'.Libravatar Christian Couder1-1/+1
2008-02-05help--browse: add '--config' option to check a config option for a browser.Libravatar Christian Couder1-1/+1
2008-02-05help: make 'git-help--browse' usable outside 'git-help'.Libravatar Christian Couder1-1/+17
2007-12-16rename git-browse--help to git-help--browseLibravatar Jeff King1-1/+1
2007-12-14Rename git-browse-help helper to git-browse--helpLibravatar Junio C Hamano1-1/+1
2007-12-14git-help: add "help.format" config variable.Libravatar Christian Couder1-2/+62
2007-12-10git-help -i: show info documentation from matching version of gitLibravatar Junio C Hamano1-0/+1