git2r icon indicating copy to clipboard operation
git2r copied to clipboard

R bindings to the libgit2 library

Results 94 git2r issues
Sort by recently updated
recently updated
newest added

Hello, I' am interested in using the package `archivist.github` which (from what I understand) rely internally on `git2r` for pushing object to a remote repository. Using the `archivist.github::archive` function I...

Hi, How can I get the latest tag (as git describe do) using git2r ? Should I sort the tags() output using one of the @time slot buried in the...

When I tried to use remote_ls, it incurred a segfault error. ``` > library(git2r); sessionInfo(); remote_ls("https://github.com/ropensci/git2r") R version 3.2.2 (2015-08-14) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 14.04.5 LTS locale: [1]...

Does git2r support the equivalent of this: `git push origin --tags`? If not, could it?

Can we have R layer function for `git filter-branch`? On the command line `git filter-branch` can be used, among other things, to filter e.g. commit messages through a shell script....

Any plans to expose functions that would allow us to `git commit --amend`?

enhancement

Add vignette with examples and use cases

I'm having trouble installing `git2r` from `master` in spite of the `openssl` fix in #162. In the loading test, `_git_buf__initbuf` cannot be found. ``` ** testing if installed package can...

The warning is shown by the configure script, but it's easy to overlook. A warning on load might be too much, but perhaps more detail (and instructions to fix) could...

- commit - branch - repo + SHA1 - ...