Include email in log entries without keys
Dependencies
- [2]
OU6JOR3CAdd path filtering for log, add json output for log - [3]
SMMBFECLConverting to the new patch format "online" - [4]
A3RM526YIntegrating identity malleability - [5]
F2S6XETOFixing log --hash-only - [6]
NAUECZW3Fixing the map between keys and identities - [7]
U6TQX5Z2pager function respects cli option and user config files, PAGER env var - [*]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting).
Change contents
- replacement in pijul/src/commands/log.rs at line 382
let auth = if let Some(k) = auth.0.remove("key") {match author_kvs.entry(k) {if let Some(k) = auth.0.remove("key") {let auth = match author_kvs.entry(k) { - replacement in pijul/src/commands/log.rs at line 430
}};auth.to_owned() - replacement in pijul/src/commands/log.rs at line 433
auth.0.get("name").unwrap()};auth.to_owned()format!("{}{}",auth.0.get("name").unwrap(),match auth.0.get("email") {Some(email) => format!(" <{}>", email),None => "".to_string(),},)}