Skip to content

Commit

Permalink
IGit: added missing static::init()
Browse files Browse the repository at this point in the history
  • Loading branch information
janpecha committed May 10, 2015
1 parent 9294330 commit cbd3aa7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/IGit.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,17 @@ function isChanges();



/**
* Init repo in directory
* @param string
* @param array|NULL
* @return self
* @throws GitException
*/
static function init($directory, array $params = NULL);



/**
* Clones GIT repository from $url into $directory
* @param string
Expand Down

0 comments on commit cbd3aa7

Please sign in to comment.