๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.20.4
/
packfile.h
tag
16c573854a23903f29c3e478fcd0fcc28723ee31
tagger
Junio C Hamano <gitster@pobox.com>
Mon Apr 20 05:02:03 2020
object
041bc65923e13313ca1b77681c3b2950b5e0a163
Git 2.20.4
1127a98
fuzz: add fuzz testing for packfile indices.
by Josh Steadmon
ยท 7 years ago
0bff526
packfile: add all_packs list
by Derrick Stolee
ยท 7 years ago
c00ba22
Sync 'ds/multi-pack-index' to v2.19.0-rc0
by Junio C Hamano
ยท 7 years ago
0c54cda
Merge branch 'jk/for-each-object-iteration'
by Junio C Hamano
ยท 7 years ago
0889aae
for_each_*_object: move declarations to object-store.h
by Jeff King
ยท 7 years ago
736eb88
for_each_packed_object: support iterating in pack-order
by Jeff King
ยท 7 years ago
8b36155
for_each_*_object: give more comprehensive docstrings
by Jeff King
ยท 7 years ago
a7ff6f5
for_each_*_object: take flag arguments as enum
by Jeff King
ยท 7 years ago
202e7f1
for_each_*_object: store flag definitions in a single location
by Jeff King
ยท 7 years ago
b42f98a
packfile: ensure that enum object_type is defined
by Beat Bolli
ยท 7 years ago
8aac67a
midx: use midx in abbreviation calculations
by Derrick Stolee
ยท 7 years ago
fe1ed56
midx: sort and deduplicate objects from packfiles
by Derrick Stolee
ยท 7 years ago
9208e31
packfile: generalize pack directory list
by Derrick Stolee
๏ฟฝ๏ฟฝ 7 years ago
00624d6
Merge branch 'sb/object-store-grafts'
by Junio C Hamano
ยท 7 years ago
42c8ce1
Merge branch 'bc/object-id'
by Junio C Hamano
ยท 8 years ago
fcb6df3
Merge branch 'sb/oid-object-info'
by Junio C Hamano
ยท 8 years ago
cbd53a2
object-store: move object access functions to object-store.h
by Stefan Beller
ยท 8 years ago
b10edb2
Merge branch 'ds/commit-graph'
by Junio C Hamano
ยท 8 years ago
544443c
packfile: convert find_pack_entry to object_id
by brian m. carlson
ยท 8 years ago
14c3c80
packfile: convert has_sha1_pack to object_id
by brian m. carlson
ยท 8 years ago
9d98354
cache.h: allow oid_object_info to handle arbitrary repositories
by Stefan Beller
ยท 8 years ago
57a6a50
packfile: add repository argument to unpack_entry
by Stefan Beller
ยท 8 years ago
720aaa1
packfile: add repository argument to packed_object_info
by Jonathan Nieder
ยท 8 years ago
3a1ec60
Merge branch 'sb/packfiles-in-repository'
by Junio C Hamano
ยท 8 years ago
cf0b179
Merge branch 'sb/object-store'
by Junio C Hamano
ยท 8 years ago
049d51a
commit-graph: read only from specific pack-indexes
by Derrick Stolee
ยท 8 years ago
464416a
packfile: keep prepare_packed_git() private
by Nguyแป n Thรกi Ngแปc Duy
ยท 8 years ago
0a0dd63
packfile: allow find_pack_entry to handle arbitrary repositories
by Stefan Beller
ยท 8 years ago
613b42f2
packfile: add repository argument to find_pack_entry
by Stefan Beller
ยท 8 years ago
4c2a13b
packfile: allow reprepare_packed_git to handle arbitrary repositories
by Stefan Beller
ยท 8 years ago
0f90a9f
packfile: allow prepare_packed_git to handle arbitrary repositories
by Stefan Beller
ยท 8 years ago
a49d283
packfile: add repository argument to reprepare_packed_git
by Stefan Beller
ยท 8 years ago
6fdb4e9
packfile: add repository argument to prepare_packed_git
by Stefan Beller
ยท 8 years ago
5babff1
packfile: allow install_packed_git to handle arbitrary repositories
by Stefan Beller
ยท 8 years ago
d0b5986
object-store: close all packs upon clearing the object store
by Stefan Beller
ยท 8 years ago
a80d72d
object-store: move packed_git and packed_git_mru to object store
by Stefan Beller
ยท 8 years ago
3d475f4
packfile: define and use bsearch_pack()
by Derrick Stolee
ยท 8 years ago
498f1f6
fsck: introduce partialclone extension
by Jonathan Tan
ยท 8 years ago
7709f46
pack: move for_each_packed_object()
by Jonathan Tan
ยท 8 years ago
f9a8672
pack: move has_pack_index()
by Jonathan Tan
ยท 8 years ago
150e300
pack: move has_sha1_pack()
by Jonathan Tan
ยท 8 years ago
1a1e5d4
pack: move find_pack_entry() and make it global
by Jonathan Tan
ยท 8 years ago
d6fe003
pack: move find_sha1_pack()
by Jonathan Tan
ยท 8 years ago
a255195
pack: move find_pack_entry_one(), is_pack_valid()
by Jonathan Tan
ยท 8 years ago
9e0f45f
pack: move check_pack_index_ptr(), nth_packed_object_offset()
by Jonathan Tan
ยท 8 years ago
d5a1676
pack: move nth_packed_object_{sha1,oid}
by Jonathan Tan
ยท 8 years ago
f1d8130
pack: move clear_delta_base_cache(), packed_object_info(), unpack_entry()
by Jonathan Tan
ยท 8 years ago
3588dd6
pack: move unpack_object_header()
by Jonathan Tan
ยท 8 years ago
7b3aa75
pack: move get_size_from_delta()
by Jonathan Tan
ยท 8 years ago
32b42e1
pack: move unpack_object_header_buffer()
by Jonathan Tan
ยท 8 years ago
0abe14f
pack: move {,re}prepare_packed_git and approximate_object_count
by Jonathan Tan
ยท 8 years ago
e65f186
pack: move install_packed_git()
by Jonathan Tan
ยท 8 years ago
9a42865
pack: move add_packed_git()
by Jonathan Tan
ยท 8 years ago
97de180
pack: move unuse_pack()
by Jonathan Tan
ยท 8 years ago
84f80ad
pack: move use_pack()
by Jonathan Tan
ยท 8 years ago
3836d88
pack: move pack-closing functions
by Jonathan Tan
ยท 8 years ago
f0e17e8
pack: move release_pack_memory()
by Jonathan Tan
ยท 8 years ago
0317f45
pack: move open_pack_index(), parse_pack_index()
by Jonathan Tan
ยท 8 years ago
8e21176
pack: move pack_report()
by Jonathan Tan
ยท 8 years ago
6d6a80e
pack: move static state variables
by Jonathan Tan
ยท 8 years ago
4f39cd8
pack: move pack name-related functions
by Jonathan Tan
ยท 8 years ago