aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/IndexDiffTest.java
Commit message (Expand)AuthorAgeFilesLines
* 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