upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/bin/ngit/sub_commands
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2026-02-18 09:50:57 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2026-02-18 13:01:01 +0000
commitef53dce22cb363d9b373cae033f4be91f6cfb194 (patch)
treec9d4c20395eff9b9790ade9d43a9acec908c1cd9 /src/bin/ngit/sub_commands
parent10f5dd5f48659d6e99abc762d46be397d24b48d9 (diff)
report event kinds in publish progress messages
instead of generic 'Publishing to nostr relays...' messages, describe what is being published e.g. 'Publishing 3 patches to nostr relays...' or 'Publishing 1 announcement and 1 state event to nostr relays...'
Diffstat (limited to 'src/bin/ngit/sub_commands')
-rw-r--r--src/bin/ngit/sub_commands/init.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/ngit/sub_commands/init.rs b/src/bin/ngit/sub_commands/init.rs
index ae6a202..8513f18 100644
--- a/src/bin/ngit/sub_commands/init.rs
+++ b/src/bin/ngit/sub_commands/init.rs
@@ -1261,7 +1261,6 @@ async fn publish_and_finalize(
1261 }; 1261 };
1262 1262
1263 // Step 2: Create event 1263 // Step 2: Create event
1264 println!("publishing repostory announcement to nostr...");
1265 let repo_event = repo_ref.to_event(&signer).await?; 1264 let repo_event = repo_ref.to_event(&signer).await?;
1266 1265
1267 // Step 3: Build nostr URL 1266 // Step 3: Build nostr URL