You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When finding an entry by location (as used by pack generation code) it will compare by pack_id.
Earlier it was a hash over the path of the pack, but recently became just an index of an iteration in order to prevent any possibility of clash.
Re-introducing the hash could work, but it's probably better to remove the idea of alternates as a bunch of compound DBs entirely and see repositories as a list of paths with objects to build a combined view of objects there.
When finding an entry by location (as used by pack generation code) it will compare by
pack_id
.Earlier it was a hash over the path of the pack, but recently became just an index of an iteration in order to prevent any possibility of clash.
Re-introducing the hash could work, but it's probably better to remove the idea of alternates as a bunch of compound DBs entirely and see repositories as a list of paths with objects to build a combined view of objects there.
Related to #259
The text was updated successfully, but these errors were encountered: