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.test
/
tst
/
org
/
eclipse
/
jgit
/
storage
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix: possible IndexOutOfBoundsException in ReflogReader
Marc Strapetz
2011-03-22
1
-0
/
+22
*
PackWriter: Rename getObjectsNumber to getObjectCount
Shawn O. Pearce
2011-03-14
1
-8
/
+8
*
Fix dumb transport push
Shawn O. Pearce
2011-03-14
1
-6
/
+8
*
Create empty GIT_DIR/hooks directory
Shawn O. Pearce
2011-02-22
1
-0
/
+2
*
PackWriter: Make thin packs more efficient
Shawn O. Pearce
2011-02-01
1
-0
/
+74
*
[findbugs] Do not ignore exceptional return value of mkdir
Matthias Sohn
2011-01-28
5
-7
/
+12
*
Refactor IndexPack to not require local filesystem
Shawn O. Pearce
2011-01-25
2
-33
/
+62
*
Convert all JGit unit tests to JUnit 4
Robin Rosenberg
2010-12-31
21
-60
/
+443
*
Fix FileSnapShot
Robin Rosenberg
2010-12-30
1
-0
/
+152
*
Fix JDK 6 Usage of String.getBytes(Charset)
Mathias Kinzler
2010-12-20
1
-1
/
+2
*
Remove deprecated WriteTree from tests
Shawn O. Pearce
2010-12-20
1
-122
/
+161
*
Reduce calls to Repository.getConfig
Shawn O. Pearce
2010-12-15
1
-6
/
+6
*
Remove remaining uses of FileWriter
Shawn O. Pearce
2010-12-13
1
-12
/
+3
*
[findbugs] Do not ignore exceptional return value
Matthias Sohn
2010-12-07
1
-2
/
+3
*
Merge "Remove result id from CommitBuilder, TagBuilder"
Chris Aniszczyk
2010-12-06
1
-32
/
+32
|
\
|
*
Remove result id from CommitBuilder, TagBuilder
Shawn O. Pearce
2010-12-03
1
-32
/
+32
*
|
Fix findGitDir() with no ceiling directories
Shawn O. Pearce
2010-12-05
1
-0
/
+59
|
/
*
Use capital L for long constants
Robin Rosenberg
2010-11-12
1
-8
/
+8
*
Cleanup RefUpdateTest
Shawn O. Pearce
2010-10-08
1
-33
/
+9
*
Increase core.streamFileThreshold default to 50 MiB
Shawn O. Pearce
2010-10-04
2
-65
/
+23
*
Remove unnecessary failing test method
Stefan Lay
2010-09-17
1
-11
/
+0
*
DeltaStream: Fix data corruption when reading large copies
Shawn O. Pearce
2010-09-06
1
-1
/
+18
*
cleanup: Remove unnecessary @SuppressWarnings
Robin Rosenberg
2010-09-05
1
-1
/
+0
*
Improve LargeObjectException reporting
Shawn O. Pearce
2010-08-30
2
-5
/
+17
*
Increase temporary buffer for unit test
Shawn O. Pearce
2010-08-25
1
-1
/
+2
*
Throw AmbiguousObjectException during resolve if its ambiguous
Shawn O. Pearce
2010-08-25
1
-2
/
+15
*
Fix ObjectDirectory abbreviation resolution to notice new packs
Shawn O. Pearce
2010-08-24
1
-1
/
+0
*
Fully implement SHA-1 abbreviations
Shawn O. Pearce
2010-08-23
1
-0
/
+199
*
Delete deprecated ObjectWriter
Shawn O. Pearce
2010-08-23
2
-19
/
+45
*
Move commit and tag formatting to CommitBuilder, TagBuilder
Shawn O. Pearce
2010-08-23
1
-5
/
+3
*
Rename Commit, Tag to CommitBuilder, TagBuilder
Shawn O. Pearce
2010-08-23
1
-15
/
+15
*
Make Tag class only for writing
Shawn O. Pearce
2010-08-20
1
-85
/
+48
*
Make Commit class only for writing
Shawn O. Pearce
2010-08-20
1
-66
/
+93
*
Remove unnecessary ObjectId.copy() calls
Shawn O. Pearce
2010-08-19
1
-1
/
+1
*
Remove getter and setter for author in Tag
Chris Aniszczyk
2010-08-18
1
-9
/
+10
*
Move PackWriter configuration to PackConfig
Shawn O. Pearce
2010-07-28
1
-15
/
+31
*
Fix concurrent read / write issue in LockFile on Windows
Jens Baumgart
2010-07-27
3
-5
/
+10
*
Initial pack format delta generator
Shawn O. Pearce
2010-07-09
1
-0
/
+228
*
amend commit: Support large loose objects as streams
Shawn O. Pearce
2010-07-06
1
-0
/
+104
*
amend commit: Refactor repository construction to builder class
Shawn O. Pearce
2010-07-03
1
-1
/
+2
*
Use core.streamFileThreshold to set our streaming limit
Shawn O. Pearce
2010-07-02
2
-7
/
+7
*
Support large delta packed objects as streams
Shawn O. Pearce
2010-07-02
2
-0
/
+523
*
Support large whole packed objects as streams
Shawn O. Pearce
2010-07-01
1
-0
/
+137
*
Replace PackedObjectLoader with ObjectLoader.SmallObject
Shawn O. Pearce
2010-07-01
2
-3
/
+1
*
Support large loose objects as streams
Shawn O. Pearce
2010-07-01
1
-0
/
+430
*
Create NoWorkTreeException for bare repositories
Shawn O. Pearce
2010-06-30
1
-6
/
+7
*
Refactor Repository.openObject to be Repository.open
Shawn O. Pearce
2010-06-28
3
-4
/
+4
*
Move PackWriter progress monitors onto the operations
Shawn O. Pearce
2010-06-28
2
-7
/
+11
*
Ensure ObjectReader used by PackWriter is released
Shawn O. Pearce
2010-06-28
2
-0
/
+4
*
Move PackWriter over to storage.pack.PackWriter
Shawn O. Pearce
2010-06-26
2
-2
/
+2
[next]