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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ReceivePack: Rethrow exceptions caught during indexing
Shawn O. Pearce
2010-09-03
3
-0
/
+69
*
Improve LargeObjectException reporting
Shawn O. Pearce
2010-08-30
7
-13
/
+106
*
IndexPack: Use byte limited form of getCachedBytes
Shawn O. Pearce
2010-08-30
1
-2
/
+2
*
Undo translation of protocol string 'unpack error'
Shawn O. Pearce
2010-08-30
2
-2
/
+1
*
Buffer very large delta streams to reduce explosion of CPU work
Shawn O. Pearce
2010-08-27
4
-4
/
+273
*
Add TagCommand
Chris Aniszczyk
2010-08-27
4
-0
/
+378
*
Implement a Dircache checkout (needed for merge)
Christian Halstrick
2010-08-27
3
-0
/
+906
*
Add getBaseCommit() to Merger
Christian Halstrick
2010-08-26
1
-3
/
+22
*
Fix parsing of multiple authors in PersonIdent.
Marc Strapetz
2010-08-26
2
-44
/
+63
*
Increase the default streaming threshold to 15 MiB
Shawn O. Pearce
2010-08-25
1
-1
/
+1
*
Fix reuse from pack file for REF_DELTA types
Shawn O. Pearce
2010-08-25
1
-1
/
+1
*
Cleanup and correct resolve Javadoc
Shawn O. Pearce
2010-08-25
1
-10
/
+30
*
Support parsing commit:path style blob references
Shawn O. Pearce
2010-08-25
1
-0
/
+29
*
Support parsing git describe style output
Shawn O. Pearce
2010-08-25
1
-16
/
+44
*
Throw AmbiguousObjectException during resolve if its ambiguous
Shawn O. Pearce
2010-08-25
1
-1
/
+9
*
Complete an abbreviation when formatting a patch
Shawn O. Pearce
2010-08-25
4
-9
/
+143
*
Use limited getCachedBytes in RevWalk
Shawn O. Pearce
2010-08-25
6
-48
/
+78
*
Use limited getCachedBytes code to reduce duplication
Shawn O. Pearce
2010-08-25
4
-83
/
+12
*
Add brute force byte array loading to ObjectLoader
Shawn O. Pearce
2010-08-25
2
-6
/
+110
*
Merge "Add ObjectId to the LargeObjectException"
Chris Aniszczyk
2010-08-25
1
-2
/
+26
|
\
|
*
Add ObjectId to the LargeObjectException
Shawn O. Pearce
2010-08-25
1
-2
/
+26
*
|
Merge "Don't copy more than the object size"
Chris Aniszczyk
2010-08-25
1
-3
/
+3
|
\
\
|
*
|
Don't copy more than the object size
Shawn O. Pearce
2010-08-24
1
-3
/
+3
*
|
|
Merge "Use the ObjectStream size during copyTo"
Chris Aniszczyk
2010-08-25
1
-1
/
+2
|
\
|
|
|
|
/
|
/
|
|
*
Use the ObjectStream size during copyTo
Shawn O. Pearce
2010-08-24
1
-1
/
+2
*
|
Fixed typo in DirCache documentation
Benjamin Muskalla
2010-08-25
1
-1
/
+1
|
/
*
Fix ObjectDirectory abbreviation resolution to notice new packs
Shawn O. Pearce
2010-08-24
1
-11
/
+23
*
Fully implement SHA-1 abbreviations
Shawn O. Pearce
2010-08-23
14
-34
/
+412
*
Delete deprecated ObjectWriter
Shawn O. Pearce
2010-08-23
5
-327
/
+138
*
Add openEntryStream to WorkingTreeIterator
Shawn O. Pearce
2010-08-23
2
-6
/
+36
*
Add setLength(long) to DirCacheEntry
Shawn O. Pearce
2010-08-23
2
-0
/
+17
*
Move commit and tag formatting to CommitBuilder, TagBuilder
Shawn O. Pearce
2010-08-23
5
-122
/
+202
*
Rename Commit, Tag to CommitBuilder, TagBuilder
Shawn O. Pearce
2010-08-23
6
-12
/
+12
*
Add documentation explaining how to read Commit and Tag
Shawn O. Pearce
2010-08-23
2
-0
/
+8
*
Improved creation of JGitInternalException
Christian Halstrick
2010-08-23
2
-3
/
+3
*
Perform automatic CRLF to LF conversion during WorkingTreeIterator
Marc Strapetz
2010-08-20
7
-59
/
+502
*
Expose pack fetch/push connections for subclassing
Shawn O. Pearce
2010-08-20
2
-5
/
+41
*
Allow ObjectReuseAsIs to have more control over write ordering
Shawn O. Pearce
2010-08-20
5
-27
/
+110
*
Allow ObjectToPack subclasses to use up to 4 bits of flags
Shawn O. Pearce
2010-08-20
1
-3
/
+69
*
Implement async/batch lookup of object data
Shawn O. Pearce
2010-08-20
10
-176
/
+864
*
Offer ObjectReaders advice about a RevWalk
Shawn O. Pearce
2010-08-20
6
-3
/
+70
*
Allow object reuse selection to occur in parallel
Shawn O. Pearce
2010-08-20
4
-14
/
+41
*
Flush the pack header as soon as its ready
Shawn O. Pearce
2010-08-20
1
-0
/
+1
*
Export the ObjectId on MissingObjectException
Shawn O. Pearce
2010-08-20
1
-0
/
+8
*
Expose OBJ_ANY in ObjectReader
Shawn O. Pearce
2010-08-20
1
-1
/
+1
*
Expose getType in ObjectToPack
Shawn O. Pearce
2010-08-20
1
-1
/
+2
*
Add copyTo(ByteBuffer) to AnyObjectId
Shawn O. Pearce
2010-08-20
1
-0
/
+10
*
Add copyTo(byte[], int) to AnyObjectId
Shawn O. Pearce
2010-08-20
1
-0
/
+16
*
Add a public RevTag.parse() method
Shawn O. Pearce
2010-08-20
1
-0
/
+53
*
Add a public RevCommit.parse() method
Shawn O. Pearce
2010-08-20
1
-0
/
+48
[next]