Skip to content

CRAN release v0.28.0

Compare
Choose a tag to compare
@stewid stewid released this 14 Jan 22:23

IMPROVEMENTS

  • Updated to use libgit2 version 1.1.0 on Windows.

  • Fix handling of a symbolic reference when checking out previous
    branch.

  • Added a configure option '--without-libgit2' to ignore presence of a
    system libgit2 library and instead use the internal git2r libgit2
    library. Usage:
    R CMD INSTALL --configure-args='--without-libgit2' git2r_x.y.z.tar.gz

  • Updated some tests to work with libgit2 version 1.1.0.