Re: Merge conflicts are reported relative to root not cwd
From: Junio C Hamano <hidden> Date: 2016-06-16 02:18:47
Stefan Beller [off-list ref] writes:
* .... What are
whole-tree operations?
"git merge" does not let you merge "changes just in my current
directory". You only merge the whole tree, and you can get
conflicts from all over the tree, not just in your current
directory.