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
/
errors
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't log error if system git config does not exist
Matthias Sohn
2016-09-05
1
-0
/
+87
*
Better report on client side if push failed due to too large object
Matthias Sohn
2016-05-30
1
-2
/
+15
*
Expose conflicting files in CheckoutConflictException
Ned Twigg
2016-04-11
1
-0
/
+13
*
Merge changes Idaed9310,I62bd7c0b
Matthias Sohn
2016-01-03
1
-4
/
+37
|
\
|
*
ObjectChecker: honor some git-core fsck.* options
Shawn Pearce
2015-12-30
1
-4
/
+37
*
|
DirCache: Do not create duplicate tree entries
Shawn Pearce
2015-12-29
1
-0
/
+80
|
/
*
Throw IndexReadException if existing index can't be read
Christian Halstrick
2015-11-19
1
-0
/
+82
*
Report PackProtocolExceptions to client during receive-pack
Dave Borowitz
2015-07-09
1
-4
/
+4
*
Throw InvalidObjectIdException from ObjectId.fromString("tooshort")
Jonathan Nieder
2015-07-06
1
-0
/
+9
*
Avoid double-colon in InvalidObjectIdException description
Jonathan Nieder
2015-07-06
1
-8
/
+9
*
Tweak exception Javadoc to be eclipse-clean
Jonathan Nieder
2015-06-10
1
-0
/
+1
*
Allow setting detail message and cause when constructing most exceptions
Jonathan Nieder
2015-06-02
2
-0
/
+35
*
Better report too large pack-files from PushCommand
Christian Halstrick
2015-05-27
1
-2
/
+15
*
Add missing @since tag to DiffInterruptedException
Matthias Sohn
2015-03-19
1
-0
/
+1
*
Make MyersDiff interruptible
Hugo Arès
2015-03-17
1
-0
/
+53
*
Throw CorruptObjectException when a bad object is found
Shawn Pearce
2014-04-03
1
-0
/
+15
*
Possibility to limit the max pack size on receive-pack
Saša Živkov
2014-02-25
1
-0
/
+69
*
Don't use API exception in RebaseTodoLine
Christian Halstrick
2013-12-11
1
-0
/
+59
*
Fix @since tags in JGit, version 2.4 never existed
Tomasz Zarna
2013-03-21
2
-0
/
+3
*
JGit 3.0: move internal classes into an internal subpackage
Shawn Pearce
2013-03-18
1
-1
/
+1
*
Implement recursive merge strategy
George C. Young
2013-02-22
1
-0
/
+124
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
10
-18
/
+18
*
Add Javadoc description for packages
Robin Stocker
2012-10-31
1
-0
/
+4
*
Relax RevisionSyntaxException to an IllegalArgumentException
Robin Rosenberg
2012-06-04
1
-2
/
+1
*
Remove obsolete GitlinksNotSupportedException
Robin Rosenberg
2012-05-31
1
-65
/
+0
*
Remove 86 boxing warnings
Kevin Sawicki
2012-05-08
2
-3
/
+3
*
Move JGitText to an internal package
Robin Rosenberg
2012-03-12
20
-20
/
+20
*
Add exception class for when locking a file fails
Kevin Sawicki
2011-12-18
1
-0
/
+90
*
maxObjectSizeLimit for receive-pack.
Sasa Zivkov
2011-11-22
1
-0
/
+82
*
Add String form of PackInvalidException constructor
Shawn O. Pearce
2011-07-28
1
-1
/
+11
*
Enable providing credentials for HTTP authentication
Shawn O. Pearce
2010-11-10
1
-0
/
+69
*
ReceivePack: Rethrow exceptions caught during indexing
Shawn O. Pearce
2010-09-03
1
-0
/
+64
*
Improve LargeObjectException reporting
Shawn O. Pearce
2010-08-30
1
-1
/
+73
*
Implement a Dircache checkout (needed for merge)
Christian Halstrick
2010-08-27
1
-0
/
+77
*
Complete an abbreviation when formatting a patch
Shawn O. Pearce
2010-08-25
2
-0
/
+104
*
Add ObjectId to the LargeObjectException
Shawn O. Pearce
2010-08-25
1
-2
/
+26
*
Export the ObjectId on MissingObjectException
Shawn O. Pearce
2010-08-20
1
-0
/
+8
*
Add openStream to ObjectLoader for big blobs
Shawn O. Pearce
2010-06-30
1
-0
/
+67
*
Create NoWorkTreeException for bare repositories
Shawn O. Pearce
2010-06-30
1
-0
/
+59
*
Move PackWriter over to storage.pack.PackWriter
Shawn O. Pearce
2010-06-26
1
-1
/
+1
*
Redo PackWriter object reuse output
Shawn O. Pearce
2010-06-26
1
-0
/
+61
*
Externalize strings from JGit
Sasa Zivkov
2010-05-19
13
-14
/
+45
*
Merge branch 'push-sideband' into stable-0.7
Shawn O. Pearce
2010-03-12
1
-0
/
+70
|
\
|
*
Catch and report "ERR message" during remote advertisements
Shawn O. Pearce
2010-03-12
1
-0
/
+70
*
|
Provide NLS support in JGit.
Sasa Zivkov
2010-03-11
3
-0
/
+245
|
/
*
Simple dumb HTTP server for Git
Shawn O. Pearce
2010-01-12
1
-2
/
+30
*
Remove trailing whitespace at end of line
Alex Blewitt
2009-10-31
7
-12
/
+12
*
Include description for missing bundle prereqs
Sasa Zivkov
2009-10-01
1
-8
/
+12
*
Initial JGit contribution to eclipse.org
Git Development Community
2009-09-29
25
-0
/
+1916