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

@ -2,5 +2,6 @@
#define UI_TREE_H
extern void cgit_print_tree(const char *rev, char *path);
extern void cgit_grep(const char *rev, char *path, char *grep);
#endif /* UI_TREE_H */