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:
6
ui-blame.h
Normal file
6
ui-blame.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef UI_BLAME_H
|
||||
#define UI_BLAME_H
|
||||
|
||||
extern void cgit_print_blame(void);
|
||||
|
||||
#endif /* UI_BLAME_H */
|
Reference in New Issue
Block a user