workspace: Remove dependency `radicle-git-ext`
modified Cargo.lock
@@ -2951,7 +2951,6 @@ dependencies = [
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -3003,7 +3002,6 @@ dependencies = [
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified Cargo.toml
@@ -69,12 +69,11 @@ winpipe = "0.1.1"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified crates/radicle-cli/Cargo.toml
@@ -24,7 +24,7 @@ lexopt = { workspace = true }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/patch/review/builder.rs
@@ -197,24 +197,24 @@ impl ReviewItem {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/git/pretty_diff.rs
@@ -339,7 +339,7 @@ impl ToPretty for Added {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -355,7 +355,7 @@ impl ToPretty for Deleted {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -372,8 +372,8 @@ impl ToPretty for Modified {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/git/unified_diff.rs
@@ -307,8 +307,8 @@ impl Encode for FileHeader {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -316,8 +316,8 @@ impl Encode for FileHeader {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -335,7 +335,7 @@ impl Encode for FileHeader {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -355,7 +355,7 @@ impl Encode for FileHeader {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cob/Cargo.toml
@@ -18,7 +18,6 @@ default = []
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified crates/radicle-cob/src/backend/git/change.rs
@@ -294,7 +294,15 @@ fn write_commit(
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-git2-metadata/Cargo.toml
@@ -10,5 +10,4 @@ keywords = ["radicle", "git", "metadata"]
|
|
|
|
|
|
| - | |
| - | |
|
|
| + | |
|
modified crates/radicle-git2-metadata/src/author.rs
@@ -77,22 +77,6 @@ impl FromStr for Time {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -108,32 +92,6 @@ impl fmt::Display for Author {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified crates/radicle-git2-metadata/src/commit.rs
@@ -126,12 +126,12 @@ impl<Tree, Parent> CommitData<Tree, Parent> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-oid/Cargo.toml
@@ -14,13 +14,11 @@ rust-version.workspace = true
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
modified crates/radicle-oid/src/lib.rs
@@ -46,12 +46,6 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -315,25 +309,6 @@ mod git2 {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified crates/radicle/Cargo.toml
@@ -14,7 +14,6 @@ default = []
|
|
|
|
|
|
| - | |
|
|
|
|
|