0027e38b40
This adds the tag and branch head decorations to the commit pages. This is similar to how commits are displayed in the standard gitweb interface. Signed-off-by: Justin Waters <justin.waters@timesys.com>
9 wiersze
237 B
C
9 wiersze
237 B
C
#ifndef UI_LOG_H
|
|
#define UI_LOG_H
|
|
|
|
extern void cgit_print_log(const char *tip, int ofs, int cnt, char *grep,
|
|
char *pattern, char *path, int pager);
|
|
extern void show_commit_decorations(struct commit *commit);
|
|
|
|
#endif /* UI_LOG_H */
|