On Thu, May 01, 2008 at 11:27:34AM -0400, Avery Pennarun wrote:
Sure. But we've also had the exact case of:
- there are some files in subdir/, but that is not a good name, and
there is something else that you are going to add that would be
better named as subdir/.
- you rename subdir/ to bettername/
- you create subdir/newfile
but you _don't_ want newfile to go into bettername/. It's _replacing_
what went into bettername/.
So I don't think you can always track the intent automatically.
Though if you could specify the intent to the SCM, you could
differentiate at the time of move between these two cases, and the merge
could do the right thing later. Or alternatively, you could specify at
time of merge which to do. It's just that nobody has implemented it.
-Peff
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html