Commit Graph
8 Commits
Author SHA1 Message Date
Eivind Uggedal f33bca44bd Dynamic relpath for blob pages 2015-12-11 12:36:17 +01:00
Eivind Uggedal 57d70b0a2d Right align numbers in tables 2015-12-10 23:40:13 +01:00
Eivind Uggedal 0a4451bc15 Line numbers on blob pages 2015-12-10 23:29:49 +01:00
Eivind Uggedal d77d972007 file page improvements
- header with filename and size
- handle binary files
- small style changes
2015-12-10 19:50:03 +01:00
Eivind Uggedal 27397b310d Write blobs to files/
This is work in progress:

- relpath is broken under files/
- mkdirp was stolen from sbase
- strlcpy wrapper might be needed
2015-12-09 23:55:59 +01:00
Eivind Uggedal b634cfd860 Simplify diff markup
Remove <span> for inserted/deleted lines and use
the <a> for coloring.
2015-12-09 22:15:25 +01:00
Eivind Uggedal 1363b8b51e Simplify style and make output more legible
- Combines and removes some redundancy.
- Makes <hr> softer by using dashed lines.
- Removes <a> underlines since the file/log view
  have tons of links and reading them is a bit
  distracting. Underlines are added on hover.
- Makes diff headers darkcyan to match the default
  command line colors and not conflict with new
  <a> style.
2015-12-09 22:15:23 +01:00
Eivind Uggedal 5fdaca3a10 Free git objects 2015-12-09 20:48:56 +01:00