G-Node / gin-cli

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

Use only local git config keys #307

Closed mpsonntag closed 3 years ago

mpsonntag commented 3 years ago

When fetching git config keys, only use keys from the local git configuration and never include a global config.

PR also references fixes in the gin-cli-test submodule, ignoring issues when git annex uninit right before the end of a test or before deleting the repo in question did not successfully complete.