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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure ObjectReader used by PackWriter is released
Shawn O. Pearce
2010-06-28
8
-97
/
+123
*
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
26
-33
/
+53
*
Simplify ObjectLoaders coming from PackFile
Shawn O. Pearce
2010-06-26
11
-439
/
+98
*
Remove getRawSize, getRawType from ObjectLoader
Shawn O. Pearce
2010-06-26
10
-100
/
+5
*
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
95
-122
/
+332
*
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
*
Use getObjectsDatabase().getDirectory() to find objects
Shawn O. Pearce
2010-06-25
4
-11
/
+11
*
Allow Repository.getDirectory() to be null
Shawn O. Pearce
2010-06-25
8
-22
/
+41
*
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
12
-38
/
+39
*
Refactor repository construction to builder class
Shawn O. Pearce
2010-06-25
10
-278
/
+859
*
Remove Repository.toFile(ObjectId)
Shawn O. Pearce
2010-06-25
3
-28
/
+4
*
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
20
-157
/
+274
*
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
12
-107
/
+187
*
Refactor object writing responsiblities to ObjectDatabase
Shawn O. Pearce
2010-06-25
12
-283
/
+695
*
Change Repository.getConfig() to return non-file Configs
Shawn O. Pearce
2010-06-25
1
-1
/
+1
*
Use FileRepository where we assume other file semantics
Shawn O. Pearce
2010-06-25
13
-87
/
+105
*
Make lib.Repository abstract and lib.FileRepository its implementation
Shawn O. Pearce
2010-06-25
12
-375
/
+569
*
Consistently fail work tree methods on bare repositories
Shawn O. Pearce
2010-06-25
1
-0
/
+12
*
Consistently use getDirectory() for work tree state
Shawn O. Pearce
2010-06-25
1
-5
/
+5
*
Add RepositoryState.BARE
Shawn O. Pearce
2010-06-25
2
-0
/
+11
*
Rename Repository 'config' as 'repoConfig'
Shawn O. Pearce
2010-06-25
1
-8
/
+8
*
Remove RepositoryConfig and use FileBasedConfig instead
Shawn O. Pearce
2010-06-25
6
-146
/
+11
*
Delegate repository access to refs, objects
Shawn O. Pearce
2010-06-25
1
-15
/
+22
*
Cleanup Repository.create()
Shawn O. Pearce
2010-06-25
1
-4
/
+5
*
Move additional have enumeration to Repository
Shawn O. Pearce
2010-06-25
2
-16
/
+28
*
Refactor amazon-s3:// property file loading to support no directory
Shawn O. Pearce
2010-06-25
1
-17
/
+28
*
Download pack-*.idx to /tmp if not on local filesystem
Shawn O. Pearce
2010-06-25
1
-7
/
+16
*
Use FileKey to resolve Git repository arguments
Shawn O. Pearce
2010-06-25
2
-18
/
+26
*
DirCache must use getIndexFile
Shawn O. Pearce
2010-06-25
1
-2
/
+6
*
Disable topological sorting in PackWriter
Shawn O. Pearce
2010-06-23
1
-2
/
+1
*
UploadPack: Permit flushing progress messages under smart HTTP
Shawn O. Pearce
2010-06-23
2
-2
/
+24
*
Rewrite resolve in terms of RevWalk
Shawn O. Pearce
2010-06-23
1
-119
/
+83
*
Replace manual peel loops with RevWalk.peel
Shawn O. Pearce
2010-06-23
4
-23
/
+35
*
Use RevTag/RevCommit to sort in a PlotWalk
Shawn O. Pearce
2010-06-23
1
-9
/
+14
*
Use CoreConfig, UserConfig and TransferConfig directly
Shawn O. Pearce
2010-06-23
7
-9
/
+15
*
Use higher level Config types when possible
Shawn O. Pearce
2010-06-23
3
-5
/
+5
*
Remove test of the unsupported core.legacyHeaders variable
Shawn O. Pearce
2010-06-23
1
-5
/
+1
[next]