diff --git a/schhist/schhist2web b/schhist/schhist2web index 5a91d74..e763d33 100755 --- a/schhist/schhist2web +++ b/schhist/schhist2web @@ -65,7 +65,7 @@ commit_entry() EOF echo "
" ( cd "$dir" && git show \ - --pretty=format:"%aN <%aE>%n %ad, %ar%n%n %s" \ + --pretty=format:"%aN <%aE>%n %ad%n%n %s" \ --quiet $next; ) | sed 's/&/&/g;s/\</g;s/>/\>/g' | if [ -z "$SCHHIST_COMMIT_TEMPLATE" ]; then