twosigma / git-meta

Repository for the git-meta project -- build your own monorepo using Git submodules
http://twosigma.github.io/git-meta
BSD 3-Clause "New" or "Revised" License
216 stars 50 forks source link

stitch: Handle missing converted commit #827

Closed novalis closed 3 years ago

novalis commented 3 years ago

Handle the case where a notes is present but the converted commit to is not present. This can happen if you are stitching and pushing notes in parallel: it's possible that you push a note for a commit that doesn't end up getting pushed. That would cause later conversions which fetch the notes to fail, unless we handle that case.