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
/
src
/
org
/
eclipse
/
jgit
/
treewalk
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup stream usage WRT filters
Markus Duft
2018-03-03
1
-2
/
+2
*
Fix warnings about boxing/unboxing Boolean
David Pursehouse
2018-02-25
1
-2
/
+2
*
WorkingTreeIterator: Fix warnings about variable hiding
David Pursehouse
2018-02-25
1
-4
/
+4
*
WorkingTreeIterator: Add NON-NLS suppressions
David Pursehouse
2018-02-25
1
-3
/
+3
*
Fix processing of gitignore negations
Marc Strapetz
2018-02-23
1
-33
/
+106
*
LFS: Add remote download to SmudgeFilter
Markus Duft
2018-02-16
1
-1
/
+1
*
Basic submodule merge handling
David Turner
2018-02-04
2
-3
/
+20
*
WorkingTreeIterator should pass FS to submodules
Marc Strapetz
2017-12-30
1
-1
/
+2
*
Fix remaining javadoc errors raised by doclint
Matthias Sohn
2017-12-21
1
-2
/
+2
*
Fix javadoc in org.eclipse.jgit treewalk package
Matthias Sohn
2017-12-20
21
-243
/
+476
*
TreeWalk: Make getEolStreamType(OperationType) public
David Pursehouse
2017-11-15
2
-9
/
+7
*
TreeWalk: Fix indentation
David Pursehouse
2017-11-15
1
-2
/
+2
*
Eliminate SectionParser construction boilerplate
Dave Borowitz
2017-08-02
1
-6
/
+2
*
Add missing newlines at ends of Java files
David Pursehouse
2017-07-25
1
-1
/
+1
*
NameConflictTreeWalk: Mark repo param @Nullable
Dave Borowitz
2017-04-04
1
-1
/
+2
*
Correct the boolean logic for filtering paths
Magnus Vigerlöf
2017-02-28
6
-11
/
+176
*
Switch to pure Java SHA1 for ObjectId
Shawn Pearce
2017-02-26
1
-10
/
+5
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
3
-7
/
+7
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
8
-0
/
+11
*
Organize imports
David Pursehouse
2016-11-14
3
-3
/
+3
*
Move constants used for config-files to ConfigConstants
Christian Halstrick
2016-10-23
1
-3
/
+5
*
Fix symlink content comparison on MacOS in tree walk
Thomas Wolf
2016-10-11
2
-8
/
+31
*
Add built-in LFS smudge filter for local case
Christian Halstrick
2016-09-20
1
-14
/
+3
*
Add configuration parameter to enable built-in hooks/filters
Christian Halstrick
2016-09-20
1
-1
/
+17
*
Add support for built-in clean filters
Christian Halstrick
2016-09-20
1
-0
/
+14
*
Don't check lastModified, length on folders for submodules
Christian Halstrick
2016-08-24
1
-3
/
+13
*
Fix TreeWalk to reset attributes cache for each entry
Christian Halstrick
2016-06-23
1
-1
/
+1
*
Fix computation of id in WorkingTreeIterator with autocrlf and smudging
Christian Halstrick
2016-05-23
2
-14
/
+63
*
Implement DIR_NO_GITLINKS
Preben Ingvaldsen
2016-04-05
5
-10
/
+88
*
Add missing @Deprecated annotation
Jonathan Nieder
2016-03-11
1
-0
/
+1
*
Introduce FileModeStrategy to FileTreeIterator
Preben Ingvaldsen
2016-03-11
1
-15
/
+168
*
Add EOL stream type detection to TreeWalk
Ivan Motsch
2016-03-07
4
-71
/
+191
*
Add Attribute Macro Expansion
Ivan Motsch
2016-02-11
2
-223
/
+110
*
TreeWalk: Remove CorruptObjectException from addTree(AbstractTreeIterator)
Shawn Pearce
2016-01-20
1
-10
/
+5
*
Paths.pathCompare: Utility to sort paths from byte[]
Shawn Pearce
2016-01-09
2
-40
/
+9
*
AddCommand: Use NameConflictTreeWalk to identify file-dir changes
Shawn Pearce
2015-12-29
4
-4
/
+72
*
Do not let PathFilter.create("a/b") match 'a' unless 'a' is a subtree
Jonathan Nieder
2015-12-15
2
-5
/
+8
*
Fix FileTreeIterator.idSubmodule(Entry)
Christian Halstrick
2015-12-13
1
-5
/
+3
*
Delay locating .gitattributes until requested
Shawn Pearce
2015-11-29
2
-43
/
+73
*
Fix performance regression in CanonicalTreeParser
Shawn Pearce
2015-11-27
1
-15
/
+12
*
Add support for clean filters
Christian Halstrick
2015-11-27
2
-8
/
+143
*
Add the new class Attributes holding multiple Attribute(s)
Ivan Motsch
2015-11-27
1
-18
/
+23
*
Add an attribute accessor to CanonicalTreeParser and use it in Treewalk
Christian Halstrick
2015-11-18
4
-71
/
+110
*
Adds the git attributes computation on the treewalk
Arthur Daussy
2015-11-18
3
-77
/
+283
*
Consider original file mode while checking parent ignore rules
Andrey Loskutov
2015-08-12
1
-4
/
+7
*
Delete deprecated WorkingTreeIterator.isModified(DirCacheEntry, boolean)
Matthias Sohn
2015-06-03
1
-27
/
+0
*
Fix potential null pointer access in IndexDiffFilter
Matthias Sohn
2015-05-26
1
-1
/
+2
*
Replace deprecated release() methods by close()
Matthias Sohn
2015-05-21
1
-11
/
+0
*
IndexDiffFilter: Simplify a boolean expression
Sebastian Schuberth
2015-05-08
1
-1
/
+1
*
TreeWalk: Do not close reader passed explicitly to constructor
Dave Borowitz
2015-03-10
1
-4
/
+16
[next]