#in-memory git in Deno
17 messages · Page 1 of 1 (latest)
you could try https://isomorphic-git.org
it's a git implementation written in javascript
It looks like it has a browser build which may work with deno
I backport from main
And I must preserve authorship information
Yeah I'm not sure, this is tricky.
Deno.run seems like the best choice even if it's not great
I have to run in github actions because deno deploy doesn't support Deno.run 😦
Yeah, that's a bit unlucky. I'm not great at git so it may be possible to actually just use a few git commands to re-create cherry-pick but I'm not sure. @north ruin do you have any ideas / know someone who is good at git stuff?
this is actually an issue we will be facing as well, as we are moving the /x/ registry from lambda to deploy. i havent investigated this at all yet, so i have no clue currently