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
/
object-file.c
Age
Commit message (
Expand
)
Author
2025-03-05
Merge branch 'ps/path-sans-the-repository'
Junio C Hamano
2025-02-28
path: adjust last remaining users of `the_repository`
Patrick Steinhardt
2025-02-07
path: drop `git_path_buf()` in favor of `repo_git_path_replace()`
Patrick Steinhardt
2025-02-07
path: drop `git_pathdup()` in favor of `repo_git_path()`
Patrick Steinhardt
2025-02-03
Merge branch 'tb/unsafe-hash-cleanup'
Junio C Hamano
2025-01-31
global: adapt callers to use generic hash context helpers
Patrick Steinhardt
2025-01-31
hash: provide generic wrappers to update hash contexts
Patrick Steinhardt
2025-01-31
hash: stop typedeffing the hash context
Patrick Steinhardt
2025-01-31
hash: convert hashing context to a structure
Patrick Steinhardt
2025-01-31
Merge branch 'tb/unsafe-hash-cleanup' into ps/hash-cleanup
Junio C Hamano
2025-01-23
hash.h: drop unsafe_ function variants
Taylor Blau
2025-01-23
hash.h: introduce `unsafe_hash_algo()`
Taylor Blau
2025-01-16
Merge branch 'ps/object-collision-check'
Junio C Hamano
2025-01-06
object-file: retry linking file into place when occluding file vanishes
Patrick Steinhardt
2025-01-06
object-file: don't special-case missing source file in collision check
Patrick Steinhardt
2025-01-06
object-file: rename variables in `check_collision()`
Patrick Steinhardt
2024-12-30
object-file: fix race in object collision check
Patrick Steinhardt
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-11-18
object-file: inline empty tree and blob literals
Jeff King
2024-11-18
object-file: treat cached_object values as const
Jeff King
2024-11-18
object-file: drop oid field from find_cached_object() return value
Jeff King
2024-11-18
object-file: move empty_tree struct into find_cached_object()
Jeff King
2024-11-18
object-file: drop confusing oid initializer of empty_tree struct
Jeff King
2024-11-18
object-file: prefer array-of-bytes initializer for hash literals
Jeff King
2024-10-02
Merge branch 'tb/weak-sha1-for-tail-sum'
Junio C Hamano
2024-09-27
hash.h: scaffolding for _unsafe hashing variants
Taylor Blau
2024-09-27
finalize_object_file(): implement collision check
Taylor Blau
2024-09-27
finalize_object_file(): refactor unlink_or_warn() placement
Taylor Blau
2024-09-27
finalize_object_file(): check for name collision before renaming
Taylor Blau
2024-09-25
Merge branch 'ak/typofix-2.46-maint'
Junio C Hamano
2024-09-19
object-file: fix a typo
Andrew Kreimer
2024-09-12
environment: move object database functions into object layer
Patrick Steinhardt
2024-09-12
environment: make `get_object_directory()` accept a repository
Patrick Steinhardt
2024-08-23
Merge branch 'ps/leakfixes-part-4'
Junio C Hamano
2024-08-14
object-file: fix memory leak when reading corrupted headers
Patrick Steinhardt
2024-08-08
fsck: make "fsck_error" callback generic
shejialuo
2024-07-02
Merge branch 'ew/object-convert-leakfix'
Junio C Hamano
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
2024-06-24
object-file: fix leak on conversion failure
Eric Wong
2024-06-17
Merge branch 'ps/no-writable-strings'
Junio C Hamano
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
hash: require hash algorithm in `empty_tree_oid_hex()`
Patrick Steinhardt
2024-06-14
global: ensure that object IDs are always padded
Patrick Steinhardt
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
2024-06-07
object-file: make `buf` parameter of `index_mem()` a constant
Patrick Steinhardt
2024-06-07
object-file: mark cached object buffers as const
Patrick Steinhardt
2024-05-17
refs: refactor `resolve_gitlink_ref()` to accept a repository
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
object-file: handle compat objects in check_object_signature
Eric W. Biederman
[next]