gitbutler/crates/gitbutler-tauri
Scott Chacon 2b1d808314 add several history manipulation backend functions
this adds backend functions in Rust to do the following:
* move file hunks between commits (basic)
* undo any commit in a stack
* insert a blank commit
* move a commit within the stack
* update a commit message in place
2024-04-29 15:03:01 +02:00
..
icons initial move of crates (no config changes) 2024-04-04 11:49:12 +02:00
src add several history manipulation backend functions 2024-04-29 15:03:01 +02:00
.gitignore initial move of crates (no config changes) 2024-04-04 11:49:12 +02:00
build.rs update config to refer to new crate structure 2024-04-04 12:09:12 +02:00
Cargo.toml Revert 74eb7bd3 as debounce-timing has no effect (#3601) 2024-04-25 16:33:55 +02:00
inject-git-binaries.sh update config to refer to new crate structure 2024-04-04 12:09:12 +02:00
tauri.conf.json happy 2024 2024-04-16 18:17:51 +02:00
tauri.conf.nightly.json update config to refer to new crate structure 2024-04-04 12:09:12 +02:00
tauri.conf.release.json removed bail on release windows ci builds 2024-04-09 21:14:56 +02:00