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
stable-7.2
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
*
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
*
TreeWalk: Stop using deprecated ObjectReader#release()
Dave Borowitz
2015-03-10
1
-4
/
+1
*
Implement AutoClosable interface on classes that used release()
Matthias Sohn
2015-02-09
1
-3
/
+17
*
Add basic support for .gitattributes
Arthur Daussy
2015-01-07
1
-0
/
+160
*
Consider parent rules if ignore rule is negated
Andrey Loskutov
2014-11-29
1
-2
/
+25
*
Reimplementation of ignore rule parser
Andrey Loskutov
2014-10-27
1
-2
/
+2
*
Initialize 'pathLen' field also for empty directories
Andrey Loskutov
2014-10-23
1
-0
/
+2
*
Rename local variables/parameters to remove warnings about hiding
Robin Rosenberg
2014-09-04
1
-3
/
+3
*
Windows: Hide the .git directory if hidedotfiles is set to non-false
Robin Rosenberg
2014-09-04
1
-0
/
+14
*
IndexDiffFilter should never filter entries with stage!=0
Christian Halstrick
2014-08-02
1
-1
/
+5
*
Fix a number of failing conflict situations
Robin Rosenberg
2014-05-17
1
-0
/
+2
*
Mark getParent deprecated in CanonicalTreeParser
Shawn Pearce
2014-04-03
1
-0
/
+1
*
Cleanup javadocs so they pass the java8 doclint checks
Robin Rosenberg
2014-03-29
2
-2
/
+2
*
[findBugs] Declare some private methods of WorkingTreeIterator static
Matthias Sohn
2014-03-05
1
-6
/
+6
*
Merge branch 'stable-3.3'
Matthias Sohn
2014-03-05
1
-14
/
+7
|
\
[next]