| Commit message (Expand) | Author | Age |
* | git wrapper: also use aliases to correct mistyped commands | Pieter de Bie | 2008-09-11 |
* | Merge branch 'ar/autospell' | Junio C Hamano | 2008-09-07 |
|\ |
|
| * | Add help.autocorrect to enable/disable autocorrecting | Alex Riesen | 2008-08-31 |
| * | git wrapper: DWIM mistyped commands | Johannes Schindelin | 2008-08-31 |
* | | list_commands: only call git_exec_path if it is needed | Alex Riesen | 2008-08-28 |
* | | Allow git help work without PATH set | Alex Riesen | 2008-08-28 |
* | | Remove calculation of the longest command name from where it is not used | Alex Riesen | 2008-08-28 |
|/ |
|
* | Builtin git-help. | Miklos Vajna | 2008-08-02 |
* | builtin-help: always load_command_list() in cmd_help() | Miklos Vajna | 2008-07-30 |
* | builtin-help: make some internal functions available to other builtins | Miklos Vajna | 2008-07-29 |
* | Avoid chdir() in list_commands_in_dir() | Johannes Schindelin | 2008-07-27 |
* | Merge branch 'sb/dashless' | Junio C Hamano | 2008-07-16 |
|\ |
|
| * | Make usage strings dash-less | Stephan Beyer | 2008-07-13 |
* | | help (Windows): Display HTML in default browser using Windows' shell API | Steffen Prohaska | 2008-07-13 |
* | | help.c: Add support for htmldir relative to git_exec_path() | Steffen Prohaska | 2008-07-13 |
|/ |
|
* | Merge branch 'j6t/mingw' | Junio C Hamano | 2008-07-02 |
|\ |
|
| * | Windows: Make 'git help -a' work. | Johannes Sixt | 2008-06-26 |
* | | help: check early if we have a command, if not try a documentation topic | Christian Couder | 2008-06-27 |
|/ |
|
* | Print info about "git help COMMAND" on git's main usage pages | Teemu Likonen | 2008-06-06 |
* | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 |
* | help: use "man.<tool>.cmd" as custom man viewer command | Christian Couder | 2008-04-26 |
* | help: use man viewer path from "man.<tool>.path" config var | Christian Couder | 2008-04-26 |
* | help: Add a missing OPT_END(). | Christian Couder | 2008-04-01 |
* | help: warn if specified 'man.viewer' is unsupported, instead of erroring out | Christian Couder | 2008-03-12 |
* | help: implement multi-valued "man.viewer" config option | Christian Couder | 2008-03-11 |
* | help: add "man.viewer" config var to use "woman" or "konqueror" | Christian Couder | 2008-03-11 |
* | help: respect aliases | Jeff King | 2008-02-24 |
* | help: use parseopt | Jeff King | 2008-02-24 |
* | help.c: use 'git_config_string' to get 'help_default_format'. | Christian Couder | 2008-02-17 |
* | Merge branch 'cc/browser' | Junio C Hamano | 2008-02-16 |
|\ |
|
| * | Rename 'git-help--browse.sh' to 'git-web--browse.sh'. | Christian Couder | 2008-02-05 |
| * | help--browse: add '--config' option to check a config option for a browser. | Christian Couder | 2008-02-05 |
| * | help: make 'git-help--browse' usable outside 'git-help'. | Christian Couder | 2008-02-05 |
* | | help.c: guard config parser from value=NULL | Junio C Hamano | 2008-02-11 |
|/ |
|
* | rename git-browse--help to git-help--browse | Jeff King | 2007-12-16 |
* | Rename git-browse-help helper to git-browse--help | Junio C Hamano | 2007-12-14 |
* | git-help: add "help.format" config variable. | Christian Couder | 2007-12-14 |
* | git-help -i: show info documentation from matching version of git | Junio C Hamano | 2007-12-10 |
* | git-help -i: invoke info with document and node name | Junio C Hamano | 2007-12-10 |
* | Merge branch 'master' into cc/help | Junio C Hamano | 2007-12-10 |
|\ |
|
| * | Let git-help prefer man-pages installed with this version of git | Sergei Organov | 2007-12-08 |
* | | git-help: add -w|--web option to display html man page in a browser. | Christian Couder | 2007-12-09 |
* | | git-help: add -i|--info option to display info page. | Christian Couder | 2007-12-03 |
|/ |
|
* | Merge branch 'tt/help' | Junio C Hamano | 2007-12-01 |
|\ |
|
| * | Remove hint to use "git help -a" | Theodore Ts'o | 2007-11-14 |
* | | Move #include <sys/select.h> and <sys/ioctl.h> to git-compat-util.h. | Johannes Sixt | 2007-11-14 |
|/ |
|
* | Style: place opening brace of a function definition at column 1 | Junio C Hamano | 2007-11-08 |
* | include $PATH in generating list of commands for "help -a" | Scott R Parish | 2007-10-29 |
* | list_commands(): simplify code by using chdir() | Scott R Parish | 2007-10-29 |
* | remove unused/unneeded "pattern" argument of list_commands | Scott R Parish | 2007-10-29 |