index
:
jgit.git
master
master%private
next
stable-0.10
stable-0.11
stable-0.12
stable-0.7
stable-0.8
stable-0.9
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-2.0
stable-2.1
stable-2.2
stable-2.3
stable-3.0
stable-3.1
stable-3.2
stable-3.3
stable-3.4
stable-3.5
stable-3.6
stable-3.7
stable-4.0
stable-4.1
stable-4.10
stable-4.11
stable-4.2
stable-4.3
stable-4.4
stable-4.5
stable-4.6
stable-4.7
stable-4.8
stable-4.9
stable-5.0
stable-5.1
stable-5.10
stable-5.11
stable-5.12
stable-5.13
stable-5.2
stable-5.3
stable-5.4
stable-5.5
stable-5.6
stable-5.7
stable-5.8
stable-5.9
stable-6.0
stable-6.1
stable-6.10
stable-6.2
stable-6.3
stable-6.4
stable-6.5
stable-6.6
stable-6.7
stable-6.8
stable-6.9
stable-7.0
stable-7.1
JGit, the Java implementation of git: https://github.com/eclipse-jgit/jgit
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit.test
/
tst
/
org
/
eclipse
/
jgit
/
treewalk
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fix bugs in TreeWalk#isPathSuffix used by PathSuffixFilter
Robin Stocker
2013-07-08
1
-0
/
+10
*
Refactor PathSuffixFilterTest to remove duplication
Robin Stocker
2013-07-08
1
-61
/
+31
*
Remove some unnecessary dependencies on FileRepostory
Robin Rosenberg
2013-04-18
1
-3
/
+3
*
Fix PathFilterGroup not to throw StopWalkException too early
Robin Rosenberg
2013-04-03
1
-1
/
+11
*
JGit 3.0: move internal classes into an internal subpackage
Shawn Pearce
2013-03-18
1
-1
/
+1
*
Fix false positives in hashing used by PathFilterGroup
Robin Stocker
2013-02-20
1
-0
/
+13
*
Move base test classes to the junit bundle for reuse for Java 7 tests
Robin Rosenberg
2013-02-04
10
-10
/
+10
*
Remove PathFilterGroupTest2
Robin Rosenberg
2013-01-30
1
-254
/
+0
[next]