git-commit: fix to lack of newline separation
modified git-commit/Cargo.toml
@@ -1,6 +1,6 @@
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified git-commit/src/lib.rs
@@ -286,7 +286,8 @@ impl ToString for Commit {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified git-commit/t/src/commit.rs
@@ -2,6 +2,34 @@ use std::str::FromStr as _;
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -13,6 +41,7 @@ Add SSH functionality with new `radicle-ssh`
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -73,6 +102,7 @@ Add SSH functionality with new `radicle-ssh`
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -106,6 +136,14 @@ fn test_get_header() {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|