19:11:27 #startmeeting 19:11:27 Meeting started Wed Jul 1 19:11:27 2020 UTC. The chair is sumpfralle. Information about MeetBot at http://wiki.debian.org/MeetBot. 19:11:27 Useful Commands: #action #agreed #help #info #idea #link #topic. 19:12:00 This is a late Wednesday evening meeting, but it shall happen anyway ... 19:12:31 Today I will go through the recent activities on github (which I neglected during the last week) and prepare a 2.0.64. 19:22:49 Today I'll plan to do a 2.999 release that I missed last week. 19:24:10 ... btw, does anyone know how to _exclude_ commits from `git shortlog` 19:32:45 For 2.0 releases I use the following: 19:32:48 shortlog=$(git log --pretty=short --no-merges "${old}.." | git shortlog) 19:32:54 This removes merges. 19:33:13 If there are unwanted entries, then I remove them manually from the Changelog file afterwards. 19:33:16 Was that your point? 20:18:57 i don't want to list the commits that comes from the stable-2.0 branch 20:38:06 I think the following could be suitable? 20:38:08 git log --pretty=short --no-merges "2.999.14.." --not stable-2.0 | git shortlog 20:39:34 close to a hundred commits - time for a release :) 21:16:16 #endmeeting