Changeset abe6776


Ignore:
Timestamp:
02/02/12 00:30:46 (4 months ago)
Author:
Jonathan Creasy <jcreasy@…>
Branches:
master
Children:
08f589f
Parents:
478083e
git-author:
Jonathan Creasy <jcreasy@…> (02/02/12 00:30:46)
git-committer:
Jonathan Creasy <jcreasy@…> (02/02/12 00:30:46)
Message:

No repository in this one, not sure why that seemed to work before

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/phing/tasks/ext/git/GitCommitTask.php

    r478083e rabe6776  
    4949    public function main() 
    5050    { 
    51         if (null === $this->getRepository()) { 
    52             throw new BuildException('"repository" is required parameter'); 
    53         } 
    54  
    5551        if (null === $this->getTargetPath()) { 
    5652            throw new BuildException('"targetPath" is required parameter'); 
Note: See TracChangeset for help on using the changeset viewer.