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/ngit/cli.rs | |
| parent | f05d32838e212fcb506d6b211137e9dc2457786c (diff) | |
rename ngit-relay to grasp
includes a change to a git config itme name
Diffstat (limited to 'src/bin/ngit/cli.rs')
| -rw-r--r-- | src/bin/ngit/cli.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/ngit/cli.rs b/src/bin/ngit/cli.rs index ce4e12e..843c904 100644 --- a/src/bin/ngit/cli.rs +++ b/src/bin/ngit/cli.rs | |||
| @@ -42,7 +42,7 @@ ngit settings are managed through the git config. | |||
| 42 | 42 | ||
| 43 | Currently the only settings not reachable through standard commands relate to default hardcoded relays: | 43 | Currently the only settings not reachable through standard commands relate to default hardcoded relays: |
| 44 | 44 | ||
| 45 | - nostr.ngit-relay-default-set - only used during `ngit init` | 45 | - nostr.grasp-default-set - only used during `ngit init` |
| 46 | - nostr.relay-default-set - must have at least 1 value, all events send to repo relays, user write and default relays | 46 | - nostr.relay-default-set - must have at least 1 value, all events send to repo relays, user write and default relays |
| 47 | - nostr.relay-blaster-set - only used for repo announcement events | 47 | - nostr.relay-blaster-set - only used for repo announcement events |
| 48 | - nostr.relay-signer-fallback-set | 48 | - nostr.relay-signer-fallback-set |