summaryrefslogtreecommitdiff
path: root/git.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/range-diff'Junio C Hamano2018-08-201-0/+1
|\
| * Introduce `range-diff` to compare iterations of a topic branchJohannes Schindelin2018-08-131-0/+1
* | Merge branch 'jk/core-use-replace-refs'Junio C Hamano2018-08-151-1/+1
|\ \ | |/ |/|
| * check_replace_refs: rename to read_replace_refsJeff King2018-07-181-1/+1
* | Merge branch 'jm/cache-entry-from-mem-pool'Junio C Hamano2018-08-021-0/+3
|\ \ | |/ |/|
| * block alloc: add validations around cache_entry lifecyleJameson Miller2018-07-031-0/+3
* | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-1/+1
|\ \
| * | shallow: add repository argument to set_alternate_shallow_fileStefan Beller2018-05-181-1/+1
* | | Merge branch 'jk/show-index'Junio C Hamano2018-06-251-0/+1
|\ \ \ | |_|/ |/| |
| * | make show-index a builtinJeff King2018-05-291-0/+1
* | | Merge branch 'nd/command-list'Junio C Hamano2018-06-011-9/+76
|\ \ \
| * | | completion: allow to customize the completable command listNguyễn Thái Ngọc Duy2018-05-211-0/+2
| * | | completion: add and use --list-cmds=aliasNguyễn Thái Ngọc Duy2018-05-211-0/+2
| * | | completion: add and use --list-cmds=nohelpersNguyễn Thái Ngọc Duy2018-05-211-0/+14
| * | | Move declaration for alias.c to alias.hNguyễn Thái Ngọc Duy2018-05-211-0/+1
| * | | git: support --list-cmds=list-<category>Nguyễn Thái Ngọc Duy2018-05-211-0/+7
| * | | completion: implement and use --list-cmds=main,othersNguyễn Thái Ngọc Duy2018-05-211-0/+4
| * | | git --list-cmds: collect command list in a string_listNguyễn Thái Ngọc Duy2018-05-211-5/+17
| * | | git.c: convert --list-* to --list-cmds=*Nguyễn Thái Ngọc Duy2018-05-211-6/+31
| | |/ | |/|
* | | Merge branch 'js/no-pager-shorthand'Junio C Hamano2018-05-231-2/+2
|\ \ \
| * | | git: add -P as a short option for --no-pagerJohannes Sixt2018-05-041-2/+2
| | |/ | |/|
* | | Merge branch 'ds/commit-graph'Junio C Hamano2018-05-081-0/+1
|\ \ \
| * | | commit-graph: create git-commit-graph builtinDerrick Stolee2018-04-021-0/+1
* | | | Merge branch 'dj/runtime-prefix'Junio C Hamano2018-05-081-1/+1
|\ \ \ \
| * | | | exec_cmd: RUNTIME_PREFIX on some POSIX systemsDan Jacques2018-04-111-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'bw/protocol-v2'Junio C Hamano2018-05-081-0/+2
|\ \ \ \
| * | | | serve: introduce git-serveBrandon Williams2018-03-151-0/+1
| * | | | upload-pack: convert to a builtinBrandon Williams2018-03-141-0/+1
| | |/ / | |/| |
* | | | exec_cmd: rename to use dash in file nameStefan Beller2018-04-111-1/+1
| |/ / |/| |
* | | Merge branch 'nd/parseopt-completion-more'Junio C Hamano2018-04-101-57/+65
|\ \ \ | |_|/ |/| |
| * | git.c: add hidden option --list-parseopt-builtinsNguyễn Thái Ngọc Duy2018-03-251-41/+49
| * | git.c: move cmd_struct declaration upNguyễn Thái Ngọc Duy2018-03-251-17/+17
| |/
* | Merge branch 'ma/config-page-only-in-list-mode'Junio C Hamano2018-03-211-1/+1
|\ \
| * | config: respect `pager.config` in list/get-mode onlyMartin Ågren2018-02-211-1/+1
| |/
* | Mark messages for translationsas/ll-i18nAlexander Shopov2018-02-131-19/+19
|/
* Merge branch 'ma/branch-list-paginate'Junio C Hamano2017-11-281-1/+1
|\
| * branch: respect `pager.branch` in list-mode onlyMartin Ågren2017-11-201-1/+1
* | Merge branch 'jk/no-optional-locks'Junio C Hamano2017-10-031-0/+4
|\ \
| * | git: add --no-optional-locks optionJeff King2017-09-271-0/+4
| |/
* | Merge branch 'bw/grep-recurse-submodules'Junio C Hamano2017-08-221-1/+1
|\ \ | |/ |/|
| * grep: recurse in-process using 'struct repository'Brandon Williams2017-08-021-1/+1
* | git.c: ignore pager.* when launching builtin as dashed externalma/pager-per-subcommand-actionMartin Ågren2017-08-031-1/+1
* | tag: respect `pager.tag` in list-mode onlyMartin Ågren2017-08-031-1/+1
* | git.c: provide setup_auto_pager()Martin Ågren2017-08-031-0/+10
* | git.c: let builtins opt for handling `pager.foo` themselvesMartin Ågren2017-08-031-1/+3
|/
* ls-files: use repository objectbw/repo-objectBrandon Williams2017-06-231-1/+1
*-. Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Junio C Hamano2017-06-231-51/+5
|\ \
| | * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
| | * alias: use the early config machinery to expand aliasesjs/alias-early-configJohannes Schindelin2017-06-151-51/+4
| |/
* | git: add hidden --list-builtins optionJeff King2017-06-051-0/+12
|/