summaryrefslogtreecommitdiff
path: root/help.c
Commit message (Expand)AuthorAgeFilesLines
* cygwin: Remove the Win32 l/stat() implementationrj/cygwin-clarify-use-of-cheating-lstatRamsay Jones2013-07-181-4/+1
* Merge branch 'rj/mingw-cygwin'Junio C Hamano2013-06-111-1/+1
|\
| * mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVEJonathan Nieder2013-05-081-1/+1
* | help: add help_unknown_ref()Vikrant Varma2013-05-081-0/+50
|/
* help.c: add a compatibility comment to cmd_version()David Aguilar2013-04-161-0/+4
* help: include <common-cmds.h> only in one fileJunio C Hamano2013-01-181-0/+17
* help.c::exclude_cmds(): plug a leakJunio C Hamano2012-07-251-3/+4
* help.c::uniq: plug a leakJeff King2012-07-251-2/+5
* move git_version_string into version.cJeff King2012-06-031-0/+1
* Reduce cost of deletion in levenstein distance (4 -> 3)Matthieu Moy2012-05-291-1/+1
* Merge branch 'nd/columns'Junio C Hamano2012-05-031-35/+23
|\
| * help: reuse print_columns() for help -aNguyễn Thái Ngọc Duy2012-04-271-36/+23
* | help: replace underlining "help -a" headers using hyphens with a blank lineNguyễn Thái Ngọc Duy2012-04-251-13/+3
* | i18n: help: mark strings for translationNguyễn Thái Ngọc Duy2012-04-241-12/+20
|/
* pager: find out the terminal width before spawning the pagerzj/term-columnsZbigniew Jędrzejewski-Szmek2012-02-131-22/+0
* Merge branch 'ms/help-unknown'Junio C Hamano2011-07-221-0/+12
|\
| * help_unknown_cmd: do not propose an "unknown" cmdMichael Schubert2011-07-081-0/+12
* | help.c: Fix detection of custom merge strategy on cygwinRamsay Jones2011-06-161-1/+4
|/
* help: always suggest common-cmds if prefix of cmdErik Faye-Lund2010-12-051-8/+39
* Remove hyphen from "git-command" in two error messagesPete Harlan2010-02-151-1/+1
* help.autocorrect: do not run a command if the command given is junkJohannes Sixt2009-12-151-2/+5
* Test for WIN32 instead of __MINGW32_Frank Li2009-09-181-1/+1
* Avoid declaration after statementFrank Li2009-09-181-1/+2
* Merge branch 'maint-1.6.3' into maintJunio C Hamano2009-08-121-2/+2
|\
| * Change mentions of "git programs" to "git commands"Ori Avtalion2009-08-121-1/+1
| * help.c: give correct structure's size to memset()Johan Herland2009-08-121-1/+1
* | janitor: add DIV_ROUND_UP and use it.Pierre Habouzit2009-07-221-1/+1
|/
* git wrapper: also use aliases to correct mistyped commandsPieter de Bie2008-09-111-8/+24
* Merge branch 'ar/autospell'Junio C Hamano2008-09-071-1/+88
|\
| * Add help.autocorrect to enable/disable autocorrectingAlex Riesen2008-08-311-1/+18
| * git wrapper: DWIM mistyped commandsJohannes Schindelin2008-08-311-1/+71
* | list_commands: only call git_exec_path if it is neededAlex Riesen2008-08-281-1/+1
* | Allow git help work without PATH setAlex Riesen2008-08-281-23/+20
* | Remove calculation of the longest command name from where it is not usedAlex Riesen2008-08-281-19/+15
|/
* Builtin git-help.Miklos Vajna2008-08-021-464/+0
* builtin-help: always load_command_list() in cmd_help()Miklos Vajna2008-07-301-1/+1
* builtin-help: make some internal functions available to other builtinsMiklos Vajna2008-07-291-38/+39
* Avoid chdir() in list_commands_in_dir()Johannes Schindelin2008-07-271-2/+10
* Merge branch 'sb/dashless'Junio C Hamano2008-07-161-1/+1
|\
| * Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* | help (Windows): Display HTML in default browser using Windows' shell APISteffen Prohaska2008-07-131-1/+13
* | help.c: Add support for htmldir relative to git_exec_path()Steffen Prohaska2008-07-131-3/+5
|/
* Merge branch 'j6t/mingw'Junio C Hamano2008-07-021-5/+28
|\
| * Windows: Make 'git help -a' work.Johannes Sixt2008-06-261-5/+28
* | help: check early if we have a command, if not try a documentation topicChristian Couder2008-06-271-8/+14
|/
* Print info about "git help COMMAND" on git's main usage pagesTeemu Likonen2008-06-061-0/+2
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-3/+3
* help: use "man.<tool>.cmd" as custom man viewer commandChristian Couder2008-04-261-18/+40
* help: use man viewer path from "man.<tool>.path" config varChristian Couder2008-04-261-19/+124
* help: Add a missing OPT_END().Christian Couder2008-04-011-0/+1