]> git.cameronkatri.com Git - cgit.git/commit
ui-blame: add blame UI
authorJeff Smith <whydoubt@gmail.com>
Mon, 2 Oct 2017 04:39:08 +0000 (23:39 -0500)
committerJohn Keeping <john@keeping.me.uk>
Tue, 3 Oct 2017 18:19:34 +0000 (19:19 +0100)
commitc1cd290d1f83d3d1c2d081d734e8d213f12cc06b
treead5027076d139912140c45b6baec2d390389f7a1
parentf6ffe40d1a2c985494e48dc2d36663ffde1e6044
ui-blame: add blame UI

Implement a page which provides the blame view of a specified file.

This feature is controlled by a new config variable, "enable-blame",
which is disabled by default.

Signed-off-by: Jeff Smith <whydoubt@gmail.com>
Reviewed-by: John Keeping <john@keeping.me.uk>
cgit.c
cgit.css
cgit.h
cgit.mk
cgitrc.5.txt
cmd.c
ui-blame.c [new file with mode: 0644]
ui-blame.h [new file with mode: 0644]