I would like to know how can I create reports.
The first report that I need is the all files who was changed from a specific user from a beginning to a end datetime.
The second one, is similar to the first, but I need all messages commits and the files changed from a specific user from a beginning to a end datetime.
How can I perform this?
Example:
Report 1
user
Files changed from 2013-07-03 12:34:45 to 2013-09-16 15:00:37
a.php
b.txt
c.ini
d.rb
... and the other ones
Report 2
user
Commits did from 2013-07-03 12:34:45 to 2013-09-16 15:00:37 and the files changed
Message commit 1
e.php
j.txt
Message commit 2
ka.rb
asdf.jsp
... the another ones