wfxr.forgit/bin
sandroid d49a88aaca
Refactor: Move git commands from deferred code into functions
We often used deferred code to encapsulate git commands and make them
reusable.
This change removes deferred code for git commands and replaces it with
functions instead.
Some of the deferred code was used with xargs, which executes it on a
subshell. To avoid having to expose the new git functions the same way
we do with the preview functions, the usage of xargs in these cases is
replaced with either a loop or a single command when possible.
2024-03-17 20:36:14 +01:00
..
git-forgit Refactor: Move git commands from deferred code into functions 2024-03-17 20:36:14 +01:00