Skip to content

Commit

Permalink
IGit: added missing getLocalBranches()
Browse files Browse the repository at this point in the history
  • Loading branch information
janpecha committed Jul 30, 2015
1 parent 979527a commit 5797fdc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/IGit.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ function getCurrentBranchName();
function getBranches();


/**
* Returns list of local branches in repo.
* @return string[]|NULL NULL => no branches
*/
function getLocalBranches();


/**
* Checkout branch.
* @param string
Expand Down

0 comments on commit 5797fdc

Please sign in to comment.