Add branch functions #58

Merged
jezell merged 16 commits from add-branch-lookup into master 2014-03-10 20:59:33 -05:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 127643eb54 - Show all commits

View File

@ -98,9 +98,8 @@ func (b *Branch) IsHead() (bool, error) {
return true, nil
case 0:
return false, nil
default:
return false, MakeGitError(ret)
}
return false, MakeGitError(ret)
}