summaryrefslogtreecommitdiff
path: root/help.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-01Merge branch 'nd/command-list'Libravatar Junio C Hamano1-27/+217
2018-05-21completion: allow to customize the completable command listLibravatar Nguyễn Thái Ngọc Duy1-0/+33
2018-05-21help: use command-list.txt for the source of guidesLibravatar Nguyễn Thái Ngọc Duy1-4/+17
2018-05-21help: add "-a --verbose" to list all commands with synopsisLibravatar Nguyễn Thái Ngọc Duy1-0/+16
2018-05-21git: support --list-cmds=list-<category>Libravatar Nguyễn Thái Ngọc Duy1-0/+23
2018-05-21completion: implement and use --list-cmds=main,othersLibravatar Nguyễn Thái Ngọc Duy1-0/+32
2018-05-10help: use command-list.h for common command listLibravatar Nguyễn Thái Ngọc Duy1-36/+109
2018-04-11exec_cmd: rename to use dash in file nameLibravatar Stefan Beller1-1/+1
2017-12-14version --build-options: report commit, too, if possibleLibravatar Johannes Schindelin1-0/+5
2017-12-14version --build-options: also report host CPULibravatar Eric Sunshine1-0/+1
2017-06-26Merge branch 'mb/reword-autocomplete-message'Libravatar Junio C Hamano1-6/+12
2017-06-24Merge branch 'ab/free-and-null'Libravatar Junio C Hamano1-2/+1
2017-06-24Merge branch 'bw/config-h'Libravatar Junio C Hamano1-0/+1
2017-06-24Merge branch 'js/alias-early-config'Libravatar Junio C Hamano1-1/+1
2017-06-21auto-correct: tweak phrasingLibravatar Marc Branchaud1-6/+12
2017-06-19Merge branch 'jk/consistent-h'Libravatar Junio C Hamano1-5/+20
2017-06-16*.[ch] refactoring: make use of the FREE_AND_NULL() macroLibravatar Ævar Arnfjörð Bjarmason1-2/+1
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-06-15help: use early config when autocorrecting aliasesLibravatar Johannes Schindelin1-1/+1
2017-06-05version: convert to parse-optionsLibravatar Jeff King1-5/+20
2017-05-30Merge branch 'bw/forking-and-threading'Libravatar Junio C Hamano1-42/+1
2017-05-12usability: don't ask questions if no reply is requiredLibravatar Jean-Noel Avila1-2/+2
2017-04-25run-command: expose is_executable functionLibravatar Brandon Williams1-42/+1
2017-01-30help: improve is_executable() on WindowsLibravatar Heiko Voigt1-3/+18
2016-09-29use QSORTLibravatar René Scharfe1-10/+5
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