Support git_remote_create_with_opts #733

Merged
bc-lee merged 4 commits from feature/645-git-remote-create-with-opts into master 2021-02-03 20:58:32 -06:00

4 Commits

Author SHA1 Message Date
Byoungchan Lee 38f8bdaa95 Rewrite populateRemoteCreateOptions to be similar to other populateXxxOptions.
Also, handling the return code of libgit2 has changed.
2021-02-04 08:08:53 +09:00
Byoungchan Lee 863c15bbc1 Updated remote.go to add a comment for the public API 2021-02-03 23:33:11 +09:00
Byoungchan Lee 96aacc1f1d Updated remote.go to handle various comments on code review.
- Use consistent names for type/function names.
- Removes unnecessary Repository pointers that can be collected from
  RemoteCollection.
- Add runtime.KeepAlive to make the pointer happy.
2021-02-03 23:18:44 +09:00
Byoungchan Lee 5551581893 Support git_remote_create_with_opts 2021-02-01 22:16:46 +09:00