git2r
Access Git repositories from R with pure libgit2 bindings
git2r stopped vendoring libgit2 and now expects it on the system
◆Recent moves
- 1y ago
Proxy support for clone, fetch, push and remote_ls
Adds a proxy parameter to the network-facing functions and improves the build script's error messages about libgit2's own dependencies. The proxy work is the first real capability addition since the unbundling.
View source ↗ - 1y ago
Bundled libgit2 removed; a system install is now required
⚡ SPARKThe change that reshaped everything since: git2r no longer ships libgit2 source, so installation depends on the host having it. Later releases are largely about making that requirement survivable.
View source ↗ - 2y ago
Raw blob content and a bump to R 4.0
Adds a raw argument to content() so blobs can be read as raw vectors, updates the then-bundled libgit2 to 1.7.1, and raises the R requirement to 4.0. A small API addition in an otherwise build-focused history.
View source ↗ - 3y ago
Bundled libgit2 updated to 1.6.3
A dependency bump and a build fix for platforms missing a nanosecond time structure. No API change.
View source ↗ - 3y ago
- 4y ago
Windows UCRT build configuration added
Adds a UCRT build script for Windows and documents line-ending handling in diffs. Platform packaging work.
View source ↗