From: Cillian de Roiste Date: Sat, 26 Jan 2008 17:40:20 +0000 (+0000) Subject: put the commit details into it's own div X-Git-Url: https://www.pipapo.org/gitweb/?p=webgit;a=commitdiff_plain;h=b3c2409b28e2ae59c038f7ef6a34a7502d287fea;hp=5e71622023195381edad5c97fffeb2e886a86922 put the commit details into it's own div --- diff --git a/src/log.c b/src/log.c index 3793a00..5d7f938 100644 --- a/src/log.c +++ b/src/log.c @@ -193,7 +193,7 @@ webgit_log_table (struct webgit_query* query, const char* object, int count, int ) ); - , + #if 0 /* traverse parents */ struct commit *parent; while ((parent = pop_commit (&commit->parents)))