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
/
chunk-format.c
Age
Commit message (
Expand
)
Author
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2023-10-09
chunk-format: drop pair_chunk_unsafe()
Jeff King
2023-10-09
midx: enforce chunk alignment on reading
Jeff King
2023-10-09
chunk-format: note that pair_chunk() is unsafe
Jeff King
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-03-21
csum-file.h: remove unnecessary inclusion of cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2022-05-26
chunk-format.h: extract oid_version()
Taylor Blau
2021-05-19
csum-file.h: increase hashfile buffer size
Derrick Stolee
2021-02-18
chunk-format: restore duplicate chunk checks
Derrick Stolee
2021-02-18
chunk-format: create read chunk API
Derrick Stolee
2021-02-18
chunk-format: create chunk format write API
Derrick Stolee