2014-11-26 15:49, Bruce Richardson: > On Wed, Nov 26, 2014 at 04:42:06PM +0100, Thomas Monjalon wrote: > > Bruce, > > > > I made some minor changes to the skeleton app. > > Could you confirm it's ok for you? > > Yes, they are fine for me, though the makefile diff looks messed up compared > to > the original version. Any way to force git to recognise it as a completely new > file and not a copy of the higher level examples makefile?
Yes, the default is to recognise similarity with at least 50%. The option -M80% raises the threshold to 80%. I don't know how to put this configuration in gitconfig. -- Thomas