Changeset abe6776
- Timestamp:
- 02/02/12 00:30:46 (4 months ago)
- 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)
- File:
-
- 1 edited
-
classes/phing/tasks/ext/git/GitCommitTask.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
classes/phing/tasks/ext/git/GitCommitTask.php
r478083e rabe6776 49 49 public function main() 50 50 { 51 if (null === $this->getRepository()) {52 throw new BuildException('"repository" is required parameter');53 }54 55 51 if (null === $this->getTargetPath()) { 56 52 throw new BuildException('"targetPath" is required parameter');
Note: See TracChangeset
for help on using the changeset viewer.
