diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-03-31 13:29:51 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-03-31 13:30:13 -0400 |
commit | 23e90f6f3cb5a570e8bf9eb3d2798c27a5ba2537 (patch) | |
tree | 6d6eab72231cb43bce52f0b332315b044b91341f /doc/git-annex.mdwn | |
parent | 41f7627baee212ce4a4a75126109d9569c790dd0 (diff) |
importfeed: Avoid downloading a redundant item from a feed whose guid has been downloaded before, even when the url has changed.
To support this, always store itemid in metadata; before this was only done
when annex.genmetadata was set.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 316d33537..d8f3fb6fb 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -792,7 +792,8 @@ Here are all the supported configuration settings. In particular, it stores year and month metadata, from the file's modification date. - When importfeed is used, it stores additional metadata from the feed. + When importfeed is used, it stores additional metadata from the feed, + such as the author, title, etc. * `annex.queuesize` |