mirror of
https://git.zx2c4.com/cgit
synced 2025-06-30 13:24:32 +02:00
Add display of tree content w/ui-tree.c
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
58d04f6523
commit
06fe0c2f47
9 changed files with 113 additions and 8 deletions
1
cgit.h
1
cgit.h
|
@ -83,5 +83,6 @@ extern void cgit_print_repolist(struct cacheitem *item);
|
|||
extern void cgit_print_summary();
|
||||
extern void cgit_print_log(const char *tip, int ofs, int cnt);
|
||||
extern void cgit_print_view(char *hex);
|
||||
extern void cgit_print_tree(const char *sha1);
|
||||
|
||||
#endif /* CGIT_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue