Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix: list formatting
Lars Wirzenius committed 2 years ago
commit 2dafe88a84dc031485a71b405f3cda43fa8e00fa
parent 729e054222b28fd02a0752c4c33450af3e65b832
1 file changed +3 -1
modified doc/architecture.md
@@ -214,9 +214,11 @@ An example request that the broker sends looks like this:
~~~

where:
-
  - `<RID>` is the repository ID, in its `rad:` URN format,
+

+
  - `<RID>` is the reposiatory 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).