> > To be a supplement. > > If I delete .git/objects/info/commit-graph, everything works well As well as fetch with `-c core.commitGraph=false` > > This would seem to indicate that something in the repository might be > triggered by the commit-graph code. > > > if I execute `git fetch --filter=blob:none --quiet --progress miui --prune --tags +refs/heads/*:refs/remotes/miui/* +refs/heads/miui13-s-thor-vendor-stable:refs/remotes/miui/miui13-s-thor-vendor-stable` on version 2.25.1. It just throw error rather than infinite loop, like this youtube video "https://www.youtube.com/watch?v=qvYTvVRE0FU&feature=youtu.be" > > maybe a regression? > > Carlo I looks like the same issue I reported in [1], and we can see the fixup in [2]. 1. https://lore.kernel.org/git/20220612161707.21807-1-chiyutianyi@xxxxxxxxx/ 2. https://lore.kernel.org/git/cover.1656593279.git.hanxin.hx@xxxxxxxxxxxxx/ -Han Xin