]> git.feebdaed.xyz Git - 0xmirror/git.git/commitdiff
Merge branch 'ps/odb-alternates-object-sources'
authorJunio C Hamano <gitster@pobox.com>
Mon, 22 Dec 2025 05:57:48 +0000 (14:57 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Dec 2025 05:57:48 +0000 (14:57 +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