summaryrefslogtreecommitdiff
path: root/clone.go
AgeCommit message (Collapse)Author
2014-12-11Remove useless includesCarlos Martín Nieto
2014-10-15Update to libgit2 masterCarlos Martín Nieto
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-09-03Update clone options to be in sync with libgit2 master.David Calavera
Remove missing constants.
2014-03-18fix clone options initJesse Ezell
2014-03-11clean up clone codeJesse Ezell
2014-03-11cleanup clone codeJesse Ezell
2014-02-26merge latest, cleanup error handling, add thread locksJesse Ezell
2014-01-06wip wrapping git_remoteJason Toffaletti
2014-01-04work in progress wrapping git_cloneJason Toffaletti