Thread (4 messages) flat view 4 messages, 3 authors, 2016-06-15

Re: Adding Git to Better SCM Initiative : Comparison

From: Matthieu Moy <hidden>
Date: 2016-06-15 22:44:05

linux@horizon.com writes:
"Rename support" is a kludge to make a fundamentally broken model
less painful.
It's not.

Git _has_ rename support. Look into the code, you'll find some code
whose purpose is to manage renames. And _no_, rename support is not
just a direct consequence of commits being atomic.

Atomic commit help, but if you do nothing else, moving a file and then
trying to merge will fail for example. So, in addition to atomic
commits, you have at least 3 options : explicit file ID (bzr),
recording renames (hg), or detecting renames after-the-fact (git).

-- 
Matthieu
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help