This website requires JavaScript.
Explore
Help
Sign In
gitbutlerapp
/
gitbutler
Watch
1
Star
1
Fork
0
You've already forked gitbutler
mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced
2024-12-19 07:32:22 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
36f23d529f
gitbutler
/
crates
/
gitbutler-branch-actions
/
tests
/
branch.rs
4 lines
34 B
Rust
Raw
Normal View
History
Unescape
Escape
start moving virtual_branches to separate crate We want to move towards having each functional domain in a separate crate. The main benefit of that for our project is that this will enforce a unidirectional dependency graph (i.e. no cycles). Starting off with virutal_branches - a lot of the implementation is still in core (i.e. virtual.rs), that will be moved in a separate PR. Furthermore, the virtual branches controller (as well as virtual.rs) contain functions not directly related to branches (e.g. commit reordering etc). That will be furthe separate in a crate.
2024-07-07 14:32:35 +03:00
mod
virtual_branches
;
move virtual, integration and base modules to gitbutler-branch crate
2024-07-07 18:30:18 +03:00
mod
extra
;
Reference in New Issue
Copy Permalink