summaryrefslogtreecommitdiff
path: root/git.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/command-list' into nd/complete-config-varsJunio C Hamano2018-05-291-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
|/
* Merge branch 'bw/recurse-submodules-relative-fix'Junio C Hamano2017-03-301-2/+0
|\
| * setup: allow for prefix to be passed to git commandsBrandon Williams2017-03-171-2/+0
* | rebase--helper: add a builtin helper for interactive rebasesJohannes Schindelin2017-02-091-0/+1
|/
* Merge branch 'sb/unpack-trees-super-prefix'Junio C Hamano2017-02-031-1/+1
|\
| * unpack-trees: support super-prefix optionsb/unpack-trees-super-prefixStefan Beller2017-01-251-1/+1
* | Merge branch 'js/difftool-builtin'Junio C Hamano2017-01-311-0/+1
|\ \
| * | difftool: retire the scripted versionJohannes Schindelin2017-01-191-6/+1
| * | difftool: add a skeleton for the upcoming builtinJohannes Schindelin2017-01-171-0/+6
* | | Merge branch 'jk/execv-dashed-external'Junio C Hamano2017-01-181-21/+15
|\ \ \
| * | | execv_dashed_external: wait for child on signal deathJeff King2017-01-091-0/+1