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
/
storage
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing @since tags for new API methods
Matthias Sohn
2013-04-07
1
-0
/
+2
*
Support cutting existing delta chains longer than the max depth
Shawn Pearce
2013-04-05
1
-0
/
+29
*
Add missing @since tags
Matthias Sohn
2013-03-22
1
-0
/
+1
*
Fix @since tags in JGit, version 2.4 never existed
Tomasz Zarna
2013-03-21
3
-1
/
+8
*
Merge changes If98b0b97,I7c9c09b4
Shawn Pearce
2013-03-21
1
-2
/
+18
|
\
|
*
Add convenience factory method for most used builder pattern
Matthias Sohn
2013-03-20
1
-0
/
+15
|
*
Don't use internal type FileRepository in public API
Matthias Sohn
2013-03-20
1
-2
/
+3
*
|
Fix formatting of PackConfig.toString() & GC.RepoStatistics.toString()
Edwin Kempin
2013-03-20
1
-12
/
+12
|
/
*
JGit 3.0: move internal classes into an internal subpackage
Shawn Pearce
2013-03-18
115
-30081
/
+28
*
Merge changes I2645d482,Ic81fefb1,Id64ab38d
Shawn Pearce
2013-03-18
13
-326
/
+22
|
\
|
*
Remove cached_packs support in favor of bitmaps
Shawn Pearce
2013-03-14
12
-299
/
+5
|
*
Remove objects before optimization from DfsGarbageCollector
Shawn Pearce
2013-03-14
1
-18
/
+7
|
*
Simplfy caching of DfsPackDescription from PackWriter.Statistics
Shawn Pearce
2013-03-14
3
-9
/
+10
*
|
Merge "Add toString() for PackConfig"
Christian Halstrick
2013-03-15
1
-0
/
+18
|
\
\
|
*
|
Add toString() for PackConfig
Edwin Kempin
2013-03-15
1
-0
/
+18
|
|
/
*
/
Add toString() for RepoStatistics
Edwin Kempin
2013-03-15
1
-0
/
+12
|
/
*
Merge "Cluster UNREACHABLE_GARBAGE packs at the end of the search list"
Shawn Pearce
2013-03-12
2
-5
/
+20
|
\
|
*
Cluster UNREACHABLE_GARBAGE packs at the end of the search list
Shawn Pearce
2013-03-08
2
-5
/
+20
*
|
Merge "Avoid repacking unreachable garbage in DfsGarbageCollector"
Shawn Pearce
2013-03-12
1
-5
/
+52
|
\
\
|
*
|
Avoid repacking unreachable garbage in DfsGarbageCollector
Shawn Pearce
2013-03-08
1
-5
/
+52
|
|
/
*
/
Avoid looking at UNREACHABLE_GARBAGE for client have lines
Shawn Pearce
2013-03-08
2
-4
/
+24
|
/
*
Do not attempt to read bitmap from invalid pack
Shawn Pearce
2013-03-06
2
-0
/
+4
*
Rename DfsPackFile getBitmap method to match PackFile
Shawn Pearce
2013-03-06
2
-3
/
+3
*
Write the bitmap index correctly in DFS GC.
Colby Ranger
2013-03-06
1
-1
/
+1
*
Enable writing bitmaps during GC by default.
Colby Ranger
2013-03-05
1
-1
/
+1
*
Enable writing pack indexes with bitmaps in the GC.
Colby Ranger
2013-03-05
6
-31
/
+114
*
Support creating pack bitmap indexes in PackWriter.
Colby Ranger
2013-03-05
11
-26
/
+1060
*
Added read/write support for pack bitmap index.
Colby Ranger
2013-03-05
20
-3
/
+2274
*
Break the dependency on RevObject when creating a newObjectToPack().
Colby Ranger
2013-03-04
7
-34
/
+24
*
Remove the unused method PackFile.hasExt().
Colby Ranger
2013-03-04
1
-7
/
+0
*
Include supported extensions in PackFile constructor.
Colby Ranger
2013-02-28
3
-21
/
+82
*
Fix off by one error in PackReverseIndex.
Colby Ranger
2013-02-20
1
-2
/
+2
*
Merge "Reduce memory held and speed up DfsGarbageCollector."
Colby Ranger
2013-01-22
2
-7
/
+18
|
\
|
*
Reduce memory held and speed up DfsGarbageCollector.
Colby Ranger
2013-01-22
2
-7
/
+18
*
|
Merge "Use correct method link in Javadoc"
Robin Rosenberg
2013-01-19
2
-4
/
+6
|
\
\
|
|
/
|
/
|
|
*
Use correct method link in Javadoc
Dani Megert
2013-01-18
2
-4
/
+6
*
|
Update DfsGarbageCollector to not read back a pack index.
Colby Ranger
2013-01-18
3
-28
/
+73
|
/
*
Rename PackConstants to PackExt, a typed pack file extension.
Colby Ranger
2013-01-17
11
-55
/
+88
*
Remove getReverseIndexSize() from DfsPackDescription.
Colby Ranger
2013-01-15
2
-10
/
+5
*
Use file extension with DfsPackDescription get/set file size.
Colby Ranger
2013-01-15
6
-40
/
+31
*
Fix concurrent creation of fan-out object directories
Roberto Tyley
2013-01-13
1
-1
/
+1
*
Remove packIndex field from FileObjDatabase openPack method.
Colby Ranger
2013-01-10
7
-30
/
+21
*
Update DfsObjDatabase API to open/write by pack extension.
Colby Ranger
2013-01-10
11
-105
/
+132
*
Do not enforce DeltaWindow maxMemory when zero.
Colby Ranger
2012-12-27
1
-0
/
+3
*
Merge "Enforce max memory for DeltaWindow."
Colby Ranger
2012-12-27
1
-0
/
+24
|
\
|
*
Enforce max memory for DeltaWindow.
Colby Ranger
2012-12-27
1
-0
/
+24
*
|
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
27
-90
/
+109
|
/
*
Fix DeltaWindow.clear() to release loaded buffer bytes.
Colby Ranger
2012-12-03
1
-1
/
+1
*
RevWalk support for shallow clones
Marc Strapetz
2012-11-21
6
-3
/
+57
*
Make an exception for the formatting rules (turn off) for some files
Robin Rosenberg
2012-11-16
1
-0
/
+1
[next]