[repoView] Add actions to create and apply stashed commit
commit6cee3acbb26eeb387e460002a4e714f7e750b51d
authorKevin Sawicki <kevin@github.com>
Wed, 29 Feb 2012 00:53:58 +0000 (29 01:53 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 29 Feb 2012 00:53:58 +0000 (29 01:53 +0100)
tree900cdb468d62990563978ad860c67ff87cad2e71
parentcda69df69c16345b03f6f182580ed949eb2ecee0
[repoView] Add actions to create and apply stashed commit

Adds a new action on repositories to create a stashed commit
and adds an action to stashed commit nodes to apply changes

JGit-Dependency: I9fd5ede8affc7f0060ffa7c5cec34573b6fa2b1b
Change-Id: I1134d99bc2ee3d0e3344ce44b07918a85ca7e3ba
[ms: moved "Stash Changes" command in menu near to "Commit..."]
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.egit.core/src/org/eclipse/egit/core/op/StashApplyOperation.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/op/StashCreateOperation.java [new file with mode: 0644]
org.eclipse.egit.ui/icons/obj16/stash-create.png [new file with mode: 0644]
org.eclipse.egit.ui/plugin.properties
org.eclipse.egit.ui/plugin.xml
org.eclipse.egit.ui/src/org/eclipse/egit/ui/JobFamilies.java
org.eclipse.egit.ui/src/org/eclipse/egit/ui/UIText.java
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/GitHistoryPage.java
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/repository/tree/command/StashApplyCommand.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/repository/tree/command/StashCreateCommand.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties