-
Notifications
You must be signed in to change notification settings - Fork 0
Files
/
Copy pathcommits.csv
18 lines (18 loc) · 1.3 KB
/
commits.csv
1 | date | message |
---|---|---|
2 | 2017-08-16T23:18:11 | Initial commit |
3 | 2017-08-16T23:31:07 | base python script created |
4 | 2017-08-16T23:45:48 | created data.json |
5 | 2017-08-17T09:40:43 | script iterates throught commits of the given repo correctly |
6 | 2017-08-17T10:51:45 | copied an example from bbengfort blog and modified it to get the insertions and deletions |
7 | 2017-08-17T11:49:19 | first approach to the graphical interface |
8 | 2017-08-17T13:27:15 | created red graph |
9 | 2017-08-17T14:09:05 | improved the line curves and the readme |
10 | 2017-08-17T14:23:52 | improved documentation and implemented command line |
11 | 2017-08-17T18:37:59 | added support to specify a list of specific files to track |
12 | 2017-08-17T19:52:14 | started to implement the sparse argument and other minor tweaks |
13 | 2017-08-18T12:14:45 | implementing more features to the sparse argument |
14 | 2017-08-18T14:14:23 | improved the horizontal axis |
15 | 2017-08-18T15:01:28 | tweaked horizontal axis and started to implement a way to track the commits messages |
16 | 2017-08-19T11:27:45 | implemented a basic tooltip to visualize the message of the commit, still needs improvement |
17 | 2017-08-19T21:32:05 | tweaked the tooltip menu, still needs to be fixed |
18 | 2017-08-19T22:44:15 | tooltip floating menu working better, aligning items vertically hurts, btw, the tooltip menu needs some style |