about summary refs log tree commit diff
path: root/third_party/cgit/ui-blame.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-09-21 r/2902 chore(3p/cgit): git: update to v2.32.0Christian Hesse1-6/+3
Update to git version v2.32.0, this requires changes for these upstream commits: * 47957485b3b731a7860e0554d2bd12c0dce1c75a tree.h API: simplify read_tree_recursive() signature Signed-off-by: Christian Hesse <mail@eworm.de> Change-Id: I9c37205af2e67d03f9cdd3d39e4fbd611bfa7288
2021-09-21 r/2895 chore(3p/cgit): git: update to v2.30.0Christian Hesse1-1/+2
Update to git version v2.30.0, this requires changes for these upstream commits: * 88894aaeeae92e8cb41143cc2e045f50289dc790 blame: simplify 'setup_scoreboard' interface * 1fbfdf556f2abc708183caca53ae4e2881b46ae2 banned.h: mark non-reentrant gmtime, etc as banned Signed-off-by: Christian Hesse <mail@eworm.de> Change-Id: I6076ef250102010b601c92e9ea5bab2061b77006
2020-11-21 r/1891 merge(3p/cgit): subtree merge at adcc4f82Vincent Ambo1-9/+11
Change-Id: I16941629a17a2f39b9324cb85dc0cec6b104dfe4
2020-02-21 feat(cgit/ui-blame): bail if blob is binaryC. McEnroe1-0/+4
This avoids piping binary blobs through the source-filter.
2020-01-12 r/382 feat(third_party/cgit): Render timestamps in dottimeVincent Ambo1-2/+2
Using the DATE_DOTTIME format support in git.
2020-01-11 r/371 merge(third_party/cgit): Import at master of 2020-01-11Vincent Ambo1-0/+302
Imported commit '723dc8fbcb1a4609c264758eae420ee2811a2b55' as 'third_party/cgit'.