radicle-heartwood-lfs/crates
Lorenz Leutgeb a0f6cbf5f1 radicle: Move interpretation of output to binary
`radicle::git::run` interprets the `Output` returned by the `git`
process. However, depending on the application we have different
requirements for interpreting the output, e.g., how to handle errors.

Make `radicle::git::run` not interpret `Output`, but move this
logic to the respective binary crates (`radicle-remote-helper` and
`radicle-cli`).
2025-09-11 16:59:12 +01:00
..
radicle radicle: Move interpretation of output to binary 2025-09-11 16:59:12 +01:00
radicle-cli radicle: Move interpretation of output to binary 2025-09-11 16:59:12 +01:00
radicle-cli-test crates: 1.4.0 release 2025-08-27 10:30:28 +01:00
radicle-cob crates: 1.4.0 release 2025-08-27 10:30:28 +01:00
radicle-crypto fix: upgrade radicle-crypto 2025-08-13 09:20:42 +01:00
radicle-dag repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-fetch radicle-fetch: Replace manual std::matches!() impl 2025-08-27 23:12:50 +02:00
radicle-node node: Remove dependency on `anyhow` 2025-09-04 16:28:20 +03:00
radicle-protocol protocol/wire/test: Define `fn roundtrip` and macro 2025-08-27 12:48:11 +02:00
radicle-remote-helper radicle: Move interpretation of output to binary 2025-09-11 16:59:12 +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 release: prepare crates 2025-08-12 12:13:49 +02:00
radicle-term term/table: Add Table::with_opts() to set options after Table obj was constructed 2025-09-10 21:23:30 +02:00