show contents for move, del and undel
[?]
Apr 22, 2025, 7:17 PM
YBLPPHZN7OSTXDQP6EKWYWK4FR4JRTLAUN5KDBBHF66C5TW74KXACDependencies
- [2]
V55EAIWQadd src file LRU cache - [3]
NRCUG4R2load changed files src when selected - [4]
Y5ATDI2Hconvert changed file diffs and load src only if any needs it - [5]
AMPZ2BXKshow changed files diffs (only Edit atm) - [6]
PTFDJ567add untracked files encoding - [*]
6YZAVBWUInitial commit
Change contents
- edit in crates/flowers_ui/src/main.rs at line 191
Del,Undel,Move, - edit in crates/flowers_ui/src/main.rs at line 198
Move,Del,Undel, - replacement in crates/flowers_ui/src/main.rs at line 886
repo::ChangedFileDiff::Move => ChangedFileDiff::WithoutContents(ChangedFileDiffWithoutContents::Move,),repo::ChangedFileDiff::Del => ChangedFileDiff::WithoutContents(ChangedFileDiffWithoutContents::Del,),repo::ChangedFileDiff::Undel => ChangedFileDiff::WithoutContents(ChangedFileDiffWithoutContents::Undel,),repo::ChangedFileDiff::Move => {ChangedFileDiff::WithContents(ChangedFileDiffWithContents::Move)}repo::ChangedFileDiff::Del => {ChangedFileDiff::WithContents(ChangedFileDiffWithContents::Del)}repo::ChangedFileDiff::Undel => {ChangedFileDiff::WithContents(ChangedFileDiffWithContents::Undel)}