Ævar Arnfjörð Bjarmason <ava...@gmail.com> writes: > Or would those companies be OK with trusting that some 20-ish of us > can hold our tongues for one day and not ruin the surprise? > > There's also overlap with the remote A/V concerns there. I.e. an > acceptable compromise for those companies might be to talk about > those features freely in the contributor summit trusting that it's a > closed forum, but that wouldn't work if it's going to be broadcasted. > > 1. git.git$ git log --pretty=format:%aN --since=2018-01-01|sort|uniq -c|sort > -nr|head -n 20
You'd need --no-merges there at least. Oh, using "git shortlog" might be also simpler ;-)