remote-helper: Fix refs advertisement for patches
modified radicle-cli/examples/workflow/6-pulling-contributor.md
@@ -23,7 +23,6 @@ Your branch is up to date with 'rad/master'.
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified radicle-remote-helper/src/list.rs
@@ -72,7 +72,11 @@ fn patch_refs<R: ReadRepository + cob::Store>(stored: &R) -> Result<(), Error> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/storage.rs
@@ -391,7 +391,7 @@ pub trait ReadRepository: Sized {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|