summaryrefslogtreecommitdiff
path: root/help.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-15t0006: skip "far in the future" test when unsigned long is not long enoughLibravatar Jeff King1-0/+6
2016-02-22convert trivial cases to FLEX_ARRAY macrosLibravatar Jeff King1-4/+2
2015-06-24Merge branch 'js/sleep-without-select'Libravatar Junio C Hamano1-1/+1
2015-06-05help.c: wrap wait-only poll() invocation in sleep_millisec()Libravatar Johannes Sixt1-1/+1
2015-06-05Merge branch 'bc/object-id'Libravatar Junio C Hamano1-1/+1
2015-05-25append_similar_ref(): rewrite to take an object_id argumentLibravatar Michael Haggerty1-4/+2
2015-05-25each_ref_fn: change to take an object_id parameterLibravatar Michael Haggerty1-1/+3
2015-05-21help: respect new common command groupingLibravatar Sébastien Guimmara1-1/+23
2014-09-26Merge branch 'sb/help-unknown-command-sort-fix'Libravatar Junio C Hamano1-1/+1
2014-09-18help: fix the size passed to qsortLibravatar Stefan Beller1-1/+1
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