aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheTree.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+0
* Javadoc fixesThomas Wolf2021-11-221-3/+3
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Convert to lambda or member referenceCarsten Hammer2019-05-161-17/+18
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-1/+2
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-3/+3
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-7/+7
* Fix javadoc in org.eclipse.jgit dircache packageMatthias Sohn2017-12-181-9/+12
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Change visibility of DirCacheTree#getObjectId to publicPhilipp Marx2016-03-071-1/+9
* [performance] Remove synthetic access$ methods in lib, util and dircacheAndrey Loskutov2015-10-281-1/+1
* Set "potentialNullReference" to "error" level and fixed all issuesAndrey Loskutov2015-08-221-0/+1
* Fix possible AIOOB in DirCacheTree.contains()Christian Halstrick2015-05-041-1/+1
* Handle invalid tree extensionsChristian Halstrick2015-01-261-1/+1
* DirCacheIterator: Fix reset() and back()Robin Rosenberg2012-12-151-0/+5
* Fix ArrayIndexOutOfBoundsException in DirCacheIteratorShawn O. Pearce2010-12-221-8/+5
* Add insert(TreeFormatter) to ObjectInserterShawn O. Pearce2010-12-031-1/+1
* Refactor tree entry formatting into a common classShawn O. Pearce2010-11-041-24/+11
* Start using ObjectInserter instead of ObjectWriterShawn O. Pearce2010-06-251-4/+4
* Don't allow DirCacheEntry with mode of 0Shawn O. Pearce2010-02-031-4/+0
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+575