Fixing filters in `pijul log`
Dependencies
- [2]
6U42MTEZFixing log -- filters, along with performance improvements - [3]
NAUECZW3Fixing the map between keys and identities - [4]
OU6JOR3CAdd path filtering for log, add json output for log - [*]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting).
Change contents
- replacement in pijul/src/commands/log.rs at line 339
is_in_filters = self.txn.get_touched_files(position, Some(cid))?.is_some();is_in_filters = self.txn.get_touched_files(position, Some(cid))? == Some(cid);