Skip to content

Add gitlog visualization from pre-formatted data

Tomi Sarvela requested to merge (removed):master into master

Simple git log visualization. Browse linear git log from the comfort of your browser.

Features: Pre-created linear git log with the range and features you want. Dynamic fillup of commit content, helps when log is large.

Files: gitlog-json.py - Create gitlog-formatted JSON out of 'git log' gitlog.html - CSS, JS and HTML to decompress and view gitlog-json

Merge request reports