gitbutler/crates/gitbutler-reference
Sebastian Thiel 712ce582cb
Use BranchIdentity type instead of given_name().
This is a change in perception, as `given_name()` was the name of a virtual-branch,
which is also used to correlate other similarly named branches.

Thus, it's now more than just that, and for lack of a better word it's called
the 'identity' of a branch.

It's something very specific and shouldn't accidentally be used wrongly, hence
the strong typing.
2024-08-08 20:53:15 +02:00
..
src Use BranchIdentity type instead of given_name(). 2024-08-08 20:53:15 +02:00
tests fix: don't allow trailing . (#4570) 2024-08-02 09:15:39 +02:00
Cargo.toml assure normalization will always provide valid ref-names, or fail. 2024-07-31 18:52:01 +02:00