Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Implement plain view | Lars Hjemli | 2008-08-06 |
![]() |
index : cgit | |
Web front-end for git that you're looking at right now. Might have had a few additions from upstream. |
summaryrefslogtreecommitdiffstatshomepage |
Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Implement plain view | Lars Hjemli | 2008-08-06 |
#ifndef UI_REFS_H
#define UI_REFS_H
extern void cgit_print_branches(int maxcount);
extern void cgit_print_tags(int maxcount);
extern void cgit_print_refs();
#endif /* UI_REFS_H */