summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2018-04-12refs: add repository argument to get_main_ref_storeStefan Beller1-1/+2
2018-04-12object-store: move lookup_replace_object to replace-object.hStefan Beller1-0/+1
2018-04-11sha1_file.c: rename to use dash in file nameStefan Beller1-1/+1
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller12-12/+12
2018-04-11Merge branch 'rs/status-with-removed-submodule'Junio C Hamano1-2/+6
2018-04-11Merge branch 'sb/packfiles-in-repository'Junio C Hamano6-10/+4
2018-04-11Merge branch 'sb/object-store'Junio C Hamano13-23/+43
2018-04-11treewide: replace maybe_tree with accessor methodsDerrick Stolee5-13/+19
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee5-13/+13
2018-04-11Merge branch 'bw/c-plus-plus' into ds/lazy-load-treesJunio C Hamano21-253/+253
2018-04-11commit-graph: implement "--append" optionDerrick Stolee1-3/+7
2018-04-11commit-graph: build graph from starting commitsDerrick Stolee1-6/+21
2018-04-11commit-graph: read only from specific pack-indexesDerrick Stolee1-3/+30
2018-04-11commit-graph: implement git commit-graph readDerrick Stolee1-0/+56
2018-04-10Merge branch 'ps/contains-id-error-message'Junio C Hamano3-0/+3
2018-04-10builtin/config.c: treat type specifiers singularlyTaylor Blau1-27/+22
2018-04-10Merge branch 'nd/worktree-prune'Junio C Hamano1-9/+2
2018-04-10Merge branch 'bc/object-id'Junio C Hamano41-166/+167
2018-04-10Merge branch 'ma/shortlog-revparse'Junio C Hamano1-1/+7
2018-04-09ls-remote: create '--sort' optionHarald Nordgren1-3/+27
2018-04-09ref-filter: use "struct object_id" consistentlyJeff King2-2/+2
2018-04-05commit: allow partial commits with relative pathsBrandon Williams1-2/+1
2018-04-02commit-graph: implement git-commit-graph writeDerrick Stolee1-0/+33
2018-04-02commit-graph: create git-commit-graph builtinDerrick Stolee1-0/+36
2018-04-02csum-file: refactor finalize_hashfile() methodDerrick Stolee1-2/+2
2018-04-02csum-file: rename hashclose() to finalize_hashfile()Derrick Stolee2-4/+4
2018-03-29ref-filter: start adding strbufs with errorsOlga Telezhnaya1-2/+5
2018-03-29submodule: fixup nested submodules after moving the submoduleStefan Beller2-4/+5
2018-03-29submodule-config: add repository argument to submodule_from_{name, path}Stefan Beller1-7/+7
2018-03-29submodule-config: allow submodule_free to handle arbitrary repositoriesStefan Beller1-1/+1
2018-03-29grep: remove "repo" arg from non-supporting funcsJonathan Tan1-7/+5
2018-03-28submodule: check for NULL return of get_submodule_ref_store()René Scharfe1-2/+6
2018-03-28Merge branch 'pc/submodule-helper'Junio C Hamano1-1/+1
2018-03-27submodule deinit: handle non existing pathspecs gracefullyStefan Beller1-1/+1
2018-03-26packfile: keep prepare_packed_git() privateNguyễn Thái Ngọc Duy5-8/+1
2018-03-26packfile: add repository argument to reprepare_packed_gitStefan Beller2-2/+3
2018-03-26packfile: add repository argument to prepare_packed_gitStefan Beller5-5/+5
2018-03-26sha1_file: add repository argument to prepare_alt_odbStefan Beller1-1/+1
2018-03-26object-store: close all packs upon clearing the object storeStefan Beller5-5/+5
2018-03-26object-store: move packed_git and packed_git_mru to object storeStefan Beller6-16/+27
2018-03-23object-store: move alt_odb_list and alt_odb_tail to object storeStefan Beller1-0/+4
2018-03-23object-store: migrate alternates struct and functions from cache.hStefan Beller4-0/+4
2018-03-23repository: introduce raw object store fieldStefan Beller1-1/+2
2018-03-22Merge branch 'jk/cached-commit-buffer' into maintJunio C Hamano1-1/+1
2018-03-22Merge branch 'sm/mv-dry-run-update' into maintJunio C Hamano1-2/+1
2018-03-22Merge branch 'jc/worktree-add-short-help' into maintJunio C Hamano1-1/+1
2018-03-22Merge branch 'rs/describe-unique-abbrev' into maintJunio C Hamano1-1/+1
2018-03-22Merge branch 'jt/fsck-code-cleanup' into maintJunio C Hamano1-1/+7
2018-03-22parse-options: do not show usage upon invalid option valuePaul-Sebastian Ungureanu3-0/+3
2018-03-21Merge branch 'rj/warning-uninitialized-fix'Junio C Hamano1-1/+1