| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-09-11 | git wrapper: also use aliases to correct mistyped commands | Pieter de Bie | 1 | -8/+24 |
| 2008-09-07 | Merge branch 'ar/autospell' | Junio C Hamano | 1 | -1/+88 |
| 2008-08-31 | Add help.autocorrect to enable/disable autocorrecting | Alex Riesen | 1 | -1/+18 |
| 2008-08-31 | git wrapper: DWIM mistyped commands | Johannes Schindelin | 1 | -1/+71 |
| 2008-08-28 | list_commands: only call git_exec_path if it is needed | Alex Riesen | 1 | -1/+1 |
| 2008-08-28 | Allow git help work without PATH set | Alex Riesen | 1 | -23/+20 |
| 2008-08-28 | Remove calculation of the longest command name from where it is not used | Alex Riesen | 1 | -19/+15 |
| 2008-08-02 | Builtin git-help. | Miklos Vajna | 1 | -464/+0 |
| 2008-07-30 | builtin-help: always load_command_list() in cmd_help() | Miklos Vajna | 1 | -1/+1 |
| 2008-07-29 | builtin-help: make some internal functions available to other builtins | Miklos Vajna | 1 | -38/+39 |
| 2008-07-27 | Avoid chdir() in list_commands_in_dir() | Johannes Schindelin | 1 | -2/+10 |
| 2008-07-16 | Merge branch 'sb/dashless' | Junio C Hamano | 1 | -1/+1 |
| 2008-07-13 | help (Windows): Display HTML in default browser using Windows' shell API | Steffen Prohaska | 1 | -1/+13 |
| 2008-07-13 | help.c: Add support for htmldir relative to git_exec_path() | Steffen Prohaska | 1 | -3/+5 |
| 2008-07-13 | Make usage strings dash-less | Stephan Beyer | 1 | -1/+1 |
| 2008-07-02 | Merge branch 'j6t/mingw' | Junio C Hamano | 1 | -5/+28 |
| 2008-06-27 | help: check early if we have a command, if not try a documentation topic | Christian Couder | 1 | -8/+14 |
| 2008-06-26 | Windows: Make 'git help -a' work. | Johannes Sixt | 1 | -5/+28 |
| 2008-06-06 | Print info about "git help COMMAND" on git's main usage pages | Teemu Likonen | 1 | -0/+2 |
| 2008-05-14 | Provide git_config with a callback-data parameter | Johannes Schindelin | 1 | -3/+3 |
| 2008-04-26 | help: use "man.<tool>.cmd" as custom man viewer command | Christian Couder | 1 | -18/+40 |
| 2008-04-26 | help: use man viewer path from "man.<tool>.path" config var | Christian Couder | 1 | -19/+124 |
| 2008-04-01 | help: Add a missing OPT_END(). | Christian Couder | 1 | -0/+1 |
| 2008-03-12 | help: warn if specified 'man.viewer' is unsupported, instead of erroring out | Christian Couder | 1 | -1/+1 |
| 2008-03-11 | help: implement multi-valued "man.viewer" config option | Christian Couder | 1 | -78/+113 |
| 2008-03-11 | help: add "man.viewer" config var to use "woman" or "konqueror" | Christian Couder | 1 | -1/+80 |
| 2008-02-24 | help: respect aliases | Jeff King | 1 | -1/+32 |
| 2008-02-24 | help: use parseopt | Jeff King | 1 | -64/+59 |
| 2008-02-17 | help.c: use 'git_config_string' to get 'help_default_format'. | Christian Couder | 1 | -6/+2 |
| 2008-02-16 | Merge branch 'cc/browser' | Junio C Hamano | 1 | -1/+17 |
| 2008-02-11 | help.c: guard config parser from value=NULL | Junio C Hamano | 1 | -0/+2 |
| 2008-02-05 | Rename 'git-help--browse.sh' to 'git-web--browse.sh'. | Christian Couder | 1 | -1/+1 |
| 2008-02-05 | help--browse: add '--config' option to check a config option for a browser. | Christian Couder | 1 | -1/+1 |
| 2008-02-05 | help: make 'git-help--browse' usable outside 'git-help'. | Christian Couder | 1 | -1/+17 |
| 2007-12-16 | rename git-browse--help to git-help--browse | Jeff King | 1 | -1/+1 |
| 2007-12-14 | Rename git-browse-help helper to git-browse--help | Junio C Hamano | 1 | -1/+1 |
| 2007-12-14 | git-help: add "help.format" config variable. | Christian Couder | 1 | -2/+62 |
| 2007-12-10 | git-help -i: show info documentation from matching version of git | Junio C Hamano | 1 | -0/+1 |
| 2007-12-10 | git-help -i: invoke info with document and node name | Junio C Hamano | 1 | -1/+1 |
| 2007-12-10 | Merge branch 'master' into cc/help | Junio C Hamano | 1 | -0/+22 |
| 2007-12-09 | git-help: add -w|--web option to display html man page in a browser. | Christian Couder | 1 | -15/+19 |
| 2007-12-08 | Let git-help prefer man-pages installed with this version of git | Sergei Organov | 1 | -0/+22 |
| 2007-12-03 | git-help: add -i|--info option to display info page. | Christian Couder | 1 | -8/+27 |
| 2007-12-01 | Merge branch 'tt/help' | Junio C Hamano | 1 | -1/+0 |
| 2007-11-14 | Move #include <sys/select.h> and <sys/ioctl.h> to git-compat-util.h. | Johannes Sixt | 1 | -1/+0 |
| 2007-11-14 | Remove hint to use "git help -a" | Theodore Ts'o | 1 | -1/+0 |
| 2007-11-08 | Style: place opening brace of a function definition at column 1 | Junio C Hamano | 1 | -1/+2 |
| 2007-10-29 | include $PATH in generating list of commands for "help -a" | Scott R Parish | 1 | -37/+120 |
| 2007-10-29 | list_commands(): simplify code by using chdir() | Scott R Parish | 1 | -15/+3 |
| 2007-10-29 | remove unused/unneeded "pattern" argument of list_commands | Scott R Parish | 1 | -6/+8 |
| 2007-10-29 | "git" returns 1; "git help" and "git help -a" return 0 | Scott R Parish | 1 | -3/+3 |
| 2007-10-26 | help: remove extra blank line after "See 'git --help'" message | Junio C Hamano | 1 | -1/+1 |
| 2007-10-22 | On error, do not list all commands, but point to --help option | Jari Aalto | 1 | -2/+1 |
| 2007-06-07 | War on whitespace | Junio C Hamano | 1 | -2/+0 |
| 2007-03-27 | use xrealloc in help.c | James Bowes | 1 | -11/+1 |
| 2007-03-25 | use xmalloc in git.c and help.c | James Bowes | 1 | -1/+1 |
| 2007-02-20 | Mechanical conversion to use prefixcmp() | Junio C Hamano | 1 | -2/+2 |
| 2007-02-11 | Avoid ugly linewrap in git help | Ren,bi(B Scharfe | 1 | -2/+2 |
| 2006-12-20 | simplify inclusion of system header files. | Junio C Hamano | 1 | -2/+1 |
| 2006-08-31 | Use xmalloc instead of malloc | Jonas Fonseca | 1 | -1/+1 |
| 2006-08-15 | remove unnecessary initializations | David Rientjes | 1 | -1/+1 |
| 2006-08-12 | Merge branch 'mk/rename' | Junio C Hamano | 1 | -0/+234 |
| 2006-08-10 | Merge branch 'master' into mk/rename | Junio C Hamano | 1 | -1/+1 |
| 2006-08-04 | builtins: Makefile clean-up | Junio C Hamano | 1 | -0/+234 |