summaryrefslogtreecommitdiff
path: root/packfile.c
Commit message (Expand)AuthorAgeFilesLines
* sha1_file: add repository argument to prepare_alt_odbStefan Beller2018-03-261-1/+1
* pack: move approximate object count to object storeStefan Beller2018-03-261-6/+5
* pack: move prepare_packed_git_run_once to object storeStefan Beller2018-03-261-4/+3
* object-store: close all packs upon clearing the object storeStefan Beller2018-03-261-2/+2
* object-store: move packed_git and packed_git_mru to object storeStefan Beller2018-03-261-20/+31
* object-store: move alt_odb_list and alt_odb_tail to object storeStefan Beller2018-03-231-1/+2
* object-store: migrate alternates struct and functions from cache.hStefan Beller2018-03-231-0/+1
* Merge branch 'ds/use-get-be64'Junio C Hamano2018-02-131-2/+1
|\
| * packfile: use get_be64() for large offsetsds/use-get-be64Derrick Stolee2018-01-191-2/+1
* | Merge branch 'gs/retire-mru'Junio C Hamano2018-02-131-8/+9
|\ \
| * | mru: Replace mru.[ch] with list.h implementationgs/retire-mruGargi Sharma2018-01-241-8/+9
* | | Merge branch 'ot/mru-on-list'Junio C Hamano2018-02-131-3/+4
|\ \ \ | |/ /
| * | mru: use double-linked list from list.hot/mru-on-listOlga Telezhnaya2017-10-011-3/+4
* | | fsck: introduce partialclone extensionJonathan Tan2017-12-051-3/+74
| |/ |/|
* | cleanup: fix possible overflow errors in binary searchds/avoid-overflow-in-midpoint-computationDerrick Stolee2017-10-101-1/+1
* | Merge branch 'jk/read-in-full'Junio C Hamano2017-10-031-2/+9
|\ \ | |/ |/|
| * distinguish error versus short read from read_in_full()Jeff King2017-09-271-2/+9
* | pack: make packed_git_mru global a value instead of a pointerJonathan Nieder2017-09-141-7/+5
|/
* pack: move for_each_packed_object()Jonathan Tan2017-08-231-0/+40
* pack: move has_pack_index()Jonathan Tan2017-08-231-0/+8
* pack: move has_sha1_pack()Jonathan Tan2017-08-231-0/+6
* pack: move find_pack_entry() and make it globalJonathan Tan2017-08-231-0/+53
* pack: move find_sha1_pack()Jonathan Tan2017-08-231-0/+13
* pack: move find_pack_entry_one(), is_pack_valid()Jonathan Tan2017-08-231-1/+75
* pack: move check_pack_index_ptr(), nth_packed_object_offset()Jonathan Tan2017-08-231-0/+33
* pack: move nth_packed_object_{sha1,oid}Jonathan Tan2017-08-231-0/+31
* pack: move clear_delta_base_cache(), packed_object_info(), unpack_entry()Jonathan Tan2017-08-231-0/+661
* pack: move unpack_object_header()Jonathan Tan2017-08-231-0/+26
* pack: move get_size_from_delta()Jonathan Tan2017-08-231-0/+40
* pack: move unpack_object_header_buffer()Jonathan Tan2017-08-231-0/+25
* pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan2017-08-231-0/+217
* pack: move install_packed_git()Jonathan Tan2017-08-231-1/+10
* pack: move add_packed_git()Jonathan Tan2017-08-231-0/+53
* pack: move unuse_pack()Jonathan Tan2017-08-231-0/+9
* pack: move use_pack()Jonathan Tan2017-08-231-9/+294
* pack: move pack-closing functionsJonathan Tan2017-08-231-0/+54
* pack: move release_pack_memory()Jonathan Tan2017-08-231-0/+49
* pack: move open_pack_index(), parse_pack_index()Jonathan Tan2017-08-231-0/+149
* pack: move pack_report()Jonathan Tan2017-08-231-0/+24
* pack: move static state variablesJonathan Tan2017-08-231-0/+14
* pack: move pack name-related functionsJonathan Tan2017-08-231-0/+23