radicle-heartwood-lfs/crates/radicle-cli/src
Fintan Halpenny 33db6637b4 radicle: Teach `rad sync` and `rad clone` to accept feature levels
Teach the `rad sync` and `rad clone` commands to accept the
`--signed-refs-feature-level` option. This option configures that
fetch to use the minimum feature level provided when fetching from
other nodes. This overrides the value of
`node.fetch.signedReferences.featureLevel.minimum`, and should only be
used in scenarios where it is necessary to downgrade the security of a
fetch for backwards compatibility.


To achieve this, the `Handle::fetch` method introduces an optional
parameter for threading through the `FeatureLevel`.
2026-03-24 15:07:18 +00:00
..
commands radicle: Teach `rad sync` and `rad clone` to accept feature levels 2026-03-24 15:07:18 +00:00
git clippy: Deny and fix `must_use_candidate` 2026-01-16 22:52:53 +01:00
terminal cli: Add blank line after issue reply header 2026-03-12 13:30:09 +00:00
commands.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
common_args.rs radicle: Teach `rad sync` and `rad clone` to accept feature levels 2026-03-24 15:07:18 +00:00
git.rs cli: Remove dead `fn parse_remote` 2026-01-16 22:52:53 +01:00
lib.rs radicle: Teach `rad sync` and `rad clone` to accept feature levels 2026-03-24 15:07:18 +00:00
main.rs cli/fork: Deprecate 2026-01-23 15:04:16 +00:00
node.rs radicle: Teach `rad sync` and `rad clone` to accept feature levels 2026-03-24 15:07:18 +00:00
pager.rs term, cli: `winsplit` over `shlex` on Windows 2026-02-11 10:26:22 +01:00
project.rs workspace/rust/clippy: Fix all warnings 2025-10-17 12:56:43 +02:00
terminal.rs cli: promote WithHint hint type to String 2026-01-22 10:36:47 +00:00
warning.rs cli: Warn user about implicit seeding policy 2026-02-16 21:39:11 +01:00