protected abstract GitCommand getInfoCommand();
public InfoScmResult info( ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters )
throws ScmException
{
GitCommand cmd = getInfoCommand();
return (InfoScmResult) executeCommand( cmd, repository, fileSet, parameters );
}