mirror of
https://github.com/adulau/gitlog2timesheet.git
synced 2024-12-22 00:26:02 +00:00
total hours worked for each user per repository/project added
This commit is contained in:
parent
07e130b739
commit
f88c379221
1 changed files with 7 additions and 2 deletions
|
@ -3,16 +3,21 @@ gilog2timesheet
|
|||
|
||||
gitlog2timesheet is a tool to general timesheet from git logs.
|
||||
|
||||
The hours spent per user per repository can be displayed. This can
|
||||
be useful if you have to complete regular time sheet for european research
|
||||
project or alike.
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
Usage: gitlog2timesheet.py path_to_git_repo(s) ...
|
||||
|
||||
Options:
|
||||
-h, --help show this help message and exit
|
||||
-d, --debug output debug messages
|
||||
-w COMMITFACTOR, --commitfactor=COMMITFACTOR
|
||||
work time factor per commit, default is 4 hours
|
||||
-t, --total total hours worked for each user per
|
||||
repository/project
|
||||
|
||||
|
||||
Sample output
|
||||
-------------
|
||||
|
|
Loading…
Reference in a new issue