On Fri, Nov 8, 2024, at 23:07, Kristoffer Haugsbakk wrote: > On Fri, Nov 8, 2024, at 22:40, Peter Kassak wrote: >> Main difference (except OS) is git version. On Ubuntu is latest >> installed via apt 2.43.0, on Windows is 2.47.0.windows.2. > > I tried a bit on Ubuntu 22.04, Git 2.47.0. I gave it 14 minutes and then > it was apparently about 10000/32714 done. > > -- > Kristoffer Haugsbakk I tried again and ran the whole command. It took 3 hours and 43 minutes. My `/bin/sh` is dash(1). I then checked out the first parent of the commit that you pointed to: bcf524023e (Merge branch 'zf/subtree-split-fix', 2024-02-02). In other words I checked out bbc8c05670 (Merge branch 'jc/ls-files-doc-update', 2024-02-02). A *split* on that took 3m49s. -- Kristoffer Haugsbakk