helper: Check for missing canonical head
Without the canonical head in the working copy, the next check will fail with a cryptic error.
1 file changed
+10
-0
93ff59ae
→
0f0f9ff9
modified radicle-remote-helper/src/push.rs
@@ -96,6 +96,9 @@ pub enum Error {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -257,6 +260,13 @@ pub fn run(
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|