git2r
git2r copied to clipboard
R bindings to the libgit2 library
I just recovered from a git2r setback and wonder if the README should include a reminder for people to consider doing `make clean` or `devtools::clean_dll()`. For other work, I was...
Hello, I was trying to run `commits(ref="6813170..b0974a5")`, same as I'd run `git log`, but apperently it's not working in `git2r`. Error message: Error in lookup_commit(.Call(git2r_reference_dwim, repo, ref)) : Error in...
I added some tests related to the observations in Issue #394. Currently the behavior of functions like `add()`, `rm_file()`, and `commits(path)` change based on the operating system, the current working...
I would like to be able to see the state of my local repo compared to the remote (the same way that `git status` shows eg: `Your branch is ahead...
Currently `merge` is designed to handle the following situations: * The current branch is already up-to-date * Merge conflict * Fast-forward merge * Automatic merge commit This is reflected in...
If I tag a repo using git2r::tag(), git2r::tags() output is a (list of) `git_tab`object. but if I add the tag using the git command: `git tag toto_1`, the output is...
I'm using Windows 10, and follow all the instructions in [happy git with r](https://happygitwithr.com/ssh-keys.html) to set up Git for Windows, SSH key with passphrase and everything. It works great on...
It looks like `git2r` is not handling PROXY configuration as from `libgit2` API: (at least) two examples are described in #269 as symptoms of this deficiency. For example `git_remote_fetch` calls...
I am trying to fetch a remote repository from behind a proxy with NTLM auth. I also have the `HTTP_PROXY` and `HTTPS_PROXY` environment variables set and have no problems cloning...
Are there methods for these already?I'm not having much luck finding them. I'd like to have a colophon with git info like so, but feel a bit uncomfortable using `@`:...