Johannes Schindelin 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). > This work fine for lines that were added or changed, but not for deleted lines. If a commit in the range just delete a couple of lines and adds nothing, the whole file is marked as "unblameable" as the deleted lines doesn't exist anymore. - Samuel -- 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