aboutsummaryrefslogtreecommitdiff
path: root/docs/RelNotes
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2022-02-19 20:59:45 -0500
committerKyle Meyer <kyle@kyleam.com>2022-02-19 21:01:18 -0500
commit222cbb30f9fcbbb619b5c826301566c8efbae463 (patch)
tree37164fdd0a4384afef4dc54fb451e385d089b85c /docs/RelNotes
parentadda58b091b2bdca96094268e3b7188b62102c0e (diff)
magit-pull-from-pushremote: Restore use of magit-run-git-with-editor
7fee4089 (Refactor commands that can set the push-remote before their main task, 2019-03-29) switched magit-pull-from-pushremote to using magit-run-git-async instead of magit-run-git-with-editor (likely a copy-paste error from magit-push-current-to-pushremote). Go back to using magit-run-git-with-editor because, when pull is configured to merge, Git will pop up an editor for non-fast-forward merges. Fixes #4604.
Diffstat (limited to 'docs/RelNotes')
-rw-r--r--docs/RelNotes/3.4.0.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/RelNotes/3.4.0.org b/docs/RelNotes/3.4.0.org
index cc0c0aa..5021c97 100644
--- a/docs/RelNotes/3.4.0.org
+++ b/docs/RelNotes/3.4.0.org
@@ -48,3 +48,6 @@
- ~magit-discard~ didn't properly handle conflicts resulting from a
file being renamed on both sides. #4225
+
+- Since v3.0.0, ~magit-pull-from-pushremote~ has failed on
+ non-fast-forward merges. #4604