summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-21Merge branch 'rj/warning-uninitialized-fix'Libravatar Junio C Hamano1-1/+1
2018-03-21Merge branch 'jt/transfer-fsck-with-promissor'Libravatar Junio C Hamano1-2/+4
2018-03-21Merge branch 'ma/skip-writing-unchanged-index'Libravatar Junio C Hamano5-26/+17
2018-03-21Merge branch 'ma/config-page-only-in-list-mode'Libravatar Junio C Hamano1-0/+10
2018-03-20-Wuninitialized: remove some 'init-self' workaroundsLibravatar Ramsay Jones1-1/+1
2018-03-15worktree prune: improve prune logic when worktree is movedLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2018-03-15worktree: delete dead codeLibravatar Nguyễn Thái Ngọc Duy1-8/+0
2018-03-15fetch-pack: perform a fetch using v2Libravatar Brandon Williams1-1/+1
2018-03-15fetch: pass ref prefixes when fetchingLibravatar Brandon Williams1-1/+18
2018-03-15ls-remote: pass ref prefixes when requesting a remote's refsLibravatar Brandon Williams1-2/+13
2018-03-15transport: convert transport_get_remote_refs to take a list of ref prefixesLibravatar Brandon Williams4-5/+5
2018-03-15connect: request remote refs using v2Libravatar Brandon Williams1-5/+5
2018-03-15serve: introduce git-serveLibravatar Brandon Williams1-0/+30
2018-03-15shortlog: disallow left-over arguments outside repoLibravatar Martin Ågren1-0/+5
2018-03-15index-pack: support checking objects but not linksLibravatar Jonathan Tan1-2/+4
2018-03-14protocol: introduce enum protocol_version value protocol_v2Libravatar Brandon Williams4-0/+18
2018-03-14connect: discover protocol version outside of get_remote_headsLibravatar Brandon Williams2-3/+30
2018-03-14upload-pack: convert to a builtinLibravatar Brandon Williams1-0/+67
2018-03-14Merge branch 'nd/parseopt-completion'Libravatar Junio C Hamano20-28/+42
2018-03-14Merge branch 'nd/object-allocation-comments'Libravatar Junio C Hamano4-0/+4
2018-03-14Merge branch 'nd/worktree-move'Libravatar Junio C Hamano1-0/+220
2018-03-14Convert lookup_replace_object to struct object_idLibravatar brian m. carlson1-5/+2
2018-03-14sha1_file: convert read_sha1_file to struct object_idLibravatar brian m. carlson16-36/+36
2018-03-14sha1_file: convert read_object_with_reference to object_idLibravatar brian m. carlson3-4/+4
2018-03-14tree-walk: convert tree entry functions to object_idLibravatar brian m. carlson2-2/+2
2018-03-14builtin/notes: convert static functions to object_idLibravatar brian m. carlson1-5/+5
2018-03-14builtin/fmt-merge-msg: convert remaining code to object_idLibravatar brian m. carlson1-2/+2