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/push.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sub_commands/push.rs') diff --git a/src/sub_commands/push.rs b/src/sub_commands/push.rs index acd91f0..56927fe 100644 --- a/src/sub_commands/push.rs +++ b/src/sub_commands/push.rs @@ -5,6 +5,7 @@ use crate::client::Client; #[cfg(test)] use crate::client::MockConnect; use crate::{ + cli::Cli, client::{fetching_with_report, get_repo_ref_from_cache, Connect}, git::{str_to_sha1, Repo, RepoActions}, login, @@ -21,7 +22,6 @@ use crate::{ identify_ahead_behind, send_events, }, }, - Cli, }; #[derive(Debug, clap::Args)] -- cgit v1.2.3