| 1 |
<?php |
<?php |
| 2 |
// $Id: gb.inc,v 1.1 2009/05/01 00:13:13 gordon Exp $ |
// $Id: gb.inc,v 1.2 2009/05/01 01:37:57 gordon Exp $ |
| 3 |
/** |
/** |
| 4 |
* @file |
* @file |
| 5 |
* Provide all git integration |
* Provide all git integration |
| 54 |
$info = gb_get_commit_info($repos, $rev); |
$info = gb_get_commit_info($repos, $rev); |
| 55 |
|
|
| 56 |
$rows[] = array( |
$rows[] = array( |
| 57 |
format_date($info['author'][0]['date'], 'short'), |
format_date($info['author'][0]['date'], 'small'), |
| 58 |
$info['author'][0]['name'], |
$info['author'][0]['name'], |
| 59 |
$info['description'][0] .implode('', array_map('_gb_format_refs', $info['refs'])), |
$info['description'][0] .implode('', array_map('_gb_format_refs', $info['refs'])), |
| 60 |
); |
); |