about summary refs log tree commit diff
path: root/third_party/cgit/cgit.css (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-06-22 r/4251 feat(3p/cgit): Display depot revisions in log viewsVincent Ambo1-0/+8
depot revisions are not recognised by git as a specific type of "decoration" (i.e. fall into `DECORATION_NONE`), which means that cgit skips them by default. Displaying them on code.tvl.fyi would be quite nice, so to work around this we check for the `refs/r/` prefix on skipped decorations and display them (without the `refs/` prefix) on commits. Change-Id: Ia9cece3876db471f93ab787258be527739af046b Reviewed-on: https://cl.tvl.fyi/c/depot/+/5891 Tested-by: BuildkiteCI Reviewed-by: Profpatsch <mail@profpatsch.de>
2022-05-19 r/4094 subtree(3p/cgit): merge cgit-pink into depot cgitsterni1-23/+9
cgit-pink is a maintained fork of cgit that follows upstream git more closely and already contains a lot of patches we already had applied. Consequently, it seems sensible it becomes our future upstream, we may even be able to upstream some of our custom, less invasive patches. Change-Id: Ia081e4508866f32298986c7160f4890c8a7c8922
2020-11-21 r/1891 merge(3p/cgit): subtree merge at adcc4f82Vincent Ambo1-1/+1
Change-Id: I16941629a17a2f39b9324cb85dc0cec6b104dfe4
2020-01-11 r/371 merge(third_party/cgit): Import at master of 2020-01-11Vincent Ambo1-0/+895
Imported commit '723dc8fbcb1a4609c264758eae420ee2811a2b55' as 'third_party/cgit'.