summaryrefslogtreecommitdiff
path: root/help.c
Commit message (Expand)AuthorAgeFilesLines
...
| * completion: allow to customize the completable command listNguyễn Thái Ngọc Duy2018-05-211-0/+33
| * help: use command-list.txt for the source of guidesNguyễn Thái Ngọc Duy2018-05-211-4/+17
| * help: add "-a --verbose" to list all commands with synopsisNguyễn Thái Ngọc Duy2018-05-211-0/+16
| * git: support --list-cmds=list-<category>Nguyễn Thái Ngọc Duy2018-05-211-0/+23
| * completion: implement and use --list-cmds=main,othersNguyễn Thái Ngọc Duy2018-05-211-0/+32
| * help: use command-list.h for common command listNguyễn Thái Ngọc Duy2018-05-101-36/+109
* | exec_cmd: rename to use dash in file nameStefan Beller2018-04-111-1/+1
|/
* version --build-options: report commit, too, if possiblejs/enhanced-version-infoJohannes Schindelin2017-12-141-0/+5
* version --build-options: also report host CPUEric Sunshine2017-12-141-0/+1
* Merge branch 'mb/reword-autocomplete-message'Junio C Hamano2017-06-261-6/+12
|\
| * auto-correct: tweak phrasingmb/reword-autocomplete-messageMarc Branchaud2017-06-211-6/+12
* | Merge branch 'ab/free-and-null'Junio C Hamano2017-06-241-2/+1
|\ \
| * | *.[ch] refactoring: make use of the FREE_AND_NULL() macroÆvar Arnfjörð Bjarmason2017-06-161-2/+1
* | | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \ \
| * | | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | | | Merge branch 'js/alias-early-config'Junio C Hamano2017-06-241-1/+1
|\ \ \ \ | |/ / /
| * | | help: use early config when autocorrecting aliasesJohannes Schindelin2017-06-151-1/+1
* | | | Merge branch 'jk/consistent-h'Junio C Hamano2017-06-191-5/+20
|\ \ \ \ | |_|/ / |/| | |
| * | | version: convert to parse-optionsJeff King2017-06-051-5/+20
| |/ /
* | | Merge branch 'bw/forking-and-threading'Junio C Hamano2017-05-301-42/+1
|\ \ \
| * | | run-command: expose is_executable functionBrandon Williams2017-04-251-42/+1
| |/ /
* | | usability: don't ask questions if no reply is requiredJean-Noel Avila2017-05-121-2/+2
|/ /
* | help: improve is_executable() on Windowshv/mingw-help-is-executableHeiko Voigt2017-01-301-3/+18
* | use QSORTRené Scharfe2016-09-291-10/+5
|/
* t0006: skip "far in the future" test when unsigned long is not long enoughjk/tzoffset-fixJeff King2016-07-151-0/+6
* convert trivial cases to FLEX_ARRAY macrosJeff King2016-02-221-4/+2
* Merge branch 'js/sleep-without-select'Junio C Hamano2015-06-241-1/+1
|\
| * help.c: wrap wait-only poll() invocation in sleep_millisec()Johannes Sixt2015-06-051-1/+1
* | Merge branch 'bc/object-id'Junio C Hamano2015-06-051-1/+1
|\ \
| * | append_similar_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-4/+2
| * | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-1/+3
| |/
* | help: respect new common command groupingSébastien Guimmara2015-05-211-1/+23
|/
* Merge branch 'sb/help-unknown-command-sort-fix'Junio C Hamano2014-09-261-1/+1
|\
| * help: fix the size passed to qsortsb/help-unknown-command-sort-fixStefan Beller2014-09-181-1/+1
* | Merge branch 'jk/strip-suffix'Junio C Hamano2014-07-161-3/+2
|\ \
| * | use strip_suffix instead of ends_with in simple casesJeff King2014-06-301-3/+2
| * | replace has_extension with ends_withJeff King2014-06-301-1/+1
* | | use skip_prefix to avoid repeated calculationsJeff King2014-06-201-6/+5
* | | use skip_prefix to avoid repeating stringsJeff King2014-06-201-3/+4
* | | use skip_prefix to avoid magic numbersJeff King2014-06-201-2/+4
|/ /
* | Merge branch 'rt/help-pretty-prints-cmd-names'Junio C Hamano2014-03-141-4/+3
|\ \
| * | help.c: rename function "pretty_print_string_list"rt/help-pretty-prints-cmd-namesRalf Thielow2014-02-281-4/+3
* | | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-4/+4
|/ /
* | cygwin: Remove the Win32 l/stat() implementationrj/cygwin-clarify-use-of-cheating-lstatRamsay Jones2013-07-181-4/+1
* | Merge branch 'rj/mingw-cygwin'Junio C Hamano2013-06-111-1/+1
|\ \
| * | mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVEJonathan Nieder2013-05-081-1/+1
* | | help: add help_unknown_ref()Vikrant Varma2013-05-081-0/+50
|/ /
* | help.c: add a compatibility comment to cmd_version()David Aguilar2013-04-161-0/+4
* | help: include <common-cmds.h> only in one fileJunio C Hamano2013-01-181-0/+17
* | help.c::exclude_cmds(): plug a leakJunio C Hamano2012-07-251-3/+4