Skip to content
New issue

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

Branch not showing on system with older versions of git #24

Open
pixelrazor opened this issue May 22, 2018 · 1 comment
Open

Branch not showing on system with older versions of git #24

pixelrazor opened this issue May 22, 2018 · 1 comment

Comments

@pixelrazor
Copy link

On my centos 6.9 machine, git symbolic-ref doesn't have the --short option. One way to accommodate for older git versions is $($git_eng rev-parse --abbrev-ref 2>/dev/null). Or i could have just updated git ;)

@riobard
Copy link
Owner

riobard commented Jun 10, 2019

What version of git are you using? There's a PR #6 but I couldn't reproduce it. Maybe because my git is too new?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants