Handle corner cases of interactively entered commit messages
- Split on double newline fails when description is empty
- Title must be a single line
1 file changed
+7
-3
3ad2b443
→
f0b84465
modified radicle-cli/src/terminal/patch.rs
@@ -87,12 +87,16 @@ impl Message {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|