Fixing `pijul git` with the new Sanakirja
[?]
Feb 28, 2021, 9:13 PM
MU3NL6MDUSDZN5OIIPSIPY5A7MA7KC3EV5D75JRKFQ6AVNWFJNGACDependencies
- [2]
IIV3EL2XCleanup, formatting, and fixing the Git feature - [3]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [4]
JL4WKA5PImplement the Sanakirja concurrency model in a cross-process way
Change contents
- replacement in pijul/src/commands/git.rs at line 57
let mut env_git = ::sanakirja::Env::new(&path_git, 1 << 15, 2)?;let mut env_git = ::sanakirja::Env::new(&path_git.join("db"), 1 << 15, 2)?;