Age | Commit message (Expand) | Author | Files | Lines |
2018-10-03 | help -a: improve and make --verbose default | Nguyễn Thái Ngọc Duy | 1 | -4/+46 |
2018-08-20 | Merge branch 'hn/highlight-sideband-keywords' | Junio C Hamano | 1 | -0/+1 |
2018-08-17 | Merge branch 'mk/http-backend-content-length' | Junio C Hamano | 1 | -0/+1 |
2018-08-08 | sideband: highlight keywords in remote sideband output | Han-Wen Nienhuys | 1 | -0/+1 |
2018-07-27 | http-backend: respect CONTENT_LENGTH for receive-pack | Max Kirillov | 1 | -0/+1 |
2018-06-01 | Merge branch 'nd/command-list' | Junio C Hamano | 1 | -27/+217 |
2018-05-29 | completion: drop the hard coded list of config vars | Nguyễn Thái Ngọc Duy | 1 | -3/+31 |
2018-05-29 | help: add --config to list all available config | Nguyễn Thái Ngọc Duy | 1 | -0/+56 |
2018-05-29 | Merge branch 'nd/command-list' into nd/complete-config-vars | Junio C Hamano | 1 | -27/+217 |
2018-05-21 | completion: allow to customize the completable command list | Nguyễn Thái Ngọc Duy | 1 | -0/+33 |
2018-05-21 | help: use command-list.txt for the source of guides | Nguyễn Thái Ngọc Duy | 1 | -4/+17 |
2018-05-21 | help: add "-a --verbose" to list all commands with synopsis | Nguyễn Thái Ngọc Duy | 1 | -0/+16 |
2018-05-21 | git: support --list-cmds=list-<category> | Nguyễn Thái Ngọc Duy | 1 | -0/+23 |
2018-05-21 | completion: implement and use --list-cmds=main,others | Nguyễn Thái Ngọc Duy | 1 | -0/+32 |
2018-05-10 | help: use command-list.h for common command list | Nguyễn Thái Ngọc Duy | 1 | -36/+109 |
2018-04-11 | exec_cmd: rename to use dash in file name | Stefan Beller | 1 | -1/+1 |
2017-12-14 | version --build-options: report commit, too, if possible | Johannes Schindelin | 1 | -0/+5 |
2017-12-14 | version --build-options: also report host CPU | Eric Sunshine | 1 | -0/+1 |
2017-06-26 | Merge branch 'mb/reword-autocomplete-message' | Junio C Hamano | 1 | -6/+12 |
2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -2/+1 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-24 | Merge branch 'js/alias-early-config' | Junio C Hamano | 1 | -1/+1 |
2017-06-21 | auto-correct: tweak phrasing | Marc Branchaud | 1 | -6/+12 |
2017-06-19 | Merge branch 'jk/consistent-h' | Junio C Hamano | 1 | -5/+20 |
2017-06-16 | *.[ch] refactoring: make use of the FREE_AND_NULL() macro | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-06-15 | help: use early config when autocorrecting aliases | Johannes Schindelin | 1 | -1/+1 |
2017-06-05 | version: convert to parse-options | Jeff King | 1 | -5/+20 |
2017-05-30 | Merge branch 'bw/forking-and-threading' | Junio C Hamano | 1 | -42/+1 |
2017-05-12 | usability: don't ask questions if no reply is required | Jean-Noel Avila | 1 | -2/+2 |
2017-04-25 | run-command: expose is_executable function | Brandon Williams | 1 | -42/+1 |
2017-01-30 | help: improve is_executable() on Windows | Heiko Voigt | 1 | -3/+18 |
2016-09-29 | use QSORT | René Scharfe | 1 | -10/+5 |
2016-07-15 | t0006: skip "far in the future" test when unsigned long is not long enough | Jeff King | 1 | -0/+6 |
2016-02-22 | convert trivial cases to FLEX_ARRAY macros | Jeff King | 1 | -4/+2 |
2015-06-24 | Merge branch 'js/sleep-without-select' | Junio C Hamano | 1 | -1/+1 |
2015-06-05 | help.c: wrap wait-only poll() invocation in sleep_millisec() | Johannes Sixt | 1 | -1/+1 |
2015-06-05 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -1/+1 |
2015-05-25 | append_similar_ref(): rewrite to take an object_id argument | Michael Haggerty | 1 | -4/+2 |
2015-05-25 | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 1 | -1/+3 |
2015-05-21 | help: respect new common command grouping | Sébastien Guimmara | 1 | -1/+23 |
2014-09-26 | Merge branch 'sb/help-unknown-command-sort-fix' | Junio C Hamano | 1 | -1/+1 |
2014-09-18 | help: fix the size passed to qsort | Stefan Beller | 1 | -1/+1 |
2014-07-16 | Merge branch 'jk/strip-suffix' | Junio C Hamano | 1 | -3/+2 |
2014-06-30 | use strip_suffix instead of ends_with in simple cases | Jeff King | 1 | -3/+2 |
2014-06-30 | replace has_extension with ends_with | Jeff King | 1 | -1/+1 |
2014-06-20 | use skip_prefix to avoid repeated calculations | Jeff King | 1 | -6/+5 |
2014-06-20 | use skip_prefix to avoid repeating strings | Jeff King | 1 | -3/+4 |
2014-06-20 | use skip_prefix to avoid magic numbers | Jeff King | 1 | -2/+4 |
2014-03-14 | Merge branch 'rt/help-pretty-prints-cmd-names' | Junio C Hamano | 1 | -4/+3 |