/[drupal]/contributions/modules/gitbrowser/gb.inc
ViewVC logotype

Diff of /contributions/modules/gitbrowser/gb.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2, Fri May 1 01:37:57 2009 UTC revision 1.3, Fri May 1 02:10:57 2009 UTC
# Line 1  Line 1 
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
# Line 54  function gb_get_short_log($repos, $start Line 54  function gb_get_short_log($repos, $start
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      );      );

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.2