diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-06-19 15:54:26 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-06-19 15:54:26 +0100 |
| commit | 3598a05b98852baeb324bdaa00cb69035157f636 (patch) | |
| tree | 1d1e27bcd5d7454a8286c60a1e6f98fd4c2b4e9c /src/bin/git_remote_nostr/push.rs | |
| parent | f05d32838e212fcb506d6b211137e9dc2457786c (diff) | |
rename ngit-relay to grasp
includes a change to a git config itme name
Diffstat (limited to 'src/bin/git_remote_nostr/push.rs')
| -rw-r--r-- | src/bin/git_remote_nostr/push.rs | 2 |
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 |