From: Daniel Martí Date: Fri, 11 Mar 2016 20:50:59 +0000 (+0000) Subject: Merge branch 'checkupdates-speedup' into 'master' X-Git-Tag: 0.7.0~87 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=eb22714818b5ca07f748e076a9936a2904c5f2b2;p=fdroidserver.git Merge branch 'checkupdates-speedup' into 'master' checkupdates: sort tags by date in one go This greatly speeds up checkupdates when UCM:Tags is used on git repositories, especially on ones with lots of tags. The old method ran a command per tag. The new method runs a single command and doesn't require any sorting. Test runs show that `fdroid checkupdates org.adaway` is down from ~13s to ~10s on my laptop. See merge request !109 --- eb22714818b5ca07f748e076a9936a2904c5f2b2