a157f4fce31b8aee4a230c721624e9f98fd66333 galt Sun Mar 7 12:07:58 2010 -0800 suppress commitIds as too-much-info, add UL/LI tags to allow text to wrap, htmlEncode the commit-comment, also substitute
for newlines in comment diff --git git-reports.c git-reports.c index 178b3e1..3b1cf55 100644 --- git-reports.c +++ git-reports.c @@ -381,7 +381,7 @@ fprintf(h, "switch to files view, user index\n"); fprintf(h, "

%s to %s (%s to %s) %s

\n", startTag, endTag, startDate, endDate, title); -fprintf(h, "
\n");
+fprintf(h, "
\n"); +fprintf(h, "\n"); fprintf(h, "switch to files view, user index\n"); fprintf(h, "\n\n"); fclose(h); @@ -531,7 +537,7 @@ fprintf(h, "

%s to %s (%s to %s) %s

\n", startTag, endTag, startDate, endDate, title); -fprintf(h, "
\n");
+fprintf(h, "\n");
 if (u)
     {
-    fprintf(h, "
\n"); fprintf(h, "switch to commits view, user index"); } else { - fprintf(h, "\n lines changed: %d\n files changed: %d\n", totalLinesChanged, totalFileCount); - fprintf(h, "\n"); + fprintf(h, "\n"); } fprintf(h, "\n\n"); fclose(h);