I like the remote helper for naddr1 codes, but can you replace the :// with : for consistency? Or maybe just do the naked naddr1 directly.
The git-remote-helper that takes stuff from Blossom could work (I don't think it is worth doing, but that's another matter), but it is somewhat out of the scope of NIP-34: it's just a new way of hosting git repos. We could add it there too if it turns out to be good.
I think git helpers require URL format, like ://
True, that settles it then.
if all commits are like notes ( content/hash ), is possible to expose a git repository as nip34 nostr notes, with some kind of reverse proxy ?
I think we would have problems when committing large files in nostr events. Probably there are relays that limit the size of events. And this is the kind of error that doesn't surface for weeks when a project is started.
it can work for read only project.
Thread collapsed
yes. the first ngit prototype recreated the entiregiit repo with a nostr event per commit. it ran into these limits.
Thread collapsed
Thread collapsed
Thread collapsed
Yes, git forces you to specify as either nostr://naddr123 or the even more ugly nostr::naddr123
Thread collapsed
Thread collapsed
Thread collapsed