aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CheckoutCommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* [test] Fix closing of test repositoriesNail Samatov2022-01-301-0/+2
* [test] Fix a Windows-only test in CheckoutCommandTestThomas Wolf2022-01-301-1/+1
* Fix NPE in DirCacheCheckoutThomas Wolf2020-12-301-0/+49
* Fix error occurring during checkoutNail Samatov2020-05-071-0/+22
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-081-7/+15
|\
| * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-081-7/+15
| |\
| | * Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-181-7/+15
* | | CheckoutCommandTest: Add comment to document intentionally empty catch blockDavid Pursehouse2019-01-201-0/+1
* | | Fix "jgit checkout -f" to overwrite dirty worktree filesChristian Halstrick2019-01-081-2/+15
|/ /
* / CheckoutCommand: force flag now allows overwriteNed Twigg2018-10-201-1/+3
|/
* CheckoutCommandTest: Open FileInputStream in try-with-resourceDavid Pursehouse2018-03-051-8/+2
* LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft2018-03-031-4/+2
* CheckoutCommandTest: Fix name of created temp fileDavid Pursehouse2018-02-251-1/+1
* 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