aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2021-10-11 18:30:00 +0200
committerJonas Bernoulli <jonas@bernoul.li>2021-10-11 18:30:00 +0200
commitb137e7d698f14a044c921c68a2bfbed21488c8cc (patch)
treeea3296b08e7e1b9d5a0de2ebb7b18bedb8219ff5 /Documentation
parentcabcc9cea9d49854d327437c04909d2d5d57def6 (diff)
magit-save-repository-buffers: Fix saving of remote buffers
- Actually compare the remote parts as intended. - Remove a redundant condition. Closes #4292.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/3.4.0.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/RelNotes/3.4.0.org b/Documentation/RelNotes/3.4.0.org
index 825c1d5..36ee456 100644
--- a/Documentation/RelNotes/3.4.0.org
+++ b/Documentation/RelNotes/3.4.0.org
@@ -6,3 +6,6 @@
~git-commit-setup-hook~.
** Fixes since v3.3.0
+
+- Automatic saving of file-visiting buffers was broken inside remote
+ repositories that are accessed using Tramp. #4292