c028b604ef
This is a PoC for grepping the blobs in the current tree. Signed-off-by: Lars Hjemli <larsh@hjemli.net>
7 lines
183 B
C
7 lines
183 B
C
#ifndef UI_TREE_H
|
|
#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 */
|