Hi Loic,

this one is a tricky one. I didn't find a smooth/automatic solution yet.

This seems to work:

git checkout master
git merge --no-ff origin/hammer
git mergetool
 -> for the conflict: select 'local' for src/gmock (this should keep
    the changes im master and ignore changes from hammer)
git commit

You may have to check if the result is what's intended.

Danny

Am 09.03.2015 um 15:18 schrieb Loic Dachary:
> Hi Danny,
> 
> As of now, git checkout master ; git merge origin/hammer gets a 
> conflict on gmock
> 
> When we last discussed it you found that git merge -m 1 was a 
> solution. But I'm not sure I fully understand the consequences.
> 
> Cheers
> 

--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to