Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ts/alias-of-alias' | Junio C Hamano | 2018-10-16 | 1 | -3/+25 |
|\ | |||||
| * | alias: show the call history when an alias is looping | Tim Schumacher | 2018-09-17 | 1 | -2/+15 |
| * | alias: add support for aliases of an alias | Tim Schumacher | 2018-09-17 | 1 | -3/+12 |
* | | Sync 'ds/multi-pack-index' to v2.19.0-rc0 | Junio C Hamano | 2018-08-20 | 1 | -0/+1 |
|\ \ | |/ |/| | |||||
| * | multi-pack-index: add builtin | Derrick Stolee | 2018-07-20 | 1 | -0/+1 |
* | | Merge branch 'js/range-diff' | Junio C Hamano | 2018-08-20 | 1 | -0/+1 |
|\ \ | |||||
| * | | Introduce `range-diff` to compare iterations of a topic branch | Johannes Schindelin | 2018-08-13 | 1 | -0/+1 |
* | | | Merge branch 'jk/core-use-replace-refs' | Junio C Hamano | 2018-08-15 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | check_replace_refs: rename to read_replace_refs | Jeff King | 2018-07-18 | 1 | -1/+1 |
* | | | Merge branch 'jm/cache-entry-from-mem-pool' | Junio C Hamano | 2018-08-02 | 1 | -0/+3 |
|\ \ \ | |/ / |/| | | |||||
| * | | block alloc: add validations around cache_entry lifecyle | Jameson Miller | 2018-07-03 | 1 | -0/+3 |
| |/ | |||||
* | | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 2018-07-18 | 1 | -1/+1 |
|\ \ | |||||
| * | | shallow: add repository argument to set_alternate_shallow_file | Stefan Beller | 2018-05-18 | 1 | -1/+1 |
* | | | Merge branch 'jk/show-index' | Junio C Hamano | 2018-06-25 | 1 | -0/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | make show-index a builtin | Jeff King | 2018-05-29 | 1 | -0/+1 |
* | | | Merge branch 'nd/command-list' | Junio C Hamano | 2018-06-01 | 1 | -9/+76 |
|\ \ \ | |||||
| * | | | completion: allow to customize the completable command list | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -0/+2 |
| * | | | completion: add and use --list-cmds=alias | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -0/+2 |
| * | | | completion: add and use --list-cmds=nohelpers | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -0/+14 |
| * | | | Move declaration for alias.c to alias.h | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -0/+1 |
| * | | | git: support --list-cmds=list-<category> | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -0/+7 |
| * | | | completion: implement and use --list-cmds=main,others | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -0/+4 |
| * | | | git --list-cmds: collect command list in a string_list | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -5/+17 |
| * | | | git.c: convert --list-* to --list-cmds=* | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -6/+31 |
| | |/ | |/| | |||||
* | | | Merge branch 'js/no-pager-shorthand' | Junio C Hamano | 2018-05-23 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | git: add -P as a short option for --no-pager | Johannes Sixt | 2018-05-04 | 1 | -2/+2 |
| | |/ | |/| | |||||
* | | | Merge branch 'ds/commit-graph' | Junio C Hamano | 2018-05-08 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | commit-graph: create git-commit-graph builtin | Derrick Stolee | 2018-04-02 | 1 | -0/+1 |
* | | | | Merge branch 'dj/runtime-prefix' | Junio C Hamano | 2018-05-08 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | exec_cmd: RUNTIME_PREFIX on some POSIX systems | Dan Jacques | 2018-04-11 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'bw/protocol-v2' | Junio C Hamano | 2018-05-08 | 1 | -0/+2 |
|\ \ \ \ | |||||
| * | | | | serve: introduce git-serve | Brandon Williams | 2018-03-15 | 1 | -0/+1 |
| * | | | | upload-pack: convert to a builtin | Brandon Williams | 2018-03-14 | 1 | -0/+1 |
| | |/ / | |/| | | |||||
* | | | | exec_cmd: rename to use dash in file name | Stefan Beller | 2018-04-11 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Merge branch 'nd/parseopt-completion-more' | Junio C Hamano | 2018-04-10 | 1 | -57/+65 |
|\ \ \ | |_|/ |/| | | |||||
| * | | git.c: add hidden option --list-parseopt-builtins | Nguyễn Thái Ngọc Duy | 2018-03-25 | 1 | -41/+49 |
| * | | git.c: move cmd_struct declaration up | Nguyễn Thái Ngọc Duy | 2018-03-25 | 1 | -17/+17 |
| |/ | |||||
* | | Merge branch 'ma/config-page-only-in-list-mode' | Junio C Hamano | 2018-03-21 | 1 | -1/+1 |
|\ \ | |||||
| * | | config: respect `pager.config` in list/get-mode only | Martin Ågren | 2018-02-21 | 1 | -1/+1 |
| |/ | |||||
* | | Mark messages for translationsas/ll-i18n | Alexander Shopov | 2018-02-13 | 1 | -19/+19 |
|/ | |||||
* | Merge branch 'ma/branch-list-paginate' | Junio C Hamano | 2017-11-28 | 1 | -1/+1 |
|\ | |||||
| * | branch: respect `pager.branch` in list-mode only | Martin Ågren | 2017-11-20 | 1 | -1/+1 |
* | | Merge branch 'jk/no-optional-locks' | Junio C Hamano | 2017-10-03 | 1 | -0/+4 |
|\ \ | |||||
| * | | git: add --no-optional-locks option | Jeff King | 2017-09-27 | 1 | -0/+4 |
| |/ | |||||
* | | Merge branch 'bw/grep-recurse-submodules' | Junio C Hamano | 2017-08-22 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | grep: recurse in-process using 'struct repository' | Brandon Williams | 2017-08-02 | 1 | -1/+1 |
* | | git.c: ignore pager.* when launching builtin as dashed externalma/pager-per-subcommand-action | Martin Ågren | 2017-08-03 | 1 | -1/+1 |
* | | tag: respect `pager.tag` in list-mode only | Martin Ågren | 2017-08-03 | 1 | -1/+1 |
* | | git.c: provide setup_auto_pager() | Martin Ågren | 2017-08-03 | 1 | -0/+10 |
* | | git.c: let builtins opt for handling `pager.foo` themselves | Martin Ågren | 2017-08-03 | 1 | -1/+3 |
|/ |