Hi, On Tue, 17 Feb 2009, Samuel Lucas Vaz de Mello wrote: > Is there any way to git blame (or annotate) a diff between two commits? If you do not mean the diff, but a commit range: $ git blame A..B -- file "Unblameable" lines will be shown with a prefix ^A (not literal, of course, but the short commit name of A). Hth, Dscho -- 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