java.lang.Object
org.apache.maven.scm.util.AbstractConsumer
org.apache.maven.scm.provider.git.gitexe.command.blame.GitBlameConsumer
All Implemented Interfaces:
org.codehaus.plexus.util.cli.StreamConsumer

public class GitBlameConsumer extends AbstractConsumer
Parses the --porcelain format of git-blame For more information about the porcelain format, please read the official GIT blame porcelain format description.
Since:
1.4
Author:
Evgeny Mandrikov, Olivier Lamy, Mark Struberg