summaryrefslogtreecommitdiff
path: root/git-fat
diff options
context:
space:
mode:
Diffstat (limited to 'git-fat')
-rwxr-xr-xgit-fat3
1 files changed, 3 insertions, 0 deletions
diff --git a/git-fat b/git-fat
index 2e5894c..4455600 100755
--- a/git-fat
+++ b/git-fat
@@ -470,6 +470,9 @@ class GitFat(object):
filename = tail.strip()
if filename not in filelist:
continue
+ if mode == "120000":
+ # skip symbolic links
+ continue
# This file will contain the hash of the cleaned object
hashfile = os.path.join(self.gitdir, 'fat', 'index-filter', blobhash)
try: