diff options
| author | Calin Seciu <[email protected]> | 2015-10-26 16:20:18 +0200 |
|---|---|---|
| committer | Calin Seciu <[email protected]> | 2015-10-26 16:20:18 +0200 |
| commit | 367cd8eb9b84538933774befa76c099298c32c81 (patch) | |
| tree | b0b8d11250139b37a76c6ead494114411c2970dc /diff.go | |
| parent | c4868aef6c3e22a5c339dea4dd5406bfc0bd095b (diff) | |
Update libgit2 to 821131f
The API changes are:
- `*Remote.Connect`
```go
// from:
func (o *Remote) Connect(direction ConnectDirection, callbacks *RemoteCallbacks) error
// to:
func (o *Remote) Connect(direction ConnectDirection, callbacks *RemoteCallbacks, headers []string) error
```
- `*Remote.ConnectFetch` - `headers` was added as above
- `*Remote.ConnectPush` - `headers` was added as above
Diffstat (limited to 'diff.go')
0 files changed, 0 insertions, 0 deletions
