radicle-heartwood-lfs/crates/radicle-remote-helper
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
Cargo.toml remote-helper: Update to 0.16.0 2026-03-26 15:32:43 +00:00
build.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00