| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Branches are grouped into their own section to make the "this commit"
option visually distinct.
Adding this option will result in two options being marked as selected
if a branch has the same name as a commit oid. But that would cause
all sorts of other problems anyway (attempting to switch to the branch
would actually give you the commit, etc.), so let's not worry about
that.
A "permalink" link on the blob view next to the "plain" link would
probably be more discoverable, but that would only work for the blob
view. The switch UI is visible everywhere.
Signed-off-by: Alyssa Ross <hi@alyssa.is>
|
| |
|
|
|
|
|
| |
Add links to symbolic link targets in tree listings, formatted like
"ls -l". Path normalization collapses any ".." components of the link.
|
| |
|
| |
|
|
|
|
| |
This avoids piping binary blobs through the source-filter.
|
| |
|
| |
|
|
|
|
|
|
| |
'www/git.causal.agency/cgit'
From tag 'v1.2.3'.
|
|
|
|
|
|
|
|
| |
But keep it disabled for READMEs since they always use non-standard
sections and the TOC is just distracting there, I think.
Also add the style so its h1 is the same size as the ones inside
sections...
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This also makes source-filter show mdoc source again and removes the
dependency on ttpre entirely. I copied in the inline stylesheet mandoc
outputs without -O fragment and added some customizations.
|
|
|
|
| |
As requested. Funny that its license header capitalizes You.
|
|
|
|
|
| |
ttpre needs to know about UTF-8 too so it can bold/italic non-ASCII
chars.
|
| |
|
|
|
|
|
|
| |
Hack: output an extra <td> after rendering mdoc so that line numbers can
be hidden based on there being three. This required splitting
source-filter and about-filter since on about pages there is no table.
|
| |
|
| |
|
|
|