extrawurst/gitui

use watcher instead of polling

extrawurst opened this issue · 4 comments

use notify to watch git instead of permanent polling

unfortunately this introduces massive bloat of dependencies and reintroduces the outdated mio 0.6 with its security problematic outdated net2: notify-rs/notify#248

Note: We're not depending on mio 0.6 anymore

@0xpr03 yeah but I am waiting for a stable release of 5.0

or I am just using https://github.com/facebook/watchman

ok that requires another binary to be installed - what a joke