radicle-heartwood-lfs/crates
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
..
radicle radicle/git/raw: Capture all `git2` re-exports 2025-10-10 11:29:24 +02:00
radicle-cli cli/publish: Use clap 2025-10-09 10:52:21 +02:00
radicle-cli-test radicle-cli-test: Prepare testing with `jj` 2025-09-26 12:03:01 +01:00
radicle-cob crypto: Depend on `git-ref-format-core` only 2025-10-09 17:18:59 +02:00
radicle-crypto crypto: Depend on `git-ref-format-core` only 2025-10-09 17:18:59 +02:00
radicle-dag repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-fetch crates: bump for release 2025-10-06 16:36:30 +01:00
radicle-node node/wire: Refactor precedence 2025-10-10 09:45:05 +01:00
radicle-protocol node: Report sync status for given namespaces 2025-10-09 07:55:11 +02:00
radicle-remote-helper crates: bump for release 2025-10-06 16:36:30 +01:00
radicle-schemars crates: bump for release 2025-10-06 16:36:30 +01:00
radicle-signals signals: Guard most of the crate for Unix 2025-08-22 15:19:31 +01:00
radicle-ssh release: prepare crates 2025-08-12 12:13:49 +02:00
radicle-systemd systemd: Support Credentials 2025-10-09 10:03:21 +01:00
radicle-term crates: bump for release 2025-10-06 16:36:30 +01:00