nvie / gitflow

Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
http://nvie.com/posts/a-successful-git-branching-model/
Other
26.63k stars 2.66k forks source link

Do not lose information about branches even if there is only commit #407

Open KES777 opened 9 years ago

KES777 commented 9 years ago

this PR FIXes this issue: #406

KES777 commented 9 years ago

Now I get full and right history

*   f5daf83 (HEAD, develop) Merge branch 'feature/#31_add_missing_button' into deve
|\  
| * 31817ad Missing button is added
|/  
* ed0b921 Remove broken command

instead of wrong:

* 31817ad Missing button is added
* ed0b921 Remove broken command