|
|
@@ -298,7 +298,7 @@ class HTMLReportCreator(ReportCreator):
|
|
298
|
298
|
format = '%Y-%m-%d %H:%m:%S'
|
|
299
|
299
|
self.printHeader(f)
|
|
300
|
300
|
|
|
301
|
|
- f.write('<h1>StatGit</h1>')
|
|
|
301
|
+ f.write('<h1>GitStats</h1>')
|
|
302
|
302
|
|
|
303
|
303
|
self.printNav(f)
|
|
304
|
304
|
|
|
|
@@ -667,9 +667,9 @@ plot 'files_by_date.dat' using 1:2 smooth csplines
|
|
667
|
667
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
668
|
668
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
669
|
669
|
<head>
|
|
670
|
|
- <title>StatGit</title>
|
|
671
|
|
- <link rel="stylesheet" href="statgit.css" type="text/css" />
|
|
672
|
|
- <meta name="generator" content="statgit" />
|
|
|
670
|
+ <title>GitStats</title>
|
|
|
671
|
+ <link rel="stylesheet" href="gitstats.css" type="text/css" />
|
|
|
672
|
+ <meta name="generator" content="GitStats" />
|
|
673
|
673
|
</head>
|
|
674
|
674
|
<body>
|
|
675
|
675
|
""")
|
|
|
@@ -690,7 +690,7 @@ plot 'files_by_date.dat' using 1:2 smooth csplines
|
|
690
|
690
|
|
|
691
|
691
|
|
|
692
|
692
|
usage = """
|
|
693
|
|
-Usage: statgit [options] <gitpath> <outputpath>
|
|
|
693
|
+Usage: gitstats [options] <gitpath> <outputpath>
|
|
694
|
694
|
|
|
695
|
695
|
Options:
|
|
696
|
696
|
"""
|