Cleaned up remotes / clone / add push / fetch #61

Merged
jezell merged 13 commits from remotes-wip into master 2014-03-17 23:21:35 -05:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2f53196866 - Show all commits

View File

@ -56,7 +56,7 @@ func Clone(url string, path string, options *CloneOptions) (*Repository, error)
func populateCloneOptions(ptr *C.git_clone_options, opts *CloneOptions) {
ptr = &C.git_clone_options{}
C.git_clone_init_options(ptr, 1)
C.git_clone_init_options(ptr, C.GIT_CLONE_OPTIONS_VERSION)
if opts == nil {
return