summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2018-04-16pack-objects: show some progress when counting kept objectsLibravatar Nguyễn Thái Ngọc Duy1-6/+12
2018-04-16gc --auto: exclude base pack if not enough mem to "repack -ad"Libravatar Nguyễn Thái Ngọc Duy2-2/+98
2018-04-16gc: handle a corner case in gc.bigPackThresholdLibravatar Nguyễn Thái Ngọc Duy1-1/+7
2018-04-16gc: add gc.bigPackThreshold configLibravatar Nguyễn Thái Ngọc Duy1-6/+20
2018-04-16gc: add --keep-largest-pack optionLibravatar Nguyễn Thái Ngọc Duy1-4/+41
2018-04-16repack: add --keep-pack optionLibravatar Nguyễn Thái Ngọc Duy2-16/+68
2018-04-16pack-objects: shrink delta_size field in struct object_entryLibravatar Nguyễn Thái Ngọc Duy1-10/+16
2018-04-16pack-objects: shrink size field in struct object_entryLibravatar Nguyễn Thái Ngọc Duy1-25/+80
2018-04-16pack-objects: clarify the use of object_entry::sizeLibravatar Nguyễn Thái Ngọc Duy1-3/+8
2018-04-16pack-objects: don't check size when the object is badLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2018-04-16pack-objects: shrink z_delta_size field in struct object_entryLibravatar Nguyễn Thái Ngọc Duy1-6/+18
2018-04-16pack-objects: refer to delta objects by index instead of pointerLibravatar Nguyễn Thái Ngọc Duy1-54/+63
2018-04-16pack-objects: move in_pack out of struct object_entryLibravatar Nguyễn Thái Ngọc Duy1-11/+17
2018-04-16pack-objects: move in_pack_pos out of struct object_entryLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2018-04-16pack-objects: use bitfield for object_entry::depthLibravatar Nguyễn Thái Ngọc Duy1-0/+6
2018-04-16pack-objects: use bitfield for object_entry::dfs_stateLibravatar Nguyễn Thái Ngọc Duy1-0/+3
2018-04-16pack-objects: turn type and in_pack_type to bitfieldsLibravatar Nguyễn Thái Ngọc Duy1-24/+35
2018-04-12replace-object: add repository argument to lookup_replace_objectLibravatar Stefan Beller1-1/+1
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