about summary refs log tree commit diff
path: root/third_party/cgit/cmd.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-11-21 r/1891 merge(3p/cgit): subtree merge at adcc4f82Vincent Ambo1-9/+9
Change-Id: I16941629a17a2f39b9324cb85dc0cec6b104dfe4
2020-02-09 r/514 fix(third_party/cgit): Make vpath & repo available for about cmdVincent Ambo1-1/+1
This change makes cgit pass the current repo and vpath inside of the repo on to the about cmd, which makes it possible for it to correctly render `tree`, `log` and other links to the same vpath.
2020-01-11 r/375 feat(third_party/cgit): Generate monorepo compatible URLsVincent Ambo1-23/+1
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/+208
Imported commit '723dc8fbcb1a4609c264758eae420ee2811a2b55' as 'third_party/cgit'.