mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-11 07:46:26 -04:00
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. |
||
|---|---|---|
| .. | ||
| git-forgit | ||