]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ps/odb-alternates-object-sources' into next
authorJunio C Hamano <gitster@pobox.com>
Fri, 12 Dec 2025 06:55:15 +0000 (15:55 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Dec 2025 06:55:15 +0000 (15:55 +0900)
Code refactoring around alternate object store.

* ps/odb-alternates-object-sources:
  odb: write alternates via sources
  odb: read alternates via sources
  odb: drop forward declaration of `read_info_alternates()`
  odb: remove mutual recursion when parsing alternates
  odb: stop splitting alternate in `odb_add_to_alternates_file()`
  odb: move computation of normalized objdir into `alt_odb_usable()`
  odb: resolve relative alternative paths when parsing
  odb: refactor parsing of alternates to be self-contained

1  2 
odb.c

diff --cc odb.c
Simple merge