summaryrefslogtreecommitdiff
path: root/help.c
AgeCommit message (Expand)Author
2012-07-25help.c::exclude_cmds(): plug a leakJunio C Hamano
2012-07-25help.c::uniq: plug a leakJeff King
2012-06-03move git_version_string into version.cJeff King
2012-05-29Reduce cost of deletion in levenstein distance (4 -> 3)Matthieu Moy
2012-05-03Merge branch 'nd/columns'Junio C Hamano
2012-04-27help: reuse print_columns() for help -aNguyễn Thái Ngọc Duy
2012-04-25help: replace underlining "help -a" headers using hyphens with a blank lineNguyễn Thái Ngọc Duy
2012-04-24i18n: help: mark strings for translationNguyễn Thái Ngọc Duy
2012-02-13pager: find out the terminal width before spawning the pagerZbigniew Jędrzejewski-Szmek
2011-07-22Merge branch 'ms/help-unknown'Junio C Hamano
2011-07-08help_unknown_cmd: do not propose an "unknown" cmdMichael Schubert
2011-06-16help.c: Fix detection of custom merge strategy on cygwinRamsay Jones
2010-12-05help: always suggest common-cmds if prefix of cmdErik Faye-Lund
2010-02-16Remove hyphen from "git-command" in two error messagesPete Harlan
2009-12-16help.autocorrect: do not run a command if the command given is junkJohannes Sixt
2009-09-19Test for WIN32 instead of __MINGW32_Frank Li
2009-09-19Avoid declaration after statementFrank Li
2009-08-12Merge branch 'maint-1.6.3' into maintJunio C Hamano
2009-08-12Change mentions of "git programs" to "git commands"Ori Avtalion
2009-08-12help.c: give correct structure's size to memset()Johan Herland
2009-07-23janitor: add DIV_ROUND_UP and use it.Pierre Habouzit
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