summaryrefslogtreecommitdiff
path: root/crates/vcs_data/src/data/local/file_status.rs
AgeCommit message (Collapse)Author
2025-12-15Rename `file_status` to `workspace_analyzer`魏曹先生
2025-12-15Add edit mapping action for sheet operations魏曹先生
2025-12-11Match moved files using latest hash instead of initial hash魏曹先生
2025-11-23Apply clippy suggestions魏曹先生
2025-11-22Strip workspace prefix from new paths in moved file detection魏曹先生
2025-11-20update: Improve file update task processing魏曹先生
Implement complete update task processing for both local and remote operations, add version validation and conflict detection.
2025-11-17feat: Add file status tracking and SHA1 hash system魏曹先生
- Implement SHA1 hash calculation module with async support - Add file status analysis for tracking moves, creates, and modifications - Enhance local file management with relative path handling - Update virtual file actions with improved tracking capabilities