summaryrefslogtreecommitdiff
path: root/git.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-18Merge branch 'nd/style-opening-brace'Libravatar Junio C Hamano1-1/+2
2019-01-04Merge branch 'nd/i18n'Libravatar Junio C Hamano1-16/+16
2018-12-10style: the opening '{' of a function is in a separate lineLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2018-11-12alias.c: mark split_cmdline_strerror() strings for translationLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-11-12git.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy1-15/+15
2018-11-02Merge branch 'ag/rebase-i-in-c'Libravatar Junio C Hamano1-1/+1
2018-11-02Merge branch 'pk/rebase-in-c'Libravatar Junio C Hamano1-0/+6
2018-10-26Merge branch 'rv/alias-help'Libravatar Junio C Hamano1-0/+3
2018-10-16Merge branch 'ts/alias-of-alias'Libravatar Junio C Hamano1-3/+25
2018-10-11git.c: handle_alias: prepend alias info when first argument is -hLibravatar Rasmus Villemoes1-0/+3
2018-10-09rebase -i: move rebase--helper modes to rebase--interactiveLibravatar Alban Gruin1-1/+0
2018-10-09rebase -i: remove git-rebase--interactive.shLibravatar Alban Gruin1-1/+1
2018-10-09rebase -i: implement the main part of interactive rebase as a builtinLibravatar Alban Gruin1-0/+1
2018-09-17alias: show the call history when an alias is loopingLibravatar Tim Schumacher1-2/+15
2018-09-17alias: add support for aliases of an aliasLibravatar Tim Schumacher1-3/+12
2018-08-20Sync 'ds/multi-pack-index' to v2.19.0-rc0Libravatar Junio C Hamano1-0/+1
2018-08-20Merge branch 'js/range-diff'Libravatar Junio C Hamano1-0/+1
2018-08-15Merge branch 'jk/core-use-replace-refs'Libravatar Junio C Hamano1-1/+1
2018-08-13Introduce `range-diff` to compare iterations of a topic branchLibravatar Johannes Schindelin1-0/+1
2018-08-06rebase: start implementing it as a builtinLibravatar Pratik Karki1-0/+6
2018-08-02Merge branch 'jm/cache-entry-from-mem-pool'Libravatar Junio C Hamano1-0/+3
2018-07-20multi-pack-index: add builtinLibravatar Derrick Stolee1-0/+1
2018-07-18check_replace_refs: rename to read_replace_refsLibravatar Jeff King1-1/+1
2018-07-18Merge branch 'sb/object-store-grafts'Libravatar Junio C Hamano1-1/+1
2018-07-03block alloc: add validations around cache_entry lifecyleLibravatar Jameson Miller1-0/+3
2018-06-25Merge branch 'jk/show-index'Libravatar Junio C Hamano1-0/+1
2018-06-01Merge branch 'nd/command-list'Libravatar Junio C Hamano1-9/+76
2018-05-29make show-index a builtinLibravatar Jeff King1-0/+1
2018-05-23Merge branch 'js/no-pager-shorthand'Libravatar Junio C Hamano1-2/+2
2018-05-21completion: allow to customize the completable command listLibravatar Nguyễn Thái Ngọc Duy1-0/+2
2018-05-21completion: add and use --list-cmds=aliasLibravatar Nguyễn Thái Ngọc Duy1-0/+2
2018-05-21completion: add and use --list-cmds=nohelpersLibravatar Nguyễn Thái Ngọc Duy1-0/+14
2018-05-21Move declaration for alias.c to alias.hLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2018-05-21git: support --list-cmds=list-<category>Libravatar Nguyễn Thái Ngọc Duy1-0/+7
2018-05-21completion: implement and use --list-cmds=main,othersLibravatar Nguyễn Thái Ngọc Duy1-0/+4
2018-05-21git --list-cmds: collect command list in a string_listLibravatar Nguyễn Thái Ngọc Duy1-5/+17
2018-05-21git.c: convert --list-* to --list-cmds=*Libravatar Nguyễn Thái Ngọc Duy1-6/+31
2018-05-18shallow: add repository argument to set_alternate_shallow_fileLibravatar Stefan Beller1-1/+1
2018-05-08Merge branch 'ds/commit-graph'Libravatar Junio C Hamano1-0/+1
2018-05-08Merge branch 'dj/runtime-prefix'Libravatar Junio C Hamano1-1/+1
2018-05-08Merge branch 'bw/protocol-v2'Libravatar Junio C Hamano1-0/+2
2018-05-04git: add -P as a short option for --no-pagerLibravatar Johannes Sixt1-2/+2
2018-04-11exec_cmd: rename to use dash in file nameLibravatar Stefan Beller1-1/+1
2018-04-11exec_cmd: RUNTIME_PREFIX on some POSIX systemsLibravatar Dan Jacques1-1/+1
2018-04-10Merge branch 'nd/parseopt-completion-more'Libravatar Junio C Hamano1-57/+65
2018-04-02commit-graph: create git-commit-graph builtinLibravatar Derrick Stolee1-0/+1
2018-03-25git.c: add hidden option --list-parseopt-builtinsLibravatar Nguyễn Thái Ngọc Duy1-41/+49
2018-03-25git.c: move cmd_struct declaration upLibravatar Nguyễn Thái Ngọc Duy1-17/+17
2018-03-21Merge branch 'ma/config-page-only-in-list-mode'Libravatar Junio C Hamano1-1/+1
2018-03-15serve: introduce git-serveLibravatar Brandon Williams1-0/+1