gitbutler/crates/gitbutler-tauri
Chooooooo f178c4fed4
Update read_file_from_workspace logic
- Refactor `read_file_from_workspace` to separate `HEAD^{tree}` lookup logic
- Add new `read_file_from_tree` function to handle both `HEAD^{tree}` and specific commit lookups
- Add edge case handling for querying files from a specific commit in `read_file_from_workspace`
- Add conditions to handle modified or deleted files in worktree
- Improve file status handling with new `FileStatus` enum
- Update `FileInfo` struct to include file status information
2024-10-15 21:26:39 +09:00
..
icons initial move of crates (no config changes) 2024-04-04 11:49:12 +02:00
src Update read_file_from_workspace logic 2024-10-15 21:26:39 +09:00
.gitignore initial move of crates (no config changes) 2024-04-04 11:49:12 +02:00
build.rs feat: move @gitbutler/cloud into monorepo (#4494) 2024-07-25 15:53:28 +00:00
Cargo.toml enable opening URLs with the default browser 2024-10-13 19:44:26 -07:00
inject-git-binaries.sh Allow local overrides for the target triple of production windows builds. 2024-05-25 15:05:43 +02:00
tauri.conf.json enable opening URLs with the default browser 2024-10-13 19:44:26 -07:00
tauri.conf.nightly.json fix: use our own open-rs implementation instead of relying on tauri's "shell-open" (#4748) 2024-09-07 19:28:50 +02:00
tauri.conf.release.json fix: use our own open-rs implementation instead of relying on tauri's "shell-open" (#4748) 2024-09-07 19:28:50 +02:00
tauri.conf.test.json fix: use our own open-rs implementation instead of relying on tauri's "shell-open" (#4748) 2024-09-07 19:28:50 +02:00