summaryrefslogtreecommitdiff
path: root/help.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-16Merge branch 'jk/strip-suffix'Libravatar Junio C Hamano1-3/+2
2014-06-30use strip_suffix instead of ends_with in simple casesLibravatar Jeff King1-3/+2
2014-06-30replace has_extension with ends_withLibravatar Jeff King1-1/+1
2014-06-20use skip_prefix to avoid repeated calculationsLibravatar Jeff King1-6/+5
2014-06-20use skip_prefix to avoid repeating stringsLibravatar Jeff King1-3/+4
2014-06-20use skip_prefix to avoid magic numbersLibravatar Jeff King1-2/+4
2014-03-14Merge branch 'rt/help-pretty-prints-cmd-names'Libravatar Junio C Hamano1-4/+3
2014-02-28help.c: rename function "pretty_print_string_list"Libravatar Ralf Thielow1-4/+3
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Libravatar Christian Couder1-4/+4
2013-07-18cygwin: Remove the Win32 l/stat() implementationLibravatar Ramsay Jones1-4/+1
2013-06-11Merge branch 'rj/mingw-cygwin'Libravatar Junio C Hamano1-1/+1
2013-05-08help: add help_unknown_ref()Libravatar Vikrant Varma1-0/+50
2013-05-08mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVELibravatar Jonathan Nieder1-1/+1
2013-04-16help.c: add a compatibility comment to cmd_version()Libravatar David Aguilar1-0/+4
2013-01-18help: include <common-cmds.h> only in one fileLibravatar Junio C Hamano1-0/+17
2012-07-25help.c::exclude_cmds(): plug a leakLibravatar Junio C Hamano1-3/+4
2012-07-25help.c::uniq: plug a leakLibravatar Jeff King1-2/+5
2012-06-03move git_version_string into version.cLibravatar Jeff King1-0/+1
2012-05-29Reduce cost of deletion in levenstein distance (4 -> 3)Libravatar Matthieu Moy1-1/+1
2012-05-03Merge branch 'nd/columns'Libravatar Junio C Hamano1-35/+23
2012-04-27help: reuse print_columns() for help -aLibravatar Nguyễn Thái Ngọc Duy1-36/+23
2012-04-25help: replace underlining "help -a" headers using hyphens with a blank lineLibravatar Nguyễn Thái Ngọc Duy1-13/+3
2012-04-24i18n: help: mark strings for translationLibravatar Nguyễn Thái Ngọc Duy1-12/+20
2012-02-13pager: find out the terminal width before spawning the pagerLibravatar Zbigniew Jędrzejewski-Szmek1-22/+0
2011-07-22Merge branch 'ms/help-unknown'Libravatar Junio C Hamano1-0/+12
2011-07-08help_unknown_cmd: do not propose an "unknown" cmdLibravatar Michael Schubert1-0/+12
2011-06-16help.c: Fix detection of custom merge strategy on cygwinLibravatar Ramsay Jones1-1/+4
2010-12-05help: always suggest common-cmds if prefix of cmdLibravatar Erik Faye-Lund1-8/+39
2010-02-15Remove hyphen from "git-command" in two error messagesLibravatar Pete Harlan1-1/+1
2009-12-15help.autocorrect: do not run a command if the command given is junkLibravatar Johannes Sixt1-2/+5
2009-09-18Test for WIN32 instead of __MINGW32_Libravatar Frank Li1-1/+1
2009-09-18Avoid declaration after statementLibravatar Frank Li1-1/+2
2009-08-12Merge branch 'maint-1.6.3' into maintLibravatar Junio C Hamano1-2/+2
2009-08-12Change mentions of "git programs" to "git commands"Libravatar Ori Avtalion1-1/+1
2009-08-12help.c: give correct structure's size to memset()Libravatar Johan Herland1-1/+1
2009-07-22janitor: add DIV_ROUND_UP and use it.Libravatar Pierre Habouzit1-1/+1
2008-09-11git wrapper: also use aliases to correct mistyped commandsLibravatar Pieter de Bie1-8/+24
2008-09-07Merge branch 'ar/autospell'Libravatar Junio C Hamano1-1/+88
2008-08-31Add help.autocorrect to enable/disable autocorrectingLibravatar Alex Riesen1-1/+18
2008-08-31git wrapper: DWIM mistyped commandsLibravatar Johannes Schindelin1-1/+71
2008-08-28list_commands: only call git_exec_path if it is neededLibravatar Alex Riesen1-1/+1
2008-08-28Allow git help work without PATH setLibravatar Alex Riesen1-23/+20
2008-08-28Remove calculation of the longest command name from where it is not usedLibravatar Alex Riesen1-19/+15
2008-08-02Builtin git-help.Libravatar Miklos Vajna1-464/+0
2008-07-30builtin-help: always load_command_list() in cmd_help()Libravatar Miklos Vajna1-1/+1
2008-07-29builtin-help: make some internal functions available to other builtinsLibravatar Miklos Vajna1-38/+39
2008-07-27Avoid chdir() in list_commands_in_dir()Libravatar Johannes Schindelin1-2/+10
2008-07-16Merge branch 'sb/dashless'Libravatar Junio C Hamano1-1/+1
2008-07-13help (Windows): Display HTML in default browser using Windows' shell APILibravatar Steffen Prohaska1-1/+13
2008-07-13help.c: Add support for htmldir relative to git_exec_path()Libravatar Steffen Prohaska1-3/+5