aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/CheckoutCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2023-09-031-14/+12
|\
| * Checkout: better directory handlingThomas Wolf2023-09-031-14/+12
* | Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+2
|/
* DirCacheCheckout: load WorkingTreeOptions only onceThomas Wolf2022-08-141-11/+17
* Allow to resolve a conflict by checking out a fileThomas Wolf2020-11-171-1/+6
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-1/+1
|\
| * Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-191-1/+1
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* Fix "jgit checkout -f" to overwrite dirty worktree filesChristian Halstrick2019-01-081-4/+54
* CheckoutCommand: force flag now allows overwriteNed Twigg2018-10-201-1/+1
* Progress reporting for checkoutMarkus Duft2018-01-231-0/+19
* Fix javadoc leftovers in org.eclipse.jgit api packageMatthias Sohn2017-12-201-1/+1
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-20/+14
* TreeWalk: Make getEolStreamType(OperationType) publicDavid Pursehouse2017-11-151-2/+6
* Send a detailed event on working tree modificationsThomas Wolf2017-08-151-4/+25
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-3/+3
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+3
* CheckoutCommand: Add method to add multiple pathsDavid Pursehouse2016-10-221-0/+20
* Fix CheckoutCommand to return updated files even on NONDELETED statusChristian Halstrick2016-09-271-1/+3
* Replace use of deprecated method Repository.getRef()Matthias Sohn2016-05-311-5/+5
* Enable calling of smudge filters when checking out pathsChristian Halstrick2016-04-061-4/+8
* Add EOL stream type detection to TreeWalkIvan Motsch2016-03-071-6/+16
* Null-annotated Ref class and fixed related compiler errorsAndrey Loskutov2015-12-151-3/+10
* Null-annotated Repository class and fixed related compiler errorsAndrey Loskutov2015-11-251-0/+6
* Delete non empty directories before checkout a pathAndrey Loskutov2015-10-091-1/+1
* Externalize error message used in CheckoutCommandMatthias Sohn2015-04-081-2/+1
* Use try-with-resource to close resources in CheckoutCommandMatthias Sohn2015-04-081-28/+26
* CheckoutCommand: Fix checking out ours/theirs when no base stage existsRobin Stocker2014-12-101-3/+8
* Deprecate checkoutEntry variant that accepts FileShawn Pearce2014-11-271-6/+1
* Fix CheckoutCommand not setting up trackingRobin Stocker2014-08-051-13/+12
* Add missing @since tagsMatthias Sohn2014-01-201-0/+1
* Add git checkout --orphan implementationSATO taichi2014-01-171-8/+63
* Document that path parameters should use '/' as separatorRobin Stocker2013-11-151-3/+4
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-3/+3
* CheckoutCommand: Support checking out ours and theirsRobin Stocker2012-11-161-42/+134
* Extend Javadoc of CheckoutCommand and add examplesRobin Stocker2012-10-181-10/+96
* Refuse to checkout unmerged paths from indexRobin Stocker2012-09-231-1/+8
* Make CheckoutCommand pass modified files through resultMarkus Duft2012-08-071-6/+9
* Create parent dir if necessary on checkoutRobin Stocker2012-07-081-2/+5
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-1/+4
* Add missing @since tags to mark API added in 2.0Matthias Sohn2012-05-101-0/+1
* Unlock DirCache in case of occurring exceptionJens Baumgart2012-04-031-8/+14
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Remove ambiguous CheckoutConflictExceptionTomasz Zarna2012-03-061-4/+5
* Add all paths option to CheckoutCommandKevin Sawicki2012-02-261-3/+22
* Fix status in index entries after checkout of pathsChristian Halstrick2011-09-281-22/+25
* Fix the names in the reflog for checkoutsRobin Rosenberg2011-09-051-4/+10
* Reuse ObjectReader for all objects touched during checkoutMatthias Sohn2011-08-021-3/+9
* Add path support to checkout command.Kevin Sawicki2011-05-031-3/+84
* Fix NPE on checkout of remote tracking branchMatthias Sohn2011-03-011-7/+11