diff --git a/schhist/schhist2web b/schhist/schhist2web index 5db1b6f..10cf6c5 100755 --- a/schhist/schhist2web +++ b/schhist/schhist2web @@ -67,7 +67,8 @@ EOF echo "
" ( cd "$dir" && git show \ --pretty=format:"%aN <%aE>%n %ad%n%n %s" \ - --quiet $next; ) | sed '/\(.\{'$CUTOFF'\}\).*/s//\1.../' | + --quiet $next; ) | sed '/^diff /Q' | + sed '/\(.\{'$CUTOFF'\}\).*/s//\1.../' | sed 's/&/&/g;s/\</g;s/>/\>/g' | if [ -z "$SCHHIST_COMMIT_TEMPLATE" ]; then cat