fix change reset
Dependencies
- [2]
23SFYK4Qbig view refactor into a new crate - [3]
XSZZB47Urefactor stuff into lib - [4]
3BK22XE5add a test for hover btn and more refactors - [5]
BJ3CYLUTallow to reset changed file - [6]
IQHXLIIUimprove enocoding detection, support images - [7]
WAOGSCOJvery nice refactor, wip adding channels logs - [8]
YGZ3VCW4add push - [9]
FU6P5QLGindicate when a file is a dir with appended '/' - [10]
5O4FWCFPadd tests to_record selection and improve it - [11]
IOXNOVX2allow to initiate a new repo - [*]
SWWE2R6Mdisplay basic repo stuff
Change contents
- edit in libflorescence/src/repo.rs at line 1625
let repo_path = CanonicalPathBuf::canonicalize(&repo.path)?; - edit in libflorescence/src/repo.rs at line 1631
let root = std::fs::canonicalize(&path)?;let path = root.strip_prefix(&repo_path)?;use path_slash::PathExt;let path = path.to_slash_lossy();