git-ext: Display/parse timezone offset in the format git2 expects.
modified radicle-git-ext/src/author.rs
@@ -60,7 +60,9 @@ impl From<git2::Time> for Time {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -110,7 +112,17 @@ impl FromStr for Author {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-git-ext/t/src/commit.rs
@@ -1,4 +1,4 @@
| - | |
| + | |
|
|
|
|
|
@@ -242,3 +242,24 @@ fn write_valid_commit() {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |