From 0027e38b40b8ef11dac6326a4e610728bae88247 Mon Sep 17 00:00:00 2001
From: Justin Waters
Date: Mon, 12 Jan 2009 10:23:28 -0500
Subject: Add decorations to commit pages

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>
---
 ui-log.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'ui-log.h')

diff --git a/ui-log.h b/ui-log.h
index 877e40e..6034055 100644
--- a/ui-log.h
+++ b/ui-log.h
@@ -3,5 +3,6 @@
 
 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 */
-- 
cgit v1.2.3-54-g00ecf