Run git-svn dcommit and rebase asynchronously to avoid blocking the UI
This commit is contained in:
parent
09e9d0d4f4
commit
2ee532a01d
1 changed files with 2 additions and 2 deletions
4
magit.el
4
magit.el
|
@ -1706,11 +1706,11 @@ in log buffer."
|
||||||
|
|
||||||
(defun magit-svn-rebase ()
|
(defun magit-svn-rebase ()
|
||||||
(interactive)
|
(interactive)
|
||||||
(magit-run "git" "svn" "rebase"))
|
(magit-run-async "git" "svn" "rebase"))
|
||||||
|
|
||||||
(defun magit-svn-dcommit ()
|
(defun magit-svn-dcommit ()
|
||||||
(interactive)
|
(interactive)
|
||||||
(magit-run "git" "svn" "dcommit"))
|
(magit-run-async "git" "svn" "dcommit"))
|
||||||
|
|
||||||
(defun magit-svn-enabled ()
|
(defun magit-svn-enabled ()
|
||||||
(not (null (find "git-svn" (magit-list-interesting-revisions) :test 'equal))))
|
(not (null (find "git-svn" (magit-list-interesting-revisions) :test 'equal))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue