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
/
object-file.c
Age
Commit message (
Expand
)
Author
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
2025-07-01
odb: get rid of `the_repository` when handling alternates
Patrick Steinhardt
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
2025-07-01
object-store: rename `object_directory` to `odb_source`
Patrick Steinhardt
2025-05-16
object-file: drop support for writing objects with unknown types
Jeff King
2025-05-16
oid_object_info(): drop type_name strbuf
Jeff King
2025-05-16
fsck: stop using object_info->type_name strbuf
Jeff King
2025-05-16
object-file: drop OBJECT_INFO_ALLOW_UNKNOWN_TYPE flag
Jeff King
2025-04-29
object-store: drop `loose_object_path()`
Patrick Steinhardt
2025-04-24
Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanup
Junio C Hamano
2025-04-15
Merge branch 'ps/object-wo-the-repository'
Junio C Hamano
2025-04-15
Merge branch 'jk/zlib-inflate-fixes'
Junio C Hamano
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
2025-04-15
object-file: drop `index_blob_stream()`
Patrick Steinhardt
2025-04-15
object-file: split up concerns of `HASH_*` flags
Patrick Steinhardt
2025-04-15
object-file: split out functions relating to object store subsystem
Patrick Steinhardt
2025-04-15
object-file: move `xmmap()` into "wrapper.c"
Patrick Steinhardt
2025-04-15
object-file: move `git_open_cloexec()` to "compat/open.c"
Patrick Steinhardt
2025-04-15
object-file: move `safe_create_leading_directories()` into "path.c"
Patrick Steinhardt
2025-04-15
object-file: move `mkdir_in_gitdir()` into "path.c"
Patrick Steinhardt
2025-03-21
treewide: replace assert() with ASSERT() in special cases
Elijah Newren
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
2025-03-10
object-file: split out logic regarding hash algorithms
Patrick Steinhardt
2025-03-10
object-file-convert: stop depending on `the_repository`
Patrick Steinhardt
2025-03-10
environment: move access to "core.bigFileThreshold" into repo settings
Patrick Steinhardt
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-25
unpack_loose_rest(): rewrite return handling for clarity
Jeff King
2025-02-25
unpack_loose_rest(): simplify error handling
Jeff King
2025-02-25
unpack_loose_rest(): never clean up zstream
Jeff King
2025-02-25
unpack_loose_rest(): avoid numeric comparison of zlib status
Jeff King
2025-02-25
unpack_loose_header(): avoid numeric comparison of zlib status
Jeff King
2025-02-25
unpack_loose_header(): fix infinite loop on broken zlib input
Jeff King
2025-02-25
unpack_loose_header(): report headers without NUL as "bad"
Jeff King
2025-02-25
unpack_loose_header(): simplify next_out assignment
Jeff King
2025-02-25
loose_object_info(): BUG() on inflating content with unknown type
Jeff King
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
[next]