2
0
mirror of https://git.zx2c4.com/cgit synced 2025-08-31 22:35:08 +00:00

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>
This commit is contained in:
Jeff Smith
2017-10-01 23:39:08 -05:00
committed by John Keeping
parent f6ffe40d1a
commit c1cd290d1f
8 changed files with 265 additions and 1 deletions

6
ui-blame.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef UI_BLAME_H
#define UI_BLAME_H
extern void cgit_print_blame(void);
#endif /* UI_BLAME_H */