diff options
author | pixunil <pixunil@web> | 2016-05-10 17:59:10 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-05-10 17:59:10 +0000 |
commit | a03c2109930f060ec48ed65d5d2dffef3dcb510d (patch) | |
tree | b39de2a6c14e15d75233cdbb3187d5d4a57cf788 /doc | |
parent | 53286ac9268d7cb876672754b3b435da3ede4511 (diff) |
Added a comment: git config
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/Wrong_symlink_target_on_usb_drive/comment_4_f6ee6bfd5d82f0925f0e174b4c75e592._comment | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/forum/Wrong_symlink_target_on_usb_drive/comment_4_f6ee6bfd5d82f0925f0e174b4c75e592._comment b/doc/forum/Wrong_symlink_target_on_usb_drive/comment_4_f6ee6bfd5d82f0925f0e174b4c75e592._comment new file mode 100644 index 000000000..b80d95062 --- /dev/null +++ b/doc/forum/Wrong_symlink_target_on_usb_drive/comment_4_f6ee6bfd5d82f0925f0e174b4c75e592._comment @@ -0,0 +1,27 @@ +[[!comment format=mdwn + username="pixunil" + subject="git config" + date="2016-05-10T17:59:10Z" + content=""" +``` +[core] + repositoryformatversion = 0 + filemode = false + bare = false + logallrefupdates = true + symlinks = true +[annex] + uuid = ebd16ddb-548c-4078-b35e-087132523924 + crippledfilesystem = true + version = 6 +[filter \"annex\"] + smudge = git-annex smudge %f + clean = git-annex smudge --clean %f +# remote and user omitted +``` + +Gotcha! `core.symlinks` is `true`! +I set it to `false` and running `unlock` works fine, but after `lock` the file contents gets replaced with the two digits directories (not the three digits directories which are the place where the object is saved). Also, I can't unlock the file afterwards anymore. + +However, I would be fine if symlinks work fine on other file system (as mentioned, would be great for saving space and have the access to the files) or other method. +"""]] |