radicle-heartwood-lfs/radicle
Alexis Sellier 577b632056
Use `Signer::try_sign` in interactive contexts
In interactive (user) contexts, use `try_sign` instead of `sign`.

We also revisit the `Profile` by adding a `signer` method that can
fail, eg. if we couldn't connect to ssh-agent.

Finally, we replace `UnsafeSigner` with `MemorySigner`, which makes
use of `ssh::Keystore`.

Signed-off-by: Alexis Sellier <alexis@radicle.xyz>
2022-11-03 13:06:00 +01:00
..
src Use `Signer::try_sign` in interactive contexts 2022-11-03 13:06:00 +01:00
Cargo.toml Remove `git-url` dependency 2022-10-31 18:14:54 +01:00