Uses of Class
org.eclipse.jgit.api.StashCreateCommand
Packages that use StashCreateCommand
-
Uses of StashCreateCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return StashCreateCommandModifier and TypeMethodDescriptionStashCreateCommand.setIncludeUntracked
(boolean includeUntracked) Whether to include untracked files in the stash.StashCreateCommand.setIndexMessage
(String message) Set the message used when committing index changesStashCreateCommand.setPerson
(PersonIdent person) Set the person to use as the author and committer in the commits madeSet the reference to update with the stashed commit id If null, no reference is updatedStashCreateCommand.setWorkingDirectoryMessage
(String message) Set the message used when committing working directory changesGit.stashCreate()
Return a command object used to create a stashed commit