aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui-summary.h
blob: c01f56012dcdcd64f39f6935c20eb5d18efb1b33 (plain)
1
2
3
4
5
6
7
#ifndef UI_SUMMARY_H
#define UI_SUMMARY_H

extern void cgit_print_summary();
extern void cgit_print_repo_readme(char *path);

#endif /* UI_SUMMARY_H */
pan>'find diff header' 'grep -e "a/file-5 b/file-5" trash/tmp' run_test 'find blob link' 'grep -e "<a href=./foo/tree/file-5?id=" trash/tmp' run_test 'find added file' 'grep -e "new file mode 100644" trash/tmp' run_test 'find hunk header' ' grep -e "<div class=.hunk.>@@ -0,0 +1 @@</div>" trash/tmp ' run_test 'find added line' ' grep -e "<div class=.add.>+5</div>" trash/tmp ' tests_done