From 70bfcfe6f4b653b828bf13a9a81e71ba7b664fee Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Fri, 4 Oct 2013 18:06:44 +0000 Subject: [PATCH] Fixed a wrong email address in bin/commitlog - Legacy-Id: 6368 --- bin/commitlog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/commitlog b/bin/commitlog index 2ef8b3040..e3b1d5bd1 100755 --- a/bin/commitlog +++ b/bin/commitlog @@ -1,3 +1,3 @@ #!/bin/bash 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/' -date +" -- Henrik Levkowetz %d %b %Y %H:%M:%S %z" +date +" -- Henrik Levkowetz %d %b %Y %H:%M:%S %z"