From 3598a05b98852baeb324bdaa00cb69035157f636 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 19 Jun 2025 15:54:26 +0100 Subject: rename ngit-relay to grasp includes a change to a git config itme name --- src/bin/git_remote_nostr/push.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/git_remote_nostr') diff --git a/src/bin/git_remote_nostr/push.rs b/src/bin/git_remote_nostr/push.rs index 434dae9..9e54ca7 100644 --- a/src/bin/git_remote_nostr/push.rs +++ b/src/bin/git_remote_nostr/push.rs @@ -789,7 +789,7 @@ fn create_rejected_refspecs_and_remotes_refspecs( // ancestor of nostr and we are force pushing anyway... refspecs_for_remote.push(refspec.clone()); } else if is_ngit_relay { - // an ngit-relay can only be pushed to via nostr so can force push + // a grasp server can only be pushed to via nostr so can force push refspecs_for_remote.push(ensure_force_push_refspec(refspec)); } else { rejected_refspecs -- cgit v1.2.3