|
|
@@ -1,6 +1,5 @@
|
|
1
|
|
-gitstats is a statistics generator for revision control systems (for now, only
|
|
2
|
|
-git). It is mostly intended for developers, as a way to check some development
|
|
3
|
|
-statistics for a project.
|
|
|
1
|
+gitstats is a statistics generator for git repositories. It is mostly intended
|
|
|
2
|
+for developers, as a way to check some development statistics for a project.
|
|
4
|
3
|
|
|
5
|
4
|
Currently it produces only HTML output with tables and graphs.
|
|
6
|
5
|
|
|
|
@@ -15,5 +14,9 @@ The above versions are not absolute requirements; older versions may work also.
|
|
15
|
14
|
|
|
16
|
15
|
Recommended
|
|
17
|
16
|
===========
|
|
18
|
|
-- Lot of memory and fast disk for large projects
|
|
|
17
|
+- Lots of memory and fast disk for large projects
|
|
19
|
18
|
|
|
|
19
|
+Contributions
|
|
|
20
|
+=============
|
|
|
21
|
+Patches should be sent under "GPLv2 or older" license - this will allow
|
|
|
22
|
+upgrading to newer GPL versions if they are sensible.
|