MTrack/SCM/Git/Repo.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 5 Sep 2011 10:43:28 +0000 (18:43 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 5 Sep 2011 10:43:28 +0000 (18:43 +0800)
MTrack/SCM/Git/Repo.php

index 96b4a7c..b1b1848 100644 (file)
@@ -8,6 +8,8 @@ class MTrack_SCM_Git_Repo extends MTrack_Repo
   protected $tags = null;
   public $gitdir = null;
 
+  public $debug = false;
+
   public function getSCMMetaData() {
     return array(
       'name' => 'Git',
@@ -219,6 +221,9 @@ HOOK;
      *
      * Example:
      *   - fetch on revision?:  '.',1,'rev','xxxxxxxxxx'
+     *
+     *
+     * range... object ='rev' ident ='master..release'
      * 
      */
     public function history($path, $limit = null, $object = null, $ident = null)