/ Published in: SVN
Gets the SVN log and prints out just the log messages, without any metadata. Exposes the narrative aspect of software workflow, allows the actors to recede into the background a bit.
Expand |
Embed | Plain Text
svn log -r {2008-12-31}:HEAD | perl -nwle 'print unless m/^((r\d)|(-)|($))/'
You need to login to post a comment.
