]> git.saurik.com Git - apt.git/commit - apt-pkg/pkgcache.cc
packages in the cache are sorted by name so noise-free
authorDavid Kalnischkies <david@kalnischkies.de>
Thu, 19 Jun 2014 10:23:10 +0000 (12:23 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Fri, 26 Sep 2014 22:09:22 +0000 (00:09 +0200)
commit5d1e330d8b3f7ef2daf54d7701a83919b9582f38
tree852143a57de9634b6fbe094fd4194c13511f1c8a
parentb59325e85b77f8d1b12a558915a8fd646f193e74
packages in the cache are sorted by name so noise-free

Commit aa0fe657e46b87cc692895a36df12e8b74bb27bb sorts the package names
in the hashtable. We make use of this already in these functions, but as
a minor sideeffect it also means that we don't have 'noise' anymore
between packages belonging to the same group. We therefore don't need to
check for a matching name in Grp.FindPkg anymore.

Git-Dch: Ignore
apt-pkg/pkgcache.cc