Hello, the problem is that when I do a treeless or blobless clone and some time later git pull, git prints many, many lines that it tries to fetch data, then I interrupt with Ctrl+C, then do git pull again and then it completes. However I never tried to precisely document this until now: On 26 June 2025 I do $ git clone --filter=tree:0 https://github.com/git/git.git … $ git show --oneline cf6f63ea6 (HEAD -> master, origin/master, origin/HEAD) The fourth batch Today I do $ git pull