Using prefixes of the base32 of external hashes instead of full internal hashes
Dependencies
- [2]
YN63NUZOSanakirja 1.0 - [3]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [4]
I52XSRUHMassive cleanup, and simplification - [5]
H23LO7U7a few more clippy lints addressed - [6]
GHO6DWPIRefactoring iterators - [7]
CCLLB7OIUpgrading to Sanakirja 0.15 + version bump - [8]
NLGQAH4HCredit and reset relative to current directory instead of the root
Change contents
- replacement in pijul/src/commands/credit.rs at line 78
changes: HashSet<ChangeId>,changes: HashSet<Hash>, - replacement in pijul/src/commands/credit.rs at line 120
self.changes.insert(e.introduced_by());if let Ok(Some(intro)) = self.txn.get_external(&e.introduced_by()) {self.changes.insert(intro.into());} - edit in pijul/src/commands/credit.rs at line 130
let c = c.to_base32(); - replacement in pijul/src/commands/credit.rs at line 135
c.to_base32()c.split_at(12).0,