git-annex/Logs
Joey Hess 5d8e4a7c74
avoid borg list of archives that have been listed before
This makes sync a lot faster in the common case where there's no new
backup.

There's still room for it to be faster. Currently the old imported tree
has to be traversed, to generate the ImportableContents. Which then
gets turned around to generate the new imported tree, which is
identical. So, it would be possible to just return a "no new imports",
or an ImportableContents that has a way to graft in a tree. The latter
is probably too far to go to optimise this, unless other things need it.
The former might be worth it, but it's already pretty fast, since git
ls-tree is pretty fast.
2020-12-22 14:06:40 -04:00
..
Chunk update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
ContentIdentifier speed up slow quickcheck test 2019-03-06 16:43:41 -04:00
Difference update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
MetaData update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
PreferredContent wip RawFilePath 2x git-annex find speedup 2019-11-26 16:01:58 -04:00
Presence update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Remote add newtypes for QuickCheck to avoid LANG=C issues 2020-11-09 20:21:18 -04:00
SingleValue update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Trust update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Activity.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Chunk.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Config.hs fix warning 2020-04-15 13:04:00 -04:00
ContentIdentifier.hs improve storage of redundant ContentIdentifiers 2020-12-22 12:03:25 -04:00
Difference.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Export.hs avoid borg list of archives that have been listed before 2020-12-22 14:06:40 -04:00
File.hs more RawFilePath conversion 2020-11-05 18:45:37 -04:00
FsckResults.hs more RawFilePath conversion 2020-10-29 12:03:50 -04:00
Group.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Line.hs convert transitions.log to attoparsec and bytestring-builder 2019-01-10 17:13:30 -04:00
Location.hs make getViaTmpFrom no longer update location log 2020-12-11 11:50:13 -04:00
MapLog.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
MetaData.hs importfeed: stream metadata for 5% speedup 2020-07-14 14:35:26 -04:00
Multicast.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
NumCopies.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
PreferredContent.hs sync --all avoid unncessary first pass 2020-09-24 15:12:09 -04:00
Presence.hs wip RawFilePath 2x git-annex find speedup 2019-11-26 16:01:58 -04:00
Remote.hs cache remote.log 2020-09-22 13:52:26 -04:00
RemoteState.hs add RemoteStateHandle 2019-10-14 13:51:42 -04:00
Schedule.hs more RawFilePath conversion 2020-10-29 14:20:57 -04:00
SingleValue.hs wip RawFilePath 2x git-annex find speedup 2019-11-26 16:01:58 -04:00
Smudge.hs more RawFilePath conversion 2020-11-03 10:11:04 -04:00
Transfer.hs Fix build on Windows 2020-11-19 12:33:00 -04:00
Transitions.hs wip RawFilePath 2x git-annex find speedup 2019-11-26 16:01:58 -04:00
Trust.hs importtree only remotes are untrusted, same as exporttree remotes 2020-12-17 13:45:07 -04:00
Unused.hs more RawFilePath conversion 2020-10-29 12:03:50 -04:00
UUID.hs fix init default description reversion 2019-06-20 20:30:24 -04:00
UUIDBased.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
View.hs more RawFilePath conversion 2020-10-29 12:03:50 -04:00
Web.hs importfeed: stream metadata for 5% speedup 2020-07-14 14:35:26 -04:00