index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packfile.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
packfile: use oidread() instead of hashcpy() to fill object_id
Jeff King
2024-10-25
1
-1
/
+1
*
packfile: use object_id in find_pack_entry_one()
Jeff King
2024-10-25
1
-8
/
+8
*
packfile: convert find_sha1_pack() to use object_id
Jeff King
2024-10-25
1
-3
/
+3
*
packfile: drop sha1_pack_index_name()
Jeff King
2024-10-25
1
-6
/
+0
*
packfile: drop sha1_pack_name()
Jeff King
2024-10-25
1
-6
/
+0
*
packfile: drop has_pack_index()
Jeff King
2024-10-25
1
-8
/
+0
*
dumb-http: store downloaded pack idx as tempfile
Jeff King
2024-10-25
1
-1
/
+10
*
environment: make `get_object_directory()` accept a repository
Patrick Steinhardt
2024-09-12
1
-1
/
+1
*
midx: implement support for writing incremental MIDX chains
Taylor Blau
2024-08-06
1
-3
/
+13
*
midx: support reading incremental MIDX chains
Taylor Blau
2024-08-06
1
-2
/
+3
*
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+2
*
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
2024-06-14
1
-4
/
+6
*
hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`
Patrick Steinhardt
2024-06-14
1
-4
/
+4
*
Merge branch 'eb/hash-transition'
Junio C Hamano
2024-03-28
1
-1
/
+2
|
\
|
*
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
2023-10-02
1
-1
/
+2
*
|
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-1
/
+0
|
/
*
Merge branch 'jc/retire-get-sha1-hex'
Junio C Hamano
2023-08-04
1
-1
/
+1
|
\
|
*
hex: retire get_sha1_hex()
Junio C Hamano
2023-07-25
1
-1
/
+1
*
|
Merge branch 'tb/object-access-overflow-protection'
Junio C Hamano
2023-07-25
1
-7
/
+8
|
\
\
|
*
|
packfile.c: use checked arithmetic in `nth_packed_object_offset()`
Taylor Blau
2023-07-14
1
-4
/
+5
|
*
|
packfile.c: prevent overflow in `load_idx()`
Taylor Blau
2023-07-14
1
-1
/
+1
|
*
|
packfile.c: prevent overflow in `nth_packed_object_id()`
Taylor Blau
2023-07-13
1
-2
/
+2
|
|
/
*
|
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
2023-06-30
1
-1
/
+1
|
\
\
|
*
|
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
|
|
/
*
|
Merge branch 'ds/remove-idx-before-pack'
Junio C Hamano
2023-06-30
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
packfile: delete .idx files before .pack files
Derrick Stolee
2023-06-20
1
-1
/
+1
*
|
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
2023-05-10
1
-1
/
+1
|
\
\
|
*
|
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
2023-04-24
1
-1
/
+1
*
|
|
Merge branch 'tb/pack-revindex-on-disk'
Junio C Hamano
2023-04-28
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
pack-revindex: make `load_pack_revindex` take a repository
Taylor Blau
2023-04-13
1
-1
/
+1
|
*
|
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
1
-1
/
+4
|
|
\
\
|
*
\
\
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
2023-04-06
1
-1
/
+1
|
|
\
\
\
*
|
|
|
|
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
|
|
|
|
treewide: be explicit about dependence on pack-revindex.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
|
|
|
|
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
|
|
|
|
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-1
/
+1
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
/
/
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
cocci: apply the "promisor-remote.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
*
|
|
|
csum-file.h: remove unnecessary inclusion of cache.h
Elijah Newren
2023-03-21
1
-1
/
+1
*
|
|
|
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
|
|
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
|
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'ds/reprepare-alternates-when-repreparing-packfiles'
Junio C Hamano
2023-03-19
1
-0
/
+10
|
\
\
\
|
*
|
|
object-file: reprepare alternates when necessary
Derrick Stolee
2023-03-09
1
-0
/
+10
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
2023-03-17
1
-2
/
+2
|
\
\
\
|
*
|
|
for_each_object: mark unused callback parameters
Jeff King
2023-02-24
1
-2
/
+2
|
|
|
/
|
|
/
|
*
|
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
*
|
|
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-1
/
+2
|
/
/
*
/
packfile: inline custom read_object()
Jeff King
2023-01-08
1
-17
/
+9
|
/
[next]