[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/magit 05d7565f15 4/6: magit-tramp-pipe-stty-settings: Ment
From: |
Jonas Bernoulli |
Subject: |
[nongnu] elpa/magit 05d7565f15 4/6: magit-tramp-pipe-stty-settings: Mention tramp-direct-async-process |
Date: |
Tue, 10 Sep 2024 18:31:30 -0400 (EDT) |
branch: elpa/magit
commit 05d7565f15beb57d1f92298d0dad55eda1e527b5
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
magit-tramp-pipe-stty-settings: Mention tramp-direct-async-process
Closes #5520.
---
lisp/magit-process.el | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/lisp/magit-process.el b/lisp/magit-process.el
index e80d9926e4..d2e78a17a8 100644
--- a/lisp/magit-process.el
+++ b/lisp/magit-process.el
@@ -271,8 +271,14 @@ This variable defaults to \"\" and is used to override the
Tramp
variable in `magit-start-process'. This only has an effect when
using Tramp 2.6.2 or greater. This can also be set to `pty', in
which case a pty is used instead of a pipe. That also prevents
-the hanging, but comes with its own problems (see #20). To fall
-back to the value of `tramp-pipe-stty-settings', set this
+the hanging, but doesn't work for files with DOS line endings
+\(see #20).
+
+For connections that have `tramp-direct-async-process' enabled,
+staging hunks hangs, unless this variable is set to `pty' (see
+#5220).
+
+To fall back to the value of `tramp-pipe-stty-settings', set this
variable to nil.
Also see https://github.com/magit/magit/issues/4720
- [nongnu] elpa/magit updated (0aa26864e3 -> 61c051ea1c), Jonas Bernoulli, 2024/09/10
- [nongnu] elpa/magit e11c71b53f 3/6: Use ensure-list more, Jonas Bernoulli, 2024/09/10
- [nongnu] elpa/magit 0bee51213a 1/6: readme: Link to Yann's github page, Jonas Bernoulli, 2024/09/10
- [nongnu] elpa/magit 05d7565f15 4/6: magit-tramp-pipe-stty-settings: Mention tramp-direct-async-process,
Jonas Bernoulli <=
- [nongnu] elpa/magit 4d054196eb 2/6: readme: Update link to Yann's homepage, Jonas Bernoulli, 2024/09/10
- [nongnu] elpa/magit 61c051ea1c 6/6: magit-auto-revert-mode: Respect auto-revert-remote-files up front, Jonas Bernoulli, 2024/09/10
- [nongnu] elpa/magit 21a9317011 5/6: magit-turn-on-auto-revert-mode-if-desired: Cosmetics, Jonas Bernoulli, 2024/09/10