Felipe Contreras <felipe.contreras@xxxxxxxxx> writes: > On Wed, May 22, 2013 at 5:38 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > ... >> As I already said in the above, the answer is no, when you are >> trying to find who moved the code from the original place. > > But I'm not trying to find who moved the code, I'm trying to find > related commits; hence the name 'git related'. > > The person who moved the code will be on the list regardless, That is exactly the point I have been trying to raise. Does the person appear in the list when you run blame with -CCC? You ask for the body of the function, and the -C mode of blame sees through the block-of-line movement across file boundaries, and goes straight to the last commit that touched the body of the function in its original file, no? -- 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