Merge remote-tracking branch 'origin/publish/git-ext'
modified radicle-git-ext/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["The Radicle Team <dev@radicle.xyz>"]
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -21,12 +22,9 @@ default-features = false
|
|
|
|
|
|
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -38,4 +36,5 @@ features = ["derive"]
|
|
|
|
|
|
| + | |
|
modified radicle-git-ext/src/oid.rs
@@ -13,9 +13,6 @@ use std::{
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -116,14 +113,6 @@ impl AsRef<[u8]> for Oid {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -136,28 +125,6 @@ impl From<Oid> for git2::Oid {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified radicle-std-ext/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["The Radicle Team <dev@radicle.xyz>"]
|
|
|
|
|
|
| + | |
|
|
|
|
|