Commit Graph

11 Commits

Author SHA1 Message Date
Michael Haggerty
86b9988103 HTML diagram: Make unknown commits pale yellow.
This also makes it possible to tone down the red of BLOCKER commits.
2014-01-20 17:22:29 +01:00
Michael Haggerty
f22b3b2414 HTML diagram: Distinguish skipped merges visually. 2014-01-20 17:18:42 +01:00
Michael Haggerty
5c77361067 imerge.css: Rearrange rules. 2014-01-20 17:12:55 +01:00
Michael Haggerty
e78ee03494 Color the initial cells blue in the HTML output. 2014-01-20 16:30:21 +01:00
Michael Haggerty
075a9a20d7 Add table headers showing the indexes for each row and column. 2014-01-20 16:29:03 +01:00
Michael Haggerty
17dd0b0f5e Add a new class, "frontier_without", for cells outside of the frontier.
Color cells based on this class and "frontier_within".
2014-01-20 16:28:45 +01:00
Michael Haggerty
f8e1df7a8d imerge.css: Remove a redundant background setting.
These cells are already caught by "frontier_within".
2014-01-20 16:26:38 +01:00
Michael Haggerty
c8b9c7e11b Implement table borders via cells rather than on the table as a whole.
This will make it easier to add more cells outside of the border.
2014-01-20 16:13:45 +01:00
Michael Haggerty
c49455c9a0 imerge.css: Add some semicolons. 2014-01-20 16:13:45 +01:00
Michael Haggerty
b28372ad73 De-saturate the colors used in the HTML diagram. 2014-01-20 10:31:49 +01:00
Johan Herland
ccfee0eae6 Add --html=<file> for producing HTML diagram of merge frontier
When given --html=foo.html, a HTML file containing a table of the
current merge frontier is written to foo.html. The table contains
the classes needed to allow the accompanying imerge.css to render
it in colorful glory.
2013-05-22 11:53:42 +02:00