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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
5
-14
/
+42
*
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
*
Make Tag class only for writing
Shawn O. Pearce
2010-08-20
6
-242
/
+97
*
Make Commit class only for writing
Shawn O. Pearce
2010-08-20
7
-365
/
+245
*
Correct PersonIdent hashCode() and equals() to ignore milliseconds
Shawn O. Pearce
2010-08-20
1
-2
/
+5
*
Try really hard to load a commit or tag
Shawn O. Pearce
2010-08-20
1
-1
/
+25
*
Fix formatting of serialization code in ObjectId
Shawn O. Pearce
2010-08-19
1
-3
/
+4
*
Make ObjectId.compareTo final
Shawn O. Pearce
2010-08-19
1
-4
/
+4
*
Make ObjectId.hashCode final too
Shawn O. Pearce
2010-08-19
1
-1
/
+1
*
Remove unnecessary ObjectId.copy() calls
Shawn O. Pearce
2010-08-19
1
-2
/
+2
*
Fix missing Configuration Change eventing
Mathias Kinzler
2010-08-19
3
-0
/
+63
*
Enhance MergeResult to report conflicts, etc
Christian Halstrick
2010-08-19
3
-25
/
+136
*
Allow for optional tagger and message in Tag
Chris Aniszczyk
2010-08-18
1
-4
/
+7
*
Remove getter and setter for author in Tag
Chris Aniszczyk
2010-08-18
2
-18
/
+4
*
added resetIndex() to RepositoryTestCase
Christian Halstrick
2010-08-18
1
-0
/
+9
*
Do not trigger RefsChangedEvent on the first attempt to read a ref
Robin Rosenberg
2010-08-18
1
-1
/
+1
*
Add FileRepository(String) convenience constructor
Ketan Padegaonkar
2010-08-18
1
-0
/
+14
*
Backout RevObject's object-identity based equals implementation
Matthias Sohn
2010-08-15
2
-12
/
+2
*
Merge "Fix RevCommitList to work with subclasses of RevWalk"
Shawn Pearce
2010-08-12
1
-6
/
+2
|
\
|
*
Fix RevCommitList to work with subclasses of RevWalk
Matthias Sohn
2010-08-13
1
-6
/
+2
*
|
Improve IndexDiff performance
Jens Baumgart
2010-08-12
2
-0
/
+97
|
/
*
Merge "Hide Maven target directories from Eclipse"
Chris Aniszczyk
2010-08-11
1
-0
/
+11
|
\
|
*
Hide Maven target directories from Eclipse
Robin Rosenberg
2010-08-08
1
-0
/
+11
*
|
TransportHttp does not honor timeout setting
Mathias Kinzler
2010-08-10
1
-0
/
+2
*
|
Fix NPE on commit in empty Repository
Jens Baumgart
2010-08-09
1
-4
/
+16
|
/
*
Merge branch 'rename-bug'
Shawn O. Pearce
2010-08-06
1
-5
/
+5
|
\
|
*
Fix ArrayIndexOutOfBounds on non-square exact rename matrix
Shawn O. Pearce
2010-08-06
1
-5
/
+5
*
|
Merge changes I39bfefee,I47795987,I70d120fb,I58cc5e01,I96bee7b9
Shawn O. Pearce
2010-08-05
13
-500
/
+903
|
\
\
|
*
|
Enable configuration of non-standard pack settings
Shawn O. Pearce
2010-07-28
1
-0
/
+6
|
*
|
Pass PackConfig down to PackWriter when packing
Shawn O. Pearce
2010-07-28
6
-14
/
+100
|
*
|
Simplify UploadPack use of options during writing
Shawn O. Pearce
2010-07-28
1
-4
/
+2
|
*
|
Move PackWriter configuration to PackConfig
Shawn O. Pearce
2010-07-28
7
-485
/
+637
|
*
|
Allow PackWriter callers to manage the thread pool
Shawn O. Pearce
2010-07-28
2
-24
/
+185
*
|
|
Merge "Remove static progress task names from PackWriter"
Shawn O. Pearce
2010-08-05
1
-30
/
+6
|
\
|
|
|
*
|
Remove static progress task names from PackWriter
Shawn O. Pearce
2010-07-28
1
-30
/
+6
*
|
|
Merge "Add "all" parameter to the commit Command"
Chris Aniszczyk
2010-08-05
1
-0
/
+29
|
\
\
\
|
*
|
|
Add "all" parameter to the commit Command
Stefan Lay
2010-08-04
1
-0
/
+29
[next]