upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/git/mod.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2026-01-05 14:54:29 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2026-01-05 14:54:29 +0000
commit3f50107062d55a15decc47e93fd4e9f473de86e8 (patch)
tree8242bf52608afd08a9adc12d9223cb08f42fa517 /src/git/mod.rs
parentf8235b7977c673524c12a229eddb7ace6b0c2c0d (diff)
sync all repos when authorised state data push received
Diffstat (limited to 'src/git/mod.rs')
-rw-r--r--src/git/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/git/mod.rs b/src/git/mod.rs
index d34f98b..fb17c53 100644
--- a/src/git/mod.rs
+++ b/src/git/mod.rs
@@ -21,6 +21,7 @@ pub mod authorization;
21pub mod handlers; 21pub mod handlers;
22pub mod protocol; 22pub mod protocol;
23pub mod subprocess; 23pub mod subprocess;
24pub mod sync;
24 25
25use std::path::{Path, PathBuf}; 26use std::path::{Path, PathBuf};
26use std::process::Command; 27use std::process::Command;