aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/PathCheckoutCommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* Allow to resolve a conflict by checking out a fileThomas Wolf2020-11-171-1/+12
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Add missing @Test annotationsHugo Arès2016-06-011-0/+1
* Checkout should be able to override modified symbolic linksAndrey Loskutov2015-12-171-0/+65
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-3/+2
* CheckoutCommand: Fix checking out ours/theirs when no base stage existsRobin Stocker2014-12-101-0/+34
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-1/+1
* CheckoutCommand: Support checking out ours and theirsRobin Stocker2012-11-161-3/+45
* Refuse to checkout unmerged paths from indexRobin Stocker2012-09-231-0/+21
* Add all paths option to CheckoutCommandKevin Sawicki2012-02-261-0/+10
* Support more of AutoCRLFRobin Rosenberg2012-01-101-0/+33
* Fix status in index entries after checkout of pathsChristian Halstrick2011-09-281-0/+52
* Add path support to checkout command.Kevin Sawicki2011-05-031-0/+151