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

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

public class GitCommandUtils
extends Object

Command utilities for git commands.

Version:
$Id: GitCommandUtils.java 653983 2008-05-07 03:39:49Z brett $
Author:
Jerome Lacoste

Method Summary
static org.codehaus.plexus.util.cli.Commandline getBaseCommand(String commandName, GitScmProviderRepository repo, org.apache.maven.scm.ScmFileSet fileSet)
           
static org.codehaus.plexus.util.cli.Commandline getBaseCommand(String commandName, GitScmProviderRepository repo, org.apache.maven.scm.ScmFileSet fileSet, String options)
           
static 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(String commandName,
                                                                      GitScmProviderRepository repo,
                                                                      org.apache.maven.scm.ScmFileSet fileSet)

getBaseCommand

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

getRevParseDateFormat

public static String getRevParseDateFormat()


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