Class GitInfoConsumer

    • Method Detail

      • consumeLine

        public void consumeLine​(String line)
        Parameters:
        line - the line which is supposed to have the format as specified by getFormatArgument()
        See Also:
        StreamConsumer.consumeLine(java.lang.String)
      • getFormatArgument

        public static org.codehaus.plexus.util.cli.Arg getFormatArgument()
        The format argument to use with git log
        Returns:
        the format argument to use git log command
        See Also:
        Pretty Formats