You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use git_branch_name() I get Call to undefined function git_branch_name() however looking at the code it does seem to be implemented. Am I missing something?
The text was updated successfully, but these errors were encountered:
Found the source of the issue none of the zend_entry_function stubs were defined in php_git2.c. Also the implementation of git_branch_upstream was missing from branch.c
When I use
git_branch_name()
I getCall to undefined function git_branch_name()
however looking at the code it does seem to be implemented. Am I missing something?The text was updated successfully, but these errors were encountered: