index
:
go.wit.com/lib/libgit2.git
devel
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clone.go
Age
Commit message (
Expand
)
Author
2021-09-05
Make all Options objects consistent
lhchavez
2021-09-05
The big Callback type adjustment of 2020
lhchavez
2021-09-05
Add support for custom smart transports (#806)
lhchavez
2020-12-10
More callback refactoring (#713)
lhchavez
2020-12-10
Ensure that no pointer handles leak during the test (#712)
lhchavez
2020-12-05
Refactor all callbacks (#700)
lhchavez
2020-12-05
Mark some symbols to be deprecated #minor (#698)
lhchavez
2020-10-22
refactor: Use undeprecated options init (#656)
Suhaib Mujahid
2016-07-24
Clone Fix
Mirko Nosenzo
2015-08-31
Don't call the finalizer on a borrowed repository
Carlos Martín Nieto
2015-08-31
Merge branch 'next'
Carlos Martín Nieto
2015-08-18
clone: improve handling of remote create callback
Patrick Steinhardt
2015-06-30
Clone: test we clone something usable and fix constructor
Carlos Martín Nieto
2015-06-28
Merge remote-tracking branch 'upstream/master' into next
Carlos Martín Nieto
2015-06-10
Make the network code use handles
Carlos Martín Nieto
2015-06-08
Update to libgit2 b6011e29
Carlos Martín Nieto
2015-01-29
Add TargetDirectory field to Checkout options.
joseferminj
2014-12-11
Remove useless includes
Carlos Martín Nieto
2014-10-15
Update to libgit2 master
Carlos Martín Nieto
2014-09-03
Update clone options to be in sync with libgit2 master.
David Calavera
2014-03-18
fix clone options init
Jesse Ezell
2014-03-11
clean up clone code
Jesse Ezell
2014-03-11
cleanup clone code
Jesse Ezell
2014-02-26
merge latest, cleanup error handling, add thread locks
Jesse Ezell
2014-01-06
wip wrapping git_remote
Jason Toffaletti
2014-01-04
work in progress wrapping git_clone
Jason Toffaletti