Skip to content

CRAN release v0.15.0

Choose a tag to compare

@stewid stewid released this 20 Nov 18:03
· 1015 commits to main since this release

git2r 0.15.0

IMPROVEMENTS

  • Build configuration: 'pkg-config' is now used to find 'libssl', if
    possible (Elias Pipping in PR #231).
  • Added a method to coerce a 'git_commit' object to a 'data.frame'.
  • Added the method 'is_branch' to check if an object is a
    'git_branch'.

BUG FIXES

  • Build configuration: fixed installation with parallel make (Kirill
    Müller in PR #228).