Don't include git-svn branches in the 'interesting branches'.

* magit.el (magit-list-interesting-refs): Here.
This commit is contained in:
Marius Vollmer 2009-06-08 01:09:48 +03:00
parent 2c9e6d7ee4
commit c1b0da8afd

View file

@ -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))