aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/IndexDiff.java
Commit message (Expand)AuthorAgeFilesLines
* IndexDiff: use tree filter also for SubmoduleWalkThomas Wolf2022-03-061-0/+3
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-4/+4
|\
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-191-3/+3
| * Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-191-1/+1
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* IndexDiff/SubmoduleWalk: make the RepositoryBuilder configurableThomas Wolf2019-11-151-2/+67
* IndexDiff/SubmoduleWalk: handle submodule.<name>.ignore correctlyThomas Wolf2019-11-151-3/+3
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-4/+5
* IndexDiff: close SubmoduleWalk and use already loaded DirCacheThomas Wolf2019-10-151-54/+58
* Fix NarrowingCompoundAssignment warnings from Error ProneDavid Pursehouse2019-08-081-3/+4
* Convert to lambda or member referenceCarsten Hammer2019-05-161-6/+1
* Revert 4678f4b and provide another solution for bug 467631Thomas Wolf2019-04-201-4/+40
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-2/+2
* IndexDiff: Refactor to open Repository in try-with-resourceDavid Pursehouse2018-03-151-6/+3
* Replace explicit calls to initCause where possibleDavid Pursehouse2017-12-201-4/+2
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-12/+39
* Record submodule paths with untracked changes as FileMode.GITLINKThomas Wolf2017-08-141-13/+23
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-14/+14
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* [infer] Fix resource leak in IndexDiffMatthias Sohn2016-12-211-5/+7
* Organize importsDavid Pursehouse2016-11-141-1/+1
* Add support for clean filtersChristian Halstrick2015-11-271-0/+1
* Adds the git attributes computation on the treewalkArthur Daussy2015-11-181-0/+2
* Externalize translatable texts in org.eclipse.jgitMatthias Sohn2015-05-261-3/+5
* Use AutoClosable to close resources in bundle org.eclipse.jgitMatthias Sohn2015-05-211-96/+100
* Fix tests on windows by closing reposChristian Halstrick2014-12-121-20/+27
* Fix possible NPE in IndexDiff when not all submodules are clonedChristian Halstrick2014-11-091-20/+22
* Do not swallow exception if IndexDiff hits invalid ignore paramMatthias Sohn2014-11-061-1/+3
* Fix non-externalized string warnings in IndexDiffMatthias Sohn2014-11-061-2/+2
* Add new method IndexDiff#getPathsWithIndexModeAxel Richard2014-11-061-0/+32
* Add missing @since tagsMatthias Sohn2014-11-031-0/+3
* Support for Submodule configuration submodule.<name>.ignoreChristian Halstrick2014-11-031-12/+106
* Fix for core.autocrlf=input resulting in modified fileRobin Rosenberg2014-02-021-1/+2
* IndexDiff: Provide stage state for conflicting entriesRobin Stocker2013-04-191-5/+133
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-1/+1
* Provide file mode of paths in index from IndexDiffKevin Sawicki2012-01-041-0/+11
* Add detection of untracked folders to IndexDiffFilterJens Baumgart2011-11-101-1/+12
* Extend IndexDiff to calculate ignored files and foldersJens Baumgart2011-10-051-1/+18
* Fix typo in IndexDiff.getModified() comment.Kevin Sawicki2011-08-161-1/+1
* IndexDiff: conflicting files aren't properly shownBernard Leach2011-05-051-6/+9
* Added support to IndexDiff to return information on conflictsBernard Leach2011-04-191-0/+17
* [findbugs] ProgressReportingFilter can be a static inner classMatthias Sohn2011-03-091-1/+1
* Add progress reporting to IndexDiffRobin Rosenberg2011-01-211-1/+94
* Add a performance optimized variant of the ANY_DIFF filterChristian Halstrick2010-12-091-3/+2
* IndexDiff: Remove unnecessary changesExist flagShawn O. Pearce2010-12-081-8/+7
* IndexDiff: Use isModified() when comparing index-worktreeShawn O. Pearce2010-12-081-1/+2
* IndexDiff: Clean up tree-index compare for staged filesShawn O. Pearce2010-12-081-2/+3
* IndexDiff: Fix getAssumeUnchanged()Shawn O. Pearce2010-12-081-7/+12
* IndexDiff: Correct Javadoc for getUntracked() methodShawn O. Pearce2010-12-081-1/+1
* IndexDiff: Remove always true not-subtree checkShawn O. Pearce2010-12-081-7/+4