summaryrefslogtreecommitdiff
path: root/credentials.go
diff options
context:
space:
mode:
Diffstat (limited to 'credentials.go')
-rw-r--r--credentials.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/credentials.go b/credentials.go
index deb399a..843c6b2 100644
--- a/credentials.go
+++ b/credentials.go
@@ -79,6 +79,7 @@ func (t CredentialType) String() string {
}
type Credential struct {
+ doNotCompare
ptr *C.git_credential
}