Stefan Widgren

Results 91 comments of Stefan Widgren

Thanks @gaborcsardi, good point. Let's keep `commits()` as it is now and add a wrapper `last_commit()` to `commits(n=1)[[1]]`

The two methods `sha` and `committer` are good additions that I'm happy to add. It might be that it's the `author` you want to output, see below for an example...

@cderv `last_commit()` already exists, see `?last_commit`

Hi @maelle, If I remember correctly it was an rchk error in that code when I submitted to CRAN. To solve it I commented out the code (sorry). Unfortunatly I...

> Accessors become important to ensure compatibility between the S4 version 0.21.0 and the new S3 code. Is it too late to release 0.21.1 that has these accessors (like in...

It seems from the log that the build configuration finds openssl. But for some reason it fails to find the path to the library and instead tries to build against...

Does it work if you try to install from the command line with ``` R CMD INSTALL --configure-args='--with-libssl-include=INCLUDE_PATH --with-libssl-lib=LIB_PATH' git2r ``` where you replace INCLUDE_PATH and LIB_PATH with your paths

That sounds like a nice feature. I'd be happy to accept a PR with the `git_clean` functionality. Is it something you have time to work on?

Hi, Unfortunately, it is not possible to bisect or list all commits between two commits using git2r. Maybe it would be possible to implement the list functionality in git2r using...