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-store.h
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
object-file: drop OBJECT_INFO_ALLOW_UNKNOWN_TYPE flag
Jeff King
2025-05-12
raw_object_store: drop extra pointer to replace_map
Jeff King
2025-04-29
object-store: drop `repo_has_object_file()`
Patrick Steinhardt
2025-04-29
object-store: allow fetching objects via `has_object()`
Patrick Steinhardt
2025-04-29
object-store: move function declarations to their respective subsystems
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-29
object-store: move `struct packed_git` into "packfile.h"
Patrick Steinhardt
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
khash: name the structs that khash declares
Elijah Newren
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
2023-04-25
Merge branch 'ps/fix-geom-repack-with-alternates'
Junio C Hamano
2023-04-24
object-store.h: reduce unnecessary includes
Elijah Newren
2023-04-14
repack: disable writing bitmaps when doing a local repack
Patrick Steinhardt
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-03-28
post-cocci: adjust comments for recent repo_* migration
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-02-23
object-store.h: move struct object_info from cache.h
Elijah Newren
2023-01-08
repo_read_object_file(): stop wrapping read_object_file_extended()
Jeff King
2023-01-08
read_object_file_extended(): drop lookup_replace option
Jeff King
2023-01-08
object-file: inline calls to read_object()
Jeff King
2022-12-15
object-file: emit corruption errors when detected
Jonathan Tan
2022-12-15
object-file: remove OBJECT_INFO_IGNORE_LOOSE
Jonathan Tan
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-08-19
hashmap: mark unused callback parameters
Jeff King
2022-06-13
object-file.c: add "stream_loose_object()" to handle large object
Han Xin
2022-06-03
Merge branch 'tb/cruft-packs'
Junio C Hamano
2022-05-26
builtin/pack-objects.c: --cruft without expiration
Taylor Blau
2022-05-26
pack-mtimes: support reading .mtimes files
Taylor Blau
2022-04-01
object-store.h: remove unused has_sha1_file*()
Ævar Arnfjörð Bjarmason
2022-02-25
object-file API: have hash_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
2022-02-25
object API: rename hash_object_file_literally() to write_*()
Ævar Arnfjörð Bjarmason
2022-02-25
object-file API: have write_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
2022-02-25
object-file API: add a format_object_header() function
Ævar Arnfjörð Bjarmason
2022-02-25
object-file API: return "void", not "int" from hash_object_file()
Ævar Arnfjörð Bjarmason
2022-01-03
Merge branch 'ns/tmp-objdir'
Junio C Hamano
2021-12-08
tmp-objdir: disable ref updates when replacing the primary odb
Neeraj Singh
2021-12-08
tmp-objdir: new API for creating temporary writable databases
Neeraj Singh
2021-10-25
Merge branch 'ab/fix-commit-error-message-upon-unwritable-object-store'
Junio C Hamano
2021-10-25
Merge branch 'ab/fsck-unexpected-type'
Junio C Hamano
2021-10-12
commit: fix duplication regression in permission error output
Ævar Arnfjörð Bjarmason
2021-10-01
fsck: report invalid object type-path combinations
Ævar Arnfjörð Bjarmason
[next]