The Git feature does not need to be async
Dependencies
- [2]
NEJOYVJBFixing the Git feature - [3]
MU3NL6MDFixing `pijul git` with the new Sanakirja - [4]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [5]
IIV3EL2XCleanup, formatting, and fixing the Git feature - [6]
JL4WKA5PImplement the Sanakirja concurrency model in a cross-process way - [7]
BJOZ25EUDeterministic Git import
Change contents
- replacement in pijul/src/commands/git.rs at line 43
pub async fn run(self) -> Result<(), anyhow::Error> {pub fn run(self) -> Result<(), anyhow::Error> { - replacement in pijul/src/commands/git.rs at line 47
Repository::init(self.repo_path.clone()).await?Repository::init(self.repo_path.clone())? - replacement in pijul/src/commands/git.rs at line 88
import(&git, &mut env_git, &mut repo, &dag).await?;import(&git, &mut env_git, &mut repo, &dag)?; - replacement in pijul/src/commands/git.rs at line 243
async fn import(fn import(