This commit is contained in:
2025-04-05 11:05:24 +02:00
parent 749c60e131
commit 8605e08a65
10 changed files with 21 additions and 27 deletions

View File

@@ -1,7 +1,6 @@
use std::process::Command;
use std::path::Path;
use std::fs;
use std::env;
use regex::Regex;
use std::fmt;
use std::error::Error;

View File

@@ -6,7 +6,6 @@ use redis::Cmd;
use serde::{Deserialize, Serialize};
use crate::redisclient;
use crate::git::git::parse_git_url;
// Define a custom error type for GitExecutor operations
#[derive(Debug)]