Future-proof against changes to git read-tree --prefix
#53
Labels
enhancement
New feature or request
git read-tree --prefix
#53
Is your feature request related to a problem? Please describe.
Recent versions of git will disallow
git read-tree --prefix=/ ...
See: https://www.spinics.net/lists/git/msg433678.html
The template will fail if using a recent version of git.
Tested on
git version 2.36.0
Describe the solution you'd like
git read-tree --prefix="" ...
seems to work forsetup.bash
changing the below line.https://github.com/asdf-vm/asdf-plugin-template/blob/main/setup.bash#L170
I am not sure if this is the most robust solution.
Thanks for providing this template!
The text was updated successfully, but these errors were encountered: