Skip to content

Commit 70bfcfe

Browse files
committed
Fixed a wrong email address in bin/commitlog
- Legacy-Id: 6368
1 parent 0444c25 commit 70bfcfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/commitlog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22
svn log $PWD -r ${2:-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 | tac | sed 's/$/\n/' | fold -s -w 76 | sed -r 's/^([^ ])/ \1/'
3-
date +" -- Henrik Levkowetz <henrik@netnod.se> %d %b %Y %H:%M:%S %z"
3+
date +" -- Henrik Levkowetz <henrik@levkowetz.com> %d %b %Y %H:%M:%S %z"

0 commit comments

Comments
 (0)