radicle-heartwood-lfs/crates/radicle
Lorenz Leutgeb bfb2858054 radicle/storage: Split `WriteRepository::set_head`
The method `set_head` does two things:
 1. Compute the canonical head and set the default branch to target.
 2. Set the symbolic reference `HEAD` to target the default branch.

Split these two concerns into:
 1. `set_default_branch_to_canonical_head`
 2. `set_head_to_default_branch`
2026-04-08 11:02:07 +01:00
..
src radicle/storage: Split `WriteRepository::set_head` 2026-04-08 11:02:07 +01:00
CHANGELOG.md radicle: Update to 0.23.0 2026-03-26 15:25:11 +00:00
Cargo.toml crypto: Use `ssh-agent-lib` for SSH Agent 2026-04-02 16:03:23 +01:00
build.rs radicle: Add Version to User Agent 2026-04-02 16:26:46 +01:00