Checkout callbacks #321

Merged
netnose merged 6 commits from checkout-callbacks into master 2016-10-03 04:53:30 -05:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit aa7dfab1cf - Show all commits

View File

@ -41,7 +41,6 @@ func Clone(url string, path string, options *CloneOptions) (*Repository, error)
var ptr *C.git_repository
ret := C.git_clone(&ptr, curl, cpath, copts)
freeCheckoutOpts(&copts.checkout_opts)
if ret < 0 {
return nil, MakeGitError(ret)