summaryrefslogtreecommitdiff
path: root/packfile.h
AgeCommit message (Expand)Author
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano
2018-04-26cache.h: allow oid_object_info to handle arbitrary repositoriesStefan Beller
2018-04-26packfile: add repository argument to unpack_entryStefan Beller
2018-04-26packfile: add repository argument to packed_object_infoJonathan Nieder
2018-04-11Merge branch 'sb/packfiles-in-repository'Junio C Hamano
2018-04-11Merge branch 'sb/object-store'Junio C Hamano
2018-04-11commit-graph: read only from specific pack-indexesDerrick Stolee
2018-03-26packfile: keep prepare_packed_git() privateNguyễn Thái Ngọc Duy
2018-03-26packfile: allow find_pack_entry to handle arbitrary repositoriesStefan Beller
2018-03-26packfile: add repository argument to find_pack_entryStefan Beller
2018-03-26packfile: allow reprepare_packed_git to handle arbitrary repositoriesStefan Beller
2018-03-26packfile: allow prepare_packed_git to handle arbitrary repositoriesStefan Beller
2018-03-26packfile: add repository argument to reprepare_packed_gitStefan Beller
2018-03-26packfile: add repository argument to prepare_packed_gitStefan Beller
2018-03-26packfile: allow install_packed_git to handle arbitrary repositoriesStefan Beller
2018-03-26object-store: close all packs upon clearing the object storeStefan Beller
2018-03-26object-store: move packed_git and packed_git_mru to object storeStefan Beller
2018-03-22packfile: define and use bsearch_pack()Derrick Stolee
2017-12-05fsck: introduce partialclone extensionJonathan Tan
2017-08-23pack: move for_each_packed_object()Jonathan Tan
2017-08-23pack: move has_pack_index()Jonathan Tan
2017-08-23pack: move has_sha1_pack()Jonathan Tan
2017-08-23pack: move find_pack_entry() and make it globalJonathan Tan
2017-08-23pack: move find_sha1_pack()Jonathan Tan
2017-08-23pack: move find_pack_entry_one(), is_pack_valid()Jonathan Tan
2017-08-23pack: move check_pack_index_ptr(), nth_packed_object_offset()Jonathan Tan
2017-08-23pack: move nth_packed_object_{sha1,oid}Jonathan Tan
2017-08-23pack: move clear_delta_base_cache(), packed_object_info(), unpack_entry()Jonathan Tan
2017-08-23pack: move unpack_object_header()Jonathan Tan
2017-08-23pack: move get_size_from_delta()Jonathan Tan
2017-08-23pack: move unpack_object_header_buffer()Jonathan Tan
2017-08-23pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan
2017-08-23pack: move install_packed_git()Jonathan Tan
2017-08-23pack: move add_packed_git()Jonathan Tan
2017-08-23pack: move unuse_pack()Jonathan Tan
2017-08-23pack: move use_pack()Jonathan Tan
2017-08-23pack: move pack-closing functionsJonathan Tan
2017-08-23pack: move release_pack_memory()Jonathan Tan
2017-08-23pack: move open_pack_index(), parse_pack_index()Jonathan Tan
2017-08-23pack: move pack_report()Jonathan Tan
2017-08-23pack: move static state variablesJonathan Tan
2017-08-23pack: move pack name-related functionsJonathan Tan