diff options
| author | lhchavez <[email protected]> | 2020-02-12 18:58:58 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-02-12 18:58:58 -0800 |
| commit | f21ecd9e74314585b26c08ddb6ea674d7b0bcca4 (patch) | |
| tree | 6026a804d9e4e110359acc8d28279a0018dee1a3 /remote.go | |
| parent | 75c5e41422f224a6fde40903c4af4cf1afbd2d46 (diff) | |
| parent | 22d400832bced5456a0495111d6e9eea432bc5e6 (diff) | |
Merge pull request #520 from libgit2/actions
Setup CI via Actions
Diffstat (limited to 'remote.go')
| -rw-r--r-- | remote.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,9 +1,11 @@ package git /* -#include <git2.h> #include <string.h> +#include <git2.h> +#include <git2/sys/cred.h> + extern void _go_git_setup_callbacks(git_remote_callbacks *callbacks); */ |
