diff options
| author | Jesse Ezell <[email protected]> | 2014-03-18 18:23:33 -0700 |
|---|---|---|
| committer | Jesse Ezell <[email protected]> | 2014-03-18 18:23:33 -0700 |
| commit | d1e7ee53d53d050d5d5be475f98f51e28a88840c (patch) | |
| tree | b09d5b9695444def830b12318fa19bde3bf23928 | |
| parent | 5f35f137372917332cd329cf723a9d005e13d582 (diff) | |
fix clone options init
| -rw-r--r-- | clone.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -55,7 +55,6 @@ 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, C.GIT_CLONE_OPTIONS_VERSION) if opts == nil { |
