mirror of
https://git.zx2c4.com/cgit
synced 2025-08-30 06:29:34 +02:00
ui-tree: link to blame UI if enabled
Create links to the blame page. Signed-off-by: Jeff Smith <whydoubt@gmail.com> Reviewed-by: John Keeping <john@keeping.me.uk>
This commit is contained in:
parent
c1cd290d1f
commit
1649afdc9b
3 changed files with 29 additions and 4 deletions
|
@ -26,6 +26,9 @@ extern void cgit_tree_link(const char *name, const char *title,
|
|||
extern void cgit_plain_link(const char *name, const char *title,
|
||||
const char *class, const char *head,
|
||||
const char *rev, const char *path);
|
||||
extern void cgit_blame_link(const char *name, const char *title,
|
||||
const char *class, const char *head,
|
||||
const char *rev, const char *path);
|
||||
extern void cgit_log_link(const char *name, const char *title,
|
||||
const char *class, const char *head, const char *rev,
|
||||
const char *path, int ofs, const char *grep,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue