Skip to content

Commit 9aa32a9

Browse files
committed
Minor convenience script to extract commit comments from the svn log. Useful when writing the changelog entry for a release.
- Legacy-Id: 1504
1 parent 46cda1d commit 9aa32a9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/commitlog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
svn log $PWD -r HEAD:BASE | sed -n -e 's/^/ * /' -e '1,/^ \* Set version info and settings back to development mode/p' | egrep -v -- '^ \* (----------|r[0-9]+ |$)' | head -n -1

0 commit comments

Comments
 (0)