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

This commit is contained in:
Joey Hess 2018-05-23 14:10:28 -04:00
commit 28997e91c8
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[[!comment format=mdwn
username="andrew"
avatar="http://cdn.libravatar.org/avatar/acc0ece1eedf07dd9631e7d7d343c435"
subject="comment 3"
date="2018-05-23T16:01:18Z"
content="""
Hmmm, yes, my solution above wouldn't handle de-duplication of the same file in multiple folders. I have a one thought that might work (I can't test right now):
Use [proot](https://github.com/termux/proot) inside termux to [bind a path](https://github.com/proot-me/PRoot/blob/master/doc/proot/manual.txt) `/data/data/com.termux/files/home/annex-photos` to a mount point `~/storage/pictures/annex`. Then perhaps symlinks within annex-photos will be presented as files at `~/storage/pictures/annex` without increasing actual storage.
"""]]

View file

@ -0,0 +1,11 @@
[[!comment format=mdwn
username="https://christian.amsuess.com/chrysn"
nickname="chrysn"
avatar="http://christian.amsuess.com/avatar/c6c0d57d63ac88f3541522c4b21198c3c7169a665a2f2d733b4f78670322ffdc"
subject="Re: proot"
date="2018-05-23T17:05:54Z"
content="""
proot would only change the view of programs launched under it. I could probably do that (if git annex works under proot on the tablet in question at all; [[I had to disable it|tips/install_on_Android_in_Termux/#comment-48d995d39f783b4c59b1a2a66b387b55]] to get it running on Android 7.1 (compatible; LineageOS 14.1)).
The gallery and similar apps would still only see the fuse file system.
"""]]