Stefan Widgren

Results 91 comments of Stefan Widgren

I think I found the problem in the configuration script. Could you please try again.

@rmendels could you please try again.

Sorry, that feature is not supported in git2r.

A PR would be much appreciated :+1: Maybe a good starting point is https://libgit2.github.com/libgit2/#HEAD/type/git_oid_shorten Thanks

Thanks for this report @rmflight. I'll investigate how to resolve the issue.

Added the branch `respect_http_sslverify_false` for the issue. The following libgit2 code (unused) shows an example of the check https://github.com/ropensci/git2r/blob/4b1f21528bd7f80f467c78e15535be224cdd1021/src/libgit2/remote.c#L89 Add a callback and set `git_remote_callbacks.git_transport_certificate_check_cb` in https://github.com/ropensci/git2r/blob/521acefad2eaa39489e00b0f696feaafabc9df06/src/git2r_push.c#L88 The callback should...

The goal was not to make `git2r` identical to command line `git`, but being able to work with the `git` data structures from R and run some basic git commands....

Thanks, for the follow up. `git2r` creates an annotated tag. However, it seems that git2r reads a lightweight tag as a commit. I have to look into this and see...

No, it's not related to #85. It's not yet implemented in git2r, I think the [git_proxy_options](https://libgit2.github.com/libgit2/#HEAD/type/git_fetch_options) data structure must be configured in the call to [git_remote_fetch](https://github.com/ropensci/git2r/blob/cb30b1dd5f8b57978101ea7b7dc26ae2c9eed38e/src/git2r_remote.c#L193) for this to work.

Thanks, that is indeed a nice function. I've sketched on a similar function that I can add to git2r ``` git_stat_files