gitbutler/crates/gitbutler-branch-actions
Kiril Videlov a2aafd919b Introduce PatchReference and a heads field on Branch
- The PatchReference type represents a "reference" that is entirely managed by GitButler. It can either point to a commit or a GitButler change (which itself points to a commit)
- The Branch type (as persisted in virtual_branches.toml) now has a `heads` fields with a list of PatchReferences. This list is not to be meant to be manipulated directly, but with the `Stack` trait
2024-09-28 12:34:29 +02:00
..
benches Replace all relevant occurrences of integration with workspace 2024-09-02 20:53:19 +03:00
src Introduce PatchReference and a heads field on Branch 2024-09-28 12:34:29 +02:00
tests Added the tests 2024-10-01 17:12:46 +02:00
Cargo.toml chore: Bump git2-hooks 2024-09-30 11:54:34 -04:00