summaryrefslogtreecommitdiff
path: root/help.c
AgeCommit message (Expand)Author
2017-06-26Merge branch 'mb/reword-autocomplete-message'Junio C Hamano
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-24Merge branch 'js/alias-early-config'Junio C Hamano
2017-06-21auto-correct: tweak phrasingMarc Branchaud
2017-06-19Merge branch 'jk/consistent-h'Junio C Hamano
2017-06-16*.[ch] refactoring: make use of the FREE_AND_NULL() macroÆvar Arnfjörð Bjarmason
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-15help: use early config when autocorrecting aliasesJohannes Schindelin
2017-06-05version: convert to parse-optionsJeff King
2017-05-30Merge branch 'bw/forking-and-threading'Junio C Hamano
2017-05-12usability: don't ask questions if no reply is requiredJean-Noel Avila
2017-04-26run-command: expose is_executable functionBrandon Williams
2017-01-30help: improve is_executable() on WindowsHeiko Voigt
2016-09-29use QSORTRené Scharfe
2016-07-15t0006: skip "far in the future" test when unsigned long is not long enoughJeff King
2016-02-22convert trivial cases to FLEX_ARRAY macrosJeff King
2015-06-24Merge branch 'js/sleep-without-select'Junio C Hamano
2015-06-05help.c: wrap wait-only poll() invocation in sleep_millisec()Johannes Sixt
2015-06-05Merge branch 'bc/object-id'Junio C Hamano
2015-05-25append_similar_ref(): rewrite to take an object_id argumentMichael Haggerty
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty
2015-05-21help: respect new common command groupingSébastien Guimmara
2014-09-26Merge branch 'sb/help-unknown-command-sort-fix'Junio C Hamano
2014-09-18help: fix the size passed to qsortStefan Beller
2014-07-16Merge branch 'jk/strip-suffix'Junio C Hamano
2014-06-30use strip_suffix instead of ends_with in simple casesJeff King
2014-06-30replace has_extension with ends_withJeff King
2014-06-20use skip_prefix to avoid repeated calculationsJeff King
2014-06-20use skip_prefix to avoid repeating stringsJeff King
2014-06-20use skip_prefix to avoid magic numbersJeff King
2014-03-14Merge branch 'rt/help-pretty-prints-cmd-names'Junio C Hamano
2014-02-28help.c: rename function "pretty_print_string_list"Ralf Thielow
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-07-18cygwin: Remove the Win32 l/stat() implementationRamsay Jones
2013-06-11Merge branch 'rj/mingw-cygwin'Junio C Hamano
2013-05-08help: add help_unknown_ref()Vikrant Varma
2013-05-08mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVEJonathan Nieder
2013-04-16help.c: add a compatibility comment to cmd_version()David Aguilar
2013-01-19help: include <common-cmds.h> only in one fileJunio C Hamano
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