index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packfile.c
Age
Commit message (
Expand
)
Author
2024-12-04
packfile.c: remove unnecessary prepare_packed_git() call
Taylor Blau
2024-12-04
config: make `packed_git_(limit|window_size)` non-global variables
Karthik Nayak
2024-12-04
config: make `delta_base_cache_limit` a non-global variable
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: pass `repository` to static function in the file
Karthik Nayak
2024-12-04
packfile: use `repository` from `packed_git` directly
Karthik Nayak
2024-12-04
packfile: add repository to struct `packed_git`
Karthik Nayak
2024-10-25
packfile: use oidread() instead of hashcpy() to fill object_id
Jeff King
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: 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-10-25
dumb-http: store downloaded pack idx as tempfile
Jeff King
2024-09-12
environment: make `get_object_directory()` accept a repository
Patrick Steinhardt
2024-08-06
midx: implement support for writing incremental MIDX chains
Taylor Blau
2024-08-06
midx: support reading incremental MIDX chains
Taylor Blau
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
2024-06-14
hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`
Patrick Steinhardt
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-10-02
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
2023-08-04
Merge branch 'jc/retire-get-sha1-hex'
Junio C Hamano
2023-07-25
Merge branch 'tb/object-access-overflow-protection'
Junio C Hamano
2023-07-24
hex: retire get_sha1_hex()
Junio C Hamano
2023-07-14
packfile.c: use checked arithmetic in `nth_packed_object_offset()`
Taylor Blau
2023-07-14
packfile.c: prevent overflow in `load_idx()`
Taylor Blau
2023-07-12
packfile.c: prevent overflow in `nth_packed_object_id()`
Taylor Blau
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
2023-06-29
Merge branch 'ds/remove-idx-before-pack'
Junio C Hamano
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-20
packfile: delete .idx files before .pack files
Derrick Stolee
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
2023-04-27
Merge branch 'tb/pack-revindex-on-disk'
Junio C Hamano
2023-04-24
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
2023-04-13
pack-revindex: make `load_pack_revindex` take a repository
Taylor Blau
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
treewide: be explicit about dependence on pack-revindex.h
Elijah Newren
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
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 "promisor-remote.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-21
csum-file.h: remove unnecessary inclusion of cache.h
Elijah Newren
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
[next]