tiny fixes
Dependencies
- [2]
6F7Q4ZLRavoid unused warns - [3]
ACDXXAX2refactor main's updates into smaller fns - [4]
7MJOO4E2task wrappers tooling workaround - [5]
YGZ3VCW4add push - [6]
MOT64WLLrefresh repo after add/rm untracked dir - [7]
6LF2U2Y6improve file encoding detection - [8]
UR4J677Rnav for log changes and refactors - [9]
JZXYSIYDchannel selection! - [10]
WXQBBQ2Aupdate nightly - [11]
A5YBC77Vrecord! - [12]
D7A7MSIHallow to defer or abandon record, add buttons - [13]
23SFYK4Qbig view refactor into a new crate - [14]
YBJRDOTCmake all repo actions async - [15]
BFN2VHZSrefactor file stuff into sub-mod - [*]
6YZAVBWUInitial commit
Change contents
- replacement in inflorescence/src/main.rs at line 829
// If we started tracking a dir it might have contents, so refresh to find them// If we started tracking a dir it might have contents, so refresh to// find them - replacement in inflorescence/src/main.rs at line 902
// If we removed added dir it might have contents, so refresh to to hide them again// If we removed added dir it might have contents, so refresh to to// hide them again - replacement in inflorescence/src/file.rs at line 212
if let Ok(_) = std::str::from_utf8(data) {if std::str::from_utf8(data).is_ok() { - replacement in inflorescence/src/file.rs at line 271
pijul::change::get_encoding(&data)pijul::change::get_encoding(data)