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
*
Expose org.eclipse.jgit.junit via jgit p2 repository
Matthias Sohn
2010-05-11
9
-0
/
+253
*
Add builder-style API to jgit and Commit & Log cmd
Christian Halstrick
2010-05-10
12
-1
/
+1204
*
Merge "Added MERGING_RESOLVED repository state"
Robin Rosenberg
2010-05-08
4
-1
/
+63
|
\
|
*
Added MERGING_RESOLVED repository state
Christian Halstrick
2010-05-08
4
-1
/
+63
*
|
Merge "A stages field and getter for GitIndex entry introduced"
Robin Rosenberg
2010-05-08
1
-0
/
+23
|
\
\
|
*
|
A stages field and getter for GitIndex entry introduced
Robin Rosenberg
2010-05-08
1
-0
/
+23
*
|
|
Merge "Lock down maven plugin versions"
Robin Rosenberg
2010-05-08
1
-1
/
+14
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Lock down maven plugin versions
Matthias Sohn
2010-04-30
1
-1
/
+14
|
|
/
*
|
Fix FooterLine.matches(FooterKey) on same length keys
Shawn O. Pearce
2010-05-04
2
-1
/
+21
*
|
Merge "Fix handling of corruption for truncated objects"
Chris Aniszczyk
2010-05-03
1
-4
/
+15
|
\
\
|
*
|
Fix handling of corruption for truncated objects
Robin Rosenberg
2010-05-01
1
-4
/
+15
|
|
/
*
|
Merge "Don't insert the same pack twice into a pack list"
Chris Aniszczyk
2010-05-03
1
-0
/
+13
|
\
\
|
*
|
Don't insert the same pack twice into a pack list
Shawn O. Pearce
2010-04-26
1
-0
/
+13
*
|
|
Merge changes I0d339b9f,I0e6673b8
Chris Aniszczyk
2010-05-03
2
-10
/
+9
|
\
|
|
|
|
/
|
/
|
|
*
Favor earlier PackFile instances over later duplicates
Shawn O. Pearce
2010-04-26
1
-3
/
+4
|
*
Cleanup duplicated object reuse code in PackWriter
Shawn O. Pearce
2010-04-26
1
-7
/
+5
*
|
Fix ReceivePackRefFilterTest on Windows
Shawn O. Pearce
2010-04-27
1
-0
/
+9
*
|
Cleaning up provider and feature names
Chris Aniszczyk
2010-04-27
2
-3
/
+3
|
/
*
Merge "Fix NPE during InflaterCache return after corrupt loose object"
Robin Rosenberg
2010-04-24
1
-1
/
+0
|
\
|
*
Fix NPE during InflaterCache return after corrupt loose object
Shawn O. Pearce
2010-04-23
1
-1
/
+0
*
|
Merge branch 'receive-pack-filter'
Shawn O. Pearce
2010-04-19
4
-92
/
+583
|
\
\
|
*
|
ReceivePack: Clarify the check reachable option
Shawn O. Pearce
2010-04-16
2
-28
/
+46
|
*
|
ReceivePack: Micro-optimize object lookup when checking connectivity
Shawn O. Pearce
2010-04-16
1
-3
/
+7
|
*
|
ReceivePack: Correct type of not provided object
Shawn O. Pearce
2010-04-16
1
-1
/
+1
|
*
|
IndexPack: Tighten up new and base object bookkeeping
Shawn O. Pearce
2010-04-16
2
-31
/
+39
|
*
|
ReceivePack: Remove need new,base object id properties
Shawn O. Pearce
2010-04-16
1
-49
/
+4
|
*
|
ReceivePack: Discard IndexPack as soon as possible
Shawn O. Pearce
2010-04-16
1
-0
/
+1
|
*
|
ReceivePack: fix ensureProvidedObjectsVisible on thin packs
Shawn O. Pearce
2010-04-16
3
-5
/
+510
*
|
|
Merge "ObjectIdSubclassMap: Correct Iterator to throw NoSuchElementException"
Matthias Sohn
2010-04-17
1
-1
/
+2
|
\
|
|
|
*
|
ObjectIdSubclassMap: Correct Iterator to throw NoSuchElementException
Shawn O. Pearce
2010-04-16
1
-1
/
+2
*
|
|
Merge "ObjectIdSubclassMap: Add isEmpty() method"
Matthias Sohn
2010-04-17
1
-0
/
+5
|
\
|
|
|
*
|
ObjectIdSubclassMap: Add isEmpty() method
Shawn O. Pearce
2010-04-16
1
-0
/
+5
*
|
|
Merge "IndexPack: Correct thin pack fix using less than 20 bytes"
Robin Rosenberg
2010-04-17
2
-0
/
+67
|
\
|
|
|
*
|
IndexPack: Correct thin pack fix using less than 20 bytes
Shawn O. Pearce
2010-04-16
2
-0
/
+67
*
|
|
Fix unit tests using MockSystemReader with user configuation
Shawn O. Pearce
2010-04-14
1
-1
/
+7
*
|
|
Optimize ref scanning
Robin Rosenberg
2010-04-13
1
-5
/
+6
|
/
/
*
|
Merge "Make Repository.getConfig aware of changed config"
Matthias Sohn
2010-04-13
2
-17
/
+53
|
\
\
|
*
|
Make Repository.getConfig aware of changed config
Jens Baumgart
2010-04-12
2
-17
/
+53
*
|
|
Merge "Speed up check for modifications of tracked resources"
Shawn Pearce
2010-04-10
1
-4
/
+6
|
\
\
\
|
*
|
|
Speed up check for modifications of tracked resources
Robin Rosenberg
2010-04-10
1
-4
/
+6
*
|
|
|
Merge 'Update build to use Tycho 0.8'
Shawn O. Pearce
2010-04-10
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Update build to use Tycho 0.8
Matthias Sohn
2010-04-11
1
-1
/
+1
|
|
/
/
/
*
/
/
/
JGit plugin not compatible with Eclipse 3.4
Robin Rosenberg
2010-04-05
7
-12
/
+18
|
/
/
/
*
/
/
Make parsing of PersonIdent from raw byte array fault-tolerant.
Marc Strapetz
2010-03-23
2
-1
/
+113
|
/
/
*
|
Merge branch 'stable-0.7'
Shawn O. Pearce
2010-03-22
0
-0
/
+0
|
\
\
|
*
|
Qualify post-0.7.1 builds
stable-0.7
Shawn O. Pearce
2010-03-22
23
-26
/
+26
|
*
|
JGit 0.7.1
v0.7.1
Shawn O. Pearce
2010-03-22
23
-127
/
+127
*
|
|
Merge branch 'stable-0.7'
Shawn O. Pearce
2010-03-22
2
-1
/
+26
|
\
|
|
|
*
|
Fix EGit deadlock listing branches of SSH remote
Shawn O. Pearce
2010-03-20
2
-1
/
+26
*
|
|
Merge branch 'stable-0.7'
Shawn O. Pearce
2010-03-20
0
-0
/
+0
|
\
|
|
[next]