mirror of
https://git.zx2c4.com/cgit
synced 2025-07-02 14:24:33 +02: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:
parent
f6ffe40d1a
commit
c1cd290d1f
8 changed files with 265 additions and 1 deletions
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 */
|
Loading…
Add table
Add a link
Reference in a new issue