diff options
| -rw-r--r-- | blob.go | 1 | ||||
| -rw-r--r-- | checkout.go | 1 | ||||
| -rw-r--r-- | config.go | 1 | ||||
| -rw-r--r-- | index.go | 1 | ||||
| -rw-r--r-- | object.go | 1 | ||||
| -rw-r--r-- | odb.go | 1 | ||||
| -rw-r--r-- | packbuilder.go | 1 | ||||
| -rw-r--r-- | reference.go | 1 | ||||
| -rw-r--r-- | repository.go | 1 | ||||
| -rw-r--r-- | submodule.go | 1 | ||||
| -rw-r--r-- | walk.go | 1 |
11 files changed, 0 insertions, 11 deletions
@@ -1,7 +1,6 @@ package git /* -#cgo pkg-config: libgit2 #include <git2.h> #include <git2/errors.h> */ diff --git a/checkout.go b/checkout.go index 92ced9e..63637e2 100644 --- a/checkout.go +++ b/checkout.go @@ -1,7 +1,6 @@ package git /* -#cgo pkg-config: libgit2 #include <git2.h> git_checkout_opts git_checkout_opts_init() { git_checkout_opts ret = GIT_CHECKOUT_OPTS_INIT; @@ -1,7 +1,6 @@ package git /* -#cgo pkg-config: libgit2 #include <git2.h> #include <git2/errors.h> */ @@ -1,7 +1,6 @@ package git /* -#cgo pkg-config: libgit2 #include <git2.h> #include <git2/errors.h> */ @@ -1,7 +1,6 @@ package git /* -#cgo pkg-config: libgit2 #include <git2.h> #include <git2/errors.h> */ @@ -1,7 +1,6 @@ package git /* -#cgo pkg-config: libgit2 #include <git2.h> #include <git2/errors.h> diff --git a/packbuilder.go b/packbuilder.go index f1407e8..c57b0d4 100644 --- a/packbuilder.go +++ b/packbuilder.go @@ -1,7 +1,6 @@ package git /* -#cgo pkg-config: libgit2 #include <git2.h> #include <git2/errors.h> #include <git2/pack.h> diff --git a/reference.go b/reference.go index 6ebe00f..525e092 100644 --- a/reference.go +++ b/reference.go @@ -1,7 +1,6 @@ package git /* -#cgo pkg-config: libgit2 #include <git2.h> #include <git2/errors.h> */ diff --git a/repository.go b/repository.go index eec95dc..34df0aa 100644 --- a/repository.go +++ b/repository.go @@ -1,7 +1,6 @@ package git /* -#cgo pkg-config: libgit2 #include <git2.h> #include <git2/errors.h> */ diff --git a/submodule.go b/submodule.go index 901f172..9819b87 100644 --- a/submodule.go +++ b/submodule.go @@ -1,7 +1,6 @@ package git /* -#cgo pkg-config: libgit2 #include <git2.h> #include <git2/errors.h> @@ -1,7 +1,6 @@ package git /* -#cgo pkg-config: libgit2 #include <git2.h> #include <git2/errors.h> */ |
