about summary refs log tree commit diff stats
path: root/cgit.mk
diff options
context:
space:
mode:
authorJeff Smith2017-10-01 23:39:08 -0500
committerJohn Keeping2017-10-03 19:19:34 +0100
commitc1cd290d1f83d3d1c2d081d734e8d213f12cc06b (patch)
treead5027076d139912140c45b6baec2d390389f7a1 /cgit.mk
parentui-shared: make a char* parameter const (diff)
downloadcgit-c1cd290d1f83d3d1c2d081d734e8d213f12cc06b.tar.gz
cgit-c1cd290d1f83d3d1c2d081d734e8d213f12cc06b.zip
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>
Diffstat (limited to 'cgit.mk')
-rw-r--r--cgit.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.mk b/cgit.mk index 90a2346..3fcc1ca 100644 --- a/cgit.mk +++ b/cgit.mk
@@ -77,6 +77,7 @@ CGIT_OBJ_NAMES += parsing.o
77CGIT_OBJ_NAMES += scan-tree.o 77CGIT_OBJ_NAMES += scan-tree.o
78CGIT_OBJ_NAMES += shared.o 78CGIT_OBJ_NAMES += shared.o
79CGIT_OBJ_NAMES += ui-atom.o 79CGIT_OBJ_NAMES += ui-atom.o
80CGIT_OBJ_NAMES += ui-blame.o
80CGIT_OBJ_NAMES += ui-blob.o 81CGIT_OBJ_NAMES += ui-blob.o
81CGIT_OBJ_NAMES += ui-clone.o 82CGIT_OBJ_NAMES += ui-clone.o
82CGIT_OBJ_NAMES += ui-commit.o 83CGIT_OBJ_NAMES += ui-commit.o