summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-02-16 14:16:44 +0200
committerLars Wirzenius <liw@liw.fi>2024-02-16 14:16:44 +0200
commit729e054222b28fd02a0752c4c33450af3e65b832 (patch)
tree276a28bc0d8b585fa17a183f4abaa8f546110602
parent24fb53b39516974f53f9ef8f3763f29ff62ada0a (diff)
downloadradicle-ci-broker-729e054222b28fd02a0752c4c33450af3e65b832.tar.gz
fix: formatting of list
Signed-off-by: Lars Wirzenius <liw@liw.fi>
-rw-r--r--doc/architecture.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/architecture.md b/doc/architecture.md
index e38bc55..0f46309 100644
--- a/doc/architecture.md
+++ b/doc/architecture.md
@@ -133,9 +133,11 @@ An example request that the broker sends looks like this:
~~~
where:
+
- `<RID>` is the repository ID, in its `rad:` URN format,
- `<AFTER_COMMIT>` is the commit id of the last commit being pushed,
- `<BEFORE_COMMIT>` is the commit id of the **parent** of the first
+
commit being pushed (i.e. ` <SOME_OTHER_COMMIT_BEING_PUSHED>`),
(the SHA checksum).