summaryrefslogtreecommitdiffstats
path: root/help.c
AgeCommit message (Expand)AuthorLines
2010-12-05help: always suggest common-cmds if prefix of cmdErik Faye-Lund-8/+39
2010-02-15Remove hyphen from "git-command" in two error messagesPete Harlan-1/+1
2009-12-15help.autocorrect: do not run a command if the command given is junkJohannes Sixt-2/+5
2009-09-18Test for WIN32 instead of __MINGW32_Frank Li-1/+1
2009-09-18Avoid declaration after statementFrank Li-1/+2
2009-08-12Merge branch 'maint-1.6.3' into maintJunio C Hamano-2/+2
2009-08-12Change mentions of "git programs" to "git commands"Ori Avtalion-1/+1
2009-08-12help.c: give correct structure's size to memset()Johan Herland-1/+1
2009-07-22janitor: add DIV_ROUND_UP and use it.Pierre Habouzit-1/+1
2008-09-11git wrapper: also use aliases to correct mistyped commandsPieter de Bie-8/+24
2008-09-07Merge branch 'ar/autospell'Junio C Hamano-1/+88
2008-08-31Add help.autocorrect to enable/disable autocorrectingAlex Riesen-1/+18
2008-08-31git wrapper: DWIM mistyped commandsJohannes Schindelin-1/+71
2008-08-28list_commands: only call git_exec_path if it is neededAlex Riesen-1/+1
2008-08-28Allow git help work without PATH setAlex Riesen-23/+20
2008-08-28Remove calculation of the longest command name from where it is not usedAlex Riesen-19/+15
2008-08-02Builtin git-help.Miklos Vajna-464/+0
2008-07-30builtin-help: always load_command_list() in cmd_help()Miklos Vajna-1/+1
2008-07-29builtin-help: make some internal functions available to other builtinsMiklos Vajna-38/+39
2008-07-27Avoid chdir() in list_commands_in_dir()Johannes Schindelin-2/+10
2008-07-16Merge branch 'sb/dashless'Junio C Hamano-1/+1
2008-07-13help (Windows): Display HTML in default browser using Windows' shell APISteffen Prohaska-1/+13
2008-07-13help.c: Add support for htmldir relative to git_exec_path()Steffen Prohaska-3/+5
2008-07-13Make usage strings dash-lessStephan Beyer-1/+1
2008-07-02Merge branch 'j6t/mingw'Junio C Hamano-5/+28
2008-06-27help: check early if we have a command, if not try a documentation topicChristian Couder-8/+14
2008-06-26Windows: Make 'git help -a' work.Johannes Sixt-5/+28
2008-06-06Print info about "git help COMMAND" on git's main usage pagesTeemu Likonen-0/+2
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin-3/+3
2008-04-26help: use "man.<tool>.cmd" as custom man viewer commandChristian Couder-18/+40
2008-04-26help: use man viewer path from "man.<tool>.path" config varChristian Couder-19/+124
2008-04-01help: Add a missing OPT_END().Christian Couder-0/+1
2008-03-12help: warn if specified 'man.viewer' is unsupported, instead of erroring outChristian Couder-1/+1
2008-03-11help: implement multi-valued "man.viewer" config optionChristian Couder-78/+113
2008-03-11help: add "man.viewer" config var to use "woman" or "konqueror"Christian Couder-1/+80
2008-02-24help: respect aliasesJeff King-1/+32
2008-02-24help: use parseoptJeff King-64/+59
2008-02-17help.c: use 'git_config_string' to get 'help_default_format'.Christian Couder-6/+2
2008-02-16Merge branch 'cc/browser'Junio C Hamano-1/+17
2008-02-11help.c: guard config parser from value=NULLJunio C Hamano-0/+2
2008-02-05Rename 'git-help--browse.sh' to 'git-web--browse.sh'.Christian Couder-1/+1
2008-02-05help--browse: add '--config' option to check a config option for a browser.Christian Couder-1/+1
2008-02-05help: make 'git-help--browse' usable outside 'git-help'.Christian Couder-1/+17
2007-12-16rename git-browse--help to git-help--browseJeff King-1/+1
2007-12-14Rename git-browse-help helper to git-browse--helpJunio C Hamano-1/+1
2007-12-14git-help: add "help.format" config variable.Christian Couder-2/+62
2007-12-10git-help -i: show info documentation from matching version of gitJunio C Hamano-0/+1
2007-12-10git-help -i: invoke info with document and node nameJunio C Hamano-1/+1
2007-12-10Merge branch 'master' into cc/helpJunio C Hamano-0/+22
2007-12-09git-help: add -w|--web option to display html man page in a browser.Christian Couder-15/+19