Changeset 478083e
- Timestamp:
- 02/02/12 00:26:32 (4 months ago)
- Branches:
- master
- Children:
- abe6776
- Parents:
- 3286322
- git-author:
- Jonathan Creasy <jcreasy@…> (02/02/12 00:26:32)
- git-committer:
- Jonathan Creasy <jcreasy@…> (02/02/12 00:26:32)
- File:
-
- 1 edited
-
classes/phing/tasks/ext/git/GitCommitTask.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
classes/phing/tasks/ext/git/GitCommitTask.php
r3286322 r478083e 55 55 if (null === $this->getTargetPath()) { 56 56 throw new BuildException('"targetPath" is required parameter'); 57 } 58 59 if ($this->allFiles !== true && empty($this->files)) 60 { 61 throw new BuildException('"allFiles" cannot be false if no files are specified.'); 57 62 } 58 63
Note: See TracChangeset
for help on using the changeset viewer.
