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

This commit is contained in:
Joey Hess 2019-01-11 17:25:56 -04:00
commit c1c976d1fa
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 120 additions and 0 deletions

View file

@ -0,0 +1,16 @@
[[!comment format=mdwn
username="git-annex.branchable.com@1c3a8a83c15a19620a0a1a2e653d7c662fc8fe50"
nickname="git-annex.branchable.com"
avatar="http://cdn.libravatar.org/avatar/fd46557ea8b9b21ae4ce66517076fbcb"
subject="get dry-run-ish option"
date="2019-01-11T16:18:13Z"
content="""
You can find out what would be done by a get (ish), but running something like this:
git annex find --not --in here <path>
..which will show files which are known about but aren't in this annexed copy.
I've been using this to see what needs to be 'got' to a location.
It does, however, need an annex repo to have a remote set up if you wish to check against it, as they aren't automatically bi-directional (which makes sense as firewalls and similar may not make this possible).
"""]]