refresh repo after add/rm untracked dir
Dependencies
- [2]
A5YBC77Vrecord! - [3]
6F7Q4ZLRavoid unused warns - [4]
ACDXXAX2refactor main's updates into smaller fns - [5]
WXQBBQ2Aupdate nightly - [6]
7MJOO4E2task wrappers tooling workaround - [7]
YGZ3VCW4add push - [8]
JZXYSIYDchannel selection! - [9]
YBJRDOTCmake all repo actions async - [*]
6YZAVBWUInitial commit
Change contents
- edit in inflorescence/src/main.rs at line 828
// If we started tracking a dir it might have contents, so refresh to find themif path.is_dir {state.repo_tx_in.send(repo::MsgIn::RefreshChangedAndUntrackedFiles).unwrap();} - edit in inflorescence/src/main.rs at line 901
// If we removed added dir it might have contents, so refresh to to hide them againif path.is_dir {state.repo_tx_in.send(repo::MsgIn::RefreshChangedAndUntrackedFiles).unwrap();}