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-21 08:31:40 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
aea72e8605
gitbutler
/
crates
/
gitbutler-repo
/
tests
/
mod.rs
3 lines
32 B
Rust
Raw
Normal View
History
Unescape
Escape
chore(app): move library-portion to top-level `src/` folder. This allows the tauri-specific parts to remain in the `app` crate, which will help to eventually release a `cli` crate as well.
2024-03-29 12:04:26 +03:00
mod
credentials
;
move the stacking impl to repo crate There is just too big of a dependency in both directions to be able to have a separation at this time. The gitbutler-repo crate is needed for the stacking functionality and the `rebase` module inside of it needs to use the new API in order to maintain consistency during rebasing.
2024-08-23 00:29:13 +03:00
mod
reference
;
Reference in New Issue
Copy Permalink