Status | Modifier | Type | Method | ||||||
UNCHANGED | public abstract | void | putEntry(java.io.Closeable,java.lang.String,org.eclipse.jgit.lib.FileMode,org.eclipse.jgit.lib.ObjectLoader)
Annotations:
|
||||||
NEW | public abstract | void | putEntry(java.io.Closeable,org.eclipse.jgit.lib.ObjectId,java.lang.String,org.eclipse.jgit.lib.FileMode,org.eclipse.jgit.lib.ObjectLoader) |
Status | Modifier | Type | Method |
NEW | public | org.eclipse.jgit.api.FetchCommand | setRecurseSubmodules(org.eclipse.jgit.lib.SubmoduleConfig$FetchRecurseSubmodulesMode) |
Status | Modifier | Type | Method |
NEW | public | org.eclipse.jgit.api.GarbageCollectCommand | setPreserveOldPacks(boolean) |
NEW | public | org.eclipse.jgit.api.GarbageCollectCommand | setPrunePreserved(boolean) |
Status | Modifier | Type | Method |
NEW | public | org.eclipse.jgit.api.PullCommand | setRecurseSubmodules(org.eclipse.jgit.lib.SubmoduleConfig$FetchRecurseSubmodulesMode) |
NEW | public | org.eclipse.jgit.api.PullCommand | setTagOpt(org.eclipse.jgit.transport.TagOpt) |
Status | Modifier | Type | Method |
NEW | public | java.util.List | getRefLeaseSpecs() |
NEW | public | org.eclipse.jgit.api.PushCommand | setRefLeaseSpecs(org.eclipse.jgit.transport.RefLeaseSpec[]) |
NEW | public | org.eclipse.jgit.api.PushCommand | setRefLeaseSpecs(java.util.List) |
Status | Modifier | Type | Method | ||||||
UNCHANGED | public | org.eclipse.jgit.diff.RenameDetector | getRenameDetector()
Annotations:
|
Status | Superclass |
NEW | java.io.IOException |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | false | n.a. | n.a. |
New | true | 6041062387249829590 | 1 |
Status | Modifier | Constructor |
NEW | public | CancelledException(java.lang.String) |
Status | Superclass |
NEW | java.io.IOException |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | false | n.a. | n.a. |
New | true | -1125646114876251768 | 1 |
Status | Modifier | Constructor |
NEW | public | NoPackSignatureException(java.lang.String) |
Status | Superclass |
NEW | java.io.IOException |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | false | n.a. | n.a. |
New | true | 7533442203267530992 | 1 |
Status | Modifier | Constructor |
NEW | public | UnsupportedPackIndexVersionException(int) |
Status | Superclass |
NEW | java.io.IOException |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | false | n.a. | n.a. |
New | true | 3314992360917377196 | 1 |
Status | Modifier | Constructor |
NEW | public | UnsupportedPackVersionException(long) |
Status | Modifier | Type | Field |
NEW | public | java.lang.String | badShallowLine |
NEW | public | java.lang.String | sha1CollisionDetected1 |
NEW | public | java.lang.String | tooManyCommands |
Status | Modifier | Type | Method |
NEW | public | long | getEstimatedPackSize() |
NEW | public | org.eclipse.jgit.internal.storage.dfs.DfsPackDescription | setEstimatedPackSize(long) |
Status | Modifier | Type | Method |
NEW | final public | java.io.File | getPreservedDirectory() |
Status | Modifier | Type | Field |
NEW | public static final | org.eclipse.jgit.internal.storage.pack.PackExt | KEEP |
Status | Modifier | Type | Field |
MODIFIED (!) | public static final (<- not_final) | java.util.Set (!) | NONE |
Status | Modifier | Type | Field |
NEW | public static final | java.lang.String | CONFIG_KEY_FETCH_RECURSE_SUBMODULES |
NEW | public static final | java.lang.String | CONFIG_KEY_RECURSE_SUBMODULES |
Status | Modifier | Type | Method |
NEW | public | void | set(int,int,int,int,int) |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -7757552812342222236 | 1 |
New | true | -3605754229150449704 | 1 |
Status | Modifier | Constructor |
MODIFIED | public (<- package_protected) | ObjectId(int,int,int,int,int) |
Status | Modifier | Type | Method |
NEW | static public | java.lang.String | normalizeBranchName(java.lang.String) |
Status | Modifier | Constructor |
NEW | public | SubmoduleConfig() |
Status | Superclass |
NEW | java.lang.Enum |
Status | Interface |
NEW | org.eclipse.jgit.lib.Config$ConfigEnum |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | false | n.a. | n.a. |
New | true | 8594380347564014799 | n.a. |
Status | Modifier | Type | Field |
NEW | public static final | org.eclipse.jgit.lib.SubmoduleConfig$FetchRecurseSubmodulesMode | NO |
NEW | public static final | org.eclipse.jgit.lib.SubmoduleConfig$FetchRecurseSubmodulesMode | ON_DEMAND |
NEW | public static final | org.eclipse.jgit.lib.SubmoduleConfig$FetchRecurseSubmodulesMode | YES |
Status | Modifier | Type | Method |
NEW | public | boolean | matchConfigValue(java.lang.String) |
NEW | public | java.lang.String | toConfigValue() |
NEW | static public | org.eclipse.jgit.lib.SubmoduleConfig$FetchRecurseSubmodulesMode | valueOf(java.lang.String) |
NEW | static public | org.eclipse.jgit.lib.SubmoduleConfig$FetchRecurseSubmodulesMode[] | values() |
Status | Modifier | Type | Field |
NEW | public static final | boolean | DEFAULT_PRESERVE_OLD_PACKS |
NEW | public static final | boolean | DEFAULT_PRUNE_PRESERVED |
Status | Modifier | Type | Method |
NEW | public | boolean | isPreserveOldPacks() |
NEW | public | boolean | isPrunePreserved() |
NEW | public | void | setPreserveOldPacks(boolean) |
NEW | public | void | setPrunePreserved(boolean) |
Status | Modifier | Type | Method |
NEW | public | void | setMaxCommandBytes(long) |
NEW | public | void | setMaxCommandDiscardBytes(long) |
Status | Modifier | Type | Method |
NEW | public | void | addSubmodule(java.lang.String,org.eclipse.jgit.transport.FetchResult) |
NEW | public | java.util.Map | submoduleResults() |
Status | Modifier | Type | Field |
NEW | public static final | int | HTTP_MOVED_PERM |
Status | Modifier | Constructor |
NEW | public | PacketLineIn(java.io.InputStream,long) |
Status | Superclass |
NEW | java.io.IOException |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | false | n.a. | n.a. |
New | true | 8510188569219591388 | 1 |
Status | Modifier | Constructor |
NEW | public | PacketLineIn$InputOverLimitIOException() |
Status | Interface |
NEW | java.io.Serializable |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | false | n.a. | n.a. |
New | true | 5873790796357613610 | 1 |
Status | Modifier | Constructor |
NEW | public | RefLeaseSpec(java.lang.String,java.lang.String) |
Status | Modifier | Type | Method |
NEW | public | java.lang.String | getExpected() |
NEW | public | java.lang.String | getRef() |
NEW | public | java.lang.String | toString() |
Status | Modifier | Type | Method |
NEW | static public | java.util.Collection | findRemoteRefUpdatesFor(org.eclipse.jgit.lib.Repository,java.util.Collection,java.util.Map,java.util.Collection) |
NEW | public | java.util.Collection | findRemoteRefUpdatesFor(java.util.Collection,java.util.Map) |
Status | Modifier | Type | Method |
NEW | public | int | matchFilter(org.eclipse.jgit.treewalk.TreeWalk) |
Status | Modifier | Type | Method |
NEW | public | int | matchFilter(org.eclipse.jgit.treewalk.TreeWalk) |
Status | Modifier | Type | Method |
NEW | public | int | matchFilter(org.eclipse.jgit.treewalk.TreeWalk) |
Status | Modifier | Type | Method |
NEW | public | int | isPathMatch(byte[],int) |
Status | Modifier | Type | Method |
NEW | static public | boolean | isStaleFileHandleInCausalChain(java.lang.Throwable) |
Status | Modifier | Type | Field |
NEW | public static final | java.lang.String | HDR_LOCATION |
Status | Modifier | Type | Method |
NEW | static public | java.lang.String | responseHeader(org.eclipse.jgit.transport.http.HttpConnection,java.lang.String) |
Status | Modifier | Type | Method |
NEW | public | byte[] | digest() |
NEW | public | void | digest(org.eclipse.jgit.lib.MutableObjectId) |
NEW | public | boolean | hasCollision() |
NEW | static public | org.eclipse.jgit.util.sha1.SHA1 | newInstance() |
NEW | public | org.eclipse.jgit.util.sha1.SHA1 | reset() |
NEW | public | org.eclipse.jgit.util.sha1.SHA1 | setDetectCollision(boolean) |
NEW | public | org.eclipse.jgit.lib.ObjectId | toObjectId() |
NEW | public | void | update(byte) |
NEW | public | void | update(byte[]) |
NEW | public | void | update(byte[],int,int) |
Status | Superclass |
NEW | java.lang.RuntimeException |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | false | n.a. | n.a. |
New | true | 8828605181676802721 | 1 |
Status | Modifier | Constructor |
NEW | public | Sha1CollisionException(org.eclipse.jgit.lib.ObjectId) |