org.apache.maven.scm.provider.git
Class GitCommandUtils

java.lang.Object
  extended by org.apache.maven.scm.provider.git.GitCommandUtils

public class GitCommandUtils
extends java.lang.Object

Command utilities for git commands.

Version:
$Id: GitCommandUtils.java 690997 2008-09-01 15:29:28Z vsiveton $
Author:
Jerome Lacoste

Method Summary
static org.codehaus.plexus.util.cli.Commandline getBaseCommand(java.lang.String commandName, GitScmProviderRepository repo, ScmFileSet fileSet)
           
static org.codehaus.plexus.util.cli.Commandline getBaseCommand(java.lang.String commandName, GitScmProviderRepository repo, ScmFileSet fileSet, java.lang.String options)
           
static java.lang.String getRevParseDateFormat()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBaseCommand

public static org.codehaus.plexus.util.cli.Commandline getBaseCommand(java.lang.String commandName,
                                                                      GitScmProviderRepository repo,
                                                                      ScmFileSet fileSet)

getBaseCommand

public static org.codehaus.plexus.util.cli.Commandline getBaseCommand(java.lang.String commandName,
                                                                      GitScmProviderRepository repo,
                                                                      ScmFileSet fileSet,
                                                                      java.lang.String options)

getRevParseDateFormat

public static java.lang.String getRevParseDateFormat()


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.