Don't include git-svn branches in the 'interesting branches'.
* magit.el (magit-list-interesting-refs): Here.
This commit is contained in:
parent
2c9e6d7ee4
commit
c1b0da8afd
1 changed files with 0 additions and 3 deletions
3
magit.el
3
magit.el
|
@ -392,9 +392,6 @@ Many Magit faces inherit from this one by default."
|
|||
(match-string 2 ref)
|
||||
(match-string 1 ref))
|
||||
ref)
|
||||
refs))
|
||||
((string-match "refs/remotes/\\([^/]+\\)" ref)
|
||||
(push (cons (format "%s (git-svn)" (match-string 1 ref)) ref)
|
||||
refs))))))
|
||||
refs))
|
||||
|
||||
|
|
Loading…
Reference in a new issue