diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-05 14:54:29 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-05 14:54:29 +0000 |
| commit | 3f50107062d55a15decc47e93fd4e9f473de86e8 (patch) | |
| tree | 8242bf52608afd08a9adc12d9223cb08f42fa517 /src/git/mod.rs | |
| parent | f8235b7977c673524c12a229eddb7ace6b0c2c0d (diff) | |
sync all repos when authorised state data push received
Diffstat (limited to 'src/git/mod.rs')
| -rw-r--r-- | src/git/mod.rs | 1 |
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; | |||
| 21 | pub mod handlers; | 21 | pub mod handlers; |
| 22 | pub mod protocol; | 22 | pub mod protocol; |
| 23 | pub mod subprocess; | 23 | pub mod subprocess; |
| 24 | pub mod sync; | ||
| 24 | 25 | ||
| 25 | use std::path::{Path, PathBuf}; | 26 | use std::path::{Path, PathBuf}; |
| 26 | use std::process::Command; | 27 | use std::process::Command; |