mirror of
https://git.zx2c4.com/cgit
synced 2025-08-05 02:24:42 +02:00
Add log filtering by path and link to it from tree view
This enables path-filtering in log-view, and adds a link per entry in tree-view to show the log for each file/directory. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
4fdf571c88
commit
9fb53af215
6 changed files with 37 additions and 13 deletions
5
cgit.css
5
cgit.css
|
@ -189,6 +189,11 @@ td.filesize {
|
|||
font-family: monospace;
|
||||
}
|
||||
|
||||
td.links {
|
||||
font-size: 80%;
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
||||
td.filemode {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue