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:
Lars Hjemli 2011-06-22 08:49:57 +00:00 committed by Jason A. Donenfeld
parent fdfb6a6d80
commit c028b604ef
5 changed files with 223 additions and 8 deletions

View file

@ -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);