I seem to recall (and the docs indicate) that when you *copy* (not move, just copy) a function from file1.c to file2.c, commit, and then do a "git blame -C -C file2.c", it should tell you that those lines came from file1.c Is this not true? Git 1.6.1, I tried this on a dummy branch where I just copied a good sized function (about 45 lines) from one C program and dumped it at the bottom of a second one, and neither the gui blame nor the CLI blame show me that the lines came from elsewhere. What am I doing wrong? -- 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