Use git ls-files instead of find to list the patches
This has the advantage that it only lists patches that are tracked by
git. git ls-files seems to sort the result by character value, i.e.
it lists '-' before '/'. That's why a few patches were reordered.