radicle-heartwood-lfs/crates/radicle-remote-helper/src
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
..
push rust/edition/fmt: 2021 → 2024 2026-03-30 16:57:51 +02:00
fetch.rs rust/edition/fmt: 2021 → 2024 2026-03-30 16:57:51 +02:00
list.rs rust/edition/fmt: 2021 → 2024 2026-03-30 16:57:51 +02:00
main.rs radicle: Refactor COB Storage Access 2026-03-31 17:57:14 +01:00
protocol.rs remote-helper/protocol: Introduce Line and Command 2026-02-18 00:07:35 +01:00
push.rs radicle/storage: Split `WriteRepository::set_head` 2026-04-08 11:02:07 +01:00
service.rs rust/edition/fmt: 2021 → 2024 2026-03-30 16:57:51 +02:00