aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/dircache
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2023-09-032-96/+253
|\
| * Checkout: better directory handlingThomas Wolf2023-09-032-96/+253
* | Fix all Javadoc warnings and fail on themAntoine Musso2023-06-168-25/+43
|/
* Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-04-151-12/+38
|\
| * Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-04-151-12/+38
| |\
| | * Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-04-151-12/+38
| | |\
| | | * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-04-151-12/+38
| | | |\
| | | | * DirCache: support option index.skipHashMatthias Sohn2023-03-281-12/+38
* | | | | 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
|/ /
* / Javadoc fixesThomas Wolf2021-11-221-3/+3
|/
* 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
* Allow to resolve a conflict by checking out a fileThomas Wolf2020-11-172-6/+44
* [errorprone] DirCacheEntry: make clear operator precedenceMatthias Sohn2020-09-011-1/+1
* [errorprone] Declare DirCache#version finalMatthias Sohn2020-09-011-1/+1
* DirCache: support index V4Thomas Wolf2020-08-152-59/+252
* 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
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-049-342/+45
|/
* 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-172-25/+27
* Merge branch 'stable-5.4'Matthias Sohn2019-08-212-8/+6
|\
| * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-212-8/+6
| |\
| | * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-212-8/+6
| | |\
| | | * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-212-8/+6
| | | |\
| | | | * Avoid sign extension when comparing mtime with Instant#getEpochSecondMatthias Sohn2019-08-211-1/+1
| | | | * Fix deprecation in DirCache caused by Instant based DirCacheEntryMichael Keppler2019-08-211-7/+5
* | | | | Merge branch 'stable-5.4'Matthias Sohn2019-08-093-22/+93
|\| | | |
| * | | | Fix NarrowingCompoundAssignment warnings from Error ProneDavid Pursehouse2019-08-081-4/+4
| * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-083-18/+89
| |\| | |
| | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-083-18/+89
| | |\| |
| | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-083-18/+89
| | | |\|
| | | | * Use Instant for smudge time in DirCache and DirCacheEntryMatthias Sohn2019-07-182-11/+33
| | | | * Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-183-11/+60
* | | | | 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
|/ / / /
* | | | Convert to lambda or member referenceCarsten Hammer2019-05-163-32/+29
* | | | Use isEmpty() instead of size()==0 where possibleCarsten Hammer2019-04-131-1/+1
* | | | Join catch sections using multicatchCarsten Hammer2019-04-131-14/+2
|/ / /
* | | 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
* | SpotBugs: don't rely on default encodingMatthias Sohn2018-09-101-1/+3
|/