aboutsummaryrefslogtreecommitdiffstats
path: root/packfile.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ds/midx-too-many-packs'Junio C Hamano2019-05-191-21/+9
|\
| * midx: add packs to packed_git linked listDerrick Stolee2019-05-071-20/+8
| * midx: pass a repository pointerDerrick Stolee2019-05-071-2/+2
* | Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano2019-05-091-7/+7
|\ \ | |/ |/|
| * packfile.c: add repo_approximate_object_count()Nguyễn Thái Ngọc Duy2019-04-081-7/+7
* | Merge branch 'bc/hash-transition-16'Junio C Hamano2019-04-251-3/+3
|\ \
| * | object-store: rename and expand packed_git's sha1 memberbrian m. carlson2019-04-011-3/+3
| |/
* | Merge branch 'jk/server-info-rabbit-hole'Junio C Hamano2019-04-251-3/+15
|\ \
| * | packfile: fix pack basename computationJeff King2019-04-161-1/+11
| * | pack-revindex: open index if necessaryJeff King2019-04-161-2/+4
| |/
* / midx: during verify group objects by packfile to speed verificationJeff Hostetler2019-03-221-1/+1
|/
* Merge branch 'sb/more-repo-in-api'Junio C Hamano2019-02-051-2/+3
|\
| * packfile: allow has_packed_and_bad to handle arbitrary repositoriesStefan Beller2018-10-191-2/+3
* | Merge branch 'bc/tree-walk-oid'Junio C Hamano2019-01-291-1/+1
|\ \
| * | tree-walk: store object_id in a separate memberbrian m. carlson2019-01-151-1/+1
* | | object-store: factor out odb_clear_loose_cache()René Scharfe2019-01-081-5/+2
|/ /
* | Merge branch 'jk/loose-object-cache'Junio C Hamano2019-01-041-6/+14
|\ \
| * | object-store: provide helpers for loose_objects_cacheJeff King2018-11-131-0/+8
| * | sha1-file: use an object_directory for the main object dirJeff King2018-11-131-5/+5
| * | rename "alternate_object_database" to "object_directory"Jeff King2018-11-131-4/+4
* | | Merge branch 'ds/test-multi-pack-index'Junio C Hamano2018-11-131-0/+5
|\ \ \ | |/ / |/| |
| * | packfile: close multi-pack-index in close_all_packsDerrick Stolee2018-10-261-0/+5
| |/
* | Merge branch 'bc/hash-transition-part-15'Junio C Hamano2018-10-301-2/+3
|\ \
| * | packfile: express constants in terms of the_hash_algobrian m. carlson2018-10-151-2/+3
| |/
* / fuzz: add fuzz testing for packfile indices.Josh Steadmon2018-10-151-19/+25
|/
* Merge branch 'jk/cocci'Junio C Hamano2018-09-171-6/+6
|\
| * convert "hashcmp() != 0" to "!hasheq()"Jeff King2018-08-291-1/+1
| * convert "hashcmp() == 0" to hasheq()Jeff King2018-08-291-5/+5
* | treewide: use get_all_packsDerrick Stolee2018-08-201-1/+1
* | packfile: add all_packs listDerrick Stolee2018-08-201-0/+27
* | midx: stop reporting garbageDerrick Stolee2018-08-201-3/+4
* | multi-pack-index: store local propertyDerrick Stolee2018-08-201-2/+2
* | Sync 'ds/multi-pack-index' to v2.19.0-rc0Junio C Hamano2018-08-201-42/+127
|\ \ | |/ |/|
| * packfile: skip loading index if in multi-pack-indexDerrick Stolee2018-07-201-2/+17
| * midx: prevent duplicate packfile loadsDerrick Stolee2018-07-201-0/+9
| * midx: use midx in approximate_object_countDerrick Stolee2018-07-201-0/+3
| * midx: use midx in abbreviation calculationsDerrick Stolee2018-07-201-0/+6
| * midx: read objects from multi-pack-indexDerrick Stolee2018-07-201-1/+7
| * config: create core.multiPackIndex settingDerrick Stolee2018-07-201-1/+5
| * midx: sort and deduplicate objects from packfilesDerrick Stolee2018-07-201-0/+17
| * packfile: generalize pack directory listDerrick Stolee2018-07-201-38/+63
* | for_each_packed_object: support iterating in pack-orderJeff King2018-08-131-5/+16
* | for_each_*_object: take flag arguments as enumJeff King2018-08-131-1/+2
* | object: add repository argument to parse_objectStefan Beller2018-06-291-1/+1
|/
* Merge branch 'jl/zlib-restore-nul-termination'Junio C Hamano2018-06-181-0/+3
|\
| * packfile: correct zlib buffer handlingJeremy Linton2018-06-131-0/+3
* | Merge branch 'bc/object-id'Junio C Hamano2018-05-301-36/+43
|\ \
| * | 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