We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e7939 commit 535d574Copy full SHA for 535d574
README.md
@@ -3,4 +3,10 @@
3
This is a simple tool, which takes the output of `git log
4
--output=outputfile.txt` and analyzes how much time somebody worked on it. E.g.
5
simply call `commit-analyzer outputfile.txt --author-equals "wert007"` to see
6
-all commits, that fit the criteria and how much time there was put in it.
+all commits, that fit the criteria and how much time there was put in it.
7
+
8
+You can also use the output of `git log --numstat --output=outputfile.txt` and
9
+if you specify an output parameter in commit analyzer (e.g. `commit-analyzer
10
+outputfile.txt --output "commits-and-loc-by-date.csv"`) it will generate an csv
11
+with the date, the number of commits made on that day and the loc changes that
12
+have been made.
0 commit comments