Merge branch 'mm/maint-add-p-quit' into maint
[gitweb.git] / builtin-checkout.c
index ed0f318c0ce8a1c70ff3e45605c760c8bbb173f2..b121fe56de884867b31aeeb5bd704bdaf0310310 100644 (file)
@@ -53,9 +53,6 @@ static int update_some(const unsigned char *sha1, const char *base, int baselen,
        int len;
        struct cache_entry *ce;
 
-       if (S_ISGITLINK(mode))
-               return 0;
-
        if (S_ISDIR(mode))
                return READ_TREE_RECURSIVE;