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