radicle-heartwood-lfs/crates
Fintan Halpenny a163f4e939 fetch: refactor repository access
The interface of the `Handle` has two methods: `Handle::repository` and
`Handle::repository_mut`. However, the calling logic would always access the
`Handle::repo` field.

This is cleaned up by making this field private, and using the
`Handle::repository` method instead. There were no calls to `repository_mut`,
and so the method was removed.
2025-10-06 11:52:42 +02:00
..
radicle node: Make location of secret key configurable 2025-09-26 13:03:57 +01:00
radicle-cli cli/unfollow: Use clap 2025-10-01 14:36:39 +02:00
radicle-cli-test radicle-cli-test: Prepare testing with `jj` 2025-09-26 12:03:01 +01:00
radicle-cob crates: 1.4.0 release 2025-08-27 10:30:28 +01:00
radicle-crypto crypto/ssh/keystore: Explicit paths 2025-09-26 13:21:38 +02:00
radicle-dag repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-fetch fetch: refactor repository access 2025-10-06 11:52:42 +02:00
radicle-node node/log: Define syslog identifier 2025-10-01 16:46:46 +02:00
radicle-protocol protocol: Decrease log-level for logging ping/pong 2025-10-02 10:47:29 +01:00
radicle-remote-helper remote-helper: Check base when matching revisions 2025-10-03 11:30:22 +01:00
radicle-schemars crates: 1.4.0 release 2025-08-27 10:30:28 +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 radicle-systemd: Guard `mod listen` for Unix 2025-10-02 15:46:56 +01:00
radicle-term docs: fix doc string linking 2025-09-15 10:34:42 +01:00