From c1b0da8afdc4496e528616545f667ebc6dcb3fa8 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 8 Jun 2009 01:09:48 +0300 Subject: [PATCH] Don't include git-svn branches in the 'interesting branches'. * magit.el (magit-list-interesting-refs): Here. --- magit.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/magit.el b/magit.el index c11fdc8d..ca27a7ab 100644 --- a/magit.el +++ b/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))