
20 Mar
2008
20 Mar
'08
3:40 p.m.
On Thu, 2008-03-20 at 03:57, Peter Pearse wrote:
Here git -M has decided that a new file
board/arm/arm.S
is actually a modified old file
cpu/arm926ejs/versatile/reset.S
Eh, don't worry about that. Git is just using a heuristic to guess where that file might have come from, as enabled by the -M flag. There's no problem if git gets it wrong, as the important fact is that the _content_ of the files are still intact and correct. Identifying a copy or a move is purely a secondary side effect for the purpose of exposing smaller change-sets to the users here.
jdl