Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
lib/terminal: Quitting `git diff` does not report errors
Erik Kundt committed 4 months ago
commit 90d38f011dd500944208aad8790959e60f94db0d
parent 4eb065c1a36f36a874ccd9ae804d88a1b23079dd
1 file changed +1 -1
modified bin/commands/patch.rs
@@ -423,7 +423,7 @@ mod interface {
                                search: Some(args.search()),
                            };

-
                            terminal::run_git(Some("diff"), &[range.into()])?;
+
                            let _ = terminal::run_git(Some("diff"), &[range.into()]);
                        }
                        list::PatchOperation::Checkout { args } => {
                            state = PreviousState {