radicle-heartwood-lfs/crates/radicle-node
Fintan Halpenny c38b9d9e1e node: simplify canonical reference calculation
The logging version was verbose, and not required. It also could end up double
processing canonical reference updates since multiple remotes may update the
same reference.

Instead, use `filter_map` to convert all the reference names, stripping
namespaces, and collect them into a `BTreeSet` to ensure uniqueness.
2025-08-25 18:49:43 +01:00
..
src node: simplify canonical reference calculation 2025-08-25 18:49:43 +01:00
Cargo.toml node: Use winpipe for control socket on Windows 2025-08-22 15:45:20 +01:00
build.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00