summaryrefslogtreecommitdiffstats
path: root/help.c
AgeCommit message (Expand)AuthorLines
2016-07-15t0006: skip "far in the future" test when unsigned long is not long enoughJeff King-0/+6
2016-02-22convert trivial cases to FLEX_ARRAY macrosJeff King-4/+2
2015-06-24Merge branch 'js/sleep-without-select'Junio C Hamano-1/+1
2015-06-05help.c: wrap wait-only poll() invocation in sleep_millisec()Johannes Sixt-1/+1
2015-06-05Merge branch 'bc/object-id'Junio C Hamano-1/+1
2015-05-25append_similar_ref(): rewrite to take an object_id argumentMichael Haggerty-4/+2
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty-1/+3
2015-05-21help: respect new common command groupingSébastien Guimmara-1/+23
2014-09-26Merge branch 'sb/help-unknown-command-sort-fix'Junio C Hamano-1/+1
2014-09-18help: fix the size passed to qsortStefan Beller-1/+1
2014-07-16Merge branch 'jk/strip-suffix'Junio C Hamano-3/+2
2014-06-30use strip_suffix instead of ends_with in simple casesJeff King-3/+2
2014-06-30replace has_extension with ends_withJeff King-1/+1
2014-06-20use skip_prefix to avoid repeated calculationsJeff King-6/+5
2014-06-20use skip_prefix to avoid repeating stringsJeff King-3/+4
2014-06-20use skip_prefix to avoid magic numbersJeff King-2/+4
2014-03-14Merge branch 'rt/help-pretty-prints-cmd-names'Junio C Hamano-4/+3
2014-02-28help.c: rename function "pretty_print_string_list"Ralf Thielow-4/+3
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder-4/+4
2013-07-18cygwin: Remove the Win32 l/stat() implementationRamsay Jones-4/+1
2013-06-11Merge branch 'rj/mingw-cygwin'Junio C Hamano-1/+1
2013-05-08help: add help_unknown_ref()Vikrant Varma-0/+50
2013-05-08mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVEJonathan Nieder-1/+1
2013-04-16help.c: add a compatibility comment to cmd_version()David Aguilar-0/+4
2013-01-18help: include <common-cmds.h> only in one fileJunio C Hamano-0/+17
2012-07-25help.c::exclude_cmds(): plug a leakJunio C Hamano-3/+4
2012-07-25help.c::uniq: plug a leakJeff King-2/+5
2012-06-03move git_version_string into version.cJeff King-0/+1
2012-05-29Reduce cost of deletion in levenstein distance (4 -> 3)Matthieu Moy-1/+1
2012-05-03Merge branch 'nd/columns'Junio C Hamano-35/+23
2012-04-27help: reuse print_columns() for help -aNguyễn Thái Ngọc Duy-36/+23
2012-04-25help: replace underlining "help -a" headers using hyphens with a blank lineNguyễn Thái Ngọc Duy-13/+3
2012-04-24i18n: help: mark strings for translationNguyễn Thái Ngọc Duy-12/+20
2012-02-13pager: find out the terminal width before spawning the pagerZbigniew Jędrzejewski-Szmek-22/+0
2011-07-22Merge branch 'ms/help-unknown'Junio C Hamano-0/+12
2011-07-08help_unknown_cmd: do not propose an "unknown" cmdMichael Schubert-0/+12
2011-06-16help.c: Fix detection of custom merge strategy on cygwinRamsay Jones-1/+4
2010-12-05help: always suggest common-cmds if prefix of cmdErik Faye-Lund-8/+39
2010-02-15Remove hyphen from "git-command" in two error messagesPete Harlan-1/+1
2009-12-15help.autocorrect: do not run a command if the command given is junkJohannes Sixt-2/+5
2009-09-18Test for WIN32 instead of __MINGW32_Frank Li-1/+1
2009-09-18Avoid declaration after statementFrank Li-1/+2
2009-08-12Merge branch 'maint-1.6.3' into maintJunio C Hamano-2/+2
2009-08-12Change mentions of "git programs" to "git commands"Ori Avtalion-1/+1
2009-08-12help.c: give correct structure's size to memset()Johan Herland-1/+1
2009-07-22janitor: add DIV_ROUND_UP and use it.Pierre Habouzit-1/+1
2008-09-11git wrapper: also use aliases to correct mistyped commandsPieter de Bie-8/+24
2008-09-07Merge branch 'ar/autospell'Junio C Hamano-1/+88
2008-08-31Add help.autocorrect to enable/disable autocorrectingAlex Riesen-1/+18
2008-08-31git wrapper: DWIM mistyped commandsJohannes Schindelin-1/+71