logoalt Hacker News

imoverclockedtoday at 2:28 AM1 replyview on HN

Is there a registry of namespaces to avoid collisions?


Replies

mirekrusintoday at 4:51 AM

Technically you could solve collisions through single indirection convention ie 'refs/manifest' which describes refs used with their "schema", "version" etc. If you want to decorate your repo with something, you'd register it there. This way you wouldn't have to keep global convention registry for different projects not to step on each other.