The current 'git-blame' manual state that '-M' detect code move and '-C' detect code copy. After read some code of 'git-blame' and some expriments with it. I found that both '-M' and '-C' detect code move and copy. So, I think the document should be updated. Thanks Thomas Rast a lot for his help on this patch. Bo Yang (2): Add a basic idea section for git-blame. Change the description of '-M' and '-C' option. Documentation/blame-options.txt | 41 +++++++++++++++++++++++--------------- Documentation/git-blame.txt | 32 ++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+), 16 deletions(-) -- 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