{* * committip.tpl * gitphp: A PHP git repository browser * Component: Commit tooltip template * * Copyright (C) 2010 Christopher Han *}
{t}author{/t}: {$commit->GetAuthorName()} ()
{t}committer{/t}: {$commit->GetCommitterName()} ()

{foreach from=$commit->GetComment() item=line} {if strncasecmp(trim($line),'Signed-off-by:',14) == 0} {$line|escape} {else} {$line|escape} {/if}
{/foreach}