gitbutler/crates/gitbutler-branch-actions
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
..
benches Use gix for branch listing 2024-08-07 20:21:29 +02:00
src Use BranchIdentity type instead of given_name(). 2024-08-08 20:53:15 +02:00
tests Use BranchIdentity type instead of given_name(). 2024-08-08 20:53:15 +02:00
Cargo.toml remove unnecessary BString-related serde functions. 2024-08-08 17:25:18 +02:00