index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packfile.h
Age
Commit message (
Expand
)
Author
2025-01-28
Merge branch 'jk/pack-header-parse-alignment-fix'
Junio C Hamano
2025-01-21
packfile: factor out --pack_header argument parsing
Jeff King
2024-12-04
config: make `packed_git_(limit|window_size)` non-global variables
Karthik Nayak
2024-12-04
packfile: pass down repository to `for_each_packed_object`
Karthik Nayak
2024-12-04
packfile: pass down repository to `has_object[_kept]_pack`
Karthik Nayak
2024-12-04
packfile: pass down repository to `odb_pack_name`
Karthik Nayak
2024-12-04
packfile: add repository to struct `packed_git`
Karthik Nayak
2024-10-25
packfile: use object_id in find_pack_entry_one()
Jeff King
2024-10-25
packfile: convert find_sha1_pack() to use object_id
Jeff King
2024-10-25
packfile: warn people away from parse_packed_git()
Jeff King
2024-10-25
packfile: drop sha1_pack_index_name()
Jeff King
2024-10-25
packfile: drop sha1_pack_name()
Jeff King
2024-10-25
packfile: drop has_pack_index()
Jeff King
2024-08-06
midx: implement support for writing incremental MIDX chains
Taylor Blau
2024-06-14
hash-ll: merge with "hash.h"
Patrick Steinhardt
2023-11-20
packfile.c: fix a typo in `each_file_in_pack_dir_fn()`'s declaration
Johannes Schindelin
2023-04-24
packfile.h: move pack_window and pack_entry from cache.h
Elijah Newren
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-03-28
cocci: apply the "packfile.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-21
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
2021-12-15
Merge branch 'tb/pack-revindex-on-disk-cleanup'
Junio C Hamano
2021-12-04
packfile: make `close_pack_revindex()` static
Taylor Blau
2021-09-12
packfile: convert has_packed_and_bad() to object_id
René Scharfe
2021-09-12
packfile: convert mark_bad_packed_object() to object_id
René Scharfe
2021-02-22
packfile: introduce 'find_kept_pack_entry()'
Taylor Blau
2021-01-25
packfile: prepare for the existence of '*.rev' files
Taylor Blau
2020-08-28
midx: traverse the local MIDX first
Taylor Blau
2020-02-24
packfile: drop nth_packed_object_sha1()
Jeff King
2020-02-24
nth_packed_object_oid(): use customary integer return
Jeff King
2020-02-14
Merge branch 'jk/packfile-reuse-cleanup'
Junio C Hamano
2019-09-13
packfile: expose get_delta_base()
Jeff King
2019-09-09
Merge branch 'ds/midx-expire-repack'
Junio C Hamano
2019-08-20
packfile.h: drop extern from function declaration
Denton Liu
2019-07-19
Merge branch 'ds/midx-expire-repack'
Junio C Hamano
2019-07-09
Merge branch 'ds/close-object-store'
Junio C Hamano
2019-06-12
packfile: rename close_all_packs to close_object_store
Derrick Stolee
2019-06-11
repack: refactor pack deletion for future use
Derrick Stolee
2019-05-09
Merge branch 'nd/sha1-name-c-wo-the-repository'
Junio C Hamano
2019-04-25
Merge branch 'jk/server-info-rabbit-hole'
Junio C Hamano
2019-04-16
packfile: fix pack basename computation
Jeff King
2019-04-16
packfile.h: drop extern from function declarations
Jeff King
2019-04-08
packfile.c: add repo_approximate_object_count()
Nguyễn Thái Ngọc Duy
2019-03-22
midx: during verify group objects by packfile to speed verification
Jeff Hostetler
2019-02-05
Merge branch 'sb/more-repo-in-api'
Junio C Hamano
2018-10-19
packfile: allow has_packed_and_bad to handle arbitrary repositories
Stefan Beller
2018-10-15
fuzz: add fuzz testing for packfile indices.
Josh Steadmon
2018-08-20
packfile: add all_packs list
Derrick Stolee
2018-08-20
Sync 'ds/multi-pack-index' to v2.19.0-rc0
Junio C Hamano
2018-08-20
Merge branch 'jk/for-each-object-iteration'
Junio C Hamano
2018-08-14
for_each_*_object: move declarations to object-store.h
Jeff King
[next]