Add a prefix in `pijul archive` in all cases
[?]
Jan 8, 2021, 7:00 PM
BY5FVZAV5547DIQAPCGBNDT45SC4CAH7CGC7W3ZWH6XEX6S22GOQCDependencies
- [2]
IC45XBAFAdding / at the end of the prefix in `pijul archive` - [3]
UDHP4ZVBFixing SSH asynchronicity issues - [4]
76PCXGMLPushing to, and pulling from the local repository - [*]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting).
Change contents
- edit in pijul/src/commands/archive.rs at line 63[6.192546][3.8318]
if let Some(ref mut p) = self.prefix {if !p.is_empty() && !p.ends_with("/") {p.push('/');}} - edit in pijul/src/commands/archive.rs at line 79
if let Some(ref mut p) = self.prefix {if !p.is_empty() && !p.ends_with("/") {p.push('/');}}