radicle: document `parse_ref` and `parse_ref_namespaced`
Provide better documentation for the two methods.
Solves the issue:
rad inbox 4603f55d97a0776f37bae2f9d2ba7d455d8a4c83
1 file changed
+28
-2
87cb7bf5
→
65982434
modified radicle/src/git.rs
@@ -424,7 +424,19 @@ pub fn remote_refs(url: &Url) -> Result<RandomMap<RemoteId, Refs>, ListRefsError
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -437,7 +449,21 @@ where
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|