Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2020-12-04 15:01:12 -04:00
commit 2878ab4566
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 48 additions and 0 deletions

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="falsifian"
avatar="http://cdn.libravatar.org/avatar/59c3c23c500d20d83ecb9d1f149be9ae"
subject="comment 2"
date="2020-12-02T16:52:10Z"
content="""
Thanks for the info. So I guess some combination of `git credential fill` and `git credential approve` is causing this. If I have more time I'll fiddle with those commands.
"""]]

View file

@ -0,0 +1,11 @@
[[!comment format=mdwn
username="rshalaev@3e2130a1e3cb0aaff7dd80aba7548ad9be0ea2d4"
nickname="rshalaev"
avatar="http://cdn.libravatar.org/avatar/d7f181d338cbcef7418faa01f0441e86"
subject="comment 15"
date="2020-12-03T01:43:00Z"
content="""
Is where any way to make Git Annex use Windows 10 NTFS hardlinks in the working tree?
Looking to conserve disk-space while still being able to browse and view files content. Currently Git Annex is doubling the ammount of disk space.
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="Lukey"
avatar="http://cdn.libravatar.org/avatar/c7c08e2efd29c692cc017c4a4ca3406b"
subject="comment 16"
date="2020-12-03T07:38:30Z"
content="""
Yes, as the page above explains, `git config annex.thin true` and then `git annex fix`
"""]]

View file

@ -0,0 +1,21 @@
[[!comment format=mdwn
username="rshalaev@3e2130a1e3cb0aaff7dd80aba7548ad9be0ea2d4"
nickname="rshalaev"
avatar="http://cdn.libravatar.org/avatar/d7f181d338cbcef7418faa01f0441e86"
subject="Windows 10 NTFS hardlinks not working"
date="2020-12-03T11:43:07Z"
content="""
Lukey - I tried git config annex.thin true and then git annex fix
Doing it on Windows NTFS drive did not create hard-links. I've followed the instructions. Could not get it to work. Always got copies of files instead of hardlinks.
From: -- Joey Hess <id@joeyh.name> Mon, 18 Apr 2016 18:33:52 -0400
git-annex (6.20160412) Changelog
* annex.thin and annex.hardlink are now supported on Windows.
Based on Joey change log - hard links should work on NTFS. According to my obesrvation and a report from colin.brosseau above (titles \"NTFS Make it clear that it'll not work with annex.thin\") it does not work.
Can anyone confirm if git annex can creates NTFS hardlinks? I can file a bug report if needed.
Thanks!
"""]]