summaryrefslogtreecommitdiffstats
path: root/git.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/style-opening-brace'Junio C Hamano2019-01-181-1/+2
|\
| * style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy2018-12-101-1/+2
* | Merge branch 'nd/i18n'Junio C Hamano2019-01-041-16/+16
|\ \ | |/ |/|
| * alias.c: mark split_cmdline_strerror() strings for translationNguyễn Thái Ngọc Duy2018-11-121-1/+1
| * git.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-11-121-15/+15
* | Merge branch 'ag/rebase-i-in-c'Junio C Hamano2018-11-021-1/+1
|\ \
| * | rebase -i: move rebase--helper modes to rebase--interactiveAlban Gruin2018-10-091-1/+0
| * | rebase -i: remove git-rebase--interactive.shAlban Gruin2018-10-091-1/+1
| * | rebase -i: implement the main part of interactive rebase as a builtinAlban Gruin2018-10-091-0/+1
* | | Merge branch 'pk/rebase-in-c'Junio C Hamano2018-11-021-0/+6
|\ \ \ | |_|/ |/| |
| * | rebase: start implementing it as a builtinPratik Karki2018-08-061-0/+6
* | | Merge branch 'rv/alias-help'Junio C Hamano2018-10-261-0/+3
|\ \ \
| * | | git.c: handle_alias: prepend alias info when first argument is -hRasmus Villemoes2018-10-111-0/+3
* | | | Merge branch 'ts/alias-of-alias'Junio C Hamano2018-10-161-3/+25
|\ \ \ \ | |/ / / |/| | |
| * | | alias: show the call history when an alias is loopingTim Schumacher2018-09-171-2/+15
| * | | alias: add support for aliases of an aliasTim Schumacher2018-09-171-3/+12
* | | | Sync 'ds/multi-pack-index' to v2.19.0-rc0Junio C Hamano2018-08-201-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | multi-pack-index: add builtinDerrick Stolee2018-07-201-0/+1
* | | | 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
| |/