summaryrefslogtreecommitdiff
path: root/clone.go
AgeCommit message (Expand)Author
2021-09-05Make all Options objects consistentlhchavez
2021-09-05The big Callback type adjustment of 2020lhchavez
2021-09-05Add support for custom smart transports (#806)lhchavez
2020-12-10More callback refactoring (#713)lhchavez
2020-12-10Ensure that no pointer handles leak during the test (#712)lhchavez
2020-12-05Refactor all callbacks (#700)lhchavez
2020-12-05Mark some symbols to be deprecated #minor (#698)lhchavez
2020-10-22refactor: Use undeprecated options init (#656)Suhaib Mujahid
2016-07-24Clone FixMirko Nosenzo
2015-08-31Don't call the finalizer on a borrowed repositoryCarlos Martín Nieto
2015-08-31Merge branch 'next'Carlos Martín Nieto
2015-08-18clone: improve handling of remote create callbackPatrick Steinhardt
2015-06-30Clone: test we clone something usable and fix constructorCarlos Martín Nieto
2015-06-28Merge remote-tracking branch 'upstream/master' into nextCarlos Martín Nieto
2015-06-10Make the network code use handlesCarlos Martín Nieto
2015-06-08Update to libgit2 b6011e29Carlos Martín Nieto
2015-01-29Add TargetDirectory field to Checkout options.joseferminj
2014-12-11Remove useless includesCarlos Martín Nieto
2014-10-15Update to libgit2 masterCarlos Martín Nieto
2014-09-03Update clone options to be in sync with libgit2 master.David Calavera
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