Skip to content

fix(git-protocol): skip duplicate trees when packing empty merges - #2182

Merged
benjamin-747 merged 1 commit into
gitmono-dev:mainfrom
benjamin-747:main
Sep 7, 2026
Merged

fix(git-protocol): skip duplicate trees when packing empty merges#2182
benjamin-747 merged 1 commit into
gitmono-dev:mainfrom
benjamin-747:main

Conversation

@benjamin-747

Copy link
Copy Markdown
Member

Clone walks parent and child commits that share a tree and used to encode the same object twice; git index-pack --strict then rejects the pack.

Clone walks parent and child commits that share a tree and used to encode
the same object twice; git index-pack --strict then rejects the pack.
@benjamin-747
benjamin-747 added this pull request to the merge queue Sep 7, 2026
Merged via the queue into gitmono-dev:main with commit c1429d1 Sep 7, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants