On Fri, Sep 28, 2018 at 09:57:11PM +0200, Ævar Arnfjörð Bjarmason wrote: > Another way to look at it, which is closer to what I was thinking about, > is to just view GFW as some alternate universe "next" branch (which by > my count is ~2-3k commits ahead of master[1]). > 1. $ git log --max-parents=1 --pretty=format:%s v2.19.0...v2.19.0.windows.1|sort|uniq|wc -l > 2346 This command is missing a grep -v -i -E '(^fixup!|^squash!|mingw|vcxproj|msvc|win32|vs2015|windows)' from the middle of the pipe, then it's "only" ~1500.