index
:
jgit.git
master
master%private
next
servlet-4
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
stable-7.3
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
...
|
*
|
Use core.streamFileThreshold to set our streaming limit
Shawn O. Pearce
2010-07-02
13
-9
/
+193
|
*
|
Support large delta packed objects as streams
Shawn O. Pearce
2010-07-02
9
-93
/
+864
|
*
|
Support large whole packed objects as streams
Shawn O. Pearce
2010-07-01
4
-3
/
+221
|
*
|
Replace PackedObjectLoader with ObjectLoader.SmallObject
Shawn O. Pearce
2010-07-01
3
-105
/
+8
|
*
|
Support large loose objects as streams
Shawn O. Pearce
2010-07-01
7
-235
/
+468
|
*
|
Permit AnyObjectTo to compareTo AnyObjectId
Shawn O. Pearce
2010-06-30
1
-2
/
+2
|
*
|
Use copyTo during checkout of files to working tree
Shawn O. Pearce
2010-06-30
1
-7
/
+6
|
*
|
Stream whole deflated objects in PackWriter
Shawn O. Pearce
2010-06-30
1
-12
/
+8
|
*
|
Lazily allocate Deflater in PackWriter
Shawn O. Pearce
2010-06-30
1
-2
/
+15
|
*
|
Add openStream to ObjectLoader for big blobs
Shawn O. Pearce
2010-06-30
5
-2
/
+318
|
*
|
Move DirCache factory methods to Repository
Shawn O. Pearce
2010-06-30
3
-53
/
+48
|
*
|
Create NoWorkTreeException for bare repositories
Shawn O. Pearce
2010-06-30
3
-24
/
+80
|
*
|
Ensure RevWalk is released when done
Shawn O. Pearce
2010-06-29
13
-160
/
+258
|
*
|
Use ObjectReader in DirCacheBuilder.addTree
Shawn O. Pearce
2010-06-29
2
-21
/
+16
|
*
|
Use one ObjectReader for WalkFetchConnection
Shawn O. Pearce
2010-06-28
1
-8
/
+30
|
*
|
Use ObjectReader in RevWalk, TreeWalk
Shawn O. Pearce
2010-06-28
23
-135
/
+209
|
*
|
Fix minor formatting issue in UploadPack
Shawn O. Pearce
2010-06-28
1
-2
/
+1
|
*
|
Remove volatile keyword from RepositoryEvent
Shawn O. Pearce
2010-06-28
1
-1
/
+1
|
*
|
Rename openObject, hasObject to just open, has
Shawn O. Pearce
2010-06-28
12
-27
/
+27
|
*
|
Refactor Repository.openObject to be Repository.open
Shawn O. Pearce
2010-06-28
7
-81
/
+106
|
*
|
Move PackWriter progress monitors onto the operations
Shawn O. Pearce
2010-06-28
6
-82
/
+76
|
*
|
Pass the PackOutputStream down the call stack
Shawn O. Pearce
2010-06-28
1
-16
/
+16
|
*
|
Remove Repository.openObject(ObjectReader, AnyObjectId)
Shawn O. Pearce
2010-06-28
6
-49
/
+10
|
*
|
Throw IncorrectObjectTypeException on bad type hints
Shawn O. Pearce
2010-06-28
2
-2
/
+10
|
*
|
Ensure ObjectReader used by PackWriter is released
Shawn O. Pearce
2010-06-28
5
-76
/
+93
|
*
|
Ensure PackWriter releases its ObjectReader
Shawn O. Pearce
2010-06-28
1
-13
/
+16
|
*
|
Release ObjectReader before the cached ObjectDatabase
Shawn O. Pearce
2010-06-28
1
-6
/
+6
|
*
|
Release ObjectInserter in merge() not mergeImpl()
Shawn O. Pearce
2010-06-28
2
-10
/
+8
|
*
|
Commit: Use Repository.newObjectInserter
Shawn O. Pearce
2010-06-28
1
-1
/
+1
|
*
|
Move PackWriter over to storage.pack.PackWriter
Shawn O. Pearce
2010-06-26
21
-30
/
+48
|
*
|
Simplify ObjectLoaders coming from PackFile
Shawn O. Pearce
2010-06-26
9
-433
/
+97
|
*
|
Remove getRawSize, getRawType from ObjectLoader
Shawn O. Pearce
2010-06-26
8
-93
/
+1
|
*
|
Tighten up local packed object representation during packing
Shawn O. Pearce
2010-06-26
5
-40
/
+127
|
*
|
Move FileRepository to storage.file.FileRepository
Shawn O. Pearce
2010-06-26
55
-65
/
+203
|
*
|
Implement zero-copy for single window objects
Shawn O. Pearce
2010-06-26
3
-22
/
+65
|
*
|
Redo PackWriter object reuse output
Shawn O. Pearce
2010-06-26
12
-294
/
+512
|
*
|
Redo PackWriter object reuse selection
Shawn O. Pearce
2010-06-26
11
-129
/
+415
|
*
|
Reclaim some bits in ObjectToPack flags field
Shawn O. Pearce
2010-06-25
1
-7
/
+17
|
*
|
Extract PackFile specific code to ObjectToPack subclass
Shawn O. Pearce
2010-06-25
5
-52
/
+148
|
*
|
Extract ObjectToPack to be top-level
Shawn O. Pearce
2010-06-25
2
-143
/
+191
|
*
|
Allow Repository.getDirectory() to be null
Shawn O. Pearce
2010-06-25
5
-18
/
+31
|
*
|
Redo event listeners to be more generic
Shawn O. Pearce
2010-06-25
12
-170
/
+371
|
*
|
Rename Repository getWorkDir to getWorkTree
Shawn O. Pearce
2010-06-25
3
-10
/
+11
|
*
|
Refactor repository construction to builder class
Shawn O. Pearce
2010-06-25
7
-175
/
+812
|
*
|
Remove Repository.toFile(ObjectId)
Shawn O. Pearce
2010-06-25
2
-26
/
+0
|
*
|
Use ObjectInserter for loose objects in WalkFetchConnection
Shawn O. Pearce
2010-06-25
1
-56
/
+18
|
*
|
Replace WindowCache with ObjectReader
Shawn O. Pearce
2010-06-25
16
-150
/
+266
|
*
|
Refactor alternate object databases below ObjectDirectory
Shawn O. Pearce
2010-06-25
7
-613
/
+382
|
*
|
Start using ObjectInserter instead of ObjectWriter
Shawn O. Pearce
2010-06-25
7
-61
/
+92
|
*
|
Refactor object writing responsiblities to ObjectDatabase
Shawn O. Pearce
2010-06-25
11
-278
/
+694
[prev]
[next]