remember, git only stores the results. so when you are merging it doesn't even
look for renames.
the only time you get renames is after-the-fact when you ask git for a report
about what changed. then (if you enable rename detection) it will tell you what
files have changed, and what files look like they may have been renames
(possibly with changes). but if you don't ask git to look for renames it won't
bother and you can just ignore the concept entirely.
or if you only want complete renames (as opposed to rename + change) then use
the option to tell it that you don't want to consider it a rename unless it's
100% the same (or 99%, or whatever satisfies you)
David Lang
-
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