Skip to content

Files

Latest commit

 

History

History
18 lines (18 loc) · 1.3 KB

commits.csv

File metadata and controls

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