From a5a662632b61ef2b35946af1e93f30a885ea1db2 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 6 Sep 2024 07:47:13 +0100 Subject: feat(remote): fetch protocol selection / fallback enable override from nostr url clone url is local use local otherwise try https unathenticated, ssh, then https authenticated --- src/lib/git/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/git/mod.rs') diff --git a/src/lib/git/mod.rs b/src/lib/git/mod.rs index f92272f..72717f7 100644 --- a/src/lib/git/mod.rs +++ b/src/lib/git/mod.rs @@ -11,6 +11,7 @@ use nostr_sdk::hashes::{sha1::Hash as Sha1Hash, Hash}; use crate::git_events::{get_commit_id_from_patch, tag_value}; pub mod identify_ahead_behind; pub mod nostr_url; +pub mod utils; pub struct Repo { pub git_repo: git2::Repository, -- cgit v1.2.3