From 0134ab8eb413b8b81ec8e179897ddb8ea63e134e Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 26 Jul 2024 10:29:33 +0100 Subject: feat(remote): add nostr git remote helper as a simple proxy to the first git server listed in announcement parse clone url as `nostr://naddr123...` --- src/sub_commands/fetch.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sub_commands/fetch.rs') diff --git a/src/sub_commands/fetch.rs b/src/sub_commands/fetch.rs index ab6e0fc..b1e83c5 100644 --- a/src/sub_commands/fetch.rs +++ b/src/sub_commands/fetch.rs @@ -9,10 +9,10 @@ use crate::client::Client; #[cfg(test)] use crate::client::MockConnect; use crate::{ + cli::Cli, client::{fetching_with_report, Connect}, git::{Repo, RepoActions}, repo_ref::get_repo_coordinates, - Cli, }; #[derive(clap::Args)] -- cgit v1.2.3