*** /home/albinus/.emacs.d/elpa/magit-20231103.1516/magit-process.el~ 2023-11-04 11:43:11.848351502 +0100 --- /home/albinus/.emacs.d/elpa/magit-20231103.1516/magit-process.el 2023-11-11 13:26:23.212027014 +0100 *************** *** 583,589 **** (let ((process-connection-type ;; Don't use a pty, because it would set icrnl ;; which would modify the input (issue #20). ! (and (not input) magit-process-connection-type)) (process-environment (magit-process-environment)) (default-process-coding-system (magit--process-coding-system))) (apply #'start-file-process --- 583,590 ---- (let ((process-connection-type ;; Don't use a pty, because it would set icrnl ;; which would modify the input (issue #20). ! (or (and (file-remote-p default-directory) t) ! (and (not input) magit-process-connection-type))) (process-environment (magit-process-environment)) (default-process-coding-system (magit--process-coding-system))) (apply #'start-file-process