Thanks for the patch! I'll download and try it out next time I'm working on this project.
I didn't know the large patches would cause issues, but it's good we've identified that.
I still need to prep for that discussion and read up based on the other thread. FWIW, when I've tried to puzzle out git over Nostr, I've concluded that full blobs can't/shouldn't live in Nostr events. The events, rather, should point to where the client can download the blob it needs. Blossom might be a good solution for that (though I don't understand Blossom very well yet).
published v1.4.6
Trying it out now, but I get this:
> Error: git should set GIT_DIR when remote helper is called
> Caused by:
> environment variable not found
Do I need to set the `GIT_DIR` env var a certain way?
What command are you running?
I see the error on both `ngit push` and `ngit pull`.