upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/bin/git_remote_nostr
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-06-19 15:54:26 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-06-19 15:54:26 +0100
commit3598a05b98852baeb324bdaa00cb69035157f636 (patch)
tree1d1e27bcd5d7454a8286c60a1e6f98fd4c2b4e9c /src/bin/git_remote_nostr
parentf05d32838e212fcb506d6b211137e9dc2457786c (diff)
rename ngit-relay to grasp
includes a change to a git config itme name
Diffstat (limited to 'src/bin/git_remote_nostr')
-rw-r--r--src/bin/git_remote_nostr/push.rs2
1 files changed, 1 insertions, 1 deletions
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(
789 // ancestor of nostr and we are force pushing anyway... 789 // ancestor of nostr and we are force pushing anyway...
790 refspecs_for_remote.push(refspec.clone()); 790 refspecs_for_remote.push(refspec.clone());
791 } else if is_ngit_relay { 791 } else if is_ngit_relay {
792 // an ngit-relay can only be pushed to via nostr so can force push 792 // a grasp server can only be pushed to via nostr so can force push
793 refspecs_for_remote.push(ensure_force_push_refspec(refspec)); 793 refspecs_for_remote.push(ensure_force_push_refspec(refspec));
794 } else { 794 } else {
795 rejected_refspecs 795 rejected_refspecs