summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheCheckout.java
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated DirCacheCheckout#checkoutEntry methodsMatthias Sohn2024-09-031-121/+0
* Add worktrees read supportJanne Valkealahti2024-07-141-0/+2
* Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2023-09-031-96/+15
|\
| * Checkout: better directory handlingThomas Wolf2023-09-031-96/+15
* | Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-4/+35
|/
* DirCacheCheckout#getContent: also take InputStream supplierHan-Wen Nienhuys2022-09-061-23/+86
* DirCacheCheckout: load WorkingTreeOptions only onceThomas Wolf2022-08-141-21/+65
* DirCacheCheckout: use a LinkedHashMap instead of HashMapThomas Wolf2022-03-191-2/+2
* [checkout] Use .gitattributes from the commit to be checked outThomas Wolf2022-03-071-30/+33
* Add TemporaryBuffer.toString(int limit)Matthias Sohn2021-05-091-4/+2
* Fix NPE in DirCacheCheckoutThomas Wolf2020-12-301-8/+10
* Added check for null on DirCacheEntry in checkoutEntry methodTudor Matrescu2020-12-031-2/+6
* Fix error occurring during checkoutNail Samatov2020-05-071-1/+1
* Merge branch 'stable-5.6'Matthias Sohn2020-02-281-1/+2
|\
| * Make Logger instances finalDavid Pursehouse2020-02-271-1/+2
* | Extract method refactoring in class DirCacheCheckoutAndre Bossert2020-01-201-60/+71
|/
* DirCacheCheckout: don't use deprecated methodThomas Wolf2019-11-031-2/+5
* WorkingTreeModifiedEvent: must be fired explicitly after mergeThomas Wolf2019-11-031-11/+19
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-22/+24
* Merge branch 'stable-5.4'Matthias Sohn2019-08-091-5/+8
|\
| * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-081-5/+8
| |\
| | * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-081-5/+8
| | |\
| | | * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-081-5/+8
| | | |\
| | | | * Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-181-5/+8
* | | | | Fix "reset -hard" bug that folders could not be deletedRené Scheibe2019-06-191-8/+0
* | | | | Fix "reset -hard" bug that folders could not be createdRené Scheibe2019-06-191-0/+3
|/ / / /
* / / / Use isEmpty() instead of size()==0 where possibleCarsten Hammer2019-04-131-1/+1
|/ / /
* | | Fix "jgit checkout -f" to overwrite dirty worktree filesChristian Halstrick2019-01-081-10/+32
* | | Fix detection of "initial checkout"Christian Halstrick2019-01-021-3/+3
|/ /
* / CheckoutCommand: force flag now allows overwriteNed Twigg2018-10-201-1/+28
|/
* refactor: simplify collection.toArray()Michael Keppler2018-08-231-1/+1
* Fix ResolveMerger: rebase with autocrlf=true, direct checkoutThomas Wolf2018-08-131-0/+4
* Add ConfigConstants.CONFIG_SECTION_LFSDavid Pursehouse2018-03-051-1/+2
* LFS: Enable LFS support for the CLI, better error handlingMarkus Duft2018-03-031-3/+12
* Basic submodule merge handlingDavid Turner2018-02-041-1/+11
* Progress reporting for checkoutMarkus Duft2018-01-231-1/+40
* Fix javadoc in org.eclipse.jgit dircache packageMatthias Sohn2017-12-181-22/+33
* Merge branch 'stable-4.9'David Pursehouse2017-12-071-1/+1
|\
| * DirCacheCheckout#processEntry: Fix typo in javadocDavid Pursehouse2017-12-061-1/+1
* | TreeWalk: Make getEolStreamType(OperationType) publicDavid Pursehouse2017-11-151-1/+4
|/
* Send a detailed event on working tree modificationsThomas Wolf2017-08-151-12/+82
* Checkout should not use too long filenamesChristian Halstrick2017-05-101-1/+6
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-4/+4
* Add support for built-in smudge filtersChristian Halstrick2016-09-201-37/+74
* Use FS#lastModified instead of File#lastModifiedMasaya Suzuki2016-08-241-1/+1
* Fix DirCacheCheckout to return CheckoutConflictExceptionChristian Halstrick2016-06-231-4/+28
* Make sure to overwrite files when "reset --hard" detects conflictsChristian Halstrick2016-05-181-2/+13
* Fix calling of clean/smudge filters from Checkout,MergeCommandsChristian Halstrick2016-04-221-4/+8
* Add EOL stream type detection to TreeWalkIvan Motsch2016-03-071-59/+68
* Rename files using NIO2 atomic renameMatthias Sohn2015-12-301-4/+6