Skip to content

Commit 535d574

Browse files
committed
Update README for new features
1 parent 88e7939 commit 535d574

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,10 @@
33
This is a simple tool, which takes the output of `git log
44
--output=outputfile.txt` and analyzes how much time somebody worked on it. E.g.
55
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.
6+
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

Comments
 (0)