aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CheckoutCommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* Add FetchCommand#setRefSpecs(String...) variantDave Borowitz2017-09-071-3/+2
* Fix CheckoutCommand to return updated files even on NONDELETED statusChristian Halstrick2016-09-271-0/+33
* Add built-in LFS smudge filter for local caseChristian Halstrick2016-09-201-22/+27
* Fix calling of clean/smudge filters from Checkout,MergeCommandsChristian Halstrick2016-04-221-17/+20
* Enable calling of smudge filters when checking out pathsChristian Halstrick2016-04-061-0/+107
* CheckoutCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-191-48/+49
* Add support for smudge filtersChristian Halstrick2015-11-271-0/+124
* Repository: Introduce exactRef and findRef, deprecate getRefJonathan Nieder2015-11-251-5/+7
* Fix DirCacheCheckout to set correct file length if core.autocrlf=trueMatthias Sohn2014-12-111-1/+47
* Add tests for checking out tags with CheckoutCommandRobin Stocker2014-08-171-3/+29
* Fix CheckoutCommand not setting up trackingRobin Stocker2014-08-051-15/+50
* Add git checkout --orphan implementationSATO taichi2014-01-171-0/+96
* Make JGit test work with both hamcrest 1.1 (juno) and 1.3 (kepler)Robin Rosenberg2013-06-091-1/+1
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-1/+1
* Suppress resource warnings with Java 7Robin Rosenberg2012-10-251-1/+2
* Add tests for more coverage of CheckoutCommandRobin Stocker2012-09-031-0/+65
* Create parent dir if necessary on checkoutRobin Stocker2012-07-081-0/+15
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-8/+3
* Update smudged entries when writing indexKevin Sawicki2012-05-281-0/+39
* Remove ambiguous CheckoutConflictExceptionTomasz Zarna2012-03-061-2/+4
* Don't throw away the stack trace when tests failRobin Rosenberg2011-11-061-62/+40
* Detaching HEAD when checking out the same commit.Sasa Zivkov2011-03-251-0/+17
* Fix NPE on checkout of remote tracking branchMatthias Sohn2011-03-011-0/+34
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-1/+18
* CheckoutResult: return paths instead of FilesMathias Kinzler2010-12-211-4/+3
* Fix CheckoutCommandTestMathias Kinzler2010-12-201-3/+4
* Checkout: fix handling if name does not refer to a local branchMathias Kinzler2010-12-201-1/+18
* Checkout: expose a CheckoutResultMathias Kinzler2010-12-201-0/+51
* Add CheckoutCommandChris Aniszczyk2010-11-221-0/+123