Do not load the entire change in memory in log
[?]
Dec 10, 2020, 8:37 AM
PSKXR4QEPPVJZR777HW67IEHUPGZB44MFCNQ2KUS422Q3W22IQWACDependencies
- [2]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [3]
I52XSRUHMassive cleanup, and simplification - [4]
PH7B6I3UFixing log --hash-only - [5]
WZVCLZKYaddress clippy lints - [6]
UNZXTNSJChange text format: order dependencies in the order they were on the channel at record time - [7]
VO5OQW4WRemoving anyhow in libpijul
Change contents
- replacement in pijul/src/commands/log.rs at line 53
let change = changes.get_change(&h)?;let header = changes.get_header(&h)?; - replacement in pijul/src/commands/log.rs at line 55
writeln!(stdout, "Author: {:?}", change.header.authors)?;writeln!(stdout, "Date: {}", change.header.timestamp)?;writeln!(stdout, "Author: {:?}", header.authors)?;writeln!(stdout, "Date: {}", header.timestamp)?; - replacement in pijul/src/commands/log.rs at line 60
writeln!(stdout, "\n {}\n", change.header.message)?;writeln!(stdout, "\n {}\n", header.message)?; - replacement in pijul/src/commands/log.rs at line 62
if let Some(ref descr) = change.header.description {if let Some(ref descr) = header.description { - edit in libpijul/src/change.rs at line 137
// org id sKanuyTdfBvORra8t03TId+vXgcf/4TLpoyTdbWlSCw= - edit in libpijul/src/change.rs at line 258
// org id RhbpWA5HDGKpilANJFPz8t1Ips9PJW+pBFkwmXNl21E= - edit in libpijul/src/change.rs at line 325
// org id 11du9AL8hevTwTE48smNaTtU/x2O3eh4LYm6FPayeTw= - replacement in libpijul/src/change.rs at line 384
// org id +Tmh0+vnf5AKRwS2S9/W5J9KUc2umjSBiLGrBg2vqXk= - edit in libpijul/src/change.rs at line 442
// org id t0CzNo3X9SFATJMMzCCew7o4s6KP6ZTxxBvpbZKrKe0= - edit in libpijul/src/change.rs at line 684
// org id 4YhjVHcMd4xMYTDXLWLTMaiyiDHg8H/Hj/lt3t4f2eU= - edit in libpijul/src/change.rs at line 917
// org id UyRvnSNfnjujP0ygPCmcfcQcIqtp5EjD3NGO3LXlt/0= - replacement in libpijul/src/change.rs at line 1090
// org id j+CGohqSoJFz2ZtLqz9M7oC9UpfOWmyP7YWCbYjb+fI=