Navigation Menu

Skip to content

Commit

Permalink
Merge branch 'suhailshergill/bugfix'
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma committed Aug 5, 2012
2 parents 4497cf2 + bdb97a4 commit 8c5c842
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion magit.el
Expand Up @@ -5585,7 +5585,8 @@ Return values:
(commit (and (member 'commit (magit-section-context-type section))
(magit-section-info section)))
(old-editor (getenv "GIT_EDITOR")))
(setenv "GIT_EDITOR" (locate-file "emacsclient" exec-path))
(setenv "GIT_EDITOR" (concat (locate-file "emacsclient" exec-path)
" -s " server-name))
(unwind-protect
(magit-run-git-async "rebase" "-i"
(or (and commit (concat commit "^"))
Expand Down

0 comments on commit 8c5c842

Please sign in to comment.