Re: Git merge: conflict is expected, but not detected

2013-12-01 Thread Evgeniy Ivanov
a change needed in multiple places into a separate branch which is then merged into the branches that need iit. On Sat, Nov 30, 2013 at 1:26 AM, Evgeniy Ivanov lolkaanti...@gmail.com wrote: Hi! Let's say I have two identical branches: master and topic. In master I remove some code, i.e. function

Git merge: conflict is expected, but not detected

2013-11-29 Thread Evgeniy Ivanov
Hi! Let's say I have two identical branches: master and topic. In master I remove some code, i.e. function bar(). In topic I do the same (commit) and after some time I realize I need bar() and revert previous commit with removal. So I end with master with no bar() and topic with bar() in its