Skip to content

Commit 63b9886

Browse files
committed
Tweaks to the commitlog utility.
- Legacy-Id: 1687
1 parent 737996f commit 63b9886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/commitlog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/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
2+
svn log $PWD -r HEAD:${1:-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 | fold -sbw76 | sed -r 's/^([^ ].*)$/ &/'

0 commit comments

Comments
 (0)