]> source.dussan.org Git - jgit.git/commit
Allow to include untracked files in stash operations. 12/26212/3
authorAndreas Hermann <a.v.hermann@gmail.com>
Thu, 8 May 2014 12:04:32 +0000 (14:04 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 22 May 2014 21:56:08 +0000 (23:56 +0200)
commit44f81d956b3036804d011e7d99769fbd904d5082
tree5e545e1c5bae9615ace10a8a3c63d6b97a7737f0
parentb7e46c07f93b101a4730928c2f5d1f494de3bbce
Allow to include untracked files in stash operations.

Unstashed changes are saved in a commit which is added as an additional
parent to the stash commit.
This behaviour is fully compatible with C Git stashing of untracked
files.

Bug: 434411
Change-Id: I2af784deb0c2320bb57bc4fd472a8daad8674e7d
Signed-off-by: Andreas Hermann <a.v.hermann@gmail.com>
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/StashApplyCommandTest.java
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/StashCreateCommandTest.java
org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties
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/internal/JGitText.java