On 10/22/2010 07:09 PM, Brandon Casey wrote: > ($fh, $ctx) = > $repo->command_output_pipe('blame', '-C', '-C', '-w', '--incremental', > '--', $ls_tree->{'buf'}); I forgot to pass the revision to git-blame. It should look like this: ($fh, $ctx) = $repo->command_output_pipe('blame', '-C', '-C', '-w', '--incremental', $ARGV[0], '--', $ls_tree->{'buf'}); -Brandon -- 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