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

This commit is contained in:
Joey Hess 2018-06-16 10:02:18 -04:00
commit b6ae4c0509
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[[!comment format=mdwn
username="git-annex.branchable.com@07c0f8919010cc703ae7eea746d9b494c153291f"
nickname="git-annex.branchable.com"
avatar="http://cdn.libravatar.org/avatar/c5379a3fe2188b7571858c49f9db63c6"
subject="this one is invalid"
date="2018-06-16T09:48:53Z"
content="""
i retested a few times, and the actual tool i should have used is a link to the git-annex script in the root
sorry for the noise
"""]]

View file

@ -0,0 +1,18 @@
[[!comment format=mdwn
username="andrew"
avatar="http://cdn.libravatar.org/avatar/acc0ece1eedf07dd9631e7d7d343c435"
subject="comment 8"
date="2018-06-15T15:59:04Z"
content="""
Oh, Awesome, thanks! Great find. I'll write out some of the things I have tried:
Create a text file called `hi.txt` from Termux in `/data/data/com.termux/files/home` AKA `$HOME`. Launch `Turbo Editor` enable `Use the Storage Access Framework` in Preferences menu. Click `Open a file` | `Open from` `Termux`, click `hi.txt`, edit file, save. Now I can see changes in Termux. Nice.
From Termux create a new soft link, `cd`, `ln -s hi.txt hilink.txt`, then in Turbo Editor I can see both files, I can edit and save either, and see changes correctly in Termux.
I wasn't able to find the Termux `$HOME` folder in any File Manager I tried, nor any Gallery App.
"""]]

View file

@ -0,0 +1,3 @@
If git-tracked files are removed from the remote, they don't get synced over after a "git annex fsck" and "git annex export".
Is there some way that they could make it to the remote? I'm imagining an rsync-like behavior to copy over files that have different time stamps or file sizes. Would such a feature be welcome in git annex?