Class GitCommandUtils
- java.lang.Object
- 
- org.apache.maven.scm.provider.git.GitCommandUtils
 
- 
 public class GitCommandUtils extends Object Command utilities for git commands.- Author:
- Jerome Lacoste
 
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlinegetBaseCommand(String commandName, GitScmProviderRepository repo, ScmFileSet fileSet)static org.codehaus.plexus.util.cli.CommandlinegetBaseCommand(String commandName, GitScmProviderRepository repo, ScmFileSet fileSet, String options)static StringgetRevParseDateFormat()
 
- 
- 
- 
Method Detail- 
getBaseCommandpublic static org.codehaus.plexus.util.cli.Commandline getBaseCommand(String commandName, GitScmProviderRepository repo, ScmFileSet fileSet) 
 - 
getBaseCommandpublic static org.codehaus.plexus.util.cli.Commandline getBaseCommand(String commandName, GitScmProviderRepository repo, ScmFileSet fileSet, String options) 
 - 
getRevParseDateFormatpublic static String getRevParseDateFormat() 
 
- 
 
-