From: Sam Hocevar Date: Sat, 19 Dec 2015 09:39:40 +0000 (+0000) Subject: git-p4: reduce number of server queries for fetches X-Git-Tag: v2.7.0-rc3~1^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1f90a64891ed83e172cbf605890044dba8315073?ds=sidebyside;hp=1f90a64891ed83e172cbf605890044dba8315073 git-p4: reduce number of server queries for fetches When fetching changes from a depot using a full client spec, there is no need to perform as many queries as there are top-level paths in the client spec. Instead we query all changes in chronological order, also getting rid of the need to sort the results and remove duplicates. Signed-off-by: Sam Hocevar Signed-off-by: Luke Diamand Signed-off-by: Junio C Hamano ---