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

This commit is contained in:
Joey Hess 2013-07-31 12:32:32 -04:00
commit 78abed22ae
3 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.154.0.21"
subject="comment 1"
date="2013-07-31T16:25:34Z"
content="""
It should be sufficient to run: `git annex add; git annex sync`
That adds any new files and then commits those along with any changed or deleted files.
"""]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.154.0.21"
subject="comment 5"
date="2013-07-31T16:25:55Z"
content="""
The checkpresent hook should always exit 0 unless there was an exceptional condition (eg, perhaps it cannot check if the file exists one way or the other). Like the documentation for it says, the important thing is what it outputs to stdout, which should contain the key name if it's present, and should not contain the key name if it's not present.
I hope you post to this website about your special remote when you get it fully working!
"""]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.154.0.21"
subject="use the force"
date="2013-07-31T16:20:39Z"
content="""
The only way it can skip downloading a file is if its url has already been seen before. Perhaps you deleted them?
I've made `importfeed --force` re-download files it's seen before.
"""]]