Add display of tree content w/ui-tree.c

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli 2006-12-13 00:13:27 +01:00
parent 58d04f6523
commit 06fe0c2f47
9 changed files with 113 additions and 8 deletions

1
cgit.h
View file

@ -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 */