summaryrefslogtreecommitdiff
path: root/help.c
AgeCommit message (Expand)Author
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
2007-12-10git-help -i: invoke info with document and node nameJunio C Hamano
2007-12-10Merge branch 'master' into cc/helpJunio C Hamano
2007-12-09git-help: add -w|--web option to display html man page in a browser.Christian Couder
2007-12-08Let git-help prefer man-pages installed with this version of gitSergei Organov
2007-12-04git-help: add -i|--info option to display info page.Christian Couder
2007-12-02Merge branch 'tt/help'Junio C Hamano
2007-11-14Move #include <sys/select.h> and <sys/ioctl.h> to git-compat-util.h.Johannes Sixt
2007-11-14Remove hint to use "git help -a"Theodore Ts'o
2007-11-08Style: place opening brace of a function definition at column 1Junio C Hamano
2007-10-30include $PATH in generating list of commands for "help -a"Scott R Parish
2007-10-30list_commands(): simplify code by using chdir()Scott R Parish
2007-10-30remove unused/unneeded "pattern" argument of list_commandsScott R Parish