gitbutler/crates/gitbutler-branch-actions/tests
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
..
extra repo -> repository 2024-07-29 11:13:25 +02:00
fixtures add benchmark for branch-listing 2024-08-07 20:10:02 +02:00
virtual_branches Use BranchIdentity type instead of given_name(). 2024-08-08 20:53:15 +02:00
branch.rs rename gitbutler-virtual to gitbutler-branch-actions 2024-07-10 14:49:48 +02:00