G-Node / gin-cli

Command line client for GIN
https://gin.g-node.org
Other
12 stars 6 forks source link

Bugfix for failing 'git cat-file' on Windows (for 'gin version --copy-to') #257

Closed achilleas-k closed 5 years ago

achilleas-k commented 5 years ago

In some situations, the ./ in front of the path in the cat-file command (used for version --copy-to) would fail, particularly on Windows. Since we resolve the paths of arguments relative to the repository root, this is not required.