summaryrefslogtreecommitdiffstats
path: root/git.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-02Merge branch 'ag/rebase-i-in-c'Junio C Hamano1-1/+1
2018-11-02Merge branch 'pk/rebase-in-c'Junio C Hamano1-0/+6
2018-10-26Merge branch 'rv/alias-help'Junio C Hamano1-0/+3
2018-10-16Merge branch 'ts/alias-of-alias'Junio C Hamano1-3/+25
2018-10-11git.c: handle_alias: prepend alias info when first argument is -hRasmus Villemoes1-0/+3
2018-10-09rebase -i: move rebase--helper modes to rebase--interactiveAlban Gruin1-1/+0
2018-10-09rebase -i: remove git-rebase--interactive.shAlban Gruin1-1/+1
2018-10-09rebase -i: implement the main part of interactive rebase as a builtinAlban Gruin1-0/+1
2018-09-17alias: show the call history when an alias is loopingTim Schumacher1-2/+15
2018-09-17alias: add support for aliases of an aliasTim Schumacher1-3/+12
2018-08-20Sync 'ds/multi-pack-index' to v2.19.0-rc0Junio C Hamano1-0/+1
2018-08-20Merge branch 'js/range-diff'Junio C Hamano1-0/+1
2018-08-15Merge branch 'jk/core-use-replace-refs'Junio C Hamano1-1/+1
2018-08-13Introduce `range-diff` to compare iterations of a topic branchJohannes Schindelin1-0/+1
2018-08-06rebase: start implementing it as a builtinPratik Karki1-0/+6
2018-08-02Merge branch 'jm/cache-entry-from-mem-pool'Junio C Hamano1-0/+3
2018-07-20multi-pack-index: add builtinDerrick Stolee1-0/+1
2018-07-18check_replace_refs: rename to read_replace_refsJeff King1-1/+1
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano1-1/+1
2018-07-03block alloc: add validations around cache_entry lifecyleJameson Miller1-0/+3
2018-06-25Merge branch 'jk/show-index'Junio C Hamano1-0/+1
2018-06-01Merge branch 'nd/command-list'Junio C Hamano1-9/+76
2018-05-29make show-index a builtinJeff King1-0/+1
2018-05-23Merge branch 'js/no-pager-shorthand'Junio C Hamano1-2/+2
2018-05-21completion: allow to customize the completable command listNguyễn Thái Ngọc Duy1-0/+2
2018-05-21completion: add and use --list-cmds=aliasNguyễn Thái Ngọc Duy1-0/+2
2018-05-21completion: add and use --list-cmds=nohelpersNguyễn Thái Ngọc Duy1-0/+14
2018-05-21Move declaration for alias.c to alias.hNguyễn Thái Ngọc Duy1-0/+1
2018-05-21git: support --list-cmds=list-<category>Nguyễn Thái Ngọc Duy1-0/+7
2018-05-21completion: implement and use --list-cmds=main,othersNguyễn Thái Ngọc Duy1-0/+4
2018-05-21git --list-cmds: collect command list in a string_listNguyễn Thái Ngọc Duy1-5/+17
2018-05-21git.c: convert --list-* to --list-cmds=*Nguyễn Thái Ngọc Duy1-6/+31
2018-05-18shallow: add repository argument to set_alternate_shallow_fileStefan Beller1-1/+1
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano1-0/+1
2018-05-08Merge branch 'dj/runtime-prefix'Junio C Hamano1-1/+1
2018-05-08Merge branch 'bw/protocol-v2'Junio C Hamano1-0/+2
2018-05-04git: add -P as a short option for --no-pagerJohannes Sixt1-2/+2
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller1-1/+1
2018-04-11exec_cmd: RUNTIME_PREFIX on some POSIX systemsDan Jacques1-1/+1
2018-04-10Merge branch 'nd/parseopt-completion-more'Junio C Hamano1-57/+65
2018-04-02commit-graph: create git-commit-graph builtinDerrick Stolee1-0/+1
2018-03-25git.c: add hidden option --list-parseopt-builtinsNguyễn Thái Ngọc Duy1-41/+49
2018-03-25git.c: move cmd_struct declaration upNguyễn Thái Ngọc Duy1-17/+17
2018-03-21Merge branch 'ma/config-page-only-in-list-mode'Junio C Hamano1-1/+1
2018-03-15serve: introduce git-serveBrandon Williams1-0/+1
2018-03-14upload-pack: convert to a builtinBrandon Williams1-0/+1
2018-02-21config: respect `pager.config` in list/get-mode onlyMartin Ågren1-1/+1
2018-02-13Mark messages for translationsAlexander Shopov1-19/+19
2017-11-28Merge branch 'ma/branch-list-paginate'Junio C Hamano1-1/+1
2017-11-20branch: respect `pager.branch` in list-mode onlyMartin Ågren1-1/+1