index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
object-store.c
Age
Commit message (
Expand
)
Author
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-07-01
object-store: rename `raw_object_store` to `object_database`
Patrick Steinhardt
2025-05-27
Merge branch 'jk/no-funny-object-types'
Junio C Hamano
2025-05-19
Merge branch 'jk/oidmap-cleanup'
Junio C Hamano
2025-05-16
oid_object_info(): drop type_name strbuf
Jeff King
2025-05-16
oid_object_info_convert(): stop using string for object type
Jeff King
2025-05-12
raw_object_store: drop extra pointer to replace_map
Jeff King
2025-05-12
oidmap: rename oidmap_free() to oidmap_clear()
Jeff King
2025-04-29
object-store: drop `repo_has_object_file()`
Patrick Steinhardt
2025-04-29
treewide: convert users of `repo_has_object_file()` to `has_object()`
Patrick Steinhardt
2025-04-29
object-store: allow fetching objects via `has_object()`
Patrick Steinhardt
2025-04-29
object-store: move and rename `odb_pack_keep()`
Patrick Steinhardt
2025-04-29
object-store: drop `loose_object_path()`
Patrick Steinhardt
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
2025-04-15
object-store: remove global array of cached objects
Patrick Steinhardt
2025-04-15
object: split out functions relating to object store subsystem
Patrick Steinhardt
2025-04-15
object-file: split out functions relating to object store subsystem
Patrick Steinhardt