Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-03 | Git: Add utility method for retrieving proxy information for libgit2 calls | Paul Cristian Sarbu | |
2023-03-03 | Git: Add utility method for honoring SSL certification settings in libgit2 calls | Paul Cristian Sarbu | |
Due to the fact that the libgit2 library handles envariables and gitconfig entries differently than git, we need to perform these checks ourselves in order to be fully compliant with git. This utility method returns the correct callback tat enables or disables the SSL certificate verification step when interacting with a remote URL via libgit2 calls. |