Fixing the "repeated records" bug
Dependencies
- [2]
UGUWKK3IFixing conflicts - [3]
HW7DZ2B4Fixing the change parser - [4]
FMVDQHHCParsing binary file deletions in the change text format - [5]
5FI6SBEZRe-implement change printing and parsing
Change contents
- replacement in libpijul/src/change/parse.rs at line 76
(i, Vec::new())debug!("encoding none");// If the encoding is binary, we may have a base64 version of// the file.if let Ok((i, c)) = parse_contents('-', encoding.clone(), i) {(i, c)} else {(i, Vec::new())}