> Have fun! :) $ git gc ... Computing commit graph generation numbers: 100% (164264/164264), done. $ ./git version git version 2.20.1.775.g2313a6b87fe.dirty # pu + one commit addressing # https://public-inbox.org/git/CAGZ79kaUg3NTRPRi5mLk6ag87iDB_Ltq_kEiLwZ2HGZ+-Vsd8w@xxxxxxxxxxxxxx/ $ ./git -c core.commitGraph=false describe --dirty --all remotes/gitgitgadget/pu-1-g03745a36e6 $ ./git -c core.commitGraph=true describe --dirty --all remotes/gitgitgadget/pu-1-g03745a36e6 $ ./git -c core.commitGraph=true describe --dirty v2.20.1-776-g03745a36e6 $ ./git -c core.commitGraph=false describe --dirty v2.20.1-776-g03745a36e6 it looks like it is working correctly here? Or did I miss some hint as in how to setup the reproduction properly?