summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2018-04-12refs: add repository argument to for_each_replace_refLibravatar Stefan Beller1-1/+3
2018-04-12refs: add repository argument to get_main_ref_storeLibravatar Stefan Beller1-1/+2
2018-04-12object-store: move lookup_replace_object to replace-object.hLibravatar Stefan Beller1-0/+1
2018-04-11sha1_file.c: rename to use dash in file nameLibravatar Stefan Beller1-1/+1
2018-04-11exec_cmd: rename to use dash in file nameLibravatar Stefan Beller12-12/+12
2018-04-11Merge branch 'rs/status-with-removed-submodule'Libravatar Junio C Hamano1-2/+6
2018-04-11Merge branch 'sb/packfiles-in-repository'Libravatar Junio C Hamano6-10/+4
2018-04-11Merge branch 'sb/object-store'Libravatar Junio C Hamano13-23/+43
2018-04-11treewide: replace maybe_tree with accessor methodsLibravatar Derrick Stolee5-13/+19
2018-04-11treewide: rename tree to maybe_treeLibravatar Derrick Stolee5-13/+13
2018-04-11Merge branch 'bw/c-plus-plus' into ds/lazy-load-treesLibravatar Junio C Hamano21-253/+253
2018-04-11commit-graph: implement "--append" optionLibravatar Derrick Stolee1-3/+7
2018-04-11commit-graph: build graph from starting commitsLibravatar Derrick Stolee1-6/+21
2018-04-11commit-graph: read only from specific pack-indexesLibravatar Derrick Stolee1-3/+30
2018-04-11commit-graph: implement git commit-graph readLibravatar Derrick Stolee1-0/+56
2018-04-10Merge branch 'ps/contains-id-error-message'Libravatar Junio C Hamano3-0/+3
2018-04-10builtin/config.c: treat type specifiers singularlyLibravatar Taylor Blau1-27/+22
2018-04-10Merge branch 'nd/worktree-prune'Libravatar Junio C Hamano1-9/+2
2018-04-10Merge branch 'bc/object-id'Libravatar Junio C Hamano41-166/+167
2018-04-10Merge branch 'ma/shortlog-revparse'Libravatar Junio C Hamano1-1/+7
2018-04-09ls-remote: create '--sort' optionLibravatar Harald Nordgren1-3/+27
2018-04-09ref-filter: use "struct object_id" consistentlyLibravatar Jeff King2-2/+2
2018-04-05commit: allow partial commits with relative pathsLibravatar Brandon Williams1-2/+1
2018-04-02commit-graph: implement git-commit-graph writeLibravatar Derrick Stolee1-0/+33
2018-04-02commit-graph: create git-commit-graph builtinLibravatar Derrick Stolee1-0/+36
2018-04-02csum-file: refactor finalize_hashfile() methodLibravatar Derrick Stolee1-2/+2
2018-04-02csum-file: rename hashclose() to finalize_hashfile()Libravatar Derrick Stolee2-4/+4
2018-03-29ref-filter: start adding strbufs with errorsLibravatar Olga Telezhnaya1-2/+5
2018-03-29submodule: fixup nested submodules after moving the submoduleLibravatar Stefan Beller2-4/+5
2018-03-29submodule-config: add repository argument to submodule_from_{name, path}Libravatar Stefan Beller1-7/+7
2018-03-29submodule-config: allow submodule_free to handle arbitrary repositoriesLibravatar Stefan Beller1-1/+1
2018-03-29grep: remove "repo" arg from non-supporting funcsLibravatar Jonathan Tan1-7/+5
2018-03-28submodule: check for NULL return of get_submodule_ref_store()Libravatar René Scharfe1-2/+6
2018-03-28Merge branch 'pc/submodule-helper'Libravatar Junio C Hamano1-1/+1
2018-03-27submodule deinit: handle non existing pathspecs gracefullyLibravatar Stefan Beller1-1/+1
2018-03-26packfile: keep prepare_packed_git() privateLibravatar Nguyễn Thái Ngọc Duy5-8/+1
2018-03-26packfile: add repository argument to reprepare_packed_gitLibravatar Stefan Beller2-2/+3
2018-03-26packfile: add repository argument to prepare_packed_gitLibravatar Stefan Beller5-5/+5
2018-03-26sha1_file: add repository argument to prepare_alt_odbLibravatar Stefan Beller1-1/+1
2018-03-26object-store: close all packs upon clearing the object storeLibravatar Stefan Beller5-5/+5
2018-03-26object-store: move packed_git and packed_git_mru to object storeLibravatar Stefan Beller6-16/+27
2018-03-23object-store: move alt_odb_list and alt_odb_tail to object storeLibravatar Stefan Beller1-0/+4
2018-03-23object-store: migrate alternates struct and functions from cache.hLibravatar Stefan Beller4-0/+4
2018-03-23repository: introduce raw object store fieldLibravatar Stefan Beller1-1/+2
2018-03-22Merge branch 'jk/cached-commit-buffer' into maintLibravatar Junio C Hamano1-1/+1
2018-03-22Merge branch 'sm/mv-dry-run-update' into maintLibravatar Junio C Hamano1-2/+1
2018-03-22Merge branch 'jc/worktree-add-short-help' into maintLibravatar Junio C Hamano1-1/+1
2018-03-22Merge branch 'rs/describe-unique-abbrev' into maintLibravatar Junio C Hamano1-1/+1
2018-03-22Merge branch 'jt/fsck-code-cleanup' into maintLibravatar Junio C Hamano1-1/+7
2018-03-22parse-options: do not show usage upon invalid option valueLibravatar Paul-Sebastian Ungureanu3-0/+3