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

Improve logging to list unconverted ancestors of given commit SHA #857

Open bjornbjornsson opened 2 years ago

bjornbjornsson commented 2 years ago

Previously, stitch_util.js was logging the message listing all unconverted ancestors of {commit_sha}, but the unconverted ancestors weren't actually being logged. This PR puts the unconverted ancestors in the log and also logs how many unconverted ancestors there are.