Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-p4: Fix the sorting of changelists when cloning a Perforce reposi…
…tory. 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>
- Loading branch information