]> source.dussan.org Git - jgit.git/commit
Implement rebase.autostash 09/19209/4
authorStefan Lay <stefan.lay@sap.com>
Mon, 2 Dec 2013 16:24:09 +0000 (17:24 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 4 Dec 2013 21:02:22 +0000 (22:02 +0100)
commitf86a488e32906593903acb31a93a82bed8d87915
tree377792666836715cee1ec2f4d5582641d854dce3
parentba0f50d7d34a0a3d47f53139ba78de04b3ebdff6
Implement rebase.autostash

This feature was introduced in native git with version 1.8.4.

Bug: 422951
Change-Id: I42f194174d64d7ada6631e2156c2a7bf93b5e91c
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/RebaseCommandTest.java
org.eclipse.jgit/src/org/eclipse/jgit/api/RebaseCommand.java
org.eclipse.jgit/src/org/eclipse/jgit/api/RebaseResult.java
org.eclipse.jgit/src/org/eclipse/jgit/api/StashApplyCommand.java
org.eclipse.jgit/src/org/eclipse/jgit/api/StashCreateCommand.java
org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigConstants.java