Package | Description |
---|---|
org.eclipse.jgit.api |
Modifier and Type | Method and Description |
---|---|
StashCreateCommand |
StashCreateCommand.setIndexMessage(java.lang.String message)
Set the message used when committing index changes
|
StashCreateCommand |
StashCreateCommand.setPerson(PersonIdent person)
Set the person to use as the author and committer in the commits made
|
StashCreateCommand |
StashCreateCommand.setRef(java.lang.String ref)
Set the reference to update with the stashed commit id
|
StashCreateCommand |
StashCreateCommand.setWorkingDirectoryMessage(java.lang.String message)
Set the message used when committing working directory changes
|
StashCreateCommand |
Git.stashCreate()
Returns a command object used to create a stashed commit
|
Copyright © 2012. All Rights Reserved.