I renamed a file in my repository, and made a slightly modified copy of it. It looks like GIT gets confused on which one is the renaming and which one is the copy, and doesn't favour the 100% identical one to be chosen as the renaming. Not a big deal, but maybe git could be more clever here. % git commit -m "Split into flash and ram alternatives." [stm32-sk 601462c] Split into flash and ram alternatives. 3 files changed, 3 insertions(+), 2 deletions(-) copy Demo/CORTEX_STM32SK_GCC/{stm32f103r8t6.ld => stm32f103r8t6_flash.ld} (100%) rename Demo/CORTEX_STM32SK_GCC/{stm32f103r8t6.ld => stm32f103r8t6_ram.ld} (98%) % git --version git version 1.6.2.rc2.305.g23381 Sam -- Samuel Tardieu -- sam@xxxxxxxxxxx -- http://www.rfc1149.net/ -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html