mirror of
https://git.zx2c4.com/cgit
synced 2025-07-02 14:24:33 +02:00
Grep the source, Luke
This is a PoC for grepping the blobs in the current tree. Signed-off-by: Lars Hjemli <larsh@hjemli.net>
This commit is contained in:
parent
fdfb6a6d80
commit
c028b604ef
5 changed files with 223 additions and 8 deletions
|
@ -20,6 +20,9 @@ extern void cgit_tag_link(const char *name, const char *title,
|
|||
extern void cgit_tree_link(const char *name, const char *title,
|
||||
const char *class, const char *head,
|
||||
const char *rev, const char *path);
|
||||
extern void cgit_tree_link2(const char *name, const char *title,
|
||||
const char *class, const char *head,
|
||||
const char *rev, const char *path, int lno);
|
||||
extern void cgit_plain_link(const char *name, const char *title,
|
||||
const char *class, const char *head,
|
||||
const char *rev, const char *path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue