upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--34.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/34.md b/34.md
index fa4c87c..f3d41e4 100644
--- a/34.md
+++ b/34.md
@@ -76,16 +76,6 @@ An optional source of truth for the state of branches and tags in a repository.
76 76
77The `refs` tag may appear multiple times, or none. 77The `refs` tag may appear multiple times, or none.
78 78
79The `refs` tag can be optionally extended to enable clients to identify how many commits ahead a ref is:
80
81```jsonc
82{
83 "tags": [
84 ["refs/<heads|tags>/<branch-or-tag-name>", "<commit-id>", "<shorthand-parent-commit-id>", "<shorthand-grandparent>", ...],
85 ]
86}
87```
88
89## Patches and Pull Requests (PRs) 79## Patches and Pull Requests (PRs)
90 80
91Patches and PRs can be sent by anyone to any repository. Patches and PRs to a specific repository SHOULD be sent to the relays specified in that repository's announcement event's `"relays"` tag. Patch and PR events SHOULD include an `a` tag pointing to that repository's announcement address. 81Patches and PRs can be sent by anyone to any repository. Patches and PRs to a specific repository SHOULD be sent to the relays specified in that repository's announcement event's `"relays"` tag. Patch and PR events SHOULD include an `a` tag pointing to that repository's announcement address.