Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Git blame available?

Hi,

There is a BlameCommand class that is available in JGit: https://github.com/eclipse/jgit/blob/master/org.eclipse.jgit/src/org/eclipse/jgit/api/BlameCommand.java

You can find examples of how to use it in both the JGit and EGit source code base.

Sincerely,
Kevin Sawicki

On Fri, May 11, 2012 at 8:10 AM, Benjamin Muschko <benjamin.muschko@xxxxxxxxx> wrote:
Hi,

I was wondering if "git blame" is currently available or on the roadmap? I had a look at the documentation but couldn't find anything about it. It seems like somebody tried to create a patch for it: http://dev.eclipse.org/mhonarc/lists/jgit-dev/msg00949.html. It would be great if we could add that feature.

Thanks,

Ben

_______________________________________________
jgit-dev mailing list
jgit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jgit-dev



Back to the top