upleb.uk

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

summaryrefslogtreecommitdiff
path: root/34.md
diff options
context:
space:
mode:
authorcypherhoodlum <82510823+cypherhoodlum@users.noreply.github.com>2025-02-21 13:57:03 +0000
committerGitHub <noreply@github.com>2025-02-21 05:57:03 -0800
commit7cc120ecb01963e37f9adcd3b57b8efc1dd9e828 (patch)
tree1f52d1feb871beab27e223d375ed43e01dbb9144 /34.md
parent93d9a12f1693582b1a6231f8fe3e3832ba4fa8b3 (diff)
Optional t tag to git repository announcements (#1798)
Diffstat (limited to '34.md')
-rw-r--r--34.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/34.md b/34.md
index 35bc1be..f34badb 100644
--- a/34.md
+++ b/34.md
@@ -22,9 +22,10 @@ Git repositories are hosted in Git-enabled servers, but their existence can be a
22 ["description", "brief human-readable project description>"], 22 ["description", "brief human-readable project description>"],
23 ["web", "<url for browsing>", ...], // a webpage url, if the git server being used provides such a thing 23 ["web", "<url for browsing>", ...], // a webpage url, if the git server being used provides such a thing
24 ["clone", "<url for git-cloning>", ...], // a url to be given to `git clone` so anyone can clone it 24 ["clone", "<url for git-cloning>", ...], // a url to be given to `git clone` so anyone can clone it
25 ["relays", "<relay-url>", ...] // relays that this repository will monitor for patches and issues 25 ["relays", "<relay-url>", ...], // relays that this repository will monitor for patches and issues
26 ["r", "<earliest-unique-commit-id>", "euc"] 26 ["r", "<earliest-unique-commit-id>", "euc"],
27 ["maintainers", "<other-recognized-maintainer>", ...] 27 ["maintainers", "<other-recognized-maintainer>", ...],
28 ["t", "<arbitrary string>"], // hashtags labelling the repository
28 ] 29 ]
29} 30}
30``` 31```