David Calavera
f6fa1a38ab
Add Remote#Ls.
...
Allow filtering heads by name.
2014-10-24 17:28:10 -07:00
Carlos Martín Nieto
d9dfc4bce8
Add support for hostkey certificates
...
While they're not exactly certificates, they belong in the same
category.
2014-10-15 16:57:32 +02:00
Carlos Martín Nieto
17a9214307
Update to libgit2 master
...
The option to ignore the server's certificate has been removed, replaced
witha callback for the user to perform their own checking.
Remote.Fetch() now performs opportunistic updates and takes a list of
refspecs to use as the active set for a particular fetch.
2014-10-15 15:56:59 +02:00
Carlos Martín Nieto
9cd1d129bc
Remote: The whole point of the anonymous change
...
Was that it would break and we'd remember that the order changed. Oh
well.
2014-04-01 20:10:20 +02:00
Jesse Ezell
9d0d814f19
rename inmemory to anonymous remote
2014-04-01 11:06:47 -07:00
Jesse Ezell
99d7f66477
add remote list
2014-03-20 20:32:15 -07:00
Carlos Martín Nieto
574f0dd12d
Remote: remove Get prefix from refspecs
...
Idiomatic Go is to omit the Get from the getter methods.
2014-03-20 03:29:54 +01:00
Carlos Martín Nieto
ad128bdefb
Remote: don't mix allocators
...
We cannot ask libgit2 to free the memory we have allocated ourselves, as
it cannot know how to do it. Let's free the strarray ourselves.
2014-03-19 08:15:18 +01:00