radicle-heartwood-lfs/crates/radicle-cli
Adrian Duke f0c6abc6ea radicle/cob/patch: Extend MergeTarget
Extend `enum MergeTarget` to include a new variant, `Branch`.
The intended use of this new variant is to allow a `Patch` to have a
target branch other than the default branch.

The `Branch` variant holds a `TargetBranch` which, in turn, is ensured
to be a `Qualified` reference that begins with `refs/heads`, i.e. a
Git branch.
2026-06-09 11:21:33 +02:00
..
examples radicle-cli: Fix broken test 'rad-cob-update' 2026-06-09 11:00:32 +02:00
src radicle/cob/patch: Extend MergeTarget 2026-06-09 11:21:33 +02:00
tests radicle-cli: Fix broken test 'rad-cob-update' 2026-06-09 11:00:32 +02:00
CHANGELOG.md cli: Release 0.21.0 2026-05-06 21:15:54 +01:00
Cargo.toml log: New crate for logger implementations 2026-05-11 16:44:37 +01:00
build.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00