summaryrefslogtreecommitdiff
path: root/git.c
AgeCommit message (Expand)Author
2019-01-04Merge branch 'nd/i18n'Junio C Hamano
2018-11-12alias.c: mark split_cmdline_strerror() strings for translationNguyễn Thái Ngọc Duy
2018-11-12git.c: mark more strings for translationNguyễn Thái Ngọc Duy
2018-11-02Merge branch 'ag/rebase-i-in-c'Junio C Hamano
2018-11-02Merge branch 'pk/rebase-in-c'Junio C Hamano
2018-10-26Merge branch 'rv/alias-help'Junio C Hamano
2018-10-16Merge branch 'ts/alias-of-alias'Junio C Hamano
2018-10-11git.c: handle_alias: prepend alias info when first argument is -hRasmus Villemoes
2018-10-09rebase -i: move rebase--helper modes to rebase--interactiveAlban Gruin
2018-10-09rebase -i: remove git-rebase--interactive.shAlban Gruin
2018-10-09rebase -i: implement the main part of interactive rebase as a builtinAlban Gruin
2018-09-17alias: show the call history when an alias is loopingTim Schumacher
2018-09-17alias: add support for aliases of an aliasTim Schumacher
2018-08-20Sync 'ds/multi-pack-index' to v2.19.0-rc0Junio C Hamano
2018-08-20Merge branch 'js/range-diff'Junio C Hamano
2018-08-15Merge branch 'jk/core-use-replace-refs'Junio C Hamano
2018-08-13Introduce `range-diff` to compare iterations of a topic branchJohannes Schindelin
2018-08-06rebase: start implementing it as a builtinPratik Karki
2018-08-02Merge branch 'jm/cache-entry-from-mem-pool'Junio C Hamano
2018-07-20multi-pack-index: add builtinDerrick Stolee
2018-07-18check_replace_refs: rename to read_replace_refsJeff King
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-07-03block alloc: add validations around cache_entry lifecyleJameson Miller
2018-06-25Merge branch 'jk/show-index'Junio C Hamano
2018-06-01Merge branch 'nd/command-list'Junio C Hamano
2018-05-28make show-index a builtinJeff King
2018-05-23Merge branch 'js/no-pager-shorthand'Junio C Hamano
2018-05-21completion: allow to customize the completable command listNguyễn Thái Ngọc Duy
2018-05-21completion: add and use --list-cmds=aliasNguyễn Thái Ngọc Duy
2018-05-21completion: add and use --list-cmds=nohelpersNguyễn Thái Ngọc Duy
2018-05-21Move declaration for alias.c to alias.hNguyễn Thái Ngọc Duy
2018-05-21git: support --list-cmds=list-<category>Nguyễn Thái Ngọc Duy
2018-05-21completion: implement and use --list-cmds=main,othersNguyễn Thái Ngọc Duy
2018-05-21git --list-cmds: collect command list in a string_listNguyễn Thái Ngọc Duy
2018-05-21git.c: convert --list-* to --list-cmds=*Nguyễn Thái Ngọc Duy
2018-05-17shallow: add repository argument to set_alternate_shallow_fileStefan Beller
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano
2018-05-08Merge branch 'dj/runtime-prefix'Junio C Hamano
2018-05-08Merge branch 'bw/protocol-v2'Junio C Hamano
2018-05-04git: add -P as a short option for --no-pagerJohannes Sixt
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller
2018-04-11exec_cmd: RUNTIME_PREFIX on some POSIX systemsDan Jacques
2018-04-10Merge branch 'nd/parseopt-completion-more'Junio C Hamano
2018-04-02commit-graph: create git-commit-graph builtinDerrick Stolee
2018-03-25git.c: add hidden option --list-parseopt-builtinsNguyễn Thái Ngọc Duy
2018-03-25git.c: move cmd_struct declaration upNguyễn Thái Ngọc Duy
2018-03-21Merge branch 'ma/config-page-only-in-list-mode'Junio C Hamano
2018-03-15serve: introduce git-serveBrandon Williams
2018-03-14upload-pack: convert to a builtinBrandon Williams
2018-02-21config: respect `pager.config` in list/get-mode onlyMartin Ågren