upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/bin/ngit/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/ngit/cli.rs')
-rw-r--r--src/bin/ngit/cli.rs7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/bin/ngit/cli.rs b/src/bin/ngit/cli.rs
index 5461237..ce4e12e 100644
--- a/src/bin/ngit/cli.rs
+++ b/src/bin/ngit/cli.rs
@@ -40,10 +40,11 @@ pub const CUSTOMISE_TEMPLATE: &str = r"
40========================== 40==========================
41ngit settings are managed through the git config. 41ngit settings are managed through the git config.
42 42
43Currently the only settings not not reachable through standard commands relate to default hardcoded relays: 43Currently the only settings not reachable through standard commands relate to default hardcoded relays:
44 44
45 - nostr.relay-default-set - must have at least 1 value 45 - nostr.ngit-relay-default-set - only used during `ngit init`
46 - nostr.relay-blaster-set 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-signer-fallback-set 48 - nostr.relay-signer-fallback-set
48 49
49These take a string of semi-colon separated websocket URLs without spaces. For example: 50These take a string of semi-colon separated websocket URLs without spaces. For example: