We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When in a detached head state, retrieving the branch name crashes the app. I would have expected the method to return null.
epmenard@ip-10-145-205-239:/data/dstage/p1dev/.yeti> git branch
/usr/local/yeti/app/node_modules/gift/lib/ref.js:78 _ref1 = /ref: refs/heads/([^\s]+)/.exec(data),m = _ref1[0], branch =
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When in a detached head state, retrieving the branch name crashes the app. I would have expected the method to return null.
epmenard@ip-10-145-205-239:/data/dstage/p1dev/.yeti> git branch
master
test
/usr/local/yeti/app/node_modules/gift/lib/ref.js:78
_ref1 = /ref: refs/heads/([^\s]+)/.exec(data),m = _ref1[0], branch =
The text was updated successfully, but these errors were encountered: