-
Notifications
You must be signed in to change notification settings - Fork 138
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
Wrong message when finishing a feature #144
Comments
That is strange. What branch was |
Fixed in 0.6.1 |
I am still seeing this issue when finishing a feature from PhpStorm. The feature was created by the Git Flow plugin. [branch-name]: The feature branch 'feature/[branch-name]' was merged into 'null' Config
Version Git Flow 0.6.2 |
Can you give me a clear set of actions needed to reproduce this? |
Hi, I can't give you specific details about how to reproduce the issue.. Steps I did: Suddenly Gitflow notification saids: Feature X merged to 'null'. In online repo (Bitbucket), changes are not merged, branchs was deleted and commits too. Details: Win 10 (latest stable compilation) Idea Log:
|
Hello, I'm still getting this error on MacOs, doesn't matter if I make a feature based on develop or any other feature, it always merge against 'null' which is develop. Really annoying as I can't finish a branch that was not based on develop, so I have to move and pull the changes and delete it manually. Whatever I can provide to fix it, I will be happy to help. |
I finally figured out why this happens. Turns out that the reason is that because reading the gitflow config (where the info about the base branch is saved) is IO bound, by the time the message is displayed the feature was already closed and so there is no information in the config file about it. |
As it happens the solution was to flip two lines. Seriously. |
I am getting the message below on Event Log:
When finished I am into
develop
.In my
./.git/config
I have:The text was updated successfully, but these errors were encountered: