Serialized Form
-
Package org.apache.maven.scm.provider.git.command.info
-
Class org.apache.maven.scm.provider.git.command.info.GitInfoScmResult
class GitInfoScmResult extends InfoScmResult implements Serializable- serialVersionUID:
- -1314905338508176675L
-
-
Package org.apache.maven.scm.provider.git.command.update
-
Class org.apache.maven.scm.provider.git.command.update.GitUpdateScmResult
class GitUpdateScmResult extends UpdateScmResultWithRevision implements Serializable- serialVersionUID:
- 7360578324181996847L
-
-
Package org.apache.maven.scm.providers.gitlib.settings
-
Class org.apache.maven.scm.providers.gitlib.settings.Settings
class Settings extends Object implements Serializable-
Serialized Fields
-
commitNoVerify
boolean commitNoVerify
use the option --no-verify (can prevent trailing whitespace issue with cygwin). -
gitCommand
String gitCommand
The actual name of the git executable . -
modelEncoding
String modelEncoding
Field modelEncoding. -
revParseDateFormat
String revParseDateFormat
git format allowed by changelog command. -
traceGitCommand
String traceGitCommand
Traces the execution of a git command. could be 1,2, true or a file location .
-
-
-