Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/maint-shared-literally' into maint
[gitweb.git]
/
builtin-checkout.c
diff --git
a/builtin-checkout.c
b/builtin-checkout.c
index ed0f318c0ce8a1c70ff3e45605c760c8bbb173f2..b121fe56de884867b31aeeb5bd704bdaf0310310 100644
(file)
--- a/
builtin-checkout.c
+++ b/
builtin-checkout.c
@@
-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;