aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/CheckoutTest.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-4.2'David Pursehouse2016-01-201-284/+305
|\
| * CheckoutTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-191-285/+306
* | Make sure tests don't blindly continue if a command is "silently" failedAndrey Loskutov2015-12-311-2/+2
* | Allow checkout paths without specifying branch nameAndrey Loskutov2015-12-281-0/+37
|/
* Repository: Introduce exactRef and findRef, deprecate getRefJonathan Nieder2015-11-251-1/+2
* reset command should support the -- <paths> parametersKaloyan Raev2015-10-291-9/+0
* Fix integer boxing eclipse warningHugo Arès2015-09-161-19/+18
* Add option --orphan for checkoutRüdiger Herrmann2015-02-041-0/+12
* Fix a number of failing conflict situationsRobin Rosenberg2014-05-171-0/+360
* Command line: implement checkout -- <path>Matthias Sohn2014-05-121-0/+24
* Don't raise checkout conflict for file missing in working treeChristian Halstrick2014-02-261-0/+50
* Add pgm test for checkout of existing branch with checkout conflictAxel Richard2013-12-021-0/+26
* Do not fail when checking out HEADTomasz Zarna2012-11-151-3/+20
* Prefix an abnormal CLI command termination with 'fatal:'Tomasz Zarna2012-11-151-2/+2
* Output result of switching branch -- o.e.jgit.pgm.CheckoutTomasz Zarna2012-09-051-0/+101