git-p4: Fix the sorting of changelists when cloning a Perforce repository.
commit7da660f4372f4113184f782634c0fafb2cf46cef
authorReece H. Dunn <msclrhd@gmail.com>
Mon, 13 Aug 2007 18:40:50 +0000 (13 19:40 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Aug 2007 22:23:14 +0000 (13 15:23 -0700)
treee161a3a020b0efb98224abef7a686d1b6b7651b5
parent89d07f750a3f878c42b3de96ee93dc571b42b230
git-p4: Fix the sorting of changelists when cloning a Perforce repository.

When performing a git-p4 clone operation on a Perforce repository,
where the changelists change in order of magnitude (e.g. 100 to 1000),
the set of changes to import from is not sorted properly. This is
because the data in the list is strings not integers. The other place
where this is done already converts the value to an integer, so it is
not affected.

Acked-by: Simon Hausmann <simon@lst.de>
contrib/fast-import/git-p4