Julian Foad wrote on Wed, 23 Oct 2019 13:23 +00:00: > Branko Čibej wrote: > > $ svn info --show-item=relative-url > > ^/subversion/branches/swig-py3 > > $ svn log --stop-on-copy | egrep '^r\d+ \|' | cut -d '|' -f 2 | sort -u > > cmpilato > > danielsh > > futatuki > > luke1410 > > troycurtisjr
Let's not forget the contribulyzer syntax: % svn log --stop-on-copy | grep 'by:' Patch by: Jun Omae <jun66j5 at gmail.com> %