summaryrefslogtreecommitdiff
path: root/packfile.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sb/packfiles-in-repository'Junio C Hamano2018-04-111-4/+7
|\
| * packfile: keep prepare_packed_git() privatesb/packfiles-in-repositoryNguyễn Thái Ngọc Duy2018-03-261-1/+0
| * packfile: allow find_pack_entry to handle arbitrary repositoriesStefan Beller2018-03-261-2/+1
| * packfile: add repository argument to find_pack_entryStefan Beller2018-03-261-1/+6
| * packfile: allow reprepare_packed_git to handle arbitrary repositoriesStefan Beller2018-03-261-2/+1
| * packfile: allow prepare_packed_git to handle arbitrary repositoriesStefan Beller2018-03-261-2/+1
| * packfile: add repository argument to reprepare_packed_gitStefan Beller2018-03-261-1/+2
| * packfile: add repository argument to prepare_packed_gitStefan Beller2018-03-261-1/+2
| * packfile: allow install_packed_git to handle arbitrary repositoriesStefan Beller2018-03-261-1/+1
* | Merge branch 'sb/object-store'Junio C Hamano2018-04-111-1/+4
|\ \ | |/
| * object-store: close all packs upon clearing the object storeStefan Beller2018-03-261-1/+1
| * object-store: move packed_git and packed_git_mru to object storeStefan Beller2018-03-261-0/+3
* | packfile: define and use bsearch_pack()Derrick Stolee2018-03-221-0/+8
|/
* fsck: introduce partialclone extensionJonathan Tan2017-12-051-0/+13
* pack: move for_each_packed_object()Jonathan Tan2017-08-231-0/+11
* pack: move has_pack_index()Jonathan Tan2017-08-231-0/+2
* pack: move has_sha1_pack()Jonathan Tan2017-08-231-0/+2
* pack: move find_pack_entry() and make it globalJonathan Tan2017-08-231-0/+2
* pack: move find_sha1_pack()Jonathan Tan2017-08-231-0/+3
* pack: move find_pack_entry_one(), is_pack_valid()Jonathan Tan2017-08-231-2/+7
* pack: move check_pack_index_ptr(), nth_packed_object_offset()Jonathan Tan2017-08-231-0/+16
* pack: move nth_packed_object_{sha1,oid}Jonathan Tan2017-08-231-1/+15
* pack: move clear_delta_base_cache(), packed_object_info(), unpack_entry()Jonathan Tan2017-08-231-0/+10
* pack: move unpack_object_header()Jonathan Tan2017-08-231-0/+1
* pack: move get_size_from_delta()Jonathan Tan2017-08-231-0/+1
* pack: move unpack_object_header_buffer()Jonathan Tan2017-08-231-0/+2
* pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan2017-08-231-2/+14
* pack: move install_packed_git()Jonathan Tan2017-08-231-0/+2
* pack: move add_packed_git()Jonathan Tan2017-08-231-0/+1
* pack: move unuse_pack()Jonathan Tan2017-08-231-0/+1
* pack: move use_pack()Jonathan Tan2017-08-231-11/+3
* pack: move pack-closing functionsJonathan Tan2017-08-231-0/+11
* pack: move release_pack_memory()Jonathan Tan2017-08-231-0/+4
* pack: move open_pack_index(), parse_pack_index()Jonathan Tan2017-08-231-0/+8
* pack: move pack_report()Jonathan Tan2017-08-231-0/+2
* pack: move static state variablesJonathan Tan2017-08-231-0/+9
* pack: move pack name-related functionsJonathan Tan2017-08-231-0/+27