index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packfile.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-29
Merge branch 'ds/close-object-store' into maint
Junio C Hamano
1
-1
/
+4
2019-07-29
Merge branch 'rs/copy-array' into maint
Junio C Hamano
1
-3
/
+3
2019-07-25
Merge branch 'mh/import-transport-fd-fix' into maint
Junio C Hamano
1
-1
/
+1
2019-06-17
use COPY_ARRAY for copying arrays
René Scharfe
1
-3
/
+3
2019-06-12
packfile: rename close_all_packs to close_object_store
Derrick Stolee
1
-1
/
+1
2019-06-12
packfile: close commit-graph in close_all_packs
Derrick Stolee
1
-0
/
+3
2019-05-19
Merge branch 'ds/midx-too-many-packs'
Junio C Hamano
1
-21
/
+9
2019-05-16
Use xmmap_gently instead of xmmap in use_pack
Mike Hommey
1
-1
/
+1
2019-05-09
Merge branch 'nd/sha1-name-c-wo-the-repository'
Junio C Hamano
1
-7
/
+7
2019-05-07
midx: add packs to packed_git linked list
Derrick Stolee
1
-20
/
+8
2019-05-07
midx: pass a repository pointer
Derrick Stolee
1
-2
/
+2
2019-04-25
Merge branch 'bc/hash-transition-16'
Junio C Hamano
1
-3
/
+3
2019-04-25
Merge branch 'jk/server-info-rabbit-hole'
Junio C Hamano
1
-3
/
+15
2019-04-16
packfile: fix pack basename computation
Jeff King
1
-1
/
+11
2019-04-16
pack-revindex: open index if necessary
Jeff King
1
-2
/
+4
2019-04-08
packfile.c: add repo_approximate_object_count()
Nguyễn Thái Ngọc Duy
1
-7
/
+7
2019-04-01
object-store: rename and expand packed_git's sha1 member
brian m. carlson
1
-3
/
+3
2019-03-22
midx: during verify group objects by packfile to speed verification
Jeff Hostetler
1
-1
/
+1
2019-02-05
Merge branch 'sb/more-repo-in-api'
Junio C Hamano
1
-2
/
+3
2019-01-29
Merge branch 'bc/tree-walk-oid'
Junio C Hamano
1
-1
/
+1
2019-01-15
tree-walk: store object_id in a separate member
brian m. carlson
1
-1
/
+1
2019-01-08
object-store: factor out odb_clear_loose_cache()
René Scharfe
1
-5
/
+2
2019-01-04
Merge branch 'jk/loose-object-cache'
Junio C Hamano
1
-6
/
+14
2018-11-13
Merge branch 'ds/test-multi-pack-index'
Junio C Hamano
1
-0
/
+5
2018-11-13
object-store: provide helpers for loose_objects_cache
Jeff King
1
-0
/
+8
2018-11-13
sha1-file: use an object_directory for the main object dir
Jeff King
1
-5
/
+5
2018-11-13
rename "alternate_object_database" to "object_directory"
Jeff King
1
-4
/
+4
2018-10-30
Merge branch 'bc/hash-transition-part-15'
Junio C Hamano
1
-2
/
+3
2018-10-26
packfile: close multi-pack-index in close_all_packs
Derrick Stolee
1
-0
/
+5
2018-10-19
packfile: allow has_packed_and_bad to handle arbitrary repositories
Stefan Beller
1
-2
/
+3
2018-10-15
fuzz: add fuzz testing for packfile indices.
Josh Steadmon
1
-19
/
+25
2018-10-15
packfile: express constants in terms of the_hash_algo
brian m. carlson
1
-2
/
+3
2018-09-17
Merge branch 'jk/cocci'
Junio C Hamano
1
-6
/
+6
2018-08-29
convert "hashcmp() != 0" to "!hasheq()"
Jeff King
1
-1
/
+1
2018-08-29
convert "hashcmp() == 0" to hasheq()
Jeff King
1
-5
/
+5
2018-08-20
treewide: use get_all_packs
Derrick Stolee
1
-1
/
+1
2018-08-20
packfile: add all_packs list
Derrick Stolee
1
-0
/
+27
2018-08-20
midx: stop reporting garbage
Derrick Stolee
1
-3
/
+4
2018-08-20
multi-pack-index: store local property
Derrick Stolee
1
-2
/
+2
2018-08-20
Sync 'ds/multi-pack-index' to v2.19.0-rc0
Junio C Hamano
1
-42
/
+127
2018-08-13
for_each_packed_object: support iterating in pack-order
Jeff King
1
-5
/
+16
2018-08-13
for_each_*_object: take flag arguments as enum
Jeff King
1
-1
/
+2
2018-07-20
packfile: skip loading index if in multi-pack-index
Derrick Stolee
1
-2
/
+17
2018-07-20
midx: prevent duplicate packfile loads
Derrick Stolee
1
-0
/
+9
2018-07-20
midx: use midx in approximate_object_count
Derrick Stolee
1
-0
/
+3
2018-07-20
midx: use midx in abbreviation calculations
Derrick Stolee
1
-0
/
+6
2018-07-20
midx: read objects from multi-pack-index
Derrick Stolee
1
-1
/
+7
2018-07-20
config: create core.multiPackIndex setting
Derrick Stolee
1
-1
/
+5
2018-07-20
midx: sort and deduplicate objects from packfiles
Derrick Stolee
1
-0
/
+17
2018-07-20
packfile: generalize pack directory list
Derrick Stolee
1
-38
/
+63
[next]