summaryrefslogtreecommitdiff
path: root/git.c
AgeCommit message (Expand)Author
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano
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
2018-02-13Mark messages for translationsAlexander Shopov
2017-11-28Merge branch 'ma/branch-list-paginate'Junio C Hamano
2017-11-20branch: respect `pager.branch` in list-mode onlyMartin Ågren
2017-10-03Merge branch 'jk/no-optional-locks'Junio C Hamano
2017-09-27git: add --no-optional-locks optionJeff King
2017-08-22Merge branch 'bw/grep-recurse-submodules'Junio C Hamano
2017-08-03git.c: ignore pager.* when launching builtin as dashed externalMartin Ågren
2017-08-03tag: respect `pager.tag` in list-mode onlyMartin Ågren
2017-08-03git.c: provide setup_auto_pager()Martin Ågren
2017-08-03git.c: let builtins opt for handling `pager.foo` themselvesMartin Ågren
2017-08-02grep: recurse in-process using 'struct repository'Brandon Williams
2017-06-24ls-files: use repository objectBrandon Williams
2017-06-24Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-15alias: use the early config machinery to expand aliasesJohannes Schindelin
2017-06-05git: add hidden --list-builtins optionJeff King
2017-03-30Merge branch 'bw/recurse-submodules-relative-fix'Junio C Hamano
2017-03-17setup: allow for prefix to be passed to git commandsBrandon Williams
2017-02-09rebase--helper: add a builtin helper for interactive rebasesJohannes Schindelin
2017-02-03Merge branch 'sb/unpack-trees-super-prefix'Junio C Hamano
2017-01-31Merge branch 'js/difftool-builtin'Junio C Hamano
2017-01-25unpack-trees: support super-prefix optionStefan Beller