Merge commit 'purcell/run-git-svn-async'
This commit is contained in:
commit
5f1c91c98d
1 changed files with 2 additions and 2 deletions
4
magit.el
4
magit.el
|
@ -1713,11 +1713,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