aboutsummaryrefslogtreecommitdiff
path: root/help.c
Commit message (Expand)AuthorAge
...
* | pager: find out the terminal width before spawning the pagerZbigniew Jędrzejewski-Szmek2012-02-13
* | Merge branch 'ms/help-unknown'Junio C Hamano2011-07-22
|\ \
| * | help_unknown_cmd: do not propose an "unknown" cmdMichael Schubert2011-07-08
* | | help.c: Fix detection of custom merge strategy on cygwinRamsay Jones2011-06-16
|/ /
* | help: always suggest common-cmds if prefix of cmdErik Faye-Lund2010-12-05
* | Remove hyphen from "git-command" in two error messagesPete Harlan2010-02-15
* | help.autocorrect: do not run a command if the command given is junkJohannes Sixt2009-12-15
* | Test for WIN32 instead of __MINGW32_Frank Li2009-09-18
* | Avoid declaration after statementFrank Li2009-09-18
* | Merge branch 'maint-1.6.3' into maintJunio C Hamano2009-08-12
|\ \
| * | Change mentions of "git programs" to "git commands"Ori Avtalion2009-08-12
| * | help.c: give correct structure's size to memset()Johan Herland2009-08-12
| |/
* | janitor: add DIV_ROUND_UP and use it.Pierre Habouzit2009-07-22
|/
* git wrapper: also use aliases to correct mistyped commandsPieter de Bie2008-09-11
* Merge branch 'ar/autospell'Junio C Hamano2008-09-07
|\
| * Add help.autocorrect to enable/disable autocorrectingAlex Riesen2008-08-31
| * git wrapper: DWIM mistyped commandsJohannes Schindelin2008-08-31
* | list_commands: only call git_exec_path if it is neededAlex Riesen2008-08-28
* | Allow git help work without PATH setAlex Riesen2008-08-28
* | Remove calculation of the longest command name from where it is not usedAlex Riesen2008-08-28
|/
* Builtin git-help.Miklos Vajna2008-08-02
* builtin-help: always load_command_list() in cmd_help()Miklos Vajna2008-07-30
* builtin-help: make some internal functions available to other builtinsMiklos Vajna2008-07-29
* Avoid chdir() in list_commands_in_dir()Johannes Schindelin2008-07-27
* Merge branch 'sb/dashless'Junio C Hamano2008-07-16
|\
| * Make usage strings dash-lessStephan Beyer2008-07-13
* | help (Windows): Display HTML in default browser using Windows' shell APISteffen Prohaska2008-07-13
* | help.c: Add support for htmldir relative to git_exec_path()Steffen Prohaska2008-07-13
|/
* Merge branch 'j6t/mingw'Junio C Hamano2008-07-02
|\
| * Windows: Make 'git help -a' work.Johannes Sixt2008-06-26
* | help: check early if we have a command, if not try a documentation topicChristian Couder2008-06-27
|/
* Print info about "git help COMMAND" on git's main usage pagesTeemu Likonen2008-06-06
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* help: use "man.<tool>.cmd" as custom man viewer commandChristian Couder2008-04-26
* help: use man viewer path from "man.<tool>.path" config varChristian Couder2008-04-26
* help: Add a missing OPT_END().Christian Couder2008-04-01
* help: warn if specified 'man.viewer' is unsupported, instead of erroring outChristian Couder2008-03-12
* help: implement multi-valued "man.viewer" config optionChristian Couder2008-03-11
* help: add "man.viewer" config var to use "woman" or "konqueror"Christian Couder2008-03-11
* help: respect aliasesJeff King2008-02-24
* help: use parseoptJeff King2008-02-24
* help.c: use 'git_config_string' to get 'help_default_format'.Christian Couder2008-02-17
* Merge branch 'cc/browser'Junio C Hamano2008-02-16
|\
| * Rename 'git-help--browse.sh' to 'git-web--browse.sh'.Christian Couder2008-02-05
| * help--browse: add '--config' option to check a config option for a browser.Christian Couder2008-02-05
| * help: make 'git-help--browse' usable outside 'git-help'.Christian Couder2008-02-05
* | help.c: guard config parser from value=NULLJunio C Hamano2008-02-11
|/
* rename git-browse--help to git-help--browseJeff King2007-12-16
* Rename git-browse-help helper to git-browse--helpJunio C Hamano2007-12-14
* git-help: add "help.format" config variable.Christian Couder2007-12-14