Skip to content

Add gitlog.html: gitlog browser

Tomi Sarvela requested to merge tsa/i915-infra:master into master

gitlog.html was created for convenience reason: watch the latest commits with tags within the comfort of your preferred browser.

gitlog.html - standalone browser for gitlog data gitlog-json.py - gitlog packer for gitlog.html

Usage: $ git log --format=medium --decorate=short --no-abbrev-commit | gitlog/gitlog-json.py | gzip -9 >gitlog.json.gz

Copy gitlog.json.gz and gitlog.html on reachable webserver Point gitlog.html content_init(URL) to the gitlog.json.gz

Merge request reports