Method | Description | |
---|---|---|
__construct ( Components_Output $output, array $options ) | Constructor. | |
add ( string $path, string $directory ) : null | Add a path to be included in the commit and record the working directory for this git operation. | |
commit ( string $log ) : null | Add all modified files and commit them. | |
tag ( string $tag, string $message, string $directory ) : null | Tag the component. |
Method | Description | |
---|---|---|
system ( string $call ) : string | Run a system call. | |
systemInDirectory ( string $call, string $target_dir ) : string | Run a system call. |
public __construct ( Components_Output $output, array $options ) | ||
$output | Components_Output | The output handler. |
$options | array | Applicaiton options. |