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
*
packfile.h: move pack_window and pack_entry from cache.h
Elijah Newren
2023-04-24
1
-2
/
+14
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-1
/
+0
|
\
|
*
cocci: apply the "packfile.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+0
*
|
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
2023-03-21
1
-1
/
+3
|
/
*
Merge branch 'tb/pack-revindex-on-disk-cleanup'
Junio C Hamano
2021-12-15
1
-1
/
+0
|
\
|
*
packfile: make `close_pack_revindex()` static
Taylor Blau
2021-12-05
1
-1
/
+0
*
|
packfile: convert has_packed_and_bad() to object_id
René Scharfe
2021-09-13
1
-1
/
+1
*
|
packfile: convert mark_bad_packed_object() to object_id
René Scharfe
2021-09-13
1
-1
/
+1
*
|
packfile: introduce 'find_kept_pack_entry()'
Taylor Blau
2021-02-23
1
-0
/
+5
|
/
*
packfile: prepare for the existence of '*.rev' files
Taylor Blau
2021-01-26
1
-0
/
+1
*
midx: traverse the local MIDX first
Taylor Blau
2020-08-28
1
-0
/
+1
*
packfile: drop nth_packed_object_sha1()
Jeff King
2020-02-24
1
-9
/
+3
*
nth_packed_object_oid(): use customary integer return
Jeff King
2020-02-24
1
-3
/
+2
*
Merge branch 'jk/packfile-reuse-cleanup'
Junio C Hamano
2020-02-14
1
-0
/
+3
|
\
|
*
packfile: expose get_delta_base()
Jeff King
2019-09-13
1
-0
/
+3
*
|
Merge branch 'ds/midx-expire-repack'
Junio C Hamano
2019-09-09
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
packfile.h: drop extern from function declaration
Denton Liu
2019-08-20
1
-1
/
+1
*
|
Merge branch 'ds/midx-expire-repack'
Junio C Hamano
2019-07-19
1
-0
/
+7
|
\
|
|
*
repack: refactor pack deletion for future use
Derrick Stolee
2019-06-11
1
-0
/
+7
*
|
Merge branch 'ds/close-object-store'
Junio C Hamano
2019-07-10
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
packfile: rename close_all_packs to close_object_store
Derrick Stolee
2019-06-12
1
-1
/
+1
*
|
Merge branch 'nd/sha1-name-c-wo-the-repository'
Junio C Hamano
2019-05-08
1
-1
/
+2
|
\
\
|
*
|
packfile.c: add repo_approximate_object_count()
Nguyễn Thái Ngọc Duy
2019-04-08
1
-1
/
+2
|
|
/
*
|
Merge branch 'jk/server-info-rabbit-hole'
Junio C Hamano
2019-04-25
1
-41
/
+47
|
\
\
|
*
|
packfile: fix pack basename computation
Jeff King
2019-04-16
1
-0
/
+6
|
*
|
packfile.h: drop extern from function declarations
Jeff King
2019-04-16
1
-41
/
+41
|
|
/
*
/
midx: during verify group objects by packfile to speed verification
Jeff Hostetler
2019-03-22
1
-0
/
+2
|
/
*
Merge branch 'sb/more-repo-in-api'
Junio C Hamano
2019-02-05
1
-1
/
+1
|
\
|
*
packfile: allow has_packed_and_bad to handle arbitrary repositories
Stefan Beller
2018-10-19
1
-1
/
+1
*
|
fuzz: add fuzz testing for packfile indices.
Josh Steadmon
2018-10-15
1
-0
/
+13
|
/
*
packfile: add all_packs list
Derrick Stolee
2018-08-21
1
-0
/
+1
*
Sync 'ds/multi-pack-index' to v2.19.0-rc0
Junio C Hamano
2018-08-21
1
-0
/
+9
|
\
|
*
midx: use midx in abbreviation calculations
Derrick Stolee
2018-07-20
1
-0
/
+1
|
*
midx: sort and deduplicate objects from packfiles
Derrick Stolee
2018-07-20
1
-0
/
+2
|
*
packfile: generalize pack directory list
Derrick Stolee
2018-07-20
1
-0
/
+6
*
|
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
[next]