aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-4/+4
* Fix javadoc in org.eclipse.jgit dircache packageMatthias Sohn2017-12-181-3/+5
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* DirCacheBuilder: Speed up reading from treesShawn Pearce2015-11-301-19/+49
* DirCache: Fix bad code formattingShawn Pearce2015-11-281-6/+7
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-1/+1
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Remove empty iterator from TreeWalkShawn O. Pearce2010-12-071-1/+0
* Use ObjectReader in DirCacheBuilder.addTreeShawn O. Pearce2010-06-291-20/+15
* Use ObjectReader in RevWalk, TreeWalkShawn O. Pearce2010-06-281-14/+14
* Replace WindowCache with ObjectReaderShawn O. Pearce2010-06-251-2/+2
* Externalize strings from JGitSasa Zivkov2010-05-191-6/+8
* Don't allow DirCacheEntry with mode of 0Shawn O. Pearce2010-02-031-3/+5
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+252