gitbutler/crates/gitbutler-branch
Kiril Videlov e63e876ca5 Refactor - removes the change_refernce module that what the initial imlementation of stacking
This is now replaced with the more capable and correct `Stack` trait, implemented on `Branch`.

The new endpoints are:
create_series,
remove_series,
update_series_name,
update_series_description,
push_stack,
2024-10-03 18:39:50 +02:00
..
src Refactor - removes the change_refernce module that what the initial imlementation of stacking 2024-10-03 18:39:50 +02:00
tests Refactor - removes the change_refernce module that what the initial imlementation of stacking 2024-10-03 18:39:50 +02:00
Cargo.toml Introduce PatchReference and a heads field on Branch 2024-09-28 12:34:29 +02:00