Closed null511 closed 6 years ago
Add an option for using Git from the command-line rather than the integrated NuGet.Core assembly. This should allow git commands to be used on ARM and Linux x32 platforms, or any platform not supported directly by libgit2.
NuGet.Core
libgit2
This feature has been implemented and is working properly, but requires refactoring and code documentation.
Add an option for using Git from the command-line rather than the integrated
NuGet.Core
assembly. This should allow git commands to be used on ARM and Linux x32 platforms, or any platform not supported directly bylibgit2
.