On Mon, Jul 28, 2025 at 11:49:59AM -0500, Robert Dubner wrote: > I would like to know exactly what you did. Did you create a list of commit > hashes that you then attempted to cherry-pick, one at a time, so that you > could evaluate each result and decide to skip it or not?
Perhaps for start git rev-list basepoints/gcc-16..master --reverse --perl-regexp --author='^((?!(David Malcolm|GCC Administrator)).*)$' -- libgcobol gcc/cobol gcc/testsuite/cobol.dg ? I think all gccadmin and dmalcolm's commits you don't want to include. And you want to cherry pick it from the earlier commits to the newer ones. Jakub