index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
object-file.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-25
unpack_loose_rest(): rewrite return handling for clarity
Jeff King
1
-6
/
+6
2025-02-25
unpack_loose_rest(): simplify error handling
Jeff King
1
-3
/
+3
2025-02-25
unpack_loose_rest(): never clean up zstream
Jeff King
1
-10
/
+8
2025-02-25
unpack_loose_rest(): avoid numeric comparison of zlib status
Jeff King
1
-1
/
+1
2025-02-25
unpack_loose_header(): avoid numeric comparison of zlib status
Jeff King
1
-1
/
+1
2025-02-25
unpack_loose_header(): fix infinite loop on broken zlib input
Jeff King
1
-1
/
+1
2025-02-25
unpack_loose_header(): report headers without NUL as "bad"
Jeff King
1
-1
/
+1
2025-02-25
unpack_loose_header(): simplify next_out assignment
Jeff King
1
-4
/
+3
2025-02-25
loose_object_info(): BUG() on inflating content with unknown type
Jeff King
1
-0
/
+2
2025-02-07
path: drop `git_path_buf()` in favor of `repo_git_path_replace()`
Patrick Steinhardt
1
-2
/
+2
2025-02-07
path: drop `git_pathdup()` in favor of `repo_git_path()`
Patrick Steinhardt
1
-1
/
+1
2025-02-03
Merge branch 'tb/unsafe-hash-cleanup'
Junio C Hamano
1
-15
/
+26
2025-01-31
global: adapt callers to use generic hash context helpers
Patrick Steinhardt
1
-17
/
+15
2025-01-31
hash: provide generic wrappers to update hash contexts
Patrick Steinhardt
1
-0
/
+6
2025-01-31
hash: stop typedeffing the hash context
Patrick Steinhardt
1
-31
/
+31
2025-01-31
hash: convert hashing context to a structure
Patrick Steinhardt
1
-15
/
+15
2025-01-31
Merge branch 'tb/unsafe-hash-cleanup' into ps/hash-cleanup
Junio C Hamano
1
-15
/
+26
2025-01-23
hash.h: drop unsafe_ function variants
Taylor Blau
1
-15
/
+0
2025-01-23
hash.h: introduce `unsafe_hash_algo()`
Taylor Blau
1
-0
/
+26
2025-01-16
Merge branch 'ps/object-collision-check'
Junio C Hamano
1
-24
/
+42
2025-01-06
object-file: retry linking file into place when occluding file vanishes
Patrick Steinhardt
1
-4
/
+21
2025-01-06
object-file: don't special-case missing source file in collision check
Patrick Steinhardt
1
-2
/
+1
2025-01-06
object-file: rename variables in `check_collision()`
Patrick Steinhardt
1
-20
/
+20
2024-12-30
object-file: fix race in object collision check
Patrick Steinhardt
1
-2
/
+4
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-11-18
object-file: inline empty tree and blob literals
Jeff King
1
-27
/
+20
2024-11-18
object-file: treat cached_object values as const
Jeff King
1
-4
/
+4
2024-11-18
object-file: drop oid field from find_cached_object() return value
Jeff King
1
-11
/
+12
2024-11-18
object-file: move empty_tree struct into find_cached_object()
Jeff King
1
-6
/
+5
2024-11-18
object-file: drop confusing oid initializer of empty_tree struct
Jeff King
1
-3
/
+1
2024-11-18
object-file: prefer array-of-bytes initializer for hash literals
Jeff King
1
-17
/
+21
2024-10-02
Merge branch 'tb/weak-sha1-for-tail-sum'
Junio C Hamano
1
-6
/
+118
2024-09-27
hash.h: scaffolding for _unsafe hashing variants
Taylor Blau
1
-0
/
+42
2024-09-27
finalize_object_file(): implement collision check
Taylor Blau
1
-3
/
+64
2024-09-27
finalize_object_file(): refactor unlink_or_warn() placement
Taylor Blau
1
-1
/
+6
2024-09-27
finalize_object_file(): check for name collision before renaming
Taylor Blau
1
-2
/
+6
2024-09-25
Merge branch 'ak/typofix-2.46-maint'
Junio C Hamano
1
-1
/
+1
2024-09-19
object-file: fix a typo
Andrew Kreimer
1
-1
/
+1
2024-09-12
environment: move object database functions into object layer
Patrick Steinhardt
1
-0
/
+33
2024-09-12
environment: make `get_object_directory()` accept a repository
Patrick Steinhardt
1
-2
/
+2
2024-08-23
Merge branch 'ps/leakfixes-part-4'
Junio C Hamano
1
-0
/
+1
2024-08-14
object-file: fix memory leak when reading corrupted headers
Patrick Steinhardt
1
-0
/
+1
2024-08-08
fsck: make "fsck_error" callback generic
shejialuo
1
-5
/
+4
2024-07-02
Merge branch 'ew/object-convert-leakfix'
Junio C Hamano
1
-1
/
+1
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
1
-10
/
+9
2024-06-24
object-file: fix leak on conversion failure
Eric Wong
1
-1
/
+1
2024-06-17
Merge branch 'ps/no-writable-strings'
Junio C Hamano
1
-10
/
+12
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+3
2024-06-14
hash: require hash algorithm in `empty_tree_oid_hex()`
Patrick Steinhardt
1
-8
/
+2
2024-06-14
global: ensure that object IDs are always padded
Patrick Steinhardt
1
-0
/
+2
[prev]
[next]