no direct git shell commands in this app, use rust code and gix / gitoxide #46

Closed
opened 2026-07-27 20:58:00 +00:00 by hugo · 1 comment
Owner

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.

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.
hugo added the bug label 2026-07-27 20:58:00 +00:00
Author
Owner

Fixed in ed2226b.

Fixed in ed2226b.
hugo closed this issue 2026-07-28 04:56:14 +00:00
Sign in to join this conversation.