diff options
author | Jeff Smith <whydoubt@gmail.com> | 2017-10-01 23:39:08 -0500 |
---|---|---|
committer | John Keeping <john@keeping.me.uk> | 2017-10-03 19:19:34 +0100 |
commit | c1cd290d1f83d3d1c2d081d734e8d213f12cc06b (patch) | |
tree | ad5027076d139912140c45b6baec2d390389f7a1 /cgit.h | |
parent | f6ffe40d1a2c985494e48dc2d36663ffde1e6044 (diff) |
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.h')
-rw-r--r-- | cgit.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -228,6 +228,7 @@ struct cgit_config { int enable_http_clone; int enable_index_links; int enable_index_owner; + int enable_blame; int enable_commit_graph; int enable_log_filecount; int enable_log_linecount; |