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
*
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
|
\
|
*
Avoid an NPE after 7b01a5369210
Robin Rosenberg
2014-03-01
1
-1
/
+2
|
*
Remove obsolete getRepositoryMethod from WorkingTreeIterator
Robin Rosenberg
2014-02-28
1
-9
/
+0
|
*
Fix NPE when WorkingTreeIterator does not have a repository set
Robin Rosenberg
2014-02-28
1
-4
/
+5
*
|
Add missing @Deprecated to deprecated fields and methods
Shawn Pearce
2014-03-03
1
-0
/
+1
|
/
*
Normalize paths on OS X
Robin Rosenberg
2014-02-12
2
-7
/
+8
*
Recognize symlinks in the FileTreeIterator
Robin Rosenberg
2014-02-12
1
-1
/
+3
*
Add special case to WorkingTreeIterator for matching unnormalized symlinks
Robin Rosenberg
2014-02-12
1
-3
/
+33
*
Use fileAttributes to get more attributes in one go
Robin Rosenberg
2014-02-12
1
-46
/
+19
*
Add symlink support to JGit
Robin Rosenberg
2014-02-10
3
-20
/
+67
*
Use the new FS.exists method in commonly occuring places
Robin Rosenberg
2014-02-10
2
-2
/
+2
*
Fix deprecated WTI#isModified
Robin Rosenberg
2014-02-10
1
-1
/
+1
*
Reset internal state canonical length in WorkingTreeIterator when moving
Robin Rosenberg
2014-02-03
1
-1
/
+1
*
Fix for core.autocrlf=input resulting in modified file
Robin Rosenberg
2014-02-02
2
-9
/
+81
*
Do not report ignored directories as untracked
Matthias Sohn
2014-01-19
1
-2
/
+3
*
Improve documentation of PathSuffixFilter
Robin Stocker
2013-07-21
1
-3
/
+11
*
Fix bugs in TreeWalk#isPathSuffix used by PathSuffixFilter
Robin Stocker
2013-07-08
1
-3
/
+7
*
Refer to getEntryPathLength in docs of getEntryPathBuffer
Robin Stocker
2013-04-27
1
-1
/
+8
*
Add a constant for info/exclude
Robin Rosenberg
2013-04-08
1
-2
/
+2
*
Fix PathFilterGroup not to throw StopWalkException too early
Robin Rosenberg
2013-04-03
1
-0
/
+13
*
Add missing @since tags
Matthias Sohn
2013-03-22
1
-1
/
+1
*
Improve the documentation of the ByteArraySet used by PathFilterGroup
Robin Rosenberg
2013-02-22
1
-4
/
+12
*
Merge branch 'stable-2.3'
Matthias Sohn
2013-02-21
1
-1
/
+1
|
\
|
*
Fix false positives in hashing used by PathFilterGroup
Robin Stocker
2013-02-20
1
-1
/
+1
*
|
Implement core.checkstat = minimal
Robin Rosenberg
2013-02-10
2
-5
/
+29
|
/
*
Merge changes Ife0cc2da,If38507ef
Robin Rosenberg
2013-01-28
2
-30
/
+387
|
\
|
*
Speed up PathFilterGroup for large sets of paths
Robin Rosenberg
2013-01-21
2
-30
/
+387
*
|
Enable marking entries using TreeFilters in DiffEntry
Robin Stocker
2013-01-23
1
-0
/
+122
|
/
*
Define a tree filter for user-visible changes between two indexes
Robin Rosenberg
2013-01-15
1
-0
/
+105
*
Merge "Revert "Speed up PathFilterGroup.include for large set of paths""
Robin Rosenberg
2013-01-09
1
-55
/
+15
|
\
|
*
Revert "Speed up PathFilterGroup.include for large set of paths"
Robin Rosenberg
2013-01-09
1
-55
/
+15
*
|
Merge "Consider that some Java version on Linux only return integral timestamps"
Robin Rosenberg
2013-01-08
1
-1
/
+4
|
\
\
|
|
/
|
/
|
[next]