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

This commit is contained in:
Joey Hess 2017-08-01 12:19:44 -04:00
commit 718080d8b1
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="yarikoptic"
avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4"
subject="comment 2"
date="2017-07-31T19:05:04Z"
content="""
There is no guarantee that system would have curl installed, e.g. I believe neither of debian docker images would have curl. For neurodebian package I sure thing could just depend on curl. But I am afraid those who might be using standalone git-annex in minimalistic environments would get surprised
FWIW -- removing curl from the bundled git-annex indeed helped
"""]]

View file

@ -0,0 +1 @@
Using v6 repository and `git add .` / `git commit`, it appears that copying files to new names results in new files being stored (even though they are obviously the same file). Is there some other command that needs to be executed to have duplicate files detected/removed/linked?

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="yarikoptic"
avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4"
subject="comment 8"
date="2017-08-01T02:59:30Z"
content="""
so does it mean we need to do some \"locale\" operation on those files while generating standalone .deb package? or that syadmin installing git-annex standalone package should do before allowing users to use that git-annex installation where they would not have R/W access to git-annex installation?
"""]]