| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert to lambda or member reference | Carsten Hammer | 2019-05-16 | 1 | -20/+17 |
* | Skip some tests when the runtime cannot handle Unicode file paths | Masaya Suzuki | 2018-12-23 | 1 | -2/+18 |
* | Explicitly specify charset when calling getBytes | David Pursehouse | 2018-09-26 | 1 | -1/+2 |
* | Make inner classes static where possible | David Pursehouse | 2018-09-26 | 1 | -1/+1 |
* | Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 | David Pursehouse | 2018-09-04 | 2 | -3/+5 |
* | refactor: simplify collection.toArray() | Michael Keppler | 2018-08-23 | 1 | -2/+2 |
* | Fix ResolveMerger: rebase with autocrlf=true, direct checkout | Thomas Wolf | 2018-08-13 | 1 | -1/+1 |
* | Remove further unnecessary 'final' keywords | Han-Wen Nienhuys | 2018-05-18 | 5 | -13/+13 |
* | Remove 'final' in parameter lists | Han-Wen Nienhuys | 2018-05-15 | 5 | -5/+5 |
* | Open auto-closeable resources in try-with-resource | David Pursehouse | 2018-03-13 | 1 | -6/+7 |
* | Fix remaining javadoc errors raised by doclint | Matthias Sohn | 2017-12-21 | 1 | -4/+4 |
* | Cleanup: Organize imports | Matthias Sohn | 2017-08-30 | 1 | -8/+8 |
* | Correct the boolean logic for filtering paths | Magnus Vigerlöf | 2017-02-28 | 1 | -0/+360 |
* | Enable and fix warnings about redundant specification of type arguments | David Pursehouse | 2017-02-20 | 1 | -1/+1 |
* | Enable and fix 'Should be tagged with @Override' warning | David Pursehouse | 2017-02-19 | 4 | -0/+10 |
* | Merge FileTreeIteratorJava7Test into FileTreeIteratorTest | David Pursehouse | 2017-01-30 | 2 | -208/+154 |
* | Use FS#lastModified instead of File#lastModified | Masaya Suzuki | 2016-08-24 | 1 | -1/+1 |
* | Fix unclosed resource warnings in FileTreeIteratorTest | Matthias Sohn | 2016-07-07 | 1 | -29/+30 |
* | Implement DIR_NO_GITLINKS | Preben Ingvaldsen | 2016-04-05 | 1 | -3/+39 |
* | Introduce FileModeStrategy to FileTreeIterator | Preben Ingvaldsen | 2016-03-11 | 1 | -5/+85 |
* | ForPathTest: Open TreeWalk in try-with-resource | David Pursehouse | 2016-02-15 | 1 | -11/+12 |
* | InterIndexDiffFilterTest: Open TreeWalk in try-with-resource | David Pursehouse | 2016-02-15 | 1 | -32/+37 |
* | PathSuffixFilterTest: Open TreeWalk in try-with-resource | David Pursehouse | 2016-02-12 | 1 | -9/+10 |
* | PostOrderTreeWalkTest: Open TreeWalk in try-with-resource | David Pursehouse | 2016-02-12 | 1 | -81/+81 |
* | TreeFilterTest: Open TreeWalk in try-with-resource | David Pursehouse | 2016-02-05 | 1 | -9/+12 |
* | TreeWalkJava7Test: Open TreeWalk in try-with-resource | David Pursehouse | 2016-02-05 | 1 | -8/+9 |
* | FileTreeIteratorTest: Open Git and RevWalk in try-with-resource | David Pursehouse | 2016-01-26 | 1 | -195/+204 |
* | Merge branch 'master' into stable-4.2 | Matthias Sohn | 2016-01-21 | 2 | -72/+155 |
|\ |
|
| * | Revert "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and | Andrey Loskutov | 2016-01-19 | 1 | -39/+38 |
| * | Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends" | Shawn Pearce | 2016-01-15 | 1 | -38/+39 |
| * | Remove deprecated Tree, TreeEntry, FileTreeEntry and friends | Shawn Pearce | 2016-01-09 | 1 | -39/+38 |
| * | Do not let PathFilter.create("a/b") match 'a' unless 'a' is a subtree | Jonathan Nieder | 2015-12-15 | 1 | -6/+37 |
| * | Add tests for PathFilterGroup.Single | Jonathan Nieder | 2015-12-15 | 1 | -33/+86 |
* | | FileTreeIteratorJava7Test: Create Git instances in try-with-resource | David Pursehouse | 2016-01-20 | 1 | -32/+38 |
|/ |
|
* | Delay locating .gitattributes until requested | Shawn Pearce | 2015-11-29 | 1 | -0/+41 |
* | Let FS_Win32_Cygwin detect symlink support by creating temporary symlink | Christian Halstrick | 2015-11-21 | 2 | -0/+3 |
* | Replace deprecated release() methods by close() | Matthias Sohn | 2015-05-21 | 4 | -156/+153 |
* | Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgit | Matthias Sohn | 2015-03-23 | 2 | -0/+271 |
* | Merge branch 'stable-3.5' into stable-3.6 | Matthias Sohn | 2014-12-19 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'stable-3.4' into stable-3.5 | Matthias Sohn | 2014-12-18 | 1 | -1/+1 |
| |\ |
|
| | * | Replace "a." with "a-" in unit tests | Shawn Pearce | 2014-12-18 | 1 | -1/+1 |
* | | | Deprecate checkoutEntry variant that accepts File | Shawn Pearce | 2014-11-27 | 1 | -2/+2 |
* | | | Deprecate checkoutEntry without ObjectReader | Shawn Pearce | 2014-11-24 | 1 | -2/+2 |
* | | | Initialize 'pathLen' field also for empty directories | Andrey Loskutov | 2014-10-23 | 1 | -0/+37 |
|/ / |
|
* / | IndexDiffFilter should never filter entries with stage!=0 | Christian Halstrick | 2014-08-02 | 1 | -0/+25 |
|/ |
|
* | Fix FileTreeIteratorTest#testIsModifiedFileSmudged() on Windows | Robin Rosenberg | 2014-04-06 | 1 | -0/+5 |
* | Use fileAttributes to get more attributes in one go | Robin Rosenberg | 2014-02-12 | 1 | -1/+1 |
* | Add symlink support to JGit | Robin Rosenberg | 2014-02-10 | 1 | -1/+4 |
* | Reset internal state canonical length in WorkingTreeIterator when moving | Robin Rosenberg | 2014-02-03 | 1 | -1/+14 |
* | Fix for core.autocrlf=input resulting in modified file | Robin Rosenberg | 2014-02-02 | 1 | -3/+9 |