Added a comment

This commit is contained in:
http://joeyh.name/ 2013-04-24 23:56:54 +00:00 committed by admin
parent 2d15ec3f64
commit 57635f7783

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://joeyh.name/"
nickname="joey"
subject="comment 1"
date="2013-04-24T23:56:54Z"
content="""
What you describe, `git annex get $file --from remote` silently not doing anything, is the expected behavior if the remote doesn't have the file. This allows you to eg, run `git annex get . --from remote` and get all files that the remote does have while skipping the rest.
Did you ever try looking at `git annex whereis $file` ?
"""]]