Re: Contributor Summit planning
From: Stefan Beller <hidden>
Date: 2018-08-13 20:42:05
On Mon, Aug 13, 2018 at 1:36 PM Junio C Hamano [off-list ref] wrote:
Ævar Arnfjörð Bjarmason [off-list ref] writes:quoted
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 20You'd need --no-merges there at least.
No, I would disagree, as that removes you from top of the list, and you seem to be a pretty central part of the community to say at least. Ævar specifically pointed out that we might want to hear from you and Duy if you want to attend a conference and if so how we can make that happen (by choosing location/time/setting appropriately) IIUC.
Oh, using "git shortlog" might be also simpler ;-)
I guess you'd need to memorize a different set of flags for that as without -s it would be harder to parse than the oneliner above. Stefan