Carlos Martín Nieto
b6811196e4
Clone: test we clone something usable and fix constructor
...
Clone was still trying to do its own initialisation, which was missing
all of the namespacing changes.
2015-06-30 19:08:29 +02:00
Carlos Martín Nieto
e50203a253
Merge remote-tracking branch 'upstream/master' into next
...
Conflicts:
branch.go
2015-06-28 01:32:13 +02:00
Carlos Martín Nieto
c00a05586b
Make the network code use handles
...
This wasn't ported together with the rest, but it does exhibit the same
issues, so let's port it over now.
2015-06-10 13:37:59 +02:00
Carlos Martín Nieto
36e0a256fe
Update to libgit2 b6011e29
2015-06-08 04:11:21 +02:00
joseferminj
92a1f92d91
Add TargetDirectory field to Checkout options.
...
TargetDirectory field indicates a alternative checkout path to workdir.
2015-01-29 15:17:46 +01:00
Carlos Martín Nieto
a9d993f3d1
Remove useless includes
2014-12-11 02:59:07 +01: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
David Calavera
9bec36a0b0
Update clone options to be in sync with libgit2 master.
...
Remove missing constants.
2014-09-03 18:08:48 -07:00
Jesse Ezell
d1e7ee53d5
fix clone options init
2014-03-18 18:23:33 -07:00
Jesse Ezell
2f53196866
clean up clone code
2014-03-11 13:22:00 -07:00
Jesse Ezell
d560b9e9bd
cleanup clone code
2014-03-11 13:19:12 -07:00
Jesse Ezell
e2db9b16cd
merge latest, cleanup error handling, add thread locks
2014-02-26 10:41:20 -08:00
Jason Toffaletti
32bf5f0a23
wip wrapping git_remote
2014-01-06 20:05:35 +00:00
Jason Toffaletti
e825d66fba
work in progress wrapping git_clone
2014-01-04 00:40:21 +00:00