aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/treewalk/NameConflictTreeWalk.java
Commit message (Expand)AuthorAgeFilesLines
* Fix crashes on rare combination of file namesDmitrii Filippov2022-11-031-4/+19
* Refactor NameConflictTreeWalk.fastMin methodDmitrii Filippov2022-08-011-8/+16
* Rename fastMinHasMatch to allTreesNamesMatchFastMinRefDmitrii Filippov2022-08-011-8/+8
* NameConflictTreeWalk: respect git order on multi-tree iterationDmitrii Filippov2022-07-291-0/+22
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Use jdk 5 for loopCarsten Hammer2019-04-131-4/+2
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-4/+4
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-6/+6
* Basic submodule merge handlingDavid Turner2018-02-041-2/+7
* Fix javadoc in org.eclipse.jgit treewalk packageMatthias Sohn2017-12-201-11/+12
* NameConflictTreeWalk: Mark repo param @NullableDave Borowitz2017-04-041-1/+2
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Add EOL stream type detection to TreeWalkIvan Motsch2016-03-071-0/+13
* AddCommand: Use NameConflictTreeWalk to identify file-dir changesShawn Pearce2015-12-291-0/+37
* Adds the git attributes computation on the treewalkArthur Daussy2015-11-181-1/+1
* Teach NameConflictTreeWalk to report DF conflictsChristian Halstrick2010-07-281-0/+35
* Use ObjectReader in RevWalk, TreeWalkShawn O. Pearce2010-06-281-1/+12
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+312