aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/dircache
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-042-2/+5
* refactor: simplify collection.toArray()Michael Keppler2018-08-231-1/+1
* Fix ResolveMerger: rebase with autocrlf=true, direct checkoutThomas Wolf2018-08-131-0/+4
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-184-12/+12
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-158-58/+58
* Store in IndexChangedEvent if it was caused by JGit itselfMatthias Sohn2018-05-131-3/+5
* DirCache: Use constant from StandardCharsetsDavid Pursehouse2018-04-121-4/+4
* DirCache: Suppress resource warning related to TemporaryBufferDavid Pursehouse2018-03-151-0/+2
* Add SilentFileInputStream to allow ignoring exceptions raised by close()David Pursehouse2018-03-151-13/+5
* DirCacheIterator: Open InputStream in try-with-resourceDavid Pursehouse2018-03-061-4/+1
* 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