modified radicle-remote-helper/src/lib.rs
@@ -8,7 +8,7 @@ use thiserror::Error;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -180,6 +180,7 @@ pub fn run(profile: radicle::Profile) -> Result<(), Box<dyn std::error::Error +
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle/src/git.rs
@@ -118,24 +118,47 @@ pub fn remote_refs(url: &Url) -> Result<HashMap<RemoteId, Refs>, ListRefsError>
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -146,7 +169,8 @@ where
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/identity/project.rs
@@ -509,7 +509,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/rad.rs
@@ -3,7 +3,6 @@ use std::io;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -23,6 +22,8 @@ pub static REMOTE_NAME: Lazy<git::RefString> = Lazy::new(|| git::refname!("rad")
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -76,6 +77,7 @@ pub fn init<G: Signer, S: storage::WriteStorage>(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -158,27 +160,15 @@ pub fn fork<G: Signer, S: storage::WriteStorage>(
|
|
|
|
|
|
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/storage.rs
@@ -59,6 +59,9 @@ pub enum FetchError {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -229,6 +232,7 @@ pub trait WriteStorage: ReadStorage {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -246,6 +250,11 @@ pub trait ReadRepository {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -276,6 +285,7 @@ pub trait ReadRepository {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle/src/storage/git.rs
@@ -28,6 +28,7 @@ pub static REMOTES_GLOB: Lazy<refspec::PatternString> =
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -228,12 +229,9 @@ impl Repository {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -243,15 +241,32 @@ impl Repository {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| + | |
|
|
|
|
| + | |
|
|
|
|
|
@@ -358,7 +373,7 @@ impl Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -376,7 +391,7 @@ impl Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -440,6 +455,7 @@ impl ReadRepository for Repository {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -486,6 +502,31 @@ impl ReadRepository for Repository {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -598,10 +639,27 @@ impl WriteRepository for Repository {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -788,6 +846,7 @@ mod tests {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -887,7 +946,11 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/test/storage.rs
@@ -1,6 +1,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -85,6 +86,10 @@ impl ReadRepository for MockRepository {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -152,4 +157,8 @@ impl WriteRepository for MockRepository {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|