index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packfile.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'jk/for-each-object-iteration'
Junio C Hamano
2018-08-20
1
-17
/
+0
|
\
|
*
for_each_*_object: move declarations to object-store.h
Jeff King
2018-08-14
1
-20
/
+0
|
*
for_each_packed_object: support iterating in pack-order
Jeff King
2018-08-13
1
-3
/
+5
|
*
for_each_*_object: give more comprehensive docstrings
Jeff King
2018-08-13
1
-4
/
+8
|
*
for_each_*_object: take flag arguments as enum
Jeff King
2018-08-13
1
-2
/
+3
|
*
for_each_*_object: store flag definitions in a single location
Jeff King
2018-08-13
1
-6
/
+2
*
|
packfile: ensure that enum object_type is defined
Beat Bolli
2018-07-26
1
-1
/
+1
|
/
*
Merge branch 'sb/object-store-grafts'
Junio C Hamano
2018-07-18
1
-0
/
+5
|
\
|
*
object-store: move object access functions to object-store.h
Stefan Beller
2018-05-16
1
-0
/
+5
*
|
Merge branch 'bc/object-id'
Junio C Hamano
2018-05-30
1
-2
/
+2
|
\
\
|
*
|
packfile: convert find_pack_entry to object_id
brian m. carlson
2018-05-02
1
-1
/
+1
|
*
|
packfile: convert has_sha1_pack to object_id
brian m. carlson
2018-05-02
1
-1
/
+1
*
|
|
Merge branch 'sb/oid-object-info'
Junio C Hamano
2018-05-23
1
-2
/
+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
cache.h: allow oid_object_info to handle arbitrary repositories
Stefan Beller
2018-04-26
1
-4
/
+4
|
*
|
packfile: add repository argument to unpack_entry
Stefan Beller
2018-04-26
1
-1
/
+2
|
*
|
packfile: add repository argument to packed_object_info
Jonathan Nieder
2018-04-26
1
-1
/
+2
|
|
/
*
|
Merge branch 'ds/commit-graph'
Junio C Hamano
2018-05-08
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
commit-graph: read only from specific pack-indexes
Derrick Stolee
2018-04-11
1
-0
/
+2
*
|
Merge branch 'sb/packfiles-in-repository'
Junio C Hamano
2018-04-11
1
-4
/
+7
|
\
\
|
*
|
packfile: keep prepare_packed_git() private
Nguyễn Thái Ngọc Duy
2018-03-26
1
-1
/
+0
|
*
|
packfile: allow find_pack_entry to handle arbitrary repositories
Stefan Beller
2018-03-26
1
-2
/
+1
|
*
|
packfile: add repository argument to find_pack_entry
Stefan Beller
2018-03-26
1
-1
/
+6
|
*
|
packfile: allow reprepare_packed_git to handle arbitrary repositories
Stefan Beller
2018-03-26
1
-2
/
+1
|
*
|
packfile: allow prepare_packed_git to handle arbitrary repositories
Stefan Beller
2018-03-26
1
-2
/
+1
|
*
|
packfile: add repository argument to reprepare_packed_git
Stefan Beller
2018-03-26
1
-1
/
+2
|
*
|
packfile: add repository argument to prepare_packed_git
Stefan Beller
2018-03-26
1
-1
/
+2
|
*
|
packfile: allow install_packed_git to handle arbitrary repositories
Stefan Beller
2018-03-26
1
-1
/
+1
*
|
|
Merge branch 'sb/object-store'
Junio C Hamano
2018-04-11
1
-1
/
+4
|
\
|
|
|
*
|
object-store: close all packs upon clearing the object store
Stefan Beller
2018-03-26
1
-1
/
+1
|
*
|
object-store: move packed_git and packed_git_mru to object store
Stefan Beller
2018-03-26
1
-0
/
+3
|
|
/
*
/
packfile: define and use bsearch_pack()
Derrick Stolee
2018-03-22
1
-0
/
+8
|
/
*
fsck: introduce partialclone extension
Jonathan Tan
2017-12-05
1
-0
/
+13
*
pack: move for_each_packed_object()
Jonathan Tan
2017-08-24
1
-0
/
+11
*
pack: move has_pack_index()
Jonathan Tan
2017-08-24
1
-0
/
+2
*
pack: move has_sha1_pack()
Jonathan Tan
2017-08-24
1
-0
/
+2
*
pack: move find_pack_entry() and make it global
Jonathan Tan
2017-08-24
1
-0
/
+2
*
pack: move find_sha1_pack()
Jonathan Tan
2017-08-24
1
-0
/
+3
*
pack: move find_pack_entry_one(), is_pack_valid()
Jonathan Tan
2017-08-24
1
-2
/
+7
*
pack: move check_pack_index_ptr(), nth_packed_object_offset()
Jonathan Tan
2017-08-24
1
-0
/
+16
*
pack: move nth_packed_object_{sha1,oid}
Jonathan Tan
2017-08-24
1
-1
/
+15
*
pack: move clear_delta_base_cache(), packed_object_info(), unpack_entry()
Jonathan Tan
2017-08-24
1
-0
/
+10
*
pack: move unpack_object_header()
Jonathan Tan
2017-08-24
1
-0
/
+1
*
pack: move get_size_from_delta()
Jonathan Tan
2017-08-24
1
-0
/
+1
*
pack: move unpack_object_header_buffer()
Jonathan Tan
2017-08-24
1
-0
/
+2
*
pack: move {,re}prepare_packed_git and approximate_object_count
Jonathan Tan
2017-08-24
1
-2
/
+14
*
pack: move install_packed_git()
Jonathan Tan
2017-08-24
1
-0
/
+2
*
pack: move add_packed_git()
Jonathan Tan
2017-08-24
1
-0
/
+1
*
pack: move unuse_pack()
Jonathan Tan
2017-08-24
1
-0
/
+1
*
pack: move use_pack()
Jonathan Tan
2017-08-24
1
-11
/
+3
*
pack: move pack-closing functions
Jonathan Tan
2017-08-24
1
-0
/
+11
[next]