diff options
Diffstat (limited to 'remote.go')
| -rw-r--r-- | remote.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -168,6 +168,7 @@ type ProxyOptions struct { } type Remote struct { + doNotCompare ptr *C.git_remote callbacks RemoteCallbacks repo *Repository @@ -517,6 +518,7 @@ func (r *Remote) Free() { } type RemoteCollection struct { + doNotCompare repo *Repository } |
