git/odb
Junio C Hamano a431cd5887 Merge branch 'ps/odb-eagerly-load-alternates' into next
The object database layer has been simplified by eagerly loading
alternate object directories upon initialization, instead of
deferring it to the first object lookup.  This eliminates the need
for scattered lazy-loading calls throughout the codebase and paves
the way for integrating alternates with the pluggable backends.

* ps/odb-eagerly-load-alternates:
  odb: drop `alternates_db` field
  odb: drop `loaded_alternates` field
  odb: eagerly initialize alternates
  odb: decouple source path comparisons from `the_repository`
  setup: create ref and object databases after config is written
2026-08-24 13:19:12 -07:00
..
source-files.c Merge branch 'ps/odb-generic-corrupt-objects' into next 2026-08-23 18:03:52 -07:00
source-files.h Merge branch 'ps/odb-make-creation-pluggable' into next 2026-08-13 10:12:48 -07:00
source-inmemory.c Merge branch 'ps/odb-generic-corrupt-objects' into next 2026-08-23 18:03:52 -07:00
source-inmemory.h odb/source: introduce function to map source type to name 2026-08-06 21:24:25 -07:00
source-loose.c Merge branch 'ps/odb-generic-corrupt-objects' into next 2026-08-23 18:03:52 -07:00
source-loose.h odb/source: introduce function to map source type to name 2026-08-06 21:24:25 -07:00
source-packed.c Merge branch 'ps/odb-generic-corrupt-objects' into next 2026-08-23 18:03:52 -07:00
source-packed.h odb/source: introduce function to map source type to name 2026-08-06 21:24:25 -07:00
source.c odb/source: introduce function to map source type to name 2026-08-06 21:24:25 -07:00
source.h Merge branch 'ps/odb-eagerly-load-alternates' into next 2026-08-24 13:19:12 -07:00
streaming.c Merge branch 'ps/odb-eagerly-load-alternates' into next 2026-08-24 13:19:12 -07:00
streaming.h odb/streaming: unify function names to create new streams 2026-08-05 09:42:50 -07:00
transaction.c odb/streaming: consolidate read and write streams 2026-08-05 09:42:50 -07:00
transaction.h odb/streaming: consolidate read and write streams 2026-08-05 09:42:50 -07:00