about summary refs log tree commit diff
path: root/third_party/cgit/ui-shared.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-01-12 r/382 feat(third_party/cgit): Render timestamps in dottimeVincent Ambo1-3/+3
Using the DATE_DOTTIME format support in git.
2020-01-11 r/377 feat(third_party/cgit): Generate links to about pages from subtreesVincent Ambo1-4/+10
If you're on tree/foo/bar, the about link will now point to about/foo/bar. Currently the annoying thing about this is that it will also do it for files.
2020-01-11 r/375 feat(third_party/cgit): Generate monorepo compatible URLsVincent Ambo1-20/+9
Generates URLs that do not include the repository name. On git.tazj.in, only one repository (depot) is served - hence URLs generated by cgit need not include the name.
2020-01-11 r/371 merge(third_party/cgit): Import at master of 2020-01-11Vincent Ambo1-0/+1210
Imported commit '723dc8fbcb1a4609c264758eae420ee2811a2b55' as 'third_party/cgit'.