index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chunk-format.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-06
1
-0
/
+1
*
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+2
*
chunk-format: drop pair_chunk_unsafe()
Jeff King
2023-10-10
1
-8
/
+0
*
midx: enforce chunk alignment on reading
Jeff King
2023-10-10
1
-1
/
+7
*
chunk-format: note that pair_chunk() is unsafe
Jeff King
2023-10-10
1
-4
/
+20
*
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
csum-file.h: remove unnecessary inclusion of 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
*
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-1
/
+2
*
chunk-format.h: extract oid_version()
Taylor Blau
2022-05-27
1
-0
/
+12
*
csum-file.h: increase hashfile buffer size
Derrick Stolee
2021-05-19
1
-4
/
+8
*
chunk-format: restore duplicate chunk checks
Derrick Stolee
2021-02-18
1
-0
/
+9
*
chunk-format: create read chunk API
Derrick Stolee
2021-02-18
1
-0
/
+80
*
chunk-format: create chunk format write API
Derrick Stolee
2021-02-18
1
-0
/
+90