summaryrefslogtreecommitdiffstats
path: root/packfile.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* packfile: abstract away hash constant valuesbrian m. carlson2018-05-021-29/+37
* packfile: convert find_pack_entry to object_idbrian m. carlson2018-05-021-6/+6
* packfile: convert has_sha1_pack to object_idbrian m. carlson2018-05-021-2/+2
* packfile: remove unused member from struct pack_entrybrian m. carlson2018-05-021-1/+0
* Merge branch 'sb/packfiles-in-repository'Junio C Hamano2018-04-111-39/+37
|\
| * packfile: keep prepare_packed_git() privateNguyễn Thái Ngọc Duy2018-03-261-1/+4
| * packfile: allow find_pack_entry to handle arbitrary repositoriesStefan Beller2018-03-261-6/+5
| * packfile: add repository argument to find_pack_entryStefan Beller2018-03-261-6/+2
| * packfile: allow reprepare_packed_git to handle arbitrary repositoriesStefan Beller2018-03-261-4/+4
| * packfile: allow prepare_packed_git to handle arbitrary repositoriesStefan Beller2018-03-261-9/+9
| * packfile: allow prepare_packed_git_one to handle arbitrary repositoriesStefan Beller2018-03-261-4/+3
| * packfile: add repository argument to reprepare_packed_gitStefan Beller2018-03-261-1/+1
| * packfile: add repository argument to prepare_packed_gitStefan Beller2018-03-261-5/+5
| * packfile: add repository argument to prepare_packed_git_oneStefan Beller2018-03-261-3/+4
| * packfile: allow install_packed_git to handle arbitrary repositoriesStefan Beller2018-03-261-4/+4
| * packfile: allow rearrange_packed_git to handle arbitrary repositoriesStefan Beller2018-03-261-4/+4
| * packfile: allow prepare_packed_git_mru to handle arbitrary repositoriesStefan Beller2018-03-261-5/+5
* | Merge branch 'sb/object-store'Junio C Hamano2018-04-111-33/+44
|\|
| * 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
* | packfile: define and use bsearch_pack()Derrick Stolee2018-03-221-16/+26
* | sha1_file: convert sha1_object_info* to object_idbrian m. carlson2018-03-141-2/+2
* | packfile: convert unpack_entry to struct object_idbrian m. carlson2018-03-141-11/+11
* | sha1_file: convert retry_bad_packed_offset to struct object_idbrian m. carlson2018-03-141-4/+4
* | Merge branch 'bw/c-plus-plus'Junio C Hamano2018-03-061-4/+4
|\ \
| * | object: rename function 'typename' to 'type_name'Brandon Williams2018-02-141-1/+1
| * | object_info: change member name from 'typename' to 'type_name'Brandon Williams2018-02-141-3/+3
* | | Merge branch 'jt/binsearch-with-fanout'Junio C Hamano2018-02-271-25/+4
|\ \ \ | |_|/ |/| |
| * | packfile: refactor hash search with fanout tableJonathan Tan2018-02-151-14/+4
| * | packfile: remove GIT_DEBUG_LOOKUP log statementsJonathan Tan2018-02-151-11/+0
| |/
* | Merge branch 'ds/use-get-be64'Junio C Hamano2018-02-131-2/+1
|\ \
| * | packfile: use get_be64() for large offsetsDerrick Stolee2018-01-191-2/+1
| |/
* | Merge branch 'gs/retire-mru'Junio C Hamano2018-02-131-8/+9
|\ \
| * | mru: Replace mru.[ch] with list.h implementationGargi 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.hOlga Telezhnaya2017-10-011-3/+4
* | | fsck: introduce partialclone extensionJonathan Tan2017-12-051-3/+74
| |/ |/|
* | cleanup: fix possible overflow errors in binary searchDerrick 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-241-0/+40
* pack: move has_pack_index()Jonathan Tan2017-08-241-0/+8
* pack: move has_sha1_pack()Jonathan Tan2017-08-241-0/+6
* pack: move find_pack_entry() and make it globalJonathan Tan2017-08-241-0/+53