submodule support

- detect .gitmodules file for submodules, add a link "submodules" to the top menu.
- link each submodule to the .gitmodules file in HEAD.
- revert the special style for modules, but list it as a file "m---------", don't show
  the line/filesize though, it is not a file.
This commit is contained in:
Hiltjo Posthuma
2016-04-29 21:14:46 +02:00
parent 671f4e9100
commit 5c278a600e
2 changed files with 9 additions and 19 deletions

View File

@@ -58,10 +58,6 @@ table td {
white-space: normal;
}
a.module {
color: #000;
}
td.num {
text-align: right;
}