Radish alpha
r
rad:z3trNYnLWS11cJWC6BbxDs5niGo82
Radicle Improvement Proposals (RIPs)
Radicle
Git
Edits to RIP #3
Alexis Sellier committed 2 years ago
commit 329dee9a4b65169ea3889a7da239892b705d0d68
parent 361c877
1 file changed +2 -2
modified 0003-storage-layout.md
@@ -294,7 +294,7 @@ The remote helper is what allows Git to interpret URLs with the `rad://`
scheme.

As mentioned in the [Working Copy](#Working-Copy) section, there is currently
-
no way to configure a `git` remote to be aware of additional logic, such as the
+
no way to configure a Git remote to be aware of additional logic, such as the
appropriate `refs/namespaces` to use (to avoid having to use `--namespace`) or
to prevent pushing to other peers' namespaces.

@@ -302,7 +302,7 @@ To address these requirements, a `git-remote-rad` helper binary can be
introduced to supply the necessary namespace and enforce the correct use of
peer namespaces.

-
`git-remote-rad` is a [gitremote-helper][^8] binary. When Git encounters a URL
+
`git-remote-rad` is a gitremote-helper[^8] binary. When Git encounters a URL
that uses the `rad` transport protocol, it delegates the call to
`git-remote-rad`, which should be found in the operator's path, during a
`fetch` or `push` operation.