Code

Merge branch 'maint-1.7.9' into maint
[git.git] / builtin / remote.c
index adc456ebefce89095a3c5229d1a790719782d436..fec92bc66e41b82f929e37b1935d00d6558c34a0 100644 (file)
@@ -534,7 +534,7 @@ static int add_branch_for_removal(const char *refname,
        }
 
        /* don't delete non-remote-tracking refs */
-       if (prefixcmp(refname, "refs/remotes")) {
+       if (prefixcmp(refname, "refs/remotes/")) {
                /* advise user how to delete local branches */
                if (!prefixcmp(refname, "refs/heads/"))
                        string_list_append(branches->skipped,