diff options
Diffstat (limited to 'project.py')
-rw-r--r-- | project.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2186,7 +2186,7 @@ class Project(object): | |||
2186 | symlink_dirs = ['hooks', 'objects', 'rr-cache', 'svn'] | 2186 | symlink_dirs = ['hooks', 'objects', 'rr-cache', 'svn'] |
2187 | if share_refs: | 2187 | if share_refs: |
2188 | # These objects can only be used by a single working tree. | 2188 | # These objects can only be used by a single working tree. |
2189 | symlink_files += ['config', 'packed-refs'] | 2189 | symlink_files += ['config', 'packed-refs', 'shallow'] |
2190 | symlink_dirs += ['logs', 'refs'] | 2190 | symlink_dirs += ['logs', 'refs'] |
2191 | to_symlink = symlink_files + symlink_dirs | 2191 | to_symlink = symlink_files + symlink_dirs |
2192 | 2192 | ||