ref-format: improve Qualified/NamespacedPattern API
modified Cargo.lock
@@ -260,7 +260,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -268,7 +268,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -279,7 +279,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -641,7 +641,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -671,7 +671,7 @@ version = "0.1.0"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-git-ext/Cargo.toml
@@ -1,6 +1,6 @@
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -31,7 +31,7 @@ default-features = false
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-git-ext/git-ref-format/Cargo.toml
@@ -1,6 +1,6 @@
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -22,10 +22,10 @@ percent-encoding = ["git-ref-format-core/percent-encoding"]
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
modified radicle-git-ext/git-ref-format/core/Cargo.toml
@@ -1,6 +1,6 @@
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-git-ext/git-ref-format/core/src/refspec.rs
@@ -13,7 +13,7 @@ use std::{
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -430,6 +430,20 @@ impl AsRef<Self> for QualifiedPattern<'_> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -534,6 +548,13 @@ impl Borrow<PatternStr> for NamespacedPattern<'_> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-git-ext/git-ref-format/core/src/serde.rs
@@ -5,10 +5,10 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -145,3 +145,51 @@ impl Serialize for Namespaced<'_> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified radicle-git-ext/git-ref-format/macro/Cargo.toml
@@ -1,6 +1,6 @@
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -18,5 +18,5 @@ quote = "1"
|
|
|
|
|
|
| - | |
| + | |
|
modified radicle-git-ext/git-ref-format/macro/src/lib.rs
@@ -166,3 +166,35 @@ pub fn pattern(input: TokenStream) -> TokenStream {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified radicle-git-ext/git-ref-format/src/lib.rs
@@ -145,4 +145,7 @@ pub mod refspec {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
modified radicle-surf/Cargo.toml
@@ -2,7 +2,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -41,7 +41,7 @@ default-features = false
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|