aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/StashCreateCommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Repository: Introduce exactRef and findRef, deprecate getRefJonathan Nieder2015-11-251-1/+1
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-21/+10
* Allow to include untracked files in stash operations.Andreas Hermann2014-05-221-3/+44
* Make the Reflog a public API againRobin Rosenberg2013-04-261-3/+3
* Untracked files should not be included in stashRobin Rosenberg2013-04-181-0/+1
* Consider working tree changes when stashing newly added filesRobin Rosenberg2013-04-091-0/+32
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-2/+2
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-1/+1
* StashCreateCommand: Abort in case of unmerged pathsRobin Stocker2012-10-221-0/+11
* cleanup: Prefer assertEquals over assertTrue(....equals(...))Robin Rosenberg2012-09-031-2/+2
* Set person and message on stash ref updateKevin Sawicki2012-03-051-0/+23
* Add support for creating a stashed commitKevin Sawicki2012-02-281-0/+397