radicle-heartwood-lfs/crates/radicle
Lorenz Leutgeb 880634acd4
radicle/git/raw: Capture all `git2` re-exports
A refactoring internal to the `radicle` crate, with the goal of
making dependency on `git2` clearer and more controlled.
`radicle::git::raw` is changed from a complete re-export of `git2`
to a module that selectively re-exports (many) members of `git2`.
required to build the workspace (potentially breaking dependents
outside the workspace, but given just how many types are
re-exported, this seems unlikely).

In the future, no more `use git2::…` statements should be added
outside of `crates/radicle/src/git/raw.rs`. This is in an effort to
decrease dependence on `git2` in the future.
2025-10-10 11:29:24 +02:00
..
src radicle/git/raw: Capture all `git2` re-exports 2025-10-10 11:29:24 +02:00
CHANGELOG.md node: Report sync status for given namespaces 2025-10-09 07:55:11 +02:00
Cargo.toml crypto: Depend on `git-ref-format-core` only 2025-10-09 17:18:59 +02:00