This morning I made a shallow clone of the Linux sources
git clone --depth 1 https://github.com/torvalds/linux.git
which resulted in a
Could any of the new commits be merge-commits pointing to commits not present in your tree? Perhaps --depth 1000 would work better and still be small enough.
--depth 1000