intoli / exodus

Painless relocation of Linux binaries–and all of their dependencies–without containers.
Other
2.94k stars 71 forks source link

git -> fatal: cannot handle x as a builtin #74

Open setop opened 1 year ago

setop commented 1 year ago

When packaging git, it gets rename as git-x but git use its own to detect git sub-command.

As x is not a git sub command, it fails.

How this could be work around ?