summaryrefslogtreecommitdiff
path: root/git.c
AgeCommit message (Expand)AuthorFilesLines
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-02Merge branch 'jm/cache-entry-from-mem-pool'Libravatar Junio C Hamano1-0/+3
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
2018-03-14upload-pack: convert to a builtinLibravatar Brandon Williams1-0/+1
2018-02-21config: respect `pager.config` in list/get-mode onlyLibravatar Martin Ågren1-1/+1
2018-02-13Mark messages for translationsLibravatar Alexander Shopov1-19/+19
2017-11-28Merge branch 'ma/branch-list-paginate'Libravatar Junio C Hamano1-1/+1
2017-11-20branch: respect `pager.branch` in list-mode onlyLibravatar Martin Ågren1-1/+1
2017-10-03Merge branch 'jk/no-optional-locks'Libravatar Junio C Hamano1-0/+4
2017-09-27git: add --no-optional-locks optionLibravatar Jeff King1-0/+4
2017-08-22Merge branch 'bw/grep-recurse-submodules'Libravatar Junio C Hamano1-1/+1
2017-08-03git.c: ignore pager.* when launching builtin as dashed externalLibravatar Martin Ågren1-1/+1
2017-08-03tag: respect `pager.tag` in list-mode onlyLibravatar Martin Ågren1-1/+1
2017-08-03git.c: provide setup_auto_pager()Libravatar Martin Ågren1-0/+10
2017-08-03git.c: let builtins opt for handling `pager.foo` themselvesLibravatar Martin Ågren1-1/+3
2017-08-02grep: recurse in-process using 'struct repository'Libravatar Brandon Williams1-1/+1
2017-06-23ls-files: use repository objectLibravatar Brandon Williams1-1/+1
2017-06-23Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Libravatar Junio C Hamano1-51/+5
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-06-15alias: use the early config machinery to expand aliasesLibravatar Johannes Schindelin1-51/+4
2017-06-05git: add hidden --list-builtins optionLibravatar Jeff King1-0/+12