no direct git shell commands in this app, use rust code and gix / gitoxide #46
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
there are places where it seems that there was a shell to git used instead of gix or gitoxide to get the same data directly with rust code. I don't want any reliance on outside shell tools for internal process due to fragility and version dependence, so check the code and remove all git shells in favor of rust code doing the same.
Fixed in
ed2226b.