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
*
Fix idOffset when the working tree iterator matches a dircache entry
Robin Rosenberg
2012-08-15
1
-4
/
+10
*
Use working tree iterator to compare file modes
Kevin Sawicki
2012-06-05
1
-17
/
+29
*
Add missing @since tags to mark API added in 2.0
Matthias Sohn
2012-05-10
1
-0
/
+1
*
Remove throws IOException declaration on filterClean
Kevin Sawicki
2012-05-10
1
-1
/
+1
*
Validate paths during DirCheckout
Robin Rosenberg
2012-04-23
2
-3
/
+25
*
Enable large file support
Robin Rosenberg
2012-04-18
1
-1
/
+1
*
Cleanup possiblyFilteredInputStream() in WorkingTreeIterator
Robin Rosenberg
2012-04-06
1
-29
/
+26
*
Handle content length in WorkingTreeIterator
Robin Rosenberg
2012-03-27
1
-35
/
+72
*
Move JGitText to an internal package
Robin Rosenberg
2012-03-12
6
-6
/
+6
*
EolCanonicalizingInputStream: binary detection should be optional
Marc Strapetz
2012-02-21
1
-2
/
+2
*
Support gitdir references in working tree .git file
Kevin Sawicki
2012-02-08
2
-9
/
+7
*
Support more of AutoCRLF
Robin Rosenberg
2012-01-10
1
-2
/
+9
*
Retain executable mode of existing files on Windows
Kevin Sawicki
2012-01-03
2
-2
/
+31
*
Stream left open in WorkingTreeIterator#filterClean
Tomasz Zarna
2011-12-06
1
-1
/
+5
*
Add detection of untracked folders to IndexDiffFilter
Jens Baumgart
2011-11-10
1
-2
/
+79
*
Provide an id for submodule entries.
Kevin Sawicki
2011-11-04
2
-3
/
+70
*
Suppress unused and unchecked warnings
Kevin Sawicki
2011-11-03
1
-0
/
+2
*
Extend IndexDiff to calculate ignored files and folders
Jens Baumgart
2011-10-05
1
-2
/
+20
*
Add varargs version of PathFilterGroup.createFromStrings
Kevin Sawicki
2011-09-30
1
-0
/
+27
*
Respect core.excludesfile to enable global ignore rules
Matthias Sohn
2011-02-23
1
-3
/
+24
*
Changed TreeWalk.forPath(...) to work with recursive paths.
Jesse Greenwald
2011-02-17
2
-8
/
+32
*
Reuse cached SHA-1 when computing from WorkingTreeIterator
Shawn O. Pearce
2011-02-03
1
-0
/
+40
*
PackWriter: Make thin packs more efficient
Shawn O. Pearce
2011-02-01
1
-14
/
+42
*
Introduce metaData compare between working tree and index entries
Christian Halstrick
2011-01-21
1
-32
/
+79
*
Do not rely on filemode differences in case of symbolic links
Philipp Thun
2010-12-14
1
-9
/
+13
*
Add a performance optimized variant of the ANY_DIFF filter
Christian Halstrick
2010-12-09
2
-0
/
+199
*
Clarify WorkingTreeOptions and filemode usage
Shawn O. Pearce
2010-12-08
3
-52
/
+22
*
Removed unread parameters
Christian Halstrick
2010-12-08
1
-16
/
+11
*
Remove empty iterator from TreeWalk
Shawn O. Pearce
2010-12-07
1
-3
/
+5
*
Move WorkingTreeIterator inherited state into an object
Shawn O. Pearce
2010-11-18
1
-37
/
+40
*
Name TreeFilter and MergeFilter implementations
Shawn O. Pearce
2010-11-18
1
-4
/
+8
*
Support core.autocrlf = input
Shawn O. Pearce
2010-09-07
2
-6
/
+15
*
Fix TreeWalk bug comparing DirCache and WorkingTree with ANY_DIFF
Shawn O. Pearce
2010-09-02
5
-2
/
+24
*
Merge "Add reset() to AbstractTreeIterator API"
Chris Aniszczyk
2010-09-02
4
-0
/
+36
|
\
|
*
Add reset() to AbstractTreeIterator API
Shawn O. Pearce
2010-09-01
4
-0
/
+36
*
|
Add toString and improve Javadoc of NotIgnoredFilter
Shawn O. Pearce
2010-09-01
1
-13
/
+11
*
|
IndexDiff honors Index entries' "skipWorkTree" flag.
Marc Strapetz
2010-09-01
1
-0
/
+96
|
/
*
Add openEntryStream to WorkingTreeIterator
Shawn O. Pearce
2010-08-23
1
-0
/
+20
*
Perform automatic CRLF to LF conversion during WorkingTreeIterator
Marc Strapetz
2010-08-20
3
-55
/
+267
*
added resetIndex() to RepositoryTestCase
Christian Halstrick
2010-08-18
1
-0
/
+9
*
Improve IndexDiff performance
Jens Baumgart
2010-08-12
1
-0
/
+92
*
Teach NameConflictTreeWalk to report DF conflicts
Christian Halstrick
2010-07-28
1
-0
/
+35
*
Make forPath(ObjectReader) variant in TreeWalk
Shawn O. Pearce
2010-07-27
1
-8
/
+40
*
Merge branch 'delta'
Shawn O. Pearce
2010-07-22
6
-89
/
+109
|
\
|
*
Add path hash code to ObjectWalk
Shawn O. Pearce
2010-07-09
1
-0
/
+18
|
*
Use ObjectReader in RevWalk, TreeWalk
Shawn O. Pearce
2010-06-28
6
-76
/
+87
|
*
Rename openObject, hasObject to just open, has
Shawn O. Pearce
2010-06-28
1
-1
/
+1
|
*
Remove Repository.openObject(ObjectReader, AnyObjectId)
Shawn O. Pearce
2010-06-28
1
-13
/
+2
|
*
Replace WindowCache with ObjectReader
Shawn O. Pearce
2010-06-25
3
-11
/
+12
*
|
Move ignore node handling into WorkingTreeIterator
Shawn O. Pearce
2010-07-21
3
-0
/
+150
[next]