aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Checkout.java
Commit message (Expand)AuthorAgeFilesLines
* Fix "jgit checkout -f" to overwrite dirty worktree filesChristian Halstrick2019-01-081-2/+6
* Progress reporting for checkoutMarkus Duft2018-01-231-1/+3
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-181-0/+1
* Checkout now reports failures through exceptions.Ned Twigg2017-10-011-8/+12
* Update args4j to 2.33Matthias Sohn2017-08-301-1/+1
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* CheckoutCommand: Add method to add multiple pathsDavid Pursehouse2016-10-221-3/+1
* Checkout: Add the ability to checkout all paths.Ned Twigg2016-10-221-2/+7
* Allow checkout paths without specifying branch nameAndrey Loskutov2015-12-281-4/+3
* pgm: Create instances of Git in try-with-resourceDavid Pursehouse2015-10-011-38/+40
* Add option --orphan for checkoutRĂ¼diger Herrmann2015-02-041-3/+6
* Command line: implement checkout -- <path>Matthias Sohn2014-05-121-4/+17
* Manage CheckoutConflictException in pgmAxel Richard2013-11-291-0/+7
* Move org.eclipse.jgit.pgm's resource bundle to internal packageMatthias Sohn2013-05-061-0/+1
* Do not fail when checking out HEADTomasz Zarna2012-11-151-0/+2
* Check for write errors in standard out and exit with errorRobin Rosenberg2012-09-161-4/+6
* Output result of switching branch -- o.e.jgit.pgm.CheckoutTomasz Zarna2012-09-051-2/+38
* Registering the Checkout command and fixed a typo.Sasa Zivkov2011-03-241-1/+1
* Add the Checkout command to the Git CLIChris Aniszczyk2010-11-231-0/+71