On Sat, Jun 25, 2022 at 10:25 AM Han Xin <hanxin.hx@xxxxxxxxxxxxx> wrote: > > The "bug" depends on the commit exist in the commit-graph but > missing in the repository. > > I didn't find a better way to make this kind of scene. > > This bug was first found when alternates and commit-graph were > both used. Since the promise did not maintain all the references, > I suspect that the "auto gc" during the update process of the promise > caused the loss of the unreachable commits in the promise. > Some mistakes here: This bug was first found when alternates and commit-graph were both used. Since the promise did not maintain all the references, I suspect that the "auto gc" during the update of the alternates caused the loss of the unreachable commits.