Closed xplshn closed 6 months ago
pending/git seems to be a very, very limited implementation. I might consider it if it was already in stable build.
There's already much better & mature alternatives (tested in a minimal alpine):
❯ jj git clone [OPTIONS] <SOURCE> [DESTINATION]
❯ jj git clone --quiet "https://github.com/Azathothas/Toolpacks"
❯ gix clone "https://github.com/Azathothas/Toolpacks"
❯ git-clone <url> <directory>
❯ git-clone https://github.com/Azathothas/Toolpacks Toolpacks
All of these are already part of the build scripts and included in Toolpacks
Okay. I knew Gix, its great, I use it a loot.
Since all of the git-* commands are broken, why not use the pending/git- tools that
toybox
provides? Toybox can compile toy's as independent tools, so, it is feasible and a much better alternative than providing binaries that don't work at all.