modified Cargo.lock
@@ -815,6 +815,7 @@ dependencies = [
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -839,6 +840,7 @@ name = "radicle-tools"
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-node/Cargo.toml
@@ -7,19 +7,20 @@ edition = "2021"
|
|
|
|
|
|
| - | |
|
|
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/test/tests.rs
@@ -22,7 +22,7 @@ use crate::test::simulator;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -397,7 +397,7 @@ fn test_push_and_pull() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-tools/Cargo.toml
@@ -7,6 +7,7 @@ edition = "2021"
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-tools/src/rad-init.rs
@@ -1,5 +1,7 @@
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -9,7 +11,7 @@ fn main() -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/git.rs
@@ -16,7 +16,7 @@ pub use ext::Error;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -41,6 +41,13 @@ pub enum ListRefsError {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -50,31 +57,36 @@ pub mod refs {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/identity/project.rs
@@ -71,8 +71,8 @@ impl From<Delegate> for PublicKey {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/rad.rs
@@ -3,6 +3,7 @@ use std::io;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -13,7 +14,7 @@ use crate::storage::refs::SignedRefs;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -63,7 +64,7 @@ pub fn init<G: Signer, S: storage::WriteStorage>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -71,7 +72,7 @@ pub fn init<G: Signer, S: storage::WriteStorage>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -276,24 +277,24 @@ pub fn checkout<P: AsRef<Path>, S: storage::ReadStorage>(
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -302,7 +303,7 @@ pub fn checkout<P: AsRef<Path>, S: storage::ReadStorage>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -335,7 +336,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -353,7 +354,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -378,7 +379,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -408,7 +409,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -430,14 +431,14 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/storage.rs
@@ -24,7 +24,7 @@ use crate::storage::refs::Refs;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/storage/git.rs
@@ -810,7 +810,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/test/arbitrary.rs
@@ -85,7 +85,7 @@ impl Arbitrary for Doc<Unverified> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -101,9 +101,11 @@ impl Arbitrary for Doc<Verified> {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/test/fixtures.rs
@@ -6,7 +6,7 @@ use crate::identity::Id;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -23,7 +23,7 @@ pub fn storage<P: AsRef<Path>, G: Signer>(path: P, signer: G) -> Result<Storage,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -43,7 +43,7 @@ pub fn project<P: AsRef<Path>, S: WriteStorage, G: Signer>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|