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-importfeed.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-importfeed.mdwn')
-rw-r--r-- | doc/git-annex-importfeed.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/git-annex-importfeed.mdwn b/doc/git-annex-importfeed.mdwn index 69c841667..3bb19d25b 100644 --- a/doc/git-annex-importfeed.mdwn +++ b/doc/git-annex-importfeed.mdwn @@ -21,7 +21,7 @@ importing e.g., youtube playlists. * `--force` - Force downoading urls it's seen before. + Force downoading items it's seen before. * `--template` |