On Mon, 23 Jun 2008, Ian Hilt wrote: > On Mon, 23 Jun 2008 at 3:01am -0700, Jakub Narebski wrote: > > > I think you could script it using "git diff", and "git blame -L m,n", > > where line ranges would be calculated from git diff header for > > post-image, or both pre-image and post-image (in the case of deletions). > > Maybe I'm missing something, but I thought git-blame only worked with > the files in the Git working directory. Therefore, if a file had been > deleted it would not be reachable with git-blame, whether you diff'ed > the pre- and post-image or not. You can give blame the revision to start blaming from; that's what I meant the "pre-image" blame (staring from parent revision). I'm not that sure if it is the best solution... -- Jakub Narebski Poland -- 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