mirror of
https://git.zx2c4.com/cgit
synced 2025-07-10 10:14:34 +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
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue