aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/IndexDiffTest.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Close some Repository instances in testsThomas Wolf2019-10-211-3/+5
* Close ObjectInserters in testsThomas Wolf2019-10-211-2/+4
* Fix IndexDiffs for git linksThomas Wolf2018-11-261-0/+22
* Skip ignored directories in FileTreeIteratorThomas Wolf2018-05-221-1/+4
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-8/+8
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* IndexDiffTest: Open Git instances in try-with-resourcesDavid Pursehouse2016-02-151-334/+340
* Remove unnecessary suppression of deprecation warnings in testsDavid Pursehouse2016-01-251-1/+0
* Revert "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry andAndrey Loskutov2016-01-191-46/+45
* Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends"Shawn Pearce2016-01-151-45/+46
* Remove deprecated Tree, TreeEntry, FileTreeEntry and friendsShawn Pearce2016-01-091-46/+45
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-4/+1
* Add IndexDiff tests for merge conflict state BOTH_ADDEDLaurent Goubet2014-08-021-0/+116
* Fix for core.autocrlf=input resulting in modified fileRobin Rosenberg2014-02-021-0/+31
* Do not report ignored directories as untrackedMatthias Sohn2014-01-191-0/+47
* IndexDiff: Provide stage state for conflicting entriesRobin Stocker2013-04-191-0/+48
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-0/+1
* Ignore removed files with an assume-valid index entryRobin Rosenberg2013-01-031-4/+9
* Hide deprecation warnings in some test classesRobin Rosenberg2012-12-271-0/+1
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-7/+5
* Add detection of untracked folders to IndexDiffFilterJens Baumgart2011-11-101-0/+66
* Deprecate GitIndex more by using only DirCache internally.Robin Rosenberg2011-11-091-30/+58
* IndexDiff: conflicting files aren't properly shownBernard Leach2011-05-051-4/+79
* Added support to IndexDiff to return information on conflictsBernard Leach2011-04-191-0/+46
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-0/+11
* IndexDiff: Use isModified() when comparing index-worktreeShawn O. Pearce2010-12-081-3/+4
* Include list of assume unchanged files in IndexDiffStefan Lay2010-11-301-0/+45
* IndexDiff: support state [removed, untracked]Jens Baumgart2010-11-081-0/+31
* Delete deprecated ObjectWriterShawn O. Pearce2010-08-231-9/+20
* Add gitignore support to IndexDiff and use TreeWalkJens Baumgart2010-08-041-6/+17
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-3/+3
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+191