6c39b88956e6b2b6458c1894066ccf82f1c76765
galt
  Wed Mar 3 23:23:02 2010 -0800
getting rid of word Git in title
diff --git git-reports.c git-reports.c
index 593ed4e..698f947 100644
--- git-reports.c
+++ git-reports.c
@@ -627,8 +627,8 @@
 safef(usersPath, sizeof(usersPath), "%s/%s/%s/index.html", outDir, outPrefix, "user");
 
 FILE *h = mustOpen(usersPath, "w");
-fprintf(h, "<html>\n<head>\n<title>Git Changes By User</title>\n</head>\n</body>\n");
-fprintf(h, "<h2>Git Changes By User</h2>\n");
+fprintf(h, "<html>\n<head>\n<title>Changes By User</title>\n</head>\n</body>\n");
+fprintf(h, "<h2>Changes By User</h2>\n");
 
 fprintf(h, "<h2>%s to %s (%s to %s) %s</h2>\n", startTag, endTag, startDate, endDate, title);