patch/list: Use `git diff` instead of `rad diff`
2 files changed
+43
-5
27b3fd7b
→
2c3e2909
modified bin/commands/patch.rs
@@ -9,6 +9,7 @@ use anyhow::anyhow;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -335,11 +336,14 @@ pub async fn run(options: Options, ctx: impl radicle_cli::terminal::Context) ->
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified bin/terminal.rs
@@ -25,6 +25,14 @@ pub enum ForwardError {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -56,6 +64,32 @@ pub fn run_rad(command: Option<&str>, args: &[OsString], quiet: Quiet) -> Result
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|