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
*
Remove further unnecessary 'final' keywords
Han-Wen Nienhuys
2018-05-18
2
-2
/
+2
*
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
24
-41
/
+41
*
Remove deprecated StoredObjectRepresentationnotAvailableException ctor
Matthias Sohn
2018-03-09
1
-15
/
+0
*
Revert usage of TYPE_USE in Nullable and NonNull annotations
David Pursehouse
2018-01-19
1
-1
/
+2
*
Nullable: Switch to TYPE_USE
David Pursehouse
2018-01-18
1
-2
/
+1
*
LargeObjectException: Add constructor that takes Throwable
David Pursehouse
2017-12-19
1
-0
/
+11
*
InvalidPatternException: Add constructor that takes Throwable
David Pursehouse
2017-12-19
1
-0
/
+17
*
Use new StoredObjectRepresentationNotAvailableException constructor
David Pursehouse
2017-12-19
1
-0
/
+4
*
StoredObjectRepresentationNotAvailableException: Add TODO to fix API in 5.0
David Pursehouse
2017-12-19
1
-1
/
+1
*
StoredObjectRepresentationNotAvailableException: Add constructor that takes c...
David Pursehouse
2017-12-19
1
-0
/
+15
*
Fix javadoc in org.eclipse.jgit errors package
Matthias Sohn
2017-12-18
31
-47
/
+156
*
Introduce RawText#load.
Han-Wen Nienhuys
2017-10-24
1
-0
/
+58
*
Add dfs fsck implementation
Zhen Chen
2017-07-26
1
-0
/
+94
*
Add missing newlines at ends of Java files
David Pursehouse
2017-07-25
2
-2
/
+2
*
Merge branch 'stable-4.6'
Matthias Sohn
2017-03-27
3
-0
/
+204
|
\
|
*
Only mark packfile invalid if exception signals permanent problem
Matthias Sohn
2017-03-26
3
-0
/
+204
*
|
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
1
-1
/
+1
*
|
Make GC cancellable when called programmatically
Hector Caballero
2017-01-29
1
-0
/
+62
|
/
*
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
[next]