mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-19 07:32:22 +03:00
f178c4fed4
- 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 |
||
---|---|---|
.. | ||
icons | ||
src | ||
.gitignore | ||
build.rs | ||
Cargo.toml | ||
inject-git-binaries.sh | ||
tauri.conf.json | ||
tauri.conf.nightly.json | ||
tauri.conf.release.json | ||
tauri.conf.test.json |