-
Notifications
You must be signed in to change notification settings - Fork 97
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 detection with new git #37
Comments
lvv
added a commit
that referenced
this issue
Dec 10, 2013
Thanks for heads up. Fix is in the repo, though not very well tested. |
amiryal
added a commit
to amiryal/git-prompt
that referenced
this issue
Jun 5, 2014
amiryal
added a commit
to amiryal/git-prompt
that referenced
this issue
Jun 5, 2014
amiryal
added a commit
to amiryal/git-prompt
that referenced
this issue
Jun 5, 2014
Correct fix for issue lvv#37
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
new git ( in my case 1.8.5.1 ) changed git status output, the '# ' prefix is gone
So I have to use now:
sed doesn't understand s/^(# )?On branch /branch=/p
so I fear the change has to check the git version
The text was updated successfully, but these errors were encountered: