]> git.saurik.com Git - apt.git/commit
skip .diff/Index acquire if Release file was a hit
authorDavid Kalnischkies <david@kalnischkies.de>
Thu, 9 Jul 2015 10:01:29 +0000 (12:01 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 10 Aug 2015 15:27:17 +0000 (17:27 +0200)
commit1196da2e7b620ed7d1aed717a85c4879945ea699
tree09552b86f615c2240e8b035e05e31b38085fc41b
parent3b3028467ceccca0b73a8f53051c0fa4de313111
skip .diff/Index acquire if Release file was a hit

QuereURI already skips the aquire of the real file in such a case, but
it can't detect pdiffs this way. Those already have a handling if the
file wasn't changed in between two Release files, so we just add an
other check for a Release file hit here, too.

Git-Dch: Ignore
apt-pkg/acquire-item.cc