fangorn/ex_git_objectstore
public
ref:b25dc95dea05c56775bb02adb63a6f908dba9b67
fix: handle annotated tag objects in upload-pack reachable collection
collect_reachable_object was missing a %Tag{} clause, causing annotated
tag clones to crash with a CaseClauseError. Include the tag object and
recurse into its target.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
SHA:
b25dc95dea05c56775bb02adb63a6f908dba9b67
Author:
Cole Christensen <cole.christensen@macmillan.com>
Date:
2026-02-26 08:23
Parents:
411dfdf
1 files changed
+7
-1
| Type | ||
|---|---|---|
|
|
lib/ex_git_objectstore/protocol/upload_pack.ex | +7 −1 |
|
||