A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- a - Variable in class org.eclipse.jgit.diff.MyersDiff
-
The first text to be compared.
- a(S, Edit) - Static method in class org.eclipse.jgit.diff.Subsequence
-
Construct a subsequence around the A region/base sequence.
- AbbrevConfig - Class in org.eclipse.jgit.lib
-
Git configuration option core.abbrev
- abbreviate(int) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Return an abbreviation (prefix) of this object SHA-256.
- abbreviate(int) - Method in class org.eclipse.jgit.lib.AnyObjectId
-
Return an abbreviation (prefix) of this object SHA-1.
- abbreviate(AnyObjectId) - Method in class org.eclipse.jgit.lib.ObjectReader
-
Obtain a unique abbreviation (prefix) of an object SHA-1.
- abbreviate(AnyObjectId) - Method in class org.eclipse.jgit.lib.ObjectReader.Filter
- abbreviate(AnyObjectId, int) - Method in class org.eclipse.jgit.lib.ObjectReader
-
Obtain a unique abbreviation (prefix) of an object SHA-1.
- abbreviate(AnyObjectId, int) - Method in class org.eclipse.jgit.lib.ObjectReader.Filter
- AbbreviatedLongObjectId - Class in org.eclipse.jgit.lfs.lib
-
A prefix abbreviation of an
LongObjectId
. - AbbreviatedObjectId - Class in org.eclipse.jgit.lib
-
A prefix abbreviation of an
ObjectId
. - abbreviationLengthMustBeNonNegative - Variable in class org.eclipse.jgit.internal.JGitText
- abort() - Method in class org.eclipse.jgit.lfs.internal.AtomicObjectOutputStream
-
Aborts the stream.
- abort(Iterable<ReceiveCommand>) - Static method in class org.eclipse.jgit.transport.ReceiveCommand
-
Set unprocessed commands as failed due to transaction aborted.
- ABORT - org.eclipse.jgit.api.RebaseCommand.Operation
-
Aborts and resets the current rebase
- ABORT_IF_BINARY - org.eclipse.jgit.util.io.AutoLFInputStream.StreamFlag
-
If
AutoLFInputStream.StreamFlag.DETECT_BINARY
is set, throw anAutoLFInputStream.IsBinaryException
if binary content is detected. - ABORTED - org.eclipse.jgit.api.MergeResult.MergeStatus
- ABORTED - org.eclipse.jgit.api.RebaseResult.Status
-
Aborted; the original HEAD was restored
- AbortedByHookException - Exception in org.eclipse.jgit.api.errors
-
Exception thrown when a hook returns a process result with a value different from 0.
- AbortedByHookException(String, String, int) - Constructor for exception org.eclipse.jgit.api.errors.AbortedByHookException
-
Constructor for AbortedByHookException
- abortingRebase - Variable in class org.eclipse.jgit.internal.JGitText
- abortingRebaseFailed - Variable in class org.eclipse.jgit.internal.JGitText
- abortingRebaseFailedNoOrigHead - Variable in class org.eclipse.jgit.internal.JGitText
- abortOnFailure() - Method in annotation type org.eclipse.jgit.junit.Repeat
-
Whether to abort execution on first test failure
- AbstractAdvertiseRefsHook - Class in org.eclipse.jgit.transport
-
Implementation of
AdvertiseRefsHook
that advertises the same refs for upload-pack and receive-pack. - AbstractAdvertiseRefsHook() - Constructor for class org.eclipse.jgit.transport.AbstractAdvertiseRefsHook
- AbstractAuthenticationHandler<ParameterType,TokenType> - Class in org.eclipse.jgit.internal.transport.sshd.auth
-
Abstract base class for
AuthenticationHandler
s encapsulating basic common things. - AbstractAuthenticationHandler(InetSocketAddress) - Constructor for class org.eclipse.jgit.internal.transport.sshd.auth.AbstractAuthenticationHandler
-
Creates a new
AbstractAuthenticationHandler
to authenticate with the givenproxy
. - AbstractClientProxyConnector - Class in org.eclipse.jgit.internal.transport.sshd.proxy
-
Basic common functionality for a
StatefulProxyConnector
. - AbstractClientProxyConnector(InetSocketAddress, InetSocketAddress, String, char[]) - Constructor for class org.eclipse.jgit.internal.transport.sshd.proxy.AbstractClientProxyConnector
-
Creates a new
AbstractClientProxyConnector
. - AbstractConnector - Class in org.eclipse.jgit.transport.sshd.agent
-
Provides some utility methods for implementing
Connector
s. - AbstractConnector() - Constructor for class org.eclipse.jgit.transport.sshd.agent.AbstractConnector
-
Creates a new instance using the
AbstractConnector.DEFAULT_MAX_REPLY_LENGTH
. - AbstractConnector(int) - Constructor for class org.eclipse.jgit.transport.sshd.agent.AbstractConnector
-
Creates a new instance.
- AbstractMatcher - Class in org.eclipse.jgit.ignore.internal
-
Base class for default methods as
AbstractMatcher.toString()
and such. - AbstractPlotRenderer<TLane extends PlotLane,TColor> - Class in org.eclipse.jgit.revplot
-
Basic commit graph renderer for graphical user interfaces.
- AbstractPlotRenderer() - Constructor for class org.eclipse.jgit.revplot.AbstractPlotRenderer
- AbstractTreeIterator - Class in org.eclipse.jgit.treewalk
-
Walks a Git tree (directory) in Git sort order.
- AbstractTreeIterator() - Constructor for class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Create a new iterator with no parent.
- AbstractTreeIterator(byte[]) - Constructor for class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Create a new iterator with no parent and a prefix.
- AbstractTreeIterator(String) - Constructor for class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Create a new iterator with no parent and a prefix.
- AbstractTreeIterator(AbstractTreeIterator) - Constructor for class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Create an iterator for a subtree of an existing iterator.
- AbstractTreeIterator(AbstractTreeIterator, byte[], int) - Constructor for class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Create an iterator for a subtree of an existing iterator.
- AbstractTreeIteratorHandler - Class in org.eclipse.jgit.pgm.opt
-
Custom argument handler
AbstractTreeIterator
from string values. - AbstractTreeIteratorHandler(CmdLineParser, OptionDef, Setter<? super AbstractTreeIterator>) - Constructor for class org.eclipse.jgit.pgm.opt.AbstractTreeIteratorHandler
-
Create a new handler for the command name.
- accept(String, InetSocketAddress, PublicKey, ServerKeyDatabase.Configuration, CredentialsProvider) - Method in class org.eclipse.jgit.internal.transport.sshd.OpenSshServerKeyDatabase
- accept(String, InetSocketAddress, PublicKey, ServerKeyDatabase.Configuration, CredentialsProvider) - Method in interface org.eclipse.jgit.transport.sshd.ServerKeyDatabase
-
Determines whether to accept a received server host key.
- ACCEPT_ANY - org.eclipse.jgit.transport.sshd.ServerKeyDatabase.Configuration.StrictHostKeyChecking
-
"no", "off": always accept new or mismatched keys.
- ACCEPT_NEW - org.eclipse.jgit.transport.sshd.ServerKeyDatabase.Configuration.StrictHostKeyChecking
-
"accept-new": accept new keys, but never accept modified keys.
- acceptEvictedEvent(int, long, int, Duration) - Method in interface org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheConfig.IndexEventConsumer
-
Accept an event of an index evicted from cache.
- acceptRequestedEvent(int, boolean, long, long, Duration) - Method in interface org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheConfig.IndexEventConsumer
-
Accept an event of an index requested.
- access(HttpServletRequest, Repository) - Method in class org.eclipse.jgit.http.server.resolver.AsIsFileService
-
Determine if access to any bare file of the repository is allowed.
- AccessEvent - Class in org.eclipse.jgit.junit.http
-
A single request made through
AppServer
. - account - Variable in class org.eclipse.jgit.transport.NetRC.NetRCEntry
-
account netrc entry
- Accumulator() - Constructor for class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
- Accumulator() - Constructor for class org.eclipse.jgit.storage.pack.PackStatistics.ObjectType.Accumulator
- ACKED_BY - Static variable in class org.eclipse.jgit.revwalk.FooterKey
-
Standard
Acked-by
- Action() - Constructor for class org.eclipse.jgit.lfs.Protocol.Action
- Action() - Constructor for class org.eclipse.jgit.lfs.server.Response.Action
- actions - Variable in class org.eclipse.jgit.lfs.Protocol.ObjectInfo
- actions - Variable in class org.eclipse.jgit.lfs.server.Response.ObjectInfo
- add() - Method in class org.eclipse.jgit.api.Git
-
Return a command object to execute a
Add
command - add(double) - Method in class org.eclipse.jgit.util.Stats
-
Add a value
- add(int) - Method in class org.eclipse.jgit.util.IntList
-
Add an entry to the end of the list.
- add(int, int, int, MergeChunk.ConflictState) - Method in class org.eclipse.jgit.merge.MergeResult
-
Adds a new range from one of the merged sequences or from the common predecessor.
- add(int, E) - Method in class org.eclipse.jgit.revwalk.RevObjectList
- add(int, T) - Method in class org.eclipse.jgit.util.BlockList
- add(int, T) - Method in class org.eclipse.jgit.util.RefList
-
Add an item at a specific index.
- add(long) - Method in class org.eclipse.jgit.util.LongList
-
Add an entry to the end of the list.
- add(InputStream) - Method in class org.eclipse.jgit.util.io.UnionInputStream
-
Add the given InputStream onto the end of the stream queue.
- add(Iterable<ObjectId>) - Method in class org.eclipse.jgit.api.NameRevCommand
-
Add multiple objects to search for.
- add(String) - Method in class org.eclipse.jgit.api.PushCommand
-
Add a reference to push.
- add(String, String) - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
-
Add file with given content
- add(String, RevBlob) - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
-
Add file with given path and blob
- add(DiffEntry) - Method in class org.eclipse.jgit.diff.RenameDetector
-
Add an entry to be considered for rename detection.
- add(DirCacheEditor.PathEdit) - Method in class org.eclipse.jgit.dircache.DirCacheEditor
-
Append one edit command to the list of commands to be applied.
- add(DirCacheEntry) - Method in class org.eclipse.jgit.dircache.DirCacheBuilder
-
Append one entry into the resulting entry list.
- add(DfsObjDatabase.PackSource...) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase.PackSource.ComparatorBuilder
-
Add a collection of sources that should sort as equal.
- add(DfsPackFile) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackCompactor
-
Add a pack to be compacted.
- add(DfsReftable) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackCompactor
-
Add a reftable to be compacted.
- add(AnyObjectId) - Method in class org.eclipse.jgit.api.LogCommand
-
Mark a commit to start graph traversal from.
- add(ObjectId) - Method in class org.eclipse.jgit.api.NameRevCommand
-
Add an object to search for.
- add(Ref) - Method in class org.eclipse.jgit.api.PushCommand
-
Add a reference to push.
- add(RevCommit) - Method in class org.eclipse.jgit.revwalk.DateRevQueue
-
Add a commit to the queue.
- add(RevCommit) - Method in class org.eclipse.jgit.revwalk.FIFORevQueue
-
Add a commit to the queue.
- add(RevCommit) - Method in class org.eclipse.jgit.revwalk.LIFORevQueue
-
Add a commit to the queue.
- add(RevFlag) - Method in class org.eclipse.jgit.revwalk.RevFlagSet
- add(RevFlag) - Method in class org.eclipse.jgit.revwalk.RevObject
-
Add a flag to this object.
- add(RevFlagSet) - Method in class org.eclipse.jgit.revwalk.RevObject
-
Add a set of flags to this object.
- add(CachedAuthenticator.CachedAuthentication) - Static method in class org.eclipse.jgit.util.CachedAuthenticator
-
Add a cached authentication for future use.
- add(Q) - Method in class org.eclipse.jgit.lib.ObjectIdOwnerMap
-
Store an object for future lookup.
- add(Q) - Method in class org.eclipse.jgit.lib.ObjectIdSubclassMap
-
Store an object for future lookup.
- add(T) - Method in class org.eclipse.jgit.util.BlockList
- add(T) - Method in class org.eclipse.jgit.util.RefList.Builder
-
Add the reference to the end of the array.
- ADD - org.eclipse.jgit.diff.DiffEntry.ChangeType
-
Add a new file to the project
- ADD_KEYS_TO_AGENT - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Property to control whether private keys are added to an SSH agent, if one is running, after having been loaded.
- addAdditionalRefs(Iterable<Ref>) - Method in class org.eclipse.jgit.revplot.PlotWalk
-
Add additional refs to the walk
- addAll(Collection<DiffEntry>) - Method in class org.eclipse.jgit.diff.RenameDetector
-
Add entries to be considered for rename detection.
- addAll(List<ReftableReader>) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableCompactor
-
Add all of the tables, in the specified order.
- addAll(Ref[], int, int) - Method in class org.eclipse.jgit.util.RefList.Builder
-
Add all items from a source array.
- addAll(BlockList<T>) - Method in class org.eclipse.jgit.util.BlockList
-
Quickly append all elements of another BlockList.
- addAll(RefList.Builder) - Method in class org.eclipse.jgit.util.RefList.Builder
-
Add all items from another builder.
- addAll(T[], int, int) - Method in class org.eclipse.jgit.util.BlockList
-
Quickly append all elements from an array.
- addAlternateObjectDirectories(File[]) - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Add alternate object directories to the search list.
- addAlternateObjectDirectories(Collection<File>) - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Add alternate object directories to the search list.
- addAlternateObjectDirectory(File) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRepositoryBuilder
-
Add an alternate object directory to the search list.
- addAlternateObjectDirectory(File) - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Add an alternate object directory to the search list.
- addAnnotatedTags() - Method in class org.eclipse.jgit.api.NameRevCommand
-
Add all annotated tags under
refs/tags/
to the set that all results must match. - addBitmap(AnyObjectId, EWAHCompressedBitmap, int) - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder
-
Stores the bitmap for the objectId.
- addBitmap(AnyObjectId, BitmapIndex.Bitmap, int) - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder
-
Stores the bitmap for the objectId.
- addCeilingDirectories(File[]) - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Add ceiling directories to the search list.
- addCeilingDirectories(Collection<File>) - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Add ceiling directories to the search list.
- addCeilingDirectory(File) - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Add a ceiling directory to the search limit list.
- addChangeListener(ConfigChangedListener) - Method in class org.eclipse.jgit.lib.Config
-
Adds a listener to be notified about changes.
- addCloseListener(SessionCloseListener) - Method in class org.eclipse.jgit.transport.sshd.SshdSession
-
Adds a
SessionCloseListener
to this session. - addCommand(String) - Method in class org.eclipse.jgit.transport.PushCertificateParser
-
Add a command to the signature.
- addCommand(Collection<ReceiveCommand>) - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Add commands to this batch update.
- addCommand(ReceiveCommand) - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Add a single command to this batch update.
- addCommand(ReceiveCommand) - Method in class org.eclipse.jgit.transport.PushCertificateParser
-
Add a command to the signature.
- addCommand(ReceiveCommand...) - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Add commands to this batch update.
- AddCommand - Class in org.eclipse.jgit.api
-
A class used to execute a
Add
command. - AddCommand(Repository) - Constructor for class org.eclipse.jgit.api.AddCommand
-
Constructor for AddCommand
- addConfigChangedListener(ConfigChangedListener) - Method in class org.eclipse.jgit.events.ListenerList
-
Register a ConfigChangedListener.
- addConflict(String, int[][]) - Method in class org.eclipse.jgit.api.MergeResult
-
Add a conflict
- addConflict(String, MergeResult<?>) - Method in class org.eclipse.jgit.api.MergeResult
-
Add a conflict
- addContext(String) - Method in class org.eclipse.jgit.junit.http.AppServer
-
Create a new servlet context within the server.
- addCopyFile(RepoProject.CopyFile) - Method in class org.eclipse.jgit.gitrepo.RepoProject
-
Add a copy file configuration.
- addCopyFiles(Collection<RepoProject.CopyFile>) - Method in class org.eclipse.jgit.gitrepo.RepoProject
-
Add a bunch of copyfile configurations.
- addDeletion(String, boolean, Attributes) - Method in class org.eclipse.jgit.merge.ResolveMerger
-
Remember a path for deletion, and remember its
DirCacheCheckout.CheckoutMetadata
in case it has to be restored in the cleanUp. - addDeltaObject(int) - Method in class org.eclipse.jgit.transport.ReceivedPackStatistics.Builder
-
Increment a delta object count.
- addDirset(DirSet) - Method in class org.eclipse.jgit.ant.tasks.GitAddTask
-
Add a set of files to add.
- ADDED_BY_THEM - org.eclipse.jgit.lib.IndexDiff.StageState
-
Only exists in theirs.
- ADDED_BY_US - org.eclipse.jgit.lib.IndexDiff.StageState
-
Only exists in ours.
- addError(FormatError) - Method in class org.eclipse.jgit.patch.Patch
-
Add a formatting error to this patch script.
- addEvent(PerformanceLogRecord) - Method in class org.eclipse.jgit.logging.PerformanceLogContext
-
Adds a performance log record to the current list of events.
- addFetchRefSpec(RefSpec) - Method in class org.eclipse.jgit.transport.RemoteConfig
-
Add a new fetch RefSpec to this remote.
- addFile(FileHeader) - Method in class org.eclipse.jgit.patch.Patch
-
Add a single file to this patch.
- addFileExt(PackExt) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Adds the pack file extension to the known list.
- addFilepattern(String) - Method in class org.eclipse.jgit.api.AddCommand
-
Add a path to a file/directory whose content should be added.
- addFilepattern(String) - Method in class org.eclipse.jgit.api.RmCommand
-
Add file name pattern of files to be removed
- addFileset(FileSet) - Method in class org.eclipse.jgit.ant.tasks.GitAddTask
-
Add a set of files to add.
- addHostKey(Path, boolean) - Method in class org.eclipse.jgit.junit.ssh.SshTestGitServer
-
Adds an additional host key to the server.
- addHostKey(KeyPair, boolean) - Method in class org.eclipse.jgit.junit.ssh.SshTestGitServer
-
Adds an additional host key to the server.
- addIdentity(KeyPair, String, SshAgentKeyConstraint...) - Method in class org.eclipse.jgit.internal.transport.sshd.agent.SshAgentClient
- addIfAbsent(Q) - Method in class org.eclipse.jgit.lib.ObjectIdOwnerMap
-
Store an object for future lookup.
- addIfAbsent(Q) - Method in class org.eclipse.jgit.lib.ObjectIdSubclassMap
-
Store an object for future lookup.
- addIndexChangedListener(IndexChangedListener) - Method in class org.eclipse.jgit.events.ListenerList
-
Register an IndexChangedListener.
- addLinkFile(RepoProject.LinkFile) - Method in class org.eclipse.jgit.gitrepo.RepoProject
-
Add a link file configuration.
- addLinkFiles(Collection<RepoProject.LinkFile>) - Method in class org.eclipse.jgit.gitrepo.RepoProject
-
Add a bunch of linkfile configurations.
- addListener(Class<T>, T) - Method in class org.eclipse.jgit.events.ListenerList
-
Add a listener to the list.
- addName(String) - Method in class org.eclipse.jgit.api.VerifySignatureCommand
-
Add a name of an object (SHA-1, ref name; anything that can be
resolved
) to the command to have its signature verified. - addNames(String...) - Method in class org.eclipse.jgit.api.VerifySignatureCommand
-
Add names of objects (SHA-1, ref name; anything that can be
resolved
) to the command to have their signatures verified. - addNames(Collection<String>) - Method in class org.eclipse.jgit.api.VerifySignatureCommand
-
Add names of objects (SHA-1, ref name; anything that can be
resolved
) to the command to have their signatures verified. - AddNoteCommand - Class in org.eclipse.jgit.api
-
Add object notes.
- AddNoteCommand(Repository) - Constructor for class org.eclipse.jgit.api.AddNoteCommand
-
Constructor for AddNoteCommand
- addObject(AnyObjectId, int) - Method in interface org.eclipse.jgit.lib.BitmapIndex.BitmapBuilder
-
Adds the id to the bitmap.
- addObject(RevObject) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Include one object to the output file.
- addObjectsAsIs(Collection<? extends CachedPack>) - Method in class org.eclipse.jgit.transport.BundleWriter
-
Add objects to the bundle file.
- addOffsetDelta() - Method in class org.eclipse.jgit.transport.ReceivedPackStatistics.Builder
- addParentId(AnyObjectId) - Method in class org.eclipse.jgit.lib.CommitBuilder
-
Add a parent onto the end of the parent list.
- addPath(String) - Method in class org.eclipse.jgit.api.CheckoutCommand
-
Add a single slash-separated path to the list of paths to check out.
- addPath(String) - Method in class org.eclipse.jgit.api.LogCommand
-
Show only commits that affect any of the specified paths.
- addPath(String) - Method in class org.eclipse.jgit.api.ResetCommand
-
Repository relative path of file or directory to reset
- addPath(String) - Method in class org.eclipse.jgit.api.StatusCommand
-
Show only the status of files which match the given paths.
- addPath(String) - Method in class org.eclipse.jgit.api.SubmoduleDeinitCommand
-
Add repository-relative submodule path to deinitialize
- addPath(String) - Method in class org.eclipse.jgit.api.SubmoduleInitCommand
-
Add repository-relative submodule path to initialize
- addPath(String) - Method in class org.eclipse.jgit.api.SubmoduleStatusCommand
-
Add repository-relative submodule path to limit status reporting to
- addPath(String) - Method in class org.eclipse.jgit.api.SubmoduleSyncCommand
-
Add repository-relative submodule path to synchronize
- addPath(String) - Method in class org.eclipse.jgit.api.SubmoduleUpdateCommand
-
Add repository-relative submodule path to initialize
- addPaths(List<String>) - Method in class org.eclipse.jgit.api.CheckoutCommand
-
Add multiple slash-separated paths to the list of paths to check out.
- addPrefix(String) - Method in class org.eclipse.jgit.api.NameRevCommand
-
Add a ref prefix to the set that results must match.
- addPrefixesTo(String, Collection<String>) - Static method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Add prefixes of a ref name to an existing collection.
- addProposedTimestamp(ProposedTimestamp) - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Request the batch to wait for the affected timestamps to resolve.
- addPushRefSpec(RefSpec) - Method in class org.eclipse.jgit.transport.RemoteConfig
-
Add a new push RefSpec to this remote.
- addPushURI(URIish) - Method in class org.eclipse.jgit.transport.RemoteConfig
-
Add a new push-only URI to the end of the list of URIs.
- addRange(AnyObjectId, AnyObjectId) - Method in class org.eclipse.jgit.api.LogCommand
-
Adds the range
since..until
- addReceivePackFilter(Filter) - Method in class org.eclipse.jgit.http.server.GitFilter
-
Add receive-pack filter
- addReceivePackFilter(Filter) - Method in class org.eclipse.jgit.http.server.GitServlet
-
Add receive-pack filter
- addRef(Ref) - Method in class org.eclipse.jgit.api.NameRevCommand
-
Add a ref to the set that all results must match.
- addRefDelta() - Method in class org.eclipse.jgit.transport.ReceivedPackStatistics.Builder
- addRefsChangedListener(RefsChangedListener) - Method in class org.eclipse.jgit.events.ListenerList
-
Register a RefsChangedListener.
- addReftable(FileReftableStack.Writer) - Method in class org.eclipse.jgit.internal.storage.file.FileReftableStack
-
Tries to add a new reftable to the stack.
- addRepoToClose(Repository) - Method in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Adds a repository to the list of repositories which is closed at the end of the tests
- addServerOption(String) - Method in class org.eclipse.jgit.transport.LsRefsV2Request.Builder
-
Records an application-specific option supplied in a server-option line, for later retrieval with
LsRefsV2Request.getServerOptions()
. - addShallowExclude(String) - Method in class org.eclipse.jgit.api.CloneCommand
-
Creates a shallow clone with a history, excluding commits reachable from a specified remote branch or tag.
- addShallowExclude(String) - Method in class org.eclipse.jgit.api.FetchCommand
-
Deepens or shortens the history of a shallow repository to exclude commits reachable from a specified remote branch or tag.
- addShallowExclude(ObjectId) - Method in class org.eclipse.jgit.api.CloneCommand
-
Creates a shallow clone with a history, excluding commits reachable from a specified remote branch or tag.
- addShallowExclude(ObjectId) - Method in class org.eclipse.jgit.api.FetchCommand
-
Creates a shallow clone with a history, excluding commits reachable from a specified remote branch or tag.
- addSubmodule(String, FetchResult) - Method in class org.eclipse.jgit.transport.FetchResult
-
Add fetch results for a submodule.
- addSymref(String, String) - Method in class org.eclipse.jgit.transport.RefAdvertiser
-
Add a symbolic ref to capabilities.
- AddToBitmapFilter - Class in org.eclipse.jgit.internal.revwalk
-
A RevFilter that adds the visited commits to
bitmap
as a side effect. - AddToBitmapFilter(BitmapIndex.BitmapBuilder) - Constructor for class org.eclipse.jgit.internal.revwalk.AddToBitmapFilter
-
Create a filter that adds visited commits to the given bitmap.
- AddToBitmapWithCacheFilter - Class in org.eclipse.jgit.internal.revwalk
-
A RevFilter that adds the visited commits to
bitmap
as a side effect. - AddToBitmapWithCacheFilter(AnyObjectId, BitmapIndex.Bitmap, BitmapIndex.BitmapBuilder) - Constructor for class org.eclipse.jgit.internal.revwalk.AddToBitmapWithCacheFilter
-
Create a filter with a cached BitmapCommit that adds visited commits to the given bitmap.
- addToCheckout(String, DirCacheEntry, Attributes[]) - Method in class org.eclipse.jgit.merge.ResolveMerger
-
Adds a
DirCacheEntry
for direct checkout and remembers itsDirCacheCheckout.CheckoutMetadata
. - addToDestination(String, String) - Method in class org.eclipse.jgit.gitrepo.RepoCommand
-
Create a file with the given content in the destination repository
- addToEnv(Map<String, String>) - Method in class org.eclipse.jgit.internal.diffmergetool.FileElement
-
Add variable to environment map.
- addTree(byte[], int, ObjectReader, AnyObjectId) - Method in class org.eclipse.jgit.dircache.DirCacheBuilder
-
Recursively add an entire tree into this builder.
- addTree(AnyObjectId) - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Add an already existing tree object for walking.
- addTree(AbstractTreeIterator) - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Add an already created tree iterator for walking.
- AddUnseenToBitmapFilter - Class in org.eclipse.jgit.internal.revwalk
-
A RevFilter that adds the visited commits to
bitmap
as a side effect. - AddUnseenToBitmapFilter(BitmapIndex.BitmapBuilder, BitmapIndex.BitmapBuilder) - Constructor for class org.eclipse.jgit.internal.revwalk.AddUnseenToBitmapFilter
-
Create a filter that adds visited commits to the given bitmap, but does not walk through the objects in
seen
. - addUpdatedFile(File) - Method in class org.eclipse.jgit.api.ApplyResult
-
Add updated file
- addUploadPackFilter(Filter) - Method in class org.eclipse.jgit.http.server.GitFilter
-
Add upload-pack filter
- addUploadPackFilter(Filter) - Method in class org.eclipse.jgit.http.server.GitServlet
-
Add upload-pack filter
- addURI(URIish) - Method in class org.eclipse.jgit.transport.RemoteConfig
-
Add a new URI to the end of the list of URIs.
- addWholeObject(int) - Method in class org.eclipse.jgit.transport.ReceivedPackStatistics.Builder
-
Increment a whole object count.
- addWorkingTreeModifiedListener(WorkingTreeModifiedListener) - Method in class org.eclipse.jgit.events.ListenerList
-
Register a
WorkingTreeModifiedListener
. - adjustTimeout() - Method in class org.eclipse.jgit.internal.transport.sshd.proxy.AbstractClientProxyConnector
-
Adjusts the timeout calculation to not account of elapsed time since the last time the timeout was gotten.
- advertiseCapability(String) - Method in class org.eclipse.jgit.transport.RefAdvertiser
-
Add one protocol capability to the initial advertisement.
- advertiseCapability(String, String) - Method in class org.eclipse.jgit.transport.RefAdvertiser
-
Add one protocol capability with a value (
"name=value"
). - advertised - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
The count of references in the ref advertisement.
- ADVERTISED - org.eclipse.jgit.transport.UploadPack.RequestPolicy
-
Client may only ask for objects the server advertised a reference for.
- AdvertisedRequestValidator() - Constructor for class org.eclipse.jgit.transport.UploadPack.AdvertisedRequestValidator
- advertiseHave(AnyObjectId) - Method in class org.eclipse.jgit.transport.RefAdvertiser
-
Advertise one object is available using the magic
.have
. - advertiseId(AnyObjectId, String) - Method in class org.eclipse.jgit.transport.RefAdvertiser
-
Advertise one object under a specific name.
- advertiseId(AnyObjectId, String) - Method in class org.eclipse.jgit.transport.RefAdvertiser.PacketLineOutRefAdvertiser
- advertisementCameBefore - Variable in class org.eclipse.jgit.internal.JGitText
- advertisementOfCameBefore - Variable in class org.eclipse.jgit.internal.JGitText
- advertiseRefs(ReceivePack) - Method in class org.eclipse.jgit.transport.AbstractAdvertiseRefsHook
-
Advertise refs for receive-pack.
- advertiseRefs(ReceivePack) - Method in interface org.eclipse.jgit.transport.AdvertiseRefsHook
-
Advertise refs for receive-pack.
- advertiseRefs(ReceivePack) - Method in class org.eclipse.jgit.transport.AdvertiseRefsHookChain
-
Advertise refs for receive-pack.
- advertiseRefs(UploadPack) - Method in class org.eclipse.jgit.transport.AbstractAdvertiseRefsHook
-
Advertise refs for upload-pack.
- advertiseRefs(UploadPack) - Method in interface org.eclipse.jgit.transport.AdvertiseRefsHook
-
Advertise refs for upload-pack.
- advertiseRefs(UploadPack) - Method in class org.eclipse.jgit.transport.AdvertiseRefsHookChain
-
Advertise refs for upload-pack.
- AdvertiseRefsHook - Interface in org.eclipse.jgit.transport
-
Hook to allow callers to take over advertising refs to the client.
- AdvertiseRefsHookChain - Class in org.eclipse.jgit.transport
-
AdvertiseRefsHook
that delegates to a list of other hooks. - adviseSequentialRead(long, long) - Method in class org.eclipse.jgit.internal.storage.io.BlockSource
-
Advise the
BlockSource
a sequential scan is starting. - AF_UNIX - Static variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Sockets
-
Domain for Unix domain sockets.
- after(long) - Static method in class org.eclipse.jgit.revwalk.filter.CommitTimeRevFilter
-
Create a new filter to select commits after a given date/time.
- after(Date) - Static method in class org.eclipse.jgit.revwalk.filter.CommitTimeRevFilter
-
Create a new filter to select commits after a given date/time.
- after(Edit) - Method in class org.eclipse.jgit.diff.Edit
-
Construct a new edit representing the region after cut.
- all() - Method in class org.eclipse.jgit.api.LogCommand
-
Add all refs as commits to start the graph traversal from.
- all() - Static method in class org.eclipse.jgit.pgm.CommandCatalog
-
Get all commands sorted by their name
- ALL - org.eclipse.jgit.api.ListBranchCommand.ListMode
-
Corresponds to the -a option (all branches)
- ALL - org.eclipse.jgit.submodule.SubmoduleWalk.IgnoreSubmoduleMode
-
Ignore all modifications to submodules
- ALL - Static variable in class org.eclipse.jgit.lib.RefDatabase
-
Magic value for
RefDatabase.getRefsByPrefix(String)
to return all references. - ALL - Static variable in class org.eclipse.jgit.revwalk.filter.ObjectFilter
-
Default filter that always returns true.
- ALL - Static variable in class org.eclipse.jgit.revwalk.filter.RevFilter
-
Default filter that always returns true (thread safe).
- ALL - Static variable in class org.eclipse.jgit.treewalk.filter.TreeFilter
-
Selects all tree entries.
- allLogs() - Method in class org.eclipse.jgit.internal.storage.reftable.MergedReftable
-
Seek reader to read log records.
- allLogs() - Method in class org.eclipse.jgit.internal.storage.reftable.Reftable
-
Seek reader to read log records.
- allLogs() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableReader
-
Seek reader to read log records.
- ALLOW_MISMATCH - org.eclipse.jgit.transport.RefSpec.WildcardMode
-
Allow refspecs with an asterisk on only one side.
- allowsType(int) - Method in class org.eclipse.jgit.transport.FilterSpec
- allRefs() - Method in class org.eclipse.jgit.internal.storage.reftable.MergedReftable
-
Seek to the first reference, to iterate in order.
- allRefs() - Method in class org.eclipse.jgit.internal.storage.reftable.Reftable
-
Seek to the first reference, to iterate in order.
- allRefs() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableReader
-
Seek to the first reference, to iterate in order.
- ALREADY_DEINITIALIZED - org.eclipse.jgit.api.SubmoduleDeinitCommand.SubmoduleDeinitStatus
-
The submodule was not initialized in the first place
- ALREADY_UP_TO_DATE - org.eclipse.jgit.api.MergeResult.MergeStatus
- alreadyInitializedByContainer - Variable in class org.eclipse.jgit.http.server.HttpServerText
- alreadyOnBranch - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- alreadyUpToDate - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- ALWAYS - org.eclipse.jgit.lib.CoreConfig.LogRefUpdates
-
Create ref logs for all refs/** and for HEAD.
- AmazonS3 - Class in org.eclipse.jgit.transport
-
A simple HTTP REST client for the Amazon S3 service.
- AmazonS3(Properties) - Constructor for class org.eclipse.jgit.transport.AmazonS3
-
Create a new S3 client for the supplied user information.
- amazonS3ActionFailed - Variable in class org.eclipse.jgit.internal.JGitText
- amazonS3ActionFailedGivingUp - Variable in class org.eclipse.jgit.internal.JGitText
- ambiguousObjectAbbreviation - Variable in class org.eclipse.jgit.internal.JGitText
- AmbiguousObjectException - Exception in org.eclipse.jgit.errors
-
An
AbbreviatedObjectId
cannot be extended. - AmbiguousObjectException(AbbreviatedObjectId, Collection<ObjectId>) - Constructor for exception org.eclipse.jgit.errors.AmbiguousObjectException
-
Construct a MissingObjectException for the specified object id.
- amend(AnyObjectId) - Method in class org.eclipse.jgit.junit.TestRepository
-
Amend an existing commit.
- amendRef(String) - Method in class org.eclipse.jgit.junit.TestRepository
-
Amend an existing ref.
- andNot(BitmapIndex.Bitmap) - Method in class org.eclipse.jgit.internal.storage.file.BitmapIndexImpl.CompressedBitmap
- andNot(BitmapIndex.Bitmap) - Method in interface org.eclipse.jgit.lib.BitmapIndex.Bitmap
-
Bitwise-AND-NOT the current bitmap with the value from the other bitmap.
- andNot(BitmapIndex.Bitmap) - Method in interface org.eclipse.jgit.lib.BitmapIndex.BitmapBuilder
-
Bitwise-AND-NOT the current bitmap with the value from the other bitmap.
- AndRevFilter - Class in org.eclipse.jgit.revwalk.filter
-
Includes a commit only if all subfilters include the same commit.
- AndRevFilter() - Constructor for class org.eclipse.jgit.revwalk.filter.AndRevFilter
- AndTreeFilter - Class in org.eclipse.jgit.treewalk.filter
-
Includes a tree entry only if all subfilters include the same tree entry.
- AndTreeFilter() - Constructor for class org.eclipse.jgit.treewalk.filter.AndTreeFilter
- aNewObjectIdIsRequired - Variable in class org.eclipse.jgit.internal.JGitText
- anExceptionOccurredWhileTryingToAddTheIdOfHEAD - Variable in class org.eclipse.jgit.internal.JGitText
- anSSHSessionHasBeenAlreadyCreated - Variable in class org.eclipse.jgit.internal.JGitText
- answerNo - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- answerYes - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- ANY - org.eclipse.jgit.api.VerifySignatureCommand.VerifyMode
-
Handle any object type, ignore anything that is not a commit or tag.
- ANY - org.eclipse.jgit.transport.UploadPack.RequestPolicy
-
Client may ask for any SHA-1 in the repository.
- ANY_DIFF - Static variable in class org.eclipse.jgit.treewalk.filter.TreeFilter
-
Selects only tree entries which differ between at least 2 trees.
- AnyLongObjectId - Class in org.eclipse.jgit.lfs.lib
-
A (possibly mutable) SHA-256 abstraction.
- AnyLongObjectId() - Constructor for class org.eclipse.jgit.lfs.lib.AnyLongObjectId
- AnyObjectId - Class in org.eclipse.jgit.lib
-
A (possibly mutable) SHA-1 abstraction.
- AnyObjectId() - Constructor for class org.eclipse.jgit.lib.AnyObjectId
- AnyRequestValidator() - Constructor for class org.eclipse.jgit.transport.UploadPack.AnyRequestValidator
- APACHE - org.eclipse.jgit.pgm.internal.SshDriver
-
Use the Apache MINA sshd client from org.eclipse.jgit.ssh.apache.
- append(byte[], int, int, FileMode, byte[], int) - Method in class org.eclipse.jgit.lib.TreeFormatter
-
Append any entry to the tree.
- append(byte[], int, int, FileMode, AnyObjectId) - Method in class org.eclipse.jgit.lib.TreeFormatter
-
Append any entry to the tree.
- append(byte[], int, int, FileMode, AnyObjectId, boolean) - Method in class org.eclipse.jgit.lib.TreeFormatter
-
Append any entry to the tree.
- append(byte[], FileMode, AnyObjectId) - Method in class org.eclipse.jgit.lib.TreeFormatter
-
Append any entry to the tree.
- append(String) - Method in class org.eclipse.jgit.fnmatch.FileNameMatcher
-
Append to the string which is matched against the patterns of this class
- append(String, FileMode, AnyObjectId) - Method in class org.eclipse.jgit.lib.TreeFormatter
-
Append any entry to the tree.
- append(String, RevBlob) - Method in class org.eclipse.jgit.lib.TreeFormatter
-
Add a regular file, mode is
FileMode.REGULAR_FILE
. - append(String, RevCommit) - Method in class org.eclipse.jgit.lib.TreeFormatter
-
Add a link to a submodule commit, mode is
FileMode.GITLINK
. - append(String, RevTree) - Method in class org.eclipse.jgit.lib.TreeFormatter
-
Add a subtree, mode is
FileMode.TREE
. - appendCoreFlags(StringBuilder) - Method in class org.eclipse.jgit.revwalk.RevObject
-
Append a debug description of core RevFlags to a buffer.
- appendSanitized(StringBuilder, String) - Static method in class org.eclipse.jgit.lib.PersonIdent
-
Sanitize the given string for use in an identity and append to output.
- appendTimezone(StringBuilder, int) - Static method in class org.eclipse.jgit.lib.PersonIdent
-
Format a timezone offset.
- apply() - Method in class org.eclipse.jgit.api.Git
-
Return a command object to execute a
apply
command - apply(byte[], byte[]) - Static method in class org.eclipse.jgit.internal.storage.pack.BinaryDelta
-
Apply the changes defined by delta to the data in base, yielding a new array of bytes.
- apply(byte[], byte[], byte[]) - Static method in class org.eclipse.jgit.internal.storage.pack.BinaryDelta
-
Apply the changes defined by delta to the data in base, yielding a new array of bytes.
- apply(A) - Method in interface org.eclipse.jgit.util.FileUtils.IOFunction
-
Performs the function.
- apply(DirCacheEntry) - Method in class org.eclipse.jgit.dircache.DirCacheEditor.DeletePath
- apply(DirCacheEntry) - Method in class org.eclipse.jgit.dircache.DirCacheEditor.DeleteTree
- apply(DirCacheEntry) - Method in class org.eclipse.jgit.dircache.DirCacheEditor.PathEdit
-
Apply the update to a single cache entry matching the path.
- apply(Statement, Description) - Method in class org.eclipse.jgit.junit.RepeatRule
- APPLY - org.eclipse.jgit.lib.RepositoryState
-
An unfinished apply.
- applyBinaryBaseOidWrong - Variable in class org.eclipse.jgit.internal.JGitText
- applyBinaryOidTooShort - Variable in class org.eclipse.jgit.internal.JGitText
- applyBinaryResultOidWrong - Variable in class org.eclipse.jgit.internal.JGitText
- applyCleanFilter(Repository, InputStream, long, Attribute) - Method in class org.eclipse.jgit.lfs.BuiltinLFS
- applyCleanFilter(Repository, InputStream, long, Attribute) - Method in class org.eclipse.jgit.util.LfsFactory
-
Apply clean filtering to the given stream, writing the file content to the LFS storage if required and returning a stream to the LFS pointer instead.
- ApplyCommand - Class in org.eclipse.jgit.api
-
Apply a patch to files and/or to the index.
- applyConfig(RemoteConfig) - Method in class org.eclipse.jgit.transport.Transport
-
Apply provided remote configuration on this transport.
- applyFlag(RevFilter, RevFlag) - Method in class org.eclipse.jgit.revwalk.RevCommitList
-
Apply a flag to all commits matching the specified filter.
- applyFlag(RevFilter, RevFlag, int, int) - Method in class org.eclipse.jgit.revwalk.RevCommitList
-
Apply a flag to all commits matching the specified filter.
- applyFormatOptions(ArchiveOutputStream, Map<String, Object>) - Method in class org.eclipse.jgit.archive.BaseFormat
-
Apply options to archive output stream
- applyingCommit - Variable in class org.eclipse.jgit.internal.JGitText
- ApplyResult - Class in org.eclipse.jgit.api
-
Encapsulates the result of a
ApplyCommand
- ApplyResult() - Constructor for class org.eclipse.jgit.api.ApplyResult
- applySmudgeFilter(Repository, ObjectLoader, Attribute) - Method in class org.eclipse.jgit.lfs.BuiltinLFS
- applySmudgeFilter(Repository, ObjectLoader, Attribute) - Method in class org.eclipse.jgit.util.LfsFactory
-
Apply smudge filtering to a given loader, potentially redirecting it to a LFS blob which is downloaded on demand.
- applyUpdates(List<Ref>, List<ReceiveCommand>) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReftableBatchRefUpdate
- applyUpdates(List<Ref>, List<ReceiveCommand>) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableBatchRefUpdate
-
Implements the storage-specific part of the update.
- AppServer - Class in org.eclipse.jgit.junit.http
-
Tiny web application server for unit testing.
- AppServer() - Constructor for class org.eclipse.jgit.junit.http.AppServer
-
Constructor for
AppServer
. - AppServer(int) - Constructor for class org.eclipse.jgit.junit.http.AppServer
-
Constructor for
AppServer
. - AppServer(int, int) - Constructor for class org.eclipse.jgit.junit.http.AppServer
-
Constructor for
AppServer
. - araxis - org.eclipse.jgit.internal.diffmergetool.CommandLineDiffTool
- araxis - org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
- archive() - Method in class org.eclipse.jgit.api.Git
-
Return a command to create an archive from a tree
- ArchiveCommand - Class in org.eclipse.jgit.api
-
Create an archive of files from a named tree.
- ArchiveCommand(Repository) - Constructor for class org.eclipse.jgit.api.ArchiveCommand
-
Constructor for ArchiveCommand
- ArchiveCommand.Format<T extends Closeable> - Interface in org.eclipse.jgit.api
-
Archival format.
- ArchiveCommand.UnsupportedFormatException - Exception in org.eclipse.jgit.api
-
Signals an attempt to use an archival format that ArchiveCommand doesn't know about (for example due to a typo).
- archiveFormatAlreadyAbsent - Variable in class org.eclipse.jgit.internal.JGitText
- archiveFormatAlreadyRegistered - Variable in class org.eclipse.jgit.internal.JGitText
- ArchiveFormats - Class in org.eclipse.jgit.archive
-
Registers all format types from the org.eclipse.jgit.archive package for use via the ArchiveCommand API.
- ArchiveFormats() - Constructor for class org.eclipse.jgit.archive.ArchiveFormats
- ArchiveText - Class in org.eclipse.jgit.archive.internal
-
Translation bundle for archivers
- ArchiveText() - Constructor for class org.eclipse.jgit.archive.internal.ArchiveText
- areAllReachable(Collection<RevCommit>, Collection<RevCommit>) - Method in interface org.eclipse.jgit.revwalk.ReachabilityChecker
-
Deprecated.
- areAllReachable(Collection<RevCommit>, Stream<RevCommit>) - Method in class org.eclipse.jgit.internal.revwalk.BitmappedReachabilityChecker
-
Check all targets are reachable from the starters.
- areAllReachable(Collection<RevCommit>, Stream<RevCommit>) - Method in class org.eclipse.jgit.internal.revwalk.PedestrianReachabilityChecker
- areAllReachable(Collection<RevCommit>, Stream<RevCommit>) - Method in interface org.eclipse.jgit.revwalk.ReachabilityChecker
-
Check if all targets are reachable from the
starter
commits. - areAllReachable(Collection<RevObject>, Stream<RevObject>) - Method in class org.eclipse.jgit.internal.revwalk.BitmappedObjectReachabilityChecker
-
Checks that all targets are reachable from the starters.
- areAllReachable(Collection<RevObject>, Stream<RevObject>) - Method in class org.eclipse.jgit.internal.revwalk.PedestrianObjectReachabilityChecker
-
Checks that all targets are reachable from the starters.
- areAllReachable(Collection<RevObject>, Stream<RevObject>) - Method in interface org.eclipse.jgit.revwalk.ObjectReachabilityChecker
-
Checks that all targets are reachable from the starters.
- argumentIsNotAValidCommentString - Variable in class org.eclipse.jgit.internal.JGitText
- argWalk - Variable in class org.eclipse.jgit.pgm.TextBuiltin
-
RevWalk used during command line parsing, if it was required.
- AsIsFileService - Class in org.eclipse.jgit.http.server.resolver
-
Controls access to bare files in a repository.
- AsIsFileService() - Constructor for class org.eclipse.jgit.http.server.resolver.AsIsFileService
- ASK - org.eclipse.jgit.transport.sshd.ServerKeyDatabase.Configuration.StrictHostKeyChecking
-
"ask"; default: ask the user whether to accept (and store) a new or mismatched key.
- askCredentials() - Method in class org.eclipse.jgit.internal.transport.sshd.auth.BasicAuthentication
-
Asks for credentials via the global
Authenticator
. - asList() - Method in class org.eclipse.jgit.util.RefList
-
Cast
this
as an immutable, standardList
. - asReceiveCommand() - Method in class org.eclipse.jgit.transport.TrackingRefUpdate
-
Get this update wrapped by a ReceiveCommand.
- Assert - Class in org.eclipse.jgit.junit
-
Assertion class
- Assert() - Constructor for class org.eclipse.jgit.junit.Assert
- assertEquals(boolean, boolean) - Static method in class org.eclipse.jgit.junit.Assert
-
Assert booleans are equal
- assertEquals(byte[], byte[]) - Static method in class org.eclipse.jgit.junit.JGitTestUtil
-
Assert byte arrays are equal
- assertEquals(String, boolean, boolean) - Static method in class org.eclipse.jgit.junit.Assert
-
Assert booleans are equal
- assertEqualsFile(File, File) - Static method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Assert files are equal
- assertNoCommitsMarkedStart() - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Throws an exception if any commits have been marked as start.
- assertNotStarted() - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Throws an exception if we have started producing output.
- assertValidGitModulesFile(String) - Static method in class org.eclipse.jgit.internal.submodule.SubmoduleValidator
-
Validate a .gitmodules file
- assertValidSubmoduleName(String) - Static method in class org.eclipse.jgit.internal.submodule.SubmoduleValidator
-
Validate name for a submodule
- assertValidSubmodulePath(String) - Static method in class org.eclipse.jgit.internal.submodule.SubmoduleValidator
-
Validate path for a submodule
- assertValidSubmoduleUri(String) - Static method in class org.eclipse.jgit.internal.submodule.SubmoduleValidator
-
Validate URI for a submodule
- assume(RevCommit) - Method in class org.eclipse.jgit.transport.BundleWriter
-
Assume a commit is available on the recipient's side.
- ASSUME_UNCHANGED - Static variable in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Constant
ASSUME_UNCHANGED=32
- assumeAtomicCreateNewFile - Variable in class org.eclipse.jgit.internal.JGitText
- assumeShallow(Collection<? extends ObjectId>) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Assume additional commits are shallow (have no parents).
- AsyncObjectLoaderQueue<T extends ObjectId> - Interface in org.eclipse.jgit.lib
-
Queue to open objects asynchronously.
- AsyncObjectSizeQueue<T extends ObjectId> - Interface in org.eclipse.jgit.lib
-
Queue to examine object sizes asynchronously.
- AsyncOperation - Interface in org.eclipse.jgit.lib
-
Asynchronous operation handle.
- AsyncRevObjectQueue - Interface in org.eclipse.jgit.revwalk
-
Queue to lookup and parse objects asynchronously.
- atLeastOnePathIsRequired - Variable in class org.eclipse.jgit.internal.JGitText
- atLeastOnePatternIsRequired - Variable in class org.eclipse.jgit.internal.JGitText
- atLeastTwoFiltersNeeded - Variable in class org.eclipse.jgit.internal.JGitText
- AtomicObjectOutputStream - Class in org.eclipse.jgit.lfs.internal
-
Output stream writing content to a
LockFile
which is committed on close(). - AtomicObjectOutputStream(Path) - Constructor for class org.eclipse.jgit.lfs.internal.AtomicObjectOutputStream
-
Constructor for AtomicObjectOutputStream.
- AtomicObjectOutputStream(Path, AnyLongObjectId) - Constructor for class org.eclipse.jgit.lfs.internal.AtomicObjectOutputStream
-
Constructor for AtomicObjectOutputStream.
- atomicPushNotSupported - Variable in class org.eclipse.jgit.internal.JGitText
- atomicRefUpdatesNotSupported - Variable in class org.eclipse.jgit.internal.JGitText
- atomicSymRefNotSupported - Variable in class org.eclipse.jgit.internal.JGitText
- ATTR_BUILTIN_BINARY_MERGER - Static variable in class org.eclipse.jgit.lib.Constants
-
Binary value for custom merger.
- ATTR_DIFF - Static variable in class org.eclipse.jgit.lib.Constants
-
Diff attribute.
- ATTR_FILTER - Static variable in class org.eclipse.jgit.lib.Constants
-
Key for filters in .gitattributes
- ATTR_FILTER_DRIVER_PREFIX - Static variable in class org.eclipse.jgit.lfs.lib.Constants
-
Prefix for all LFS related filters.
- ATTR_FILTER_TYPE_CLEAN - Static variable in class org.eclipse.jgit.lib.Constants
-
clean command name, used to call filter driver
- ATTR_FILTER_TYPE_SMUDGE - Static variable in class org.eclipse.jgit.lib.Constants
-
smudge command name, used to call filter driver
- ATTR_MERGE - Static variable in class org.eclipse.jgit.lib.Constants
-
Merge attribute.
- Attribute - Class in org.eclipse.jgit.attributes
-
Represents an attribute.
- Attribute(String, String) - Constructor for class org.eclipse.jgit.attributes.Attribute
-
Creates a new instance.
- Attribute(String, Attribute.State) - Constructor for class org.eclipse.jgit.attributes.Attribute
-
Creates a new instance
- ATTRIBUTE_HANDLER - Static variable in class org.eclipse.jgit.http.server.ServletUtils
-
Request attribute storing either UploadPack or ReceivePack.
- ATTRIBUTE_REPOSITORY - Static variable in class org.eclipse.jgit.http.server.ServletUtils
-
Request attribute which stores the
Repository
instance. - Attribute.State - Enum in org.eclipse.jgit.attributes
-
The attribute value state see also https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
- attributeKeys() - Method in class org.eclipse.jgit.internal.transport.sshd.JGitClientSession.ChainingAttributes
- Attributes - Class in org.eclipse.jgit.attributes
-
Represents a set of attributes for a path
- Attributes(File, FS) - Constructor for class org.eclipse.jgit.util.FS.Attributes
-
Constructor when there are issues with reading.
- Attributes(Attribute...) - Constructor for class org.eclipse.jgit.attributes.Attributes
-
Creates a new instance
- AttributesHandler - Class in org.eclipse.jgit.attributes
-
The attributes handler knows how to retrieve, parse and merge attributes from the various gitattributes files.
- AttributesHandler(TreeWalk) - Constructor for class org.eclipse.jgit.attributes.AttributesHandler
-
Deprecated.since 6.1, use
AttributesHandler(TreeWalk, Supplier)
instead - AttributesHandler(TreeWalk, Supplier<CanonicalTreeParser>) - Constructor for class org.eclipse.jgit.attributes.AttributesHandler
-
Create an
AttributesHandler
with default rules as well as merged rules from global, info and worktree root attributes - attributesNode - Variable in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Parsed rules of .gitattributes file if it exists.
- AttributesNode - Class in org.eclipse.jgit.attributes
-
Represents a bundle of attributes inherited from a base directory.
- AttributesNode() - Constructor for class org.eclipse.jgit.attributes.AttributesNode
-
Create an empty ignore node with no rules.
- AttributesNode(List<AttributesRule>) - Constructor for class org.eclipse.jgit.attributes.AttributesNode
-
Create an ignore node with given rules.
- AttributesNodeProvider - Interface in org.eclipse.jgit.attributes
-
An interface used to retrieve the global and info
AttributesNode
s. - AttributesProvider - Interface in org.eclipse.jgit.attributes
-
Interface for classes which provide git attributes
- AttributesRule - Class in org.eclipse.jgit.attributes
-
A single attributes rule corresponding to one line in a .gitattributes file.
- AttributesRule(String, String) - Constructor for class org.eclipse.jgit.attributes.AttributesRule
-
Create a new attribute rule with the given pattern.
- authBasic(ServletContextHandler, String...) - Method in class org.eclipse.jgit.junit.http.AppServer
-
Configure basic authentication.
- authenticationCanceled - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- AuthenticationCanceledException - Exception in org.eclipse.jgit.internal.transport.sshd
-
An exception to report that the user canceled the SSH authentication.
- AuthenticationCanceledException() - Constructor for exception org.eclipse.jgit.internal.transport.sshd.AuthenticationCanceledException
-
Creates a new
AuthenticationCanceledException
. - AuthenticationChallenge - Class in org.eclipse.jgit.internal.transport.sshd.proxy
-
A simple representation of an authentication challenge as sent in a "WWW-Authenticate" or "Proxy-Authenticate" header.
- AuthenticationChallenge(String) - Constructor for class org.eclipse.jgit.internal.transport.sshd.proxy.AuthenticationChallenge
-
Create a new
AuthenticationChallenge
with the given mechanism. - AuthenticationHandler<ParameterType,TokenType> - Interface in org.eclipse.jgit.internal.transport.sshd.auth
-
An
AuthenticationHandler
encapsulates a possibly multi-step authentication protocol. - AuthenticationLogger - Class in org.eclipse.jgit.internal.transport.sshd
-
Provides a log of authentication attempts for a
ClientSession
. - AuthenticationLogger(ClientSession) - Constructor for class org.eclipse.jgit.internal.transport.sshd.AuthenticationLogger
-
Creates a new
AuthenticationLogger
and configures theClientSession
to report authentication attempts through this instance. - authenticationNotSupported - Variable in class org.eclipse.jgit.internal.JGitText
- authenticationOnClosedSession - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- authenticationRequired - Variable in class org.eclipse.jgit.awtui.UIText
- authGssApiAttempt - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- authGssApiExhausted - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- authGssApiFailure - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- authGssApiNotTried - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- authGssApiPartialSuccess - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- author - Variable in class org.eclipse.jgit.awtui.UIText
- author - Variable in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
A fake (but stable) identity for author fields in the test.
- author - Static variable in class org.eclipse.jgit.lib.ObjectChecker
-
Header "author "
- author() - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
-
Get the author identity
- author(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Locate the "author " header line data.
- author(PersonIdent) - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
-
Set the author identity
- AUTHOR - Static variable in class org.eclipse.jgit.junit.TestRepository
-
Constant
AUTHOR="J.
- AUTHOR_EMAIL - Static variable in class org.eclipse.jgit.junit.TestRepository
-
Constant
AUTHOR_EMAIL="jauthor@example.com"
- authorInfo - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- AuthorRevFilter - Class in org.eclipse.jgit.revwalk.filter
-
Matches only commits whose author name matches the pattern.
- authPasswordAttempt - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- authPasswordChangeAttempt - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- authPasswordExhausted - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- authPasswordFailure - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- authPasswordNotTried - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- authPasswordPartialSuccess - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- authPubkeyAttempt - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- authPubkeyAttemptAgent - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- authPubkeyExhausted - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- authPubkeyFailure - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- authPubkeyNoKeys - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- authPubkeyPartialSuccess - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- AUTO_CLEANUP_DELAY - Static variable in class org.eclipse.jgit.lib.RepositoryCacheConfig
-
Set cleanupDelayMillis to this value in order to auto-set it to minimum of 1/10 of expireAfterMillis and 10 minutes
- AUTO_CRLF - org.eclipse.jgit.lib.CoreConfig.EolStreamType
-
Convert to CRLF with binary detection.
- AUTO_FOLLOW - org.eclipse.jgit.transport.TagOpt
-
Automatically follow tags if we fetch the thing they point at.
- AUTO_LF - org.eclipse.jgit.lib.CoreConfig.EolStreamType
-
Convert to LF with binary detection.
- autoAdd() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackCompactor
-
Automatically select pack and reftables to be included, and add them.
- AutoCRLFInputStream - Class in org.eclipse.jgit.util.io
-
An InputStream that expands LF to CRLF.
- AutoCRLFInputStream(InputStream, boolean) - Constructor for class org.eclipse.jgit.util.io.AutoCRLFInputStream
-
Creates a new InputStream, wrapping the specified stream
- AutoCRLFOutputStream - Class in org.eclipse.jgit.util.io
-
An OutputStream that expands LF to CRLF.
- AutoCRLFOutputStream(OutputStream) - Constructor for class org.eclipse.jgit.util.io.AutoCRLFOutputStream
-
Constructor for AutoCRLFOutputStream.
- AutoCRLFOutputStream(OutputStream, boolean) - Constructor for class org.eclipse.jgit.util.io.AutoCRLFOutputStream
-
Constructor for AutoCRLFOutputStream.
- autoGC(ProgressMonitor) - Method in class org.eclipse.jgit.internal.storage.file.FileRepository
-
Check whether any housekeeping is required; if yes, run garbage collection; if not, exit without performing any work.
- autoGC(ProgressMonitor) - Method in class org.eclipse.jgit.lib.Repository
-
Check whether any housekeeping is required; if yes, run garbage collection; if not, exit without performing any work.
- AutoLFInputStream - Class in org.eclipse.jgit.util.io
-
An InputStream that normalizes CRLF to LF.
- AutoLFInputStream(InputStream, boolean) - Constructor for class org.eclipse.jgit.util.io.AutoLFInputStream
-
Deprecated.since 5.9, use
AutoLFInputStream.create(InputStream, StreamFlag...)
instead - AutoLFInputStream(InputStream, boolean, boolean) - Constructor for class org.eclipse.jgit.util.io.AutoLFInputStream
-
Deprecated.since 5.9, use
AutoLFInputStream.create(InputStream, StreamFlag...)
instead - AutoLFInputStream(InputStream, Set<AutoLFInputStream.StreamFlag>) - Constructor for class org.eclipse.jgit.util.io.AutoLFInputStream
-
Creates a new InputStream, wrapping the specified stream.
- AutoLFInputStream.IsBinaryException - Exception in org.eclipse.jgit.util.io
-
A special exception thrown when
AutoLFInputStream
is told to throw an exception when attempting to read a binary file. - AutoLFInputStream.StreamFlag - Enum in org.eclipse.jgit.util.io
-
Flags for controlling auto-detection of binary vs.
- AutoLFOutputStream - Class in org.eclipse.jgit.util.io
-
An OutputStream that reduces CRLF to LF.
- AutoLFOutputStream(OutputStream) - Constructor for class org.eclipse.jgit.util.io.AutoLFOutputStream
-
Constructor for AutoLFOutputStream.
- AutoLFOutputStream(OutputStream, boolean) - Constructor for class org.eclipse.jgit.util.io.AutoLFOutputStream
-
Constructor for AutoLFOutputStream.
- available() - Method in class org.eclipse.jgit.lib.ObjectStream.Filter
- available() - Method in class org.eclipse.jgit.lib.ObjectStream.SmallStream
- available() - Method in class org.eclipse.jgit.util.io.LimitedInputStream
- available() - Method in class org.eclipse.jgit.util.io.UnionInputStream
- available(Map<String, Ref>) - Method in class org.eclipse.jgit.transport.BaseConnection
-
Denote the list of refs available on the remote repository.
- averageMSPerRead - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- avg() - Method in class org.eclipse.jgit.util.Stats
- AWAITING_REPORT - org.eclipse.jgit.transport.RemoteRefUpdate.Status
-
Push process is awaiting update report from remote repository.
- AwsRequestSignerV4 - Class in org.eclipse.jgit.transport
-
Utility class for signing requests to AWS service endpoints using the V4 signing protocol.
- AwtAuthenticator - Class in org.eclipse.jgit.awtui
-
Basic network prompt for username/password when using AWT.
- AwtAuthenticator() - Constructor for class org.eclipse.jgit.awtui.AwtAuthenticator
- AwtCredentialsProvider - Class in org.eclipse.jgit.awtui
-
Interacts with the user during authentication by using AWT/Swing dialogs.
- AwtCredentialsProvider() - Constructor for class org.eclipse.jgit.awtui.AwtCredentialsProvider
B
- b - Variable in class org.eclipse.jgit.diff.MyersDiff
-
The second text to be compared.
- b(S, Edit) - Static method in class org.eclipse.jgit.diff.Subsequence
-
Construct a subsequence around the B region/base sequence.
- back(int) - Method in class org.eclipse.jgit.dircache.DirCacheIterator
-
Move to prior entry, populating this iterator with the entry data.
- back(int) - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Move to prior entry, populating this iterator with the entry data.
- back(int) - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
-
Move to prior entry, populating this iterator with the entry data.
- back(int) - Method in class org.eclipse.jgit.treewalk.EmptyTreeIterator
-
Move to prior entry, populating this iterator with the entry data.
- back(int) - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Move to prior entry, populating this iterator with the entry data.
- BACKUP - org.eclipse.jgit.internal.diffmergetool.FileElement.Type
-
The backup file element (copy of merged / conflicted).
- BAD - org.eclipse.jgit.transport.PushCertificate.NonceStatus
-
Nonce is invalid and did not match server's expectations.
- BAD_DATE - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- BAD_EMAIL - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- BAD_OBJECT_SHA1 - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- BAD_PARENT_SHA1 - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- BAD_TIMEZONE - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- BAD_TREE_SHA1 - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- BAD_UTF8 - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- badBase64InputCharacterAt - Variable in class org.eclipse.jgit.internal.JGitText
- badEntryDelimiter - Variable in class org.eclipse.jgit.internal.JGitText
- badEntryName - Variable in class org.eclipse.jgit.internal.JGitText
- badEscape - Variable in class org.eclipse.jgit.internal.JGitText
- badGroupHeader - Variable in class org.eclipse.jgit.internal.JGitText
- badIgnorePattern - Variable in class org.eclipse.jgit.internal.JGitText
- badIgnorePatternFull - Variable in class org.eclipse.jgit.internal.JGitText
- badObjectType - Variable in class org.eclipse.jgit.internal.JGitText
- badRef - Variable in class org.eclipse.jgit.internal.JGitText
- badSectionEntry - Variable in class org.eclipse.jgit.internal.JGitText
- badShallowLine - Variable in class org.eclipse.jgit.internal.JGitText
- BARE - org.eclipse.jgit.lib.RepositoryState
-
Has no work tree and cannot be used for normal editing.
- bareRepositoryNoWorkdirAndIndex - Variable in class org.eclipse.jgit.internal.JGitText
- BASE - org.eclipse.jgit.api.CheckoutCommand.Stage
-
Base stage (#1)
- BASE - org.eclipse.jgit.internal.diffmergetool.FileElement.Type
-
The base file element (of ours and theirs).
- Base64 - Class in org.eclipse.jgit.util
-
Encodes and decodes to and from Base64 notation.
- Base85 - Class in org.eclipse.jgit.util
-
Base-85 encoder/decoder.
- base85invalidChar - Variable in class org.eclipse.jgit.internal.JGitText
- base85length - Variable in class org.eclipse.jgit.internal.JGitText
- base85overflow - Variable in class org.eclipse.jgit.internal.JGitText
- base85tooLong - Variable in class org.eclipse.jgit.internal.JGitText
- base85tooShort - Variable in class org.eclipse.jgit.internal.JGitText
- BaseConnection - Class in org.eclipse.jgit.transport
-
Base helper class for implementing operations connections.
- BaseConnection() - Constructor for class org.eclipse.jgit.transport.BaseConnection
- BaseFormat - Class in org.eclipse.jgit.archive
-
Base format class
- BaseFormat() - Constructor for class org.eclipse.jgit.archive.BaseFormat
- baseLengthIncorrect - Variable in class org.eclipse.jgit.internal.JGitText
- BasePackFetchConnection - Class in org.eclipse.jgit.transport
-
Fetch implementation using the native Git pack transfer service.
- BasePackFetchConnection(PackTransport) - Constructor for class org.eclipse.jgit.transport.BasePackFetchConnection
-
Create a new connection to fetch using the native git transport.
- BasePackPushConnection - Class in org.eclipse.jgit.transport
-
Push implementation using the native Git pack transfer service.
- BasePackPushConnection(PackTransport) - Constructor for class org.eclipse.jgit.transport.BasePackPushConnection
-
Create a new connection to push using the native git transport.
- BaseRepositoryBuilder<B extends BaseRepositoryBuilder,R extends Repository> - Class in org.eclipse.jgit.lib
-
Base builder to customize repository construction.
- BaseRepositoryBuilder() - Constructor for class org.eclipse.jgit.lib.BaseRepositoryBuilder
- BasicAuthentication<ParameterType,TokenType> - Class in org.eclipse.jgit.internal.transport.sshd.auth
-
An abstract implementation of a username-password authentication.
- BasicAuthentication(InetSocketAddress, String, char[]) - Constructor for class org.eclipse.jgit.internal.transport.sshd.auth.BasicAuthentication
-
Creates a new
BasicAuthentication
to authenticate with the givenproxy
. - BATCH_MODE - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file.
- BatchingProgressMonitor - Class in org.eclipse.jgit.lib
-
ProgressMonitor that batches update events.
- BatchingProgressMonitor() - Constructor for class org.eclipse.jgit.lib.BatchingProgressMonitor
- BatchRefUpdate - Class in org.eclipse.jgit.lib
-
Batch of reference updates to be applied to a repository.
- BatchRefUpdate(RefDatabase) - Constructor for class org.eclipse.jgit.lib.BatchRefUpdate
-
Initialize a new batch update.
- bc - org.eclipse.jgit.internal.diffmergetool.CommandLineDiffTool
- bc - org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
- bc3 - org.eclipse.jgit.internal.diffmergetool.CommandLineDiffTool
- bc3 - org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
- BCText - Class in org.eclipse.jgit.gpg.bc.internal
-
Externalized text messages for localization.
- BCText() - Constructor for class org.eclipse.jgit.gpg.bc.internal.BCText
- before(long) - Static method in class org.eclipse.jgit.revwalk.filter.CommitTimeRevFilter
-
Create a new filter to select commits before a given date/time.
- before(Date) - Static method in class org.eclipse.jgit.revwalk.filter.CommitTimeRevFilter
-
Create a new filter to select commits before a given date/time.
- before(Edit) - Method in class org.eclipse.jgit.diff.Edit
-
Construct a new edit representing the region before cut.
- BeforeDfsPackIndexLoadedEvent - Class in org.eclipse.jgit.internal.storage.dfs
-
Describes the
DfsPackFile
just before its index is loaded. - BeforeDfsPackIndexLoadedEvent(DfsPackFile) - Constructor for class org.eclipse.jgit.internal.storage.dfs.BeforeDfsPackIndexLoadedEvent
-
A new event triggered before a PackFile index is loaded.
- BeforeDfsPackIndexLoadedListener - Interface in org.eclipse.jgit.internal.storage.dfs
-
Receives
BeforeDfsPackIndexLoadedEvent
s. - begin() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter
-
Begin writing the reftable.
- begin(int) - Method in class org.eclipse.jgit.util.io.InterruptTimer
-
Arm the interrupt timer before entering a blocking operation.
- BEGIN - org.eclipse.jgit.api.RebaseCommand.Operation
-
Initiates rebase
- beginPut(String, String, ProgressMonitor, String) - Method in class org.eclipse.jgit.transport.AmazonS3
-
Atomically create or replace a single large object.
- beginTask(String, int) - Method in class org.eclipse.jgit.junit.StrictWorkMonitor
-
Begin processing a single task.
- beginTask(String, int) - Method in class org.eclipse.jgit.lib.BatchingProgressMonitor
-
Begin processing a single task.
- beginTask(String, int) - Method in class org.eclipse.jgit.lib.EmptyProgressMonitor
-
Begin processing a single task.
- beginTask(String, int) - Method in class org.eclipse.jgit.lib.NullProgressMonitor
-
Begin processing a single task.
- beginTask(String, int) - Method in interface org.eclipse.jgit.lib.ProgressMonitor
-
Begin processing a single task.
- beginTask(String, int) - Method in class org.eclipse.jgit.lib.ThreadSafeProgressMonitor
-
Begin processing a single task.
- beginTask(String, long, TimeUnit) - Method in class org.eclipse.jgit.transport.ProgressSpinner
-
Begin a time consuming task.
- BenchmarkState() - Constructor for class org.eclipse.jgit.benchmarks.GetRefsBenchmark.BenchmarkState
- between(long, long) - Static method in class org.eclipse.jgit.revwalk.filter.CommitTimeRevFilter
-
Create a new filter to select commits after or equal a given date/time
since
and before or equal a given date/timeuntil
. - between(Date, Date) - Static method in class org.eclipse.jgit.revwalk.filter.CommitTimeRevFilter
-
Create a new filter to select commits after or equal a given date/time
since
and before or equal a given date/timeuntil
. - BINARY - org.eclipse.jgit.patch.FileHeader.PatchType
-
An empty patch with a message "Binary files ...
- BinaryBlobException - Exception in org.eclipse.jgit.errors
-
BinaryBlobException is used to signal that binary data was found in a context that requires text (eg.
- BinaryBlobException() - Constructor for exception org.eclipse.jgit.errors.BinaryBlobException
-
Construct a BinaryBlobException.
- BinaryDelta - Class in org.eclipse.jgit.internal.storage.pack
-
Recreate a stream from a base stream and a GIT pack delta.
- BinaryDelta() - Constructor for class org.eclipse.jgit.internal.storage.pack.BinaryDelta
- binaryDeltaBaseLengthMismatch - Variable in class org.eclipse.jgit.internal.JGitText
- BinaryDeltaInputStream - Class in org.eclipse.jgit.util.io
-
An
InputStream
that applies a binary delta to a base on the fly. - BinaryDeltaInputStream(byte[], InputStream) - Constructor for class org.eclipse.jgit.util.io.BinaryDeltaInputStream
- binaryDeltaInvalidOffset - Variable in class org.eclipse.jgit.internal.JGitText
- binaryDeltaInvalidResultLength - Variable in class org.eclipse.jgit.internal.JGitText
- BinaryHunk - Class in org.eclipse.jgit.patch
-
Part of a "GIT binary patch" to describe the pre-image or post-image
- BinaryHunk.Type - Enum in org.eclipse.jgit.patch
-
Type of information stored in a binary hunk.
- binaryHunkDecodeError - Variable in class org.eclipse.jgit.internal.JGitText
- BinaryHunkInputStream - Class in org.eclipse.jgit.util.io
-
A stream that decodes git binary patch data on the fly.
- BinaryHunkInputStream(InputStream) - Constructor for class org.eclipse.jgit.util.io.BinaryHunkInputStream
-
Creates a new
BinaryHunkInputStream
. - binaryHunkInvalidLength - Variable in class org.eclipse.jgit.internal.JGitText
- binaryHunkLineTooShort - Variable in class org.eclipse.jgit.internal.JGitText
- binaryHunkMissingNewline - Variable in class org.eclipse.jgit.internal.JGitText
- BinaryHunkOutputStream - Class in org.eclipse.jgit.util.io
-
An
OutputStream
that encodes data for a git binary patch. - BinaryHunkOutputStream(OutputStream) - Constructor for class org.eclipse.jgit.util.io.BinaryHunkOutputStream
-
Creates a new
BinaryHunkOutputStream
. - BISECTING - org.eclipse.jgit.lib.RepositoryState
-
Bisecting being done.
- BITMAP_INDEX - org.eclipse.jgit.internal.storage.pack.PackExt
-
A pack bitmap index file extension.
- BitmapCommit - Class in org.eclipse.jgit.internal.storage.pack
-
A commit object for which a bitmap index should be built.
- BitmapCommit.Builder - Class in org.eclipse.jgit.internal.storage.pack
-
Builder of BitmapCommit.
- BitmapIndex - Interface in org.eclipse.jgit.lib
-
A compressed bitmap representation of the entire object graph.
- BitmapIndex.Bitmap - Interface in org.eclipse.jgit.lib
-
A bitmap representation of ObjectIds that can be iterated to return the underlying
ObjectId
s or operated on with otherBitmap
s. - BitmapIndex.BitmapBuilder - Interface in org.eclipse.jgit.lib
-
A builder for a bitmap.
- BitmapIndexImpl - Class in org.eclipse.jgit.internal.storage.file
-
A compressed bitmap representation of the entire object graph.
- BitmapIndexImpl(PackBitmapIndex) - Constructor for class org.eclipse.jgit.internal.storage.file.BitmapIndexImpl
-
Creates a BitmapIndex that is back by Compressed bitmaps.
- BitmapIndexImpl.CompressedBitmap - Class in org.eclipse.jgit.internal.storage.file
-
Wrapper for a
EWAHCompressedBitmap
andPackBitmapIndex
. - bitmapIndexMisses - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
The count of objects that needed to be discovered through an object walk because they were not found in bitmap indices.
- bitmapMissingObject - Variable in class org.eclipse.jgit.internal.JGitText
- BitmapObject - Class in org.eclipse.jgit.lib
-
Base object type accessed during bitmap expansion.
- BitmapObject() - Constructor for class org.eclipse.jgit.lib.BitmapObject
- BitmappedObjectReachabilityChecker - Class in org.eclipse.jgit.internal.revwalk
-
Checks if all objects are reachable from certain starting points using bitmaps.
- BitmappedObjectReachabilityChecker(ObjectWalk) - Constructor for class org.eclipse.jgit.internal.revwalk.BitmappedObjectReachabilityChecker
-
New instance of the reachability checker using a existing walk.
- BitmappedReachabilityChecker - Class in org.eclipse.jgit.internal.revwalk
-
Checks the reachability using bitmaps.
- BitmappedReachabilityChecker(RevWalk) - Constructor for class org.eclipse.jgit.internal.revwalk.BitmappedReachabilityChecker
- bitmapsMustBePrepared - Variable in class org.eclipse.jgit.internal.JGitText
- BitmapWalker - Class in org.eclipse.jgit.revwalk
-
Helper class to do ObjectWalks with pack index bitmaps.
- BitmapWalker(ObjectWalk, BitmapIndex, ProgressMonitor) - Constructor for class org.eclipse.jgit.revwalk.BitmapWalker
-
Create a BitmapWalker.
- blame() - Method in class org.eclipse.jgit.api.Git
-
Return a command object to execute a
blame
command - BlameCommand - Class in org.eclipse.jgit.api
-
Blame command for building a
BlameResult
for a file path. - BlameCommand(Repository) - Constructor for class org.eclipse.jgit.api.BlameCommand
-
Constructor for BlameCommand
- BlameGenerator - Class in org.eclipse.jgit.blame
-
Generate author information for lines based on a provided file.
- BlameGenerator(Repository, String) - Constructor for class org.eclipse.jgit.blame.BlameGenerator
-
Create a blame generator for the repository and path (relative to repository)
- blameNotCommittedYet - Variable in class org.eclipse.jgit.internal.JGitText
- BlameResult - Class in org.eclipse.jgit.blame
-
Collects line annotations for inspection by applications.
- blob(byte[]) - Method in class org.eclipse.jgit.junit.TestRepository
-
Create a new blob object in the repository.
- blob(String) - Method in class org.eclipse.jgit.junit.TestRepository
-
Create a new blob object in the repository.
- BlobBasedConfig - Class in org.eclipse.jgit.lib
-
Configuration file based on the blobs stored in the repository.
- BlobBasedConfig(Config, byte[]) - Constructor for class org.eclipse.jgit.lib.BlobBasedConfig
-
Parse a configuration from a byte array.
- BlobBasedConfig(Config, Repository, AnyObjectId) - Constructor for class org.eclipse.jgit.lib.BlobBasedConfig
-
Load a configuration file from a blob.
- BlobBasedConfig(Config, Repository, AnyObjectId, String) - Constructor for class org.eclipse.jgit.lib.BlobBasedConfig
-
Load a configuration file from a blob stored in a specific commit.
- BlobObjectChecker - Interface in org.eclipse.jgit.lib
-
Verifies that a blob object is a valid object.
- blockLimitNotMultipleOfBlockSize - Variable in class org.eclipse.jgit.internal.JGitText
- blockLimitNotPositive - Variable in class org.eclipse.jgit.internal.JGitText
- BlockList<T> - Class in org.eclipse.jgit.util
-
Random access list that allocates entries in blocks.
- BlockList() - Constructor for class org.eclipse.jgit.util.BlockList
-
Initialize an empty list.
- BlockList(int) - Constructor for class org.eclipse.jgit.util.BlockList
-
Initialize an empty list with an expected capacity.
- blockSize() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsOutputStream
-
Get the recommended alignment for writing.
- blockSize() - Method in interface org.eclipse.jgit.internal.storage.dfs.ReadableChannel
-
Get the recommended alignment for reads.
- blockSize() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableReader
-
Get the block size in bytes chosen for this file by the writer.
- blockSizeNotPowerOf2 - Variable in class org.eclipse.jgit.internal.JGitText
- BlockSizeTooSmallException - Exception in org.eclipse.jgit.internal.storage.reftable
-
Thrown if
ReftableWriter
cannot fit a reference. - BlockSource - Class in org.eclipse.jgit.internal.storage.io
-
Provides content blocks of file.
- BlockSource() - Constructor for class org.eclipse.jgit.internal.storage.io.BlockSource
- blockUntil(Iterable<ProposedTimestamp>, Duration) - Static method in class org.eclipse.jgit.util.time.ProposedTimestamp
-
Wait for several timestamps.
- blockUntil(Duration) - Method in class org.eclipse.jgit.util.time.ProposedTimestamp
-
Wait for this proposed timestamp to be certainly in the recent past.
- blockUntilTimestamps(Duration) - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Wait for timestamps to be in the past, aborting commands on timeout.
- Body() - Constructor for class org.eclipse.jgit.lfs.server.Response.Body
- BooleanTriState - Enum in org.eclipse.jgit.lib.internal
-
A boolean value that can also have an unset state.
- BOTH_ADDED - org.eclipse.jgit.lib.IndexDiff.StageState
-
Exists in ours and theirs, but not in base.
- BOTH_DELETED - org.eclipse.jgit.lib.IndexDiff.StageState
-
Exists in base, but neither in ours nor in theirs.
- BOTH_MODIFIED - org.eclipse.jgit.lib.IndexDiff.StageState
-
Exists in all stages, content conflict.
- bothRefTargetsMustNotBeNull - Variable in class org.eclipse.jgit.internal.JGitText
- BouncyCastleGpgKeyLocator - Class in org.eclipse.jgit.gpg.bc.internal
-
Locates GPG keys from either
~/.gnupg/private-keys-v1.d
or~/.gnupg/secring.gpg
- BouncyCastleGpgKeyLocator(String, BouncyCastleGpgKeyPassphrasePrompt) - Constructor for class org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgKeyLocator
-
Create a new key locator for the specified signing key.
- BouncyCastleGpgSignatureVerifier - Class in org.eclipse.jgit.gpg.bc.internal
-
A
GpgSignatureVerifier
to verify GPG signatures using BouncyCastle. - BouncyCastleGpgSignatureVerifier() - Constructor for class org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSignatureVerifier
-
Creates a new instance and registers the BouncyCastle security provider if needed.
- BouncyCastleGpgSignatureVerifierFactory - Class in org.eclipse.jgit.gpg.bc.internal
-
A
GpgSignatureVerifierFactory
that createsGpgSignatureVerifier
instances that verify GPG signatures using BouncyCastle and that do cache public keys. - BouncyCastleGpgSignatureVerifierFactory() - Constructor for class org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSignatureVerifierFactory
- BouncyCastleGpgSigner - Class in org.eclipse.jgit.gpg.bc.internal
-
GPG Signer using the BouncyCastle library.
- BouncyCastleGpgSigner() - Constructor for class org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSigner
-
Create a new instance.
- BouncyCastleGpgSignerFactory - Class in org.eclipse.jgit.gpg.bc
-
Factory for creating a
GpgSigner
based on Bouncy Castle. - BOUNDARY - org.eclipse.jgit.revwalk.RevSort
-
Include
RevFlag.UNINTERESTING
boundary commits after all others. - BOURNE - Static variable in class org.eclipse.jgit.util.QuotedString
-
Quoting style used by the Bourne shell.
- BOURNE_USER_PATH - Static variable in class org.eclipse.jgit.util.QuotedString
-
Bourne style, but permits
~user
at the start of the string. - BourneStyle() - Constructor for class org.eclipse.jgit.util.QuotedString.BourneStyle
- BourneUserPathStyle() - Constructor for class org.eclipse.jgit.util.QuotedString.BourneUserPathStyle
- branch(String) - Method in class org.eclipse.jgit.junit.TestRepository
-
Create a new branch builder for this repository.
- branchAlreadyExists - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- BranchConfig - Class in org.eclipse.jgit.lib
-
Branch section of a Git configuration file.
- BranchConfig(Config, String) - Constructor for class org.eclipse.jgit.lib.BranchConfig
-
Create a new branch config, which will read configuration from config about specified branch.
- BranchConfig.BranchRebaseMode - Enum in org.eclipse.jgit.lib
-
Config values for branch.[name].rebase (and pull.rebase).
- branchCreate() - Method in class org.eclipse.jgit.api.Git
-
Return a command object used to create branches
- branchCreatedFrom - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- branchDelete() - Method in class org.eclipse.jgit.api.Git
-
Return a command object used to delete branches
- branchDetachedHEAD - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- branchIsNotAnAncestorOfYourCurrentHEAD - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- branchList() - Method in class org.eclipse.jgit.api.Git
-
Return a command object used to list branches
- branchNameInvalid - Variable in class org.eclipse.jgit.internal.JGitText
- branchNameRequired - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- branchNotFound - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- branchRename() - Method in class org.eclipse.jgit.api.Git
-
Return a command object used to rename branches
- BranchTrackingStatus - Class in org.eclipse.jgit.lib
-
Status of a branch's relation to its remote-tracking branch.
- buffer() - Method in class org.eclipse.jgit.lib.ObjectInserter
-
Obtain a temporary buffer for use by the ObjectInserter or its subclass.
- buffer() - Method in class org.eclipse.jgit.lib.ObjectInserter.Filter
- buffer() - Method in class org.eclipse.jgit.transport.PackParser
-
Get a temporary byte array for use by the caller.
- build() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase.PackSource.ComparatorBuilder
-
Build the comparator.
- build() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRepositoryBuilder
-
Create a repository matching the configuration in this builder.
- build() - Method in class org.eclipse.jgit.internal.storage.dfs.InMemoryRepository.Builder
- build() - Method in class org.eclipse.jgit.internal.storage.pack.BitmapCommit.Builder
-
Builds BitmapCommit from the builder.
- build() - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Create a repository matching the configuration in this builder.
- build() - Method in interface org.eclipse.jgit.lib.BitmapIndex.BitmapBuilder
- build() - Method in class org.eclipse.jgit.lib.CommitBuilder
- build() - Method in class org.eclipse.jgit.lib.ObjectBuilder
-
Format this builder's state as a git object.
- build() - Method in class org.eclipse.jgit.lib.TagBuilder
-
Format this builder's state as an annotated tag object.
- build() - Method in class org.eclipse.jgit.storage.file.FileRepositoryBuilder
-
Create a repository matching the configuration in this builder.
- build() - Method in class org.eclipse.jgit.transport.CapabilitiesV2Request.Builder
- build() - Method in class org.eclipse.jgit.transport.LsRefsV2Request.Builder
- build() - Method in class org.eclipse.jgit.transport.ObjectInfoRequest.Builder
- build() - Method in class org.eclipse.jgit.transport.PushCertificateParser
-
Build the parsed certificate
- build(KeyCache) - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactoryBuilder
-
Builds a
SshdSessionFactory
as configured, using the givenKeyCache
for caching keys. - builder() - Method in class org.eclipse.jgit.dircache.DirCache
-
Create a new builder to update this cache.
- builder() - Static method in class org.eclipse.jgit.transport.CapabilitiesV2Request
- builder() - Static method in class org.eclipse.jgit.transport.LsRefsV2Request
- builder() - Static method in class org.eclipse.jgit.transport.ObjectInfoRequest
- Builder() - Constructor for class org.eclipse.jgit.internal.storage.dfs.InMemoryRepository.Builder
- Builder() - Constructor for class org.eclipse.jgit.transport.ReceivedPackStatistics.Builder
- Builder() - Constructor for class org.eclipse.jgit.util.RefList.Builder
-
Create an empty list ready for items to be added.
- Builder(int) - Constructor for class org.eclipse.jgit.util.RefList.Builder
-
Create an empty list with at least the specified capacity.
- BUILDING_BITMAPS - org.eclipse.jgit.internal.storage.pack.PackWriter.PackingPhase
-
Building bitmaps phase.
- buildingBitmaps - Variable in class org.eclipse.jgit.internal.JGitText
- BUILTIN_FILTER_PREFIX - Static variable in class org.eclipse.jgit.lib.Constants
-
Builtin filter commands start with this prefix
- BuiltinLFS - Class in org.eclipse.jgit.lfs
-
Implementation of
LfsFactory
, using built-in (optional) LFS support. - BundleWriter - Class in org.eclipse.jgit.transport
-
Creates a Git bundle file, for sneaker-net transport to another system.
- BundleWriter(ObjectReader) - Constructor for class org.eclipse.jgit.transport.BundleWriter
-
Create a writer for a bundle.
- BundleWriter(Repository) - Constructor for class org.eclipse.jgit.transport.BundleWriter
-
Create a writer for a bundle.
- byObjectId(AnyObjectId) - Method in class org.eclipse.jgit.internal.storage.reftable.MergedReftable
-
Match references pointing to a specific object.
- byObjectId(AnyObjectId) - Method in class org.eclipse.jgit.internal.storage.reftable.Reftable
-
Match references pointing to a specific object.
- byObjectId(AnyObjectId) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableReader
-
Match references pointing to a specific object.
- byObjectType(int) - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get information about this type of object in the pack.
- bytes - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.ObjectType.Accumulator
-
Count of bytes for all objects of this type.
- BYTES_TO_WRITE_BEFORE_CANCEL_CHECK - Static variable in class org.eclipse.jgit.internal.storage.io.CancellableDigestOutputStream
-
The OutputStream checks every this value for cancellation
C
- cache - Variable in class org.eclipse.jgit.dircache.DirCacheIterator
-
The cache this iterator was created to walk.
- CachedAuthentication(String, int, String, String) - Constructor for class org.eclipse.jgit.util.CachedAuthenticator.CachedAuthentication
-
Create a new cached authentication.
- CachedAuthenticator - Class in org.eclipse.jgit.util
-
Abstract authenticator which remembers prior authentications.
- CachedAuthenticator() - Constructor for class org.eclipse.jgit.util.CachedAuthenticator
- CachedAuthenticator.CachedAuthentication - Class in org.eclipse.jgit.util
-
Authentication data to remember and reuse.
- CachedPack - Class in org.eclipse.jgit.internal.storage.pack
-
Describes a pack file
ObjectReuseAsIs
can append onto a stream. - CachedPack() - Constructor for class org.eclipse.jgit.internal.storage.pack.CachedPack
- cachedPacksPreventsIndexCreation - Variable in class org.eclipse.jgit.internal.JGitText
- cachedPacksPreventsListingObjects - Variable in class org.eclipse.jgit.internal.JGitText
- CachedPackUriProvider - Interface in org.eclipse.jgit.internal.storage.pack
-
Provider of URIs corresponding to cached packs.
- CachedPackUriProvider.PackInfo - Class in org.eclipse.jgit.internal.storage.pack
-
Information about a packfile.
- cacheObjectMetaData(AnyLongObjectId, long) - Method in class org.eclipse.jgit.lfs.server.s3.S3Repository
-
Cache metadata (size) for an object to avoid extra roundtrip to S3 in order to retrieve this metadata for a given object.
- cachePeeledState(Ref, Ref) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRefDatabase
-
Update the cached peeled state of a reference
- cachePeeledState(Ref, Ref) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReftableDatabase
-
Update the cached peeled state of a reference
- cacheTreePathInfo - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- CachingKeyPairProvider - Class in org.eclipse.jgit.internal.transport.sshd
-
A
FileKeyPairProvider
that uses an externalKeyCache
. - CachingKeyPairProvider(List<Path>, KeyCache) - Constructor for class org.eclipse.jgit.internal.transport.sshd.CachingKeyPairProvider
-
Creates a new
CachingKeyPairProvider
using the givenKeyCache
. - calculateBodyHash(byte[]) - Static method in class org.eclipse.jgit.transport.AwsRequestSignerV4
-
Calculates the hex-encoded SHA-256 hash of the provided byte array.
- calculateEdits(int, int, int, int) - Method in class org.eclipse.jgit.diff.MyersDiff
-
Calculates the differences between a given part of A against another given part of B
- call() - Method in class org.eclipse.jgit.api.AddCommand
- call() - Method in class org.eclipse.jgit.api.AddNoteCommand
- call() - Method in class org.eclipse.jgit.api.ApplyCommand
- call() - Method in class org.eclipse.jgit.api.ArchiveCommand
- call() - Method in class org.eclipse.jgit.api.BlameCommand
- call() - Method in class org.eclipse.jgit.api.CheckoutCommand
- call() - Method in class org.eclipse.jgit.api.CherryPickCommand
- call() - Method in class org.eclipse.jgit.api.CleanCommand
- call() - Method in class org.eclipse.jgit.api.CloneCommand
- call() - Method in class org.eclipse.jgit.api.CommitCommand
- call() - Method in class org.eclipse.jgit.api.CreateBranchCommand
- call() - Method in class org.eclipse.jgit.api.DeleteBranchCommand
- call() - Method in class org.eclipse.jgit.api.DeleteTagCommand
- call() - Method in class org.eclipse.jgit.api.DescribeCommand
- call() - Method in class org.eclipse.jgit.api.DiffCommand
- call() - Method in class org.eclipse.jgit.api.FetchCommand
- call() - Method in class org.eclipse.jgit.api.GarbageCollectCommand
- call() - Method in class org.eclipse.jgit.api.GitCommand
- call() - Method in class org.eclipse.jgit.api.InitCommand
- call() - Method in class org.eclipse.jgit.api.ListBranchCommand
- call() - Method in class org.eclipse.jgit.api.ListNotesCommand
- call() - Method in class org.eclipse.jgit.api.ListTagCommand
- call() - Method in class org.eclipse.jgit.api.LogCommand
- call() - Method in class org.eclipse.jgit.api.LsRemoteCommand
- call() - Method in class org.eclipse.jgit.api.MergeCommand
- call() - Method in class org.eclipse.jgit.api.NameRevCommand
- call() - Method in class org.eclipse.jgit.api.PullCommand
- call() - Method in class org.eclipse.jgit.api.PushCommand
- call() - Method in class org.eclipse.jgit.api.RebaseCommand
- call() - Method in class org.eclipse.jgit.api.ReflogCommand
- call() - Method in class org.eclipse.jgit.api.RemoteAddCommand
- call() - Method in class org.eclipse.jgit.api.RemoteListCommand
- call() - Method in class org.eclipse.jgit.api.RemoteRemoveCommand
- call() - Method in class org.eclipse.jgit.api.RemoteSetUrlCommand
- call() - Method in class org.eclipse.jgit.api.RemoveNoteCommand
- call() - Method in class org.eclipse.jgit.api.RenameBranchCommand
- call() - Method in class org.eclipse.jgit.api.ResetCommand
- call() - Method in class org.eclipse.jgit.api.RevertCommand
- call() - Method in class org.eclipse.jgit.api.RmCommand
- call() - Method in class org.eclipse.jgit.api.ShowNoteCommand
- call() - Method in class org.eclipse.jgit.api.StashApplyCommand
- call() - Method in class org.eclipse.jgit.api.StashCreateCommand
- call() - Method in class org.eclipse.jgit.api.StashDropCommand
- call() - Method in class org.eclipse.jgit.api.StashListCommand
- call() - Method in class org.eclipse.jgit.api.StatusCommand
- call() - Method in class org.eclipse.jgit.api.SubmoduleAddCommand
- call() - Method in class org.eclipse.jgit.api.SubmoduleDeinitCommand
- call() - Method in class org.eclipse.jgit.api.SubmoduleInitCommand
- call() - Method in class org.eclipse.jgit.api.SubmoduleStatusCommand
- call() - Method in class org.eclipse.jgit.api.SubmoduleSyncCommand
- call() - Method in class org.eclipse.jgit.api.SubmoduleUpdateCommand
-
Execute the SubmoduleUpdateCommand command.
- call() - Method in class org.eclipse.jgit.api.TagCommand
- call() - Method in class org.eclipse.jgit.api.VerifySignatureCommand
-
Resolves
all names added to the command to git objects and verifies their signature. - call() - Method in class org.eclipse.jgit.gitrepo.RepoCommand
- call() - Method in class org.eclipse.jgit.hooks.CommitMsgHook
- call() - Method in class org.eclipse.jgit.hooks.GitHook
- call() - Method in class org.eclipse.jgit.hooks.PostCommitHook
- call() - Method in class org.eclipse.jgit.hooks.PreCommitHook
- call() - Method in class org.eclipse.jgit.hooks.PrePushHook
- call() - Method in class org.eclipse.jgit.lfs.InstallBuiltinLfsCommand
- call() - Method in class org.eclipse.jgit.lfs.LfsPrePushHook
- call(ReftableWriter) - Method in interface org.eclipse.jgit.internal.storage.file.FileReftableStack.Writer
-
Write data to reftable
- callAsMap() - Method in class org.eclipse.jgit.api.LsRemoteCommand
-
Same as
LsRemoteCommand.call()
, but return Map instead of Collection. - canAmend() - Method in enum org.eclipse.jgit.lib.RepositoryState
- canAppendMatch() - Method in class org.eclipse.jgit.fnmatch.FileNameMatcher
-
Whether a match can be appended
- canBeContentMerged() - Method in class org.eclipse.jgit.attributes.Attributes
-
Test if the given attributes implies to handle the related entry as a binary file (i.e.
- cancel(boolean) - Method in interface org.eclipse.jgit.lib.AsyncOperation
-
Cancels the running task.
- cancelAuthentication() - Method in class org.eclipse.jgit.transport.sshd.IdentityPasswordProvider
-
Cancels the authentication process.
- CanceledException - Exception in org.eclipse.jgit.api.errors
-
Exception thrown when an operation was canceled
- CanceledException(String) - Constructor for exception org.eclipse.jgit.api.errors.CanceledException
-
Constructor for CanceledException.
- CancellableDigestOutputStream - Class in org.eclipse.jgit.internal.storage.io
-
An OutputStream that keeps a digest and checks every N bytes for cancellation.
- CancellableDigestOutputStream(ProgressMonitor, OutputStream) - Constructor for class org.eclipse.jgit.internal.storage.io.CancellableDigestOutputStream
-
Initialize a CancellableDigestOutputStream.
- CancelledException - Exception in org.eclipse.jgit.errors
-
Thrown when an operation was canceled
- CancelledException(String) - Constructor for exception org.eclipse.jgit.errors.CancelledException
-
Constructor for CancelledException
- canCheckout() - Method in enum org.eclipse.jgit.lib.RepositoryState
-
Whether checkout can be done.
- canCommit() - Method in enum org.eclipse.jgit.lib.RepositoryState
- canExecute(File) - Static method in class org.eclipse.jgit.util.FileUtils
-
Whether the given file can be executed.
- canExecute(File) - Method in class org.eclipse.jgit.util.FS_POSIX
-
Determine if the file is executable (or not).
- canExecute(File) - Method in class org.eclipse.jgit.util.FS_Win32
-
Determine if the file is executable (or not).
- canExecute(File) - Method in class org.eclipse.jgit.util.FS
-
Determine if the file is executable (or not).
- canHandle(URIish) - Method in class org.eclipse.jgit.transport.TransportProtocol
-
Determine if this protocol can handle a particular URI.
- canHandle(URIish, Repository, String) - Method in class org.eclipse.jgit.transport.TransportProtocol
-
Determine if this protocol can handle a particular URI.
- canLocateSigningKey(String, PersonIdent, CredentialsProvider) - Method in class org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSigner
- canLocateSigningKey(String, PersonIdent, CredentialsProvider) - Method in class org.eclipse.jgit.lib.GpgSigner
-
Indicates if a signing key is available for the specified committer and/or signing key.
- canLocateSigningKey(String, PersonIdent, CredentialsProvider, GpgConfig) - Method in class org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSigner
- canLocateSigningKey(String, PersonIdent, CredentialsProvider, GpgConfig) - Method in interface org.eclipse.jgit.lib.GpgObjectSigner
-
Indicates if a signing key is available for the specified committer and/or signing key.
- canMergeWithoutBasePresent() - Method in enum org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
- cannotAccessLastModifiedForSafeDeletion - Variable in class org.eclipse.jgit.internal.JGitText
- cannotBeCombined - Variable in class org.eclipse.jgit.internal.JGitText
- cannotBeRecursiveWhenTreesAreIncluded - Variable in class org.eclipse.jgit.internal.JGitText
- cannotBeRenamed - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- cannotChangeActionOnComment - Variable in class org.eclipse.jgit.internal.JGitText
- cannotCheckoutFromUnbornBranch - Variable in class org.eclipse.jgit.internal.JGitText
- cannotCheckoutOursSwitchBranch - Variable in class org.eclipse.jgit.internal.JGitText
- cannotCombineSquashWithNoff - Variable in class org.eclipse.jgit.internal.JGitText
- cannotCombineSquashWithNoff - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- cannotCombineTopoSortWithTopoKeepBranchTogetherSort - Variable in class org.eclipse.jgit.internal.JGitText
- cannotCombineTreeFilterWithRevFilter - Variable in class org.eclipse.jgit.internal.JGitText
- cannotCommitOnARepoWithState - Variable in class org.eclipse.jgit.internal.JGitText
- cannotCommitWriteTo - Variable in class org.eclipse.jgit.internal.JGitText
- cannotConnectPipes - Variable in class org.eclipse.jgit.internal.JGitText
- cannotConvertScriptToText - Variable in class org.eclipse.jgit.internal.JGitText
- cannotCreateCommand - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- cannotCreateConfig - Variable in class org.eclipse.jgit.internal.JGitText
- cannotCreateDirectory - Variable in class org.eclipse.jgit.internal.JGitText
- cannotCreateHEAD - Variable in class org.eclipse.jgit.internal.JGitText
- cannotCreateIndexfile - Variable in class org.eclipse.jgit.internal.JGitText
- cannotCreateOutputStream - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- cannotCreateTempDir - Variable in class org.eclipse.jgit.internal.JGitText
- cannotDeatchHEAD - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- cannotDeleteCheckedOutBranch - Variable in class org.eclipse.jgit.internal.JGitText
- CannotDeleteCurrentBranchException - Exception in org.eclipse.jgit.api.errors
-
Thrown when trying to delete a branch which is currently checked out
- CannotDeleteCurrentBranchException(String) - Constructor for exception org.eclipse.jgit.api.errors.CannotDeleteCurrentBranchException
-
Constructor for CannotDeleteCurrentBranchException
- cannotDeleteFile - Variable in class org.eclipse.jgit.internal.JGitText
- cannotDeleteFile - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- cannotDeleteObjectsPath - Variable in class org.eclipse.jgit.internal.JGitText
- cannotDeleteTheBranchWhichYouAreCurrentlyOn - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- cannotDetermineProxyFor - Variable in class org.eclipse.jgit.internal.JGitText
- cannotDownload - Variable in class org.eclipse.jgit.internal.JGitText
- cannotEnterObjectsPath - Variable in class org.eclipse.jgit.internal.JGitText
- cannotEnterPathFromParent - Variable in class org.eclipse.jgit.internal.JGitText
- cannotExecute - Variable in class org.eclipse.jgit.internal.JGitText
- cannotFindMergeBaseUsingFirstParent - Variable in class org.eclipse.jgit.internal.JGitText
- cannotGet - Variable in class org.eclipse.jgit.internal.JGitText
- cannotGetLengthOf - Variable in class org.eclipse.jgit.http.server.HttpServerText
- cannotGetObjectsPath - Variable in class org.eclipse.jgit.internal.JGitText
- cannotGuessLocalNameFrom - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- cannotListObjectsPath - Variable in class org.eclipse.jgit.internal.JGitText
- cannotListPackPath - Variable in class org.eclipse.jgit.internal.JGitText
- cannotListRefs - Variable in class org.eclipse.jgit.internal.JGitText
- cannotLock - Variable in class org.eclipse.jgit.internal.JGitText
- cannotLock - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- cannotLockPackIn - Variable in class org.eclipse.jgit.internal.JGitText
- cannotMatchOnEmptyString - Variable in class org.eclipse.jgit.internal.JGitText
- cannotMkdirObjectPath - Variable in class org.eclipse.jgit.internal.JGitText
- cannotMoveIndexTo - Variable in class org.eclipse.jgit.internal.JGitText
- cannotMovePackTo - Variable in class org.eclipse.jgit.internal.JGitText
- cannotOpenService - Variable in class org.eclipse.jgit.internal.JGitText
- cannotParseDate - Variable in class org.eclipse.jgit.internal.JGitText
- cannotParseGitURIish - Variable in class org.eclipse.jgit.internal.JGitText
- cannotPullOnARepoWithState - Variable in class org.eclipse.jgit.internal.JGitText
- cannotRead - Variable in class org.eclipse.jgit.internal.JGitText
- cannotReadBackDelta - Variable in class org.eclipse.jgit.internal.JGitText
- cannotReadBecause - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- cannotReadBlob - Variable in class org.eclipse.jgit.internal.JGitText
- cannotReadCommit - Variable in class org.eclipse.jgit.internal.JGitText
- cannotReadFile - Variable in class org.eclipse.jgit.internal.JGitText
- cannotReadHEAD - Variable in class org.eclipse.jgit.internal.JGitText
- cannotReadIndex - Variable in class org.eclipse.jgit.internal.JGitText
- cannotReadIndex - Variable in class org.eclipse.jgit.internal.storage.dfs.DfsText
- cannotReadObject - Variable in class org.eclipse.jgit.internal.JGitText
- cannotReadObjectsPath - Variable in class org.eclipse.jgit.internal.JGitText
- cannotReadPackageInformation - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- cannotReadPublicKey - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- cannotReadTree - Variable in class org.eclipse.jgit.internal.JGitText
- cannotRebaseWithoutCurrentHead - Variable in class org.eclipse.jgit.internal.JGitText
- cannotRenameDetachedHEAD - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- cannotResolve - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- cannotResolveUniquelyAbbrevObjectId - Variable in class org.eclipse.jgit.internal.JGitText
- cannotSaveConfig - Variable in class org.eclipse.jgit.internal.JGitText
- cannotSetOption - Variable in class org.eclipse.jgit.archive.internal.ArchiveText
- cannotSetupConsole - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- cannotSquashFixupWithoutPreviousCommit - Variable in class org.eclipse.jgit.internal.JGitText
- cannotStoreObjects - Variable in class org.eclipse.jgit.internal.JGitText
- cannotUpdateUnbornBranch - Variable in class org.eclipse.jgit.internal.JGitText
- cannotUseObjectsWithGlog - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- cannotWriteObjectsPath - Variable in class org.eclipse.jgit.internal.JGitText
- CANONICAL_DOMAINS - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file.
- canonicalize(File) - Static method in class org.eclipse.jgit.util.FileUtils
-
Best-effort variation of
File.getCanonicalFile()
returning the input file if the file cannot be canonicalized instead of throwingIOException
. - CanonicalTreeParser - Class in org.eclipse.jgit.treewalk
-
Parses raw Git trees from the canonical semi-text/semi-binary format.
- CanonicalTreeParser() - Constructor for class org.eclipse.jgit.treewalk.CanonicalTreeParser
-
Create a new parser.
- CanonicalTreeParser(byte[], ObjectReader, AnyObjectId) - Constructor for class org.eclipse.jgit.treewalk.CanonicalTreeParser
-
Create a new parser for a tree appearing in a subset of a repository.
- canOnlyCherryPickCommitsWithOneParent - Variable in class org.eclipse.jgit.internal.JGitText
- canOnlyRevertCommitsWithOneParent - Variable in class org.eclipse.jgit.internal.JGitText
- canResetHead() - Method in enum org.eclipse.jgit.lib.RepositoryState
- cantFindGitDirectory - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- cantFindObjectInReversePackIndexForTheSpecifiedOffset - Variable in class org.eclipse.jgit.internal.JGitText
- cantWrite - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- capAbbrev(int) - Static method in class org.eclipse.jgit.lib.AbbrevConfig
-
Cap configured core.abbrev to range between minimum of 4 and number of hex-digits of a full object id.
- CapabilitiesV2Request - Class in org.eclipse.jgit.transport
-
Capabilities protocol v2 request.
- CapabilitiesV2Request.Builder - Class in org.eclipse.jgit.transport
-
A builder for
CapabilitiesV2Request
. - CAPABILITY_ATOMIC - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The client supports atomic pushes.
- CAPABILITY_DELETE_REFS - Static variable in class org.eclipse.jgit.transport.BasePackPushConnection
-
The server supports deleting refs.
- CAPABILITY_DELETE_REFS - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The server supports deleting refs.
- CAPABILITY_OFS_DELTA - Static variable in class org.eclipse.jgit.transport.BasePackPushConnection
-
The server supports packs with OFS deltas.
- CAPABILITY_OFS_DELTA - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The server supports packs with OFS deltas.
- CAPABILITY_PUSH_CERT - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The server allows recording of push certificates.
- CAPABILITY_PUSH_OPTIONS - Static variable in class org.eclipse.jgit.transport.BasePackPushConnection
-
The server supports the receiving of push options.
- CAPABILITY_PUSH_OPTIONS - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The server supports the receiving of push options.
- CAPABILITY_QUIET - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The client expects less noise, e.g.
- CAPABILITY_REF_IN_WANT - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The server supports the client specifying ref names.
- CAPABILITY_REPORT_STATUS - Static variable in class org.eclipse.jgit.transport.BasePackPushConnection
-
The client expects a status report after the server processes the pack.
- CAPABILITY_REPORT_STATUS - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The client expects a status report after the server processes the pack.
- CAPABILITY_SERVER_OPTION - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The server supports arbitrary options
- CAPABILITY_SHALLOW - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The server supports the receiving of shallow options.
- CAPABILITY_SIDE_BAND_64K - Static variable in class org.eclipse.jgit.transport.BasePackPushConnection
-
The client supports using the 64K side-band for progress messages.
- CAPABILITY_SIDE_BAND_64K - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The client supports using the 64K side-band for progress messages.
- capitalize(String) - Static method in class org.eclipse.jgit.util.StringUtils
-
Borrowed from commons-lang
StringUtils.capitalize()
method. - cardinality() - Method in interface org.eclipse.jgit.lib.BitmapIndex.BitmapBuilder
- carry(Collection<RevFlag>) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Automatically carry flags from a child commit to its parents.
- carry(RevFlag) - Method in class org.eclipse.jgit.revwalk.RevCommit
-
Carry a RevFlag set on this commit to its parents.
- carry(RevFlag) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Automatically carry a flag from a child commit to its parents.
- cbData - Variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.PageantLibrary.CopyStruct
-
Data length; number of bytes in
PageantLibrary.CopyStruct.lpData
. - CC - Static variable in class org.eclipse.jgit.revwalk.FooterKey
-
Standard
CC
- cd(String) - Method in interface org.eclipse.jgit.transport.FtpChannel
-
Changes the current remote directory.
- CERTIFICATE_FILE - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file.
- CH_DATA - Static variable in class org.eclipse.jgit.transport.SideBandOutputStream
-
Channel used for pack data.
- CH_ERROR - Static variable in class org.eclipse.jgit.transport.SideBandOutputStream
-
Channel used for error messages.
- CH_PROGRESS - Static variable in class org.eclipse.jgit.transport.SideBandOutputStream
-
Channel used for progress messages.
- ChainingAttributes(AttributeRepository, AttributeRepository) - Constructor for class org.eclipse.jgit.internal.transport.sshd.JGitClientSession.ChainingAttributes
-
Create a new
JGitClientSession.ChainingAttributes
attribute source. - ChainingCredentialsProvider - Class in org.eclipse.jgit.transport
-
A credentials provider chaining multiple credentials providers
- ChainingCredentialsProvider(CredentialsProvider...) - Constructor for class org.eclipse.jgit.transport.ChainingCredentialsProvider
-
Create a new chaining credential provider.
- ChangeIdUtil - Class in org.eclipse.jgit.util
-
Utilities for creating and working with Change-Id's, like the one used by Gerrit Code Review.
- ChangeIdUtil() - Constructor for class org.eclipse.jgit.util.ChangeIdUtil
- changesNotStagedForCommit - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- changesToBeCommitted - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- changeType - Variable in class org.eclipse.jgit.diff.DiffEntry
-
General type of change indicated by the patch.
- channelMustBeInRange1_255 - Variable in class org.eclipse.jgit.internal.JGitText
- CHARACTER_ENCODING - Static variable in class org.eclipse.jgit.lib.Constants
-
Deprecated.Use
StandardCharsets.UTF_8
directly instead. - characterClassIsNotSupported - Variable in class org.eclipse.jgit.internal.JGitText
- CharArrayType(String, boolean) - Constructor for class org.eclipse.jgit.transport.CredentialItem.CharArrayType
-
Initialize a prompt for a secure value stored in a character array.
- charAt(int) - Method in class org.eclipse.jgit.util.RawCharSequence
- CHARSET - Static variable in class org.eclipse.jgit.lib.Constants
-
Deprecated.Use
StandardCharsets.UTF_8
directly instead. - check(int, byte[]) - Method in class org.eclipse.jgit.lib.ObjectChecker
-
Check an object for parsing errors.
- check(String) - Method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Check if file exists
- check(AnyObjectId, int, byte[]) - Method in class org.eclipse.jgit.lib.ObjectChecker
-
Check an object for parsing errors.
- check(ProgressMonitor) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsFsck
-
Verify the integrity and connectivity of all objects in the object database.
- check(Repository, String) - Static method in class org.eclipse.jgit.junit.JGitTestUtil
-
Check if file exists
- CHECK - org.eclipse.jgit.transport.PushConfig.PushRecurseSubmodulesMode
-
Verify that all submodule commits that changed in the revisions to be pushed are available on at least one remote of the submodule.
- CHECK_PARENT - org.eclipse.jgit.ignore.IgnoreNode.MatchResult
-
The ignore status is unknown, check inherited rules.
- CHECK_PARENT_NEGATE_FIRST_MATCH - org.eclipse.jgit.ignore.IgnoreNode.MatchResult
-
The first previous (parent) ignore rule match (if any) should be negated, and then inherited rules applied.
- checkBlob(byte[]) - Method in class org.eclipse.jgit.lib.ObjectChecker
-
Check a blob for errors.
- checkCallable() - Method in class org.eclipse.jgit.api.GitCommand
-
Checks that the property
GitCommand.callable
istrue
. - checkClientTrusted(X509Certificate[], String) - Method in class org.eclipse.jgit.transport.http.NoCheckX509TrustManager
- checkCommit(byte[]) - Method in class org.eclipse.jgit.lib.ObjectChecker
-
Check a commit for errors.
- checkCommit(AnyObjectId, byte[]) - Method in class org.eclipse.jgit.lib.ObjectChecker
-
Check a commit for errors.
- checkConfig() - Method in class org.eclipse.jgit.internal.transport.sshd.JGitSshClient
- checkConnectivity() - Method in class org.eclipse.jgit.revwalk.ObjectWalk
-
Verify all interesting objects are available, and reachable.
- checkConnectivity(ConnectivityChecker.ConnectivityCheckInfo, Set<ObjectId>, ProgressMonitor) - Method in class org.eclipse.jgit.internal.transport.connectivity.FullConnectivityChecker
- checkConnectivity(ConnectivityChecker.ConnectivityCheckInfo, Set<ObjectId>, ProgressMonitor) - Method in class org.eclipse.jgit.internal.transport.connectivity.IterativeConnectivityChecker
- checkConnectivity(ConnectivityChecker.ConnectivityCheckInfo, Set<ObjectId>, ProgressMonitor) - Method in interface org.eclipse.jgit.transport.ConnectivityChecker
-
Checks connectivity of the commit graph after pack uploading.
- checkCRC(int) - Method in class org.eclipse.jgit.internal.fsck.FsckPackParser
-
Check the current CRC matches the expected value.
- checkCRC(int) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackParser
-
Check the current CRC matches the expected value.
- checkCRC(int) - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser
-
Check the current CRC matches the expected value.
- checkCRC(int) - Method in class org.eclipse.jgit.transport.PackParser
-
Check the current CRC matches the expected value.
- checkExecutable(String, File, Map<String, String>) - Method in class org.eclipse.jgit.internal.diffmergetool.CommandExecutor
- checkExisting(boolean) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsInserter
-
Check existence
- checkExisting(boolean) - Method in class org.eclipse.jgit.internal.storage.file.PackInserter
-
Whether to check if objects exist in the repo
- checkFile(File, String) - Static method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Check content of a file.
- checkIgnored(String, boolean) - Method in class org.eclipse.jgit.ignore.IgnoreNode
-
Determine if an entry path matches an ignore rule.
- CHECKIN_OP - org.eclipse.jgit.treewalk.TreeWalk.OperationType
-
Represents a checkin operation (for example an add operation)
- checkingOut - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- checkingOut(AnyObjectId, String) - Method in interface org.eclipse.jgit.api.CloneCommand.Callback
-
Notify checkout of commit
- checkingOutFiles - Variable in class org.eclipse.jgit.internal.JGitText
- checkout() - Method in class org.eclipse.jgit.api.Git
-
Return a command object to execute a
checkout
command - checkout() - Method in class org.eclipse.jgit.dircache.DirCacheCheckout
-
Execute this checkout.
- CHECKOUT_CONFLICT - org.eclipse.jgit.api.MergeResult.MergeStatus
-
Status representing a checkout conflict, meaning that nothing could be merged, as the pre-scan for the trees already failed for certain files (i.e.
- CHECKOUT_OP - org.eclipse.jgit.treewalk.TreeWalk.OperationType
-
Represents a checkout operation (for example a checkout or reset operation).
- checkoutBranch(String) - Method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Checkout a branch
- CheckoutCommand - Class in org.eclipse.jgit.api
-
Checkout a branch to the working tree.
- CheckoutCommand(Repository) - Constructor for class org.eclipse.jgit.api.CheckoutCommand
-
Constructor for CheckoutCommand
- CheckoutCommand.Stage - Enum in org.eclipse.jgit.api
-
Stage to check out, see
CheckoutCommand.setStage(Stage)
. - checkoutConflict - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- CheckoutConflictException - Exception in org.eclipse.jgit.api.errors
-
Exception thrown when a command can't succeed because of unresolved conflicts.
- CheckoutConflictException - Exception in org.eclipse.jgit.errors
-
Exception thrown if a conflict occurs during a merge checkout.
- CheckoutConflictException(String) - Constructor for exception org.eclipse.jgit.errors.CheckoutConflictException
-
Construct a CheckoutConflictException for the specified file
- CheckoutConflictException(String[]) - Constructor for exception org.eclipse.jgit.errors.CheckoutConflictException
-
Construct a CheckoutConflictException for the specified set of files
- CheckoutConflictException(List<String>, CheckoutConflictException) - Constructor for exception org.eclipse.jgit.api.errors.CheckoutConflictException
-
Translate internal exception to API exception
- checkoutConflictPathLine - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- checkoutConflictWithFile - Variable in class org.eclipse.jgit.internal.JGitText
- checkoutConflictWithFiles - Variable in class org.eclipse.jgit.internal.JGitText
- checkoutEntry(Repository, DirCacheEntry, ObjectReader) - Static method in class org.eclipse.jgit.dircache.DirCacheCheckout
-
Deprecated.
- checkoutEntry(Repository, DirCacheEntry, ObjectReader, boolean, DirCacheCheckout.CheckoutMetadata) - Static method in class org.eclipse.jgit.dircache.DirCacheCheckout
-
Deprecated.
- checkoutEntry(Repository, DirCacheEntry, ObjectReader, boolean, DirCacheCheckout.CheckoutMetadata, WorkingTreeOptions) - Static method in class org.eclipse.jgit.dircache.DirCacheCheckout
-
Updates the file in the working tree with content and mode from an entry in the index.
- CheckoutEntry - Interface in org.eclipse.jgit.lib
-
Parsed information about a checkout.
- CheckoutEntryImpl - Class in org.eclipse.jgit.internal.storage.file
-
Parsed information about a checkout.
- CheckoutMetadata(CoreConfig.EolStreamType, String) - Constructor for class org.eclipse.jgit.dircache.DirCacheCheckout.CheckoutMetadata
- checkoutPaths() - Method in class org.eclipse.jgit.api.CheckoutCommand
-
Checkout paths into index and working directory, firing a
WorkingTreeModifiedEvent
if the working tree was modified. - CheckoutResult - Class in org.eclipse.jgit.api
-
Encapsulates the result of a
CheckoutCommand
- CheckoutResult.Status - Enum in org.eclipse.jgit.api
-
The status
- checkoutUnexpectedResult - Variable in class org.eclipse.jgit.internal.JGitText
- checkPath(byte[]) - Method in class org.eclipse.jgit.util.SystemReader
-
Check tree path entry for validity.
- checkPath(byte[], int, int) - Method in class org.eclipse.jgit.lib.ObjectChecker
-
Check tree path entry for validity.
- checkPath(String) - Method in class org.eclipse.jgit.lib.ObjectChecker
-
Check tree path entry for validity.
- checkPath(String) - Method in class org.eclipse.jgit.util.SystemReader
-
Check tree path entry for validity.
- checkPathSegment(byte[], int, int) - Method in class org.eclipse.jgit.lib.ObjectChecker
-
Check tree path entry for validity.
- checkSearchForReuseTimeout() - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Check whether the search for reuse phase is taking too long.
- checkServerTrusted(X509Certificate[], String) - Method in class org.eclipse.jgit.transport.http.NoCheckX509TrustManager
- checkTag(byte[]) - Method in class org.eclipse.jgit.lib.ObjectChecker
-
Check an annotated tag for errors.
- checkTag(AnyObjectId, byte[]) - Method in class org.eclipse.jgit.lib.ObjectChecker
-
Check an annotated tag for errors.
- checkTree(byte[]) - Method in class org.eclipse.jgit.lib.ObjectChecker
-
Check a canonical formatted tree for errors.
- checkTree(AnyObjectId, byte[]) - Method in class org.eclipse.jgit.lib.ObjectChecker
-
Check a canonical formatted tree for errors.
- checkWants(UploadPack, List<ObjectId>) - Method in class org.eclipse.jgit.transport.UploadPack.AdvertisedRequestValidator
- checkWants(UploadPack, List<ObjectId>) - Method in class org.eclipse.jgit.transport.UploadPack.AnyRequestValidator
- checkWants(UploadPack, List<ObjectId>) - Method in class org.eclipse.jgit.transport.UploadPack.ReachableCommitRequestValidator
- checkWants(UploadPack, List<ObjectId>) - Method in class org.eclipse.jgit.transport.UploadPack.ReachableCommitTipRequestValidator
- checkWants(UploadPack, List<ObjectId>) - Method in interface org.eclipse.jgit.transport.UploadPack.RequestValidator
-
Check a list of client wants against the request policy.
- checkWants(UploadPack, List<ObjectId>) - Method in class org.eclipse.jgit.transport.UploadPack.TipRequestValidator
- CHERRY_PICK_HEAD - Static variable in class org.eclipse.jgit.lib.Constants
-
name of the file containing the ID of a cherry pick commit in case of conflicts
- CHERRY_PICKING - org.eclipse.jgit.lib.RepositoryState
-
An unfinished cherry-pick.
- CHERRY_PICKING_RESOLVED - org.eclipse.jgit.lib.RepositoryState
-
A cherry-pick where all conflicts have been resolved.
- cherryPick() - Method in class org.eclipse.jgit.api.Git
-
Return a command object to execute a
cherry-pick
command - cherryPick(AnyObjectId) - Method in class org.eclipse.jgit.junit.TestRepository
-
Cherry-pick a commit onto HEAD.
- CherryPickCommand - Class in org.eclipse.jgit.api
-
A class used to execute a
cherry-pick
command. - CherryPickCommand(Repository) - Constructor for class org.eclipse.jgit.api.CherryPickCommand
-
Constructor for CherryPickCommand
- CherryPickResult - Class in org.eclipse.jgit.api
-
Encapsulates the result of a
CherryPickCommand
. - CherryPickResult(Map<String, ResolveMerger.MergeFailureReason>) - Constructor for class org.eclipse.jgit.api.CherryPickResult
-
Constructor for CherryPickResult
- CherryPickResult(RevCommit, List<Ref>) - Constructor for class org.eclipse.jgit.api.CherryPickResult
-
Constructor for CherryPickResult
- CherryPickResult.CherryPickStatus - Enum in org.eclipse.jgit.api
-
The cherry-pick status
- child() - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
-
Create child commit builder
- CIPHERS - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file.
- classCastNotA - Variable in class org.eclipse.jgit.internal.JGitText
- CLASSPATH_TO_RESOURCES - Static variable in class org.eclipse.jgit.junit.JGitTestUtil
-
Constant
CLASSPATH_TO_RESOURCES="org/eclipse/jgit/test/resources/"
- clean() - Method in class org.eclipse.jgit.api.Git
-
Return a command object to execute a
clean
command - CleanCommand - Class in org.eclipse.jgit.api
-
Remove untracked files from the working tree
- CleanCommand(Repository) - Constructor for class org.eclipse.jgit.api.CleanCommand
-
Constructor for CleanCommand
- cleanEvents() - Method in class org.eclipse.jgit.logging.PerformanceLogContext
-
Removes all of the existing records from the current list of events.
- CleanFilter - Class in org.eclipse.jgit.lfs
-
Built-in LFS clean filter When new content is about to be added to the git repository and this filter is configured for that content, then this filter will replace the original content with content of a so-called LFS pointer file.
- CleanFilter(Repository, InputStream, OutputStream) - Constructor for class org.eclipse.jgit.lfs.CleanFilter
-
Constructor for CleanFilter.
- cleanLfsBlob(Repository, InputStream) - Static method in class org.eclipse.jgit.lfs.LfsBlobFilter
-
Run the LFS clean filter on the given stream and return a stream to the LFS pointer file buffer.
- cleanRequireForce - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- cleanTemporaries() - Method in class org.eclipse.jgit.internal.diffmergetool.FileElement
-
Delete and invalidate temporary file if necessary.
- cleanText(String, CommitConfig.CleanupMode, char) - Static method in class org.eclipse.jgit.lib.CommitConfig
-
Processes a text according to the given
CommitConfig.CleanupMode
. - clear() - Method in class org.eclipse.jgit.dircache.DirCache
-
Empty this index, removing all entries.
- clear() - Method in class org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSignatureVerifier
- clear() - Method in class org.eclipse.jgit.internal.transport.sshd.AuthenticationLogger
-
Drops all previously recorded log messages.
- clear() - Static method in class org.eclipse.jgit.junit.http.RecordingLogger
-
Clear the warnings, automatically done by
AppServer.setUp()
- clear() - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
-
Make this id match
LongObjectId.zeroId()
. - clear() - Method in class org.eclipse.jgit.lib.Config
-
Clear the configuration file
- clear() - Method in interface org.eclipse.jgit.lib.GpgSignatureVerifier
-
A
GpgSignatureVerifier
may cache public keys to speed up verifying signatures on multiple objects. - clear() - Method in class org.eclipse.jgit.lib.MutableObjectId
-
Make this id match
ObjectId.zeroId()
. - clear() - Method in class org.eclipse.jgit.lib.ObjectIdOwnerMap
-
Remove all entries from this map.
- clear() - Method in class org.eclipse.jgit.lib.ObjectIdSubclassMap
-
Remove all entries from this map.
- clear() - Static method in class org.eclipse.jgit.lib.RepositoryCache
-
Unregister all repositories from the cache.
- clear() - Method in class org.eclipse.jgit.lib.StoredConfig
-
Clear the configuration file
- clear() - Static method in class org.eclipse.jgit.nls.NLS
-
Release resources held by NLS
- clear() - Method in class org.eclipse.jgit.revplot.PlotCommitList
- clear() - Method in class org.eclipse.jgit.revwalk.DateRevQueue
-
Remove all entries from this queue.
- clear() - Method in class org.eclipse.jgit.revwalk.FIFORevQueue
-
Remove all entries from this queue.
- clear() - Method in class org.eclipse.jgit.revwalk.LIFORevQueue
-
Remove all entries from this queue.
- clear() - Method in class org.eclipse.jgit.revwalk.RevCommitList
- clear() - Method in class org.eclipse.jgit.revwalk.RevObjectList
- clear() - Method in class org.eclipse.jgit.storage.file.FileBasedConfig
-
Clear the configuration file
- clear() - Method in class org.eclipse.jgit.transport.CredentialItem.CharArrayType
-
Destroys the current value, clearing the internal array.
- clear() - Method in class org.eclipse.jgit.transport.CredentialItem
-
Clear the stored value, destroying it as much as possible.
- clear() - Method in class org.eclipse.jgit.transport.CredentialItem.InformationalMessage
- clear() - Method in class org.eclipse.jgit.transport.CredentialItem.StringType
- clear() - Method in class org.eclipse.jgit.transport.CredentialItem.YesNoType
- clear() - Method in class org.eclipse.jgit.transport.PushCertificateStore
-
Clear pending certificates added with
PushCertificateStore.put(PushCertificate, PersonIdent)
. - clear() - Method in class org.eclipse.jgit.transport.UsernamePasswordCredentialsProvider
-
Destroy the saved username and password..
- clear() - Method in class org.eclipse.jgit.util.BlockList
- clear() - Method in class org.eclipse.jgit.util.IntList
-
Empty this list
- clear() - Method in class org.eclipse.jgit.util.LongList
-
Clear this list
- clearCache() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase
-
Clears the cached list of packs, forcing them to be scanned again.
- clearCache() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableDatabase
-
Drops all data that might be cached in memory.
- clearCopyFiles() - Method in class org.eclipse.jgit.gitrepo.RepoProject
-
Clear all the copyfiles.
- clearExtendedFlag(int) - Method in class org.eclipse.jgit.internal.storage.pack.ObjectToPack
-
Clear an extended flag bit.
- clearFlag(RevFlag) - Method in class org.eclipse.jgit.revwalk.RevCommitList
-
Remove the given flag from all commits.
- clearFlag(RevFlag, int, int) - Method in class org.eclipse.jgit.revwalk.RevCommitList
-
Remove the given flag from all commits.
- clearLinkFiles() - Method in class org.eclipse.jgit.gitrepo.RepoProject
-
Clear all the linkfiles.
- clearPackStats() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Discard the pack statistics, if it was populated.
- clearPassword() - Method in class org.eclipse.jgit.internal.transport.sshd.auth.BasicAuthentication
-
Clears the
BasicAuthentication.password
. - clearPassword() - Method in class org.eclipse.jgit.internal.transport.sshd.proxy.AbstractClientProxyConnector
-
Clears the proxy password.
- clearPassword() - Method in class org.eclipse.jgit.transport.sshd.ProxyData
-
Clears the stored password, if any.
- clearProperties() - Method in class org.eclipse.jgit.junit.MockSystemReader
-
Clear properties
- clearReuseAsIs() - Method in class org.eclipse.jgit.internal.storage.pack.ObjectToPack
-
Forget the reuse information previously stored.
- clientHas175ChunkedEncodingBug - Variable in class org.eclipse.jgit.http.server.HttpServerText
- clientShallowCommits - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
The set of shallow commits on the client.
- ClientVersionUtil - Class in org.eclipse.jgit.http.server
-
Parses Git client User-Agent strings.
- CLIText - Class in org.eclipse.jgit.pgm.internal
-
Translation bundle for JGit command line interface
- CLIText() - Constructor for class org.eclipse.jgit.pgm.internal.CLIText
- CLIText.Format - Class in org.eclipse.jgit.pgm.internal
-
Formats text strings using
Localizable
. - clone() - Method in class org.eclipse.jgit.internal.revwalk.AddToBitmapFilter
- clone() - Method in class org.eclipse.jgit.internal.revwalk.AddToBitmapWithCacheFilter
- clone() - Method in class org.eclipse.jgit.internal.revwalk.AddUnseenToBitmapFilter
- clone() - Method in class org.eclipse.jgit.lfs.lib.LfsPointerFilter
-
Clone this tree filter, including its parameters.
- clone() - Method in class org.eclipse.jgit.revwalk.filter.CommitTimeRevFilter
- clone() - Method in class org.eclipse.jgit.revwalk.filter.MaxCountRevFilter
- clone() - Method in class org.eclipse.jgit.revwalk.filter.NotRevFilter
- clone() - Method in class org.eclipse.jgit.revwalk.filter.RevFilter
- clone() - Method in class org.eclipse.jgit.revwalk.filter.RevFlagFilter
- clone() - Method in class org.eclipse.jgit.revwalk.filter.SkipRevFilter
- clone() - Method in class org.eclipse.jgit.revwalk.filter.SubStringRevFilter
- clone() - Method in class org.eclipse.jgit.revwalk.FollowFilter
-
Clone this tree filter, including its parameters.
- clone() - Method in class org.eclipse.jgit.revwalk.TreeRevFilter
- clone() - Method in class org.eclipse.jgit.treewalk.filter.IndexDiffFilter
-
Clone this tree filter, including its parameters.
- clone() - Method in class org.eclipse.jgit.treewalk.filter.InterIndexDiffFilter
-
Clone this tree filter, including its parameters.
- clone() - Method in class org.eclipse.jgit.treewalk.filter.NotIgnoredFilter
-
Clone this tree filter, including its parameters.
- clone() - Method in class org.eclipse.jgit.treewalk.filter.NotTreeFilter
-
Clone this tree filter, including its parameters.
- clone() - Method in class org.eclipse.jgit.treewalk.filter.PathFilter
-
Clone this tree filter, including its parameters.
- clone() - Method in class org.eclipse.jgit.treewalk.filter.PathSuffixFilter
-
Clone this tree filter, including its parameters.
- clone() - Method in class org.eclipse.jgit.treewalk.filter.SkipWorkTreeFilter
-
Clone this tree filter, including its parameters.
- clone() - Method in class org.eclipse.jgit.treewalk.filter.TreeFilter
-
Clone this tree filter, including its parameters.
- CloneCommand - Class in org.eclipse.jgit.api
-
Clone a repository into a new working directory
- CloneCommand() - Constructor for class org.eclipse.jgit.api.CloneCommand
-
Create clone command with no repository set
- CloneCommand.Callback - Interface in org.eclipse.jgit.api
-
Callback for status of clone operation.
- clonedEmptyRepository - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- cloneEntry() - Method in class org.eclipse.jgit.internal.storage.file.PackIndex.MutableEntry
- cloneNonEmptyDirectory - Variable in class org.eclipse.jgit.internal.JGitText
- cloneRepository() - Static method in class org.eclipse.jgit.api.Git
-
Return a command object to execute a
clone
command - cloneWith(String, File, CredentialsProvider, String...) - Method in class org.eclipse.jgit.junit.ssh.SshTestHarness
- cloningInto - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- cloningSubmodule(String) - Method in interface org.eclipse.jgit.api.CloneCommand.Callback
-
Notify starting to clone a submodule.
- close() - Method in class org.eclipse.jgit.api.Git
- close() - Method in class org.eclipse.jgit.blame.BlameGenerator
- close() - Method in class org.eclipse.jgit.diff.ContentSource
-
Closes the used resources like ObjectReader, TreeWalk etc.
- close() - Method in class org.eclipse.jgit.diff.ContentSource.Pair
-
Closes used resources.
- close() - Method in class org.eclipse.jgit.diff.DiffFormatter
- close() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsInserter
- close() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase
-
Close any resources held by this database.
- close() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReader
- close() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRefDatabase
-
Close any resources held by this database.
- close() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReftableStack
- close() - Method in class org.eclipse.jgit.internal.storage.file.FileReftableDatabase
-
Close any resources held by this database.
- close() - Method in class org.eclipse.jgit.internal.storage.file.FileReftableStack
- close() - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectory
-
Close any resources held by this database.
- close() - Method in class org.eclipse.jgit.internal.storage.file.Pack
-
Close the resources utilized by this repository
- close() - Method in class org.eclipse.jgit.internal.storage.file.PackInserter
- close() - Method in class org.eclipse.jgit.internal.storage.file.RefDirectory
-
Close any resources held by this database.
- close() - Method in class org.eclipse.jgit.internal.storage.io.BlockSource
- close() - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
- close() - Method in class org.eclipse.jgit.internal.storage.reftable.LogCursor
- close() - Method in class org.eclipse.jgit.internal.storage.reftable.RefCursor
- close() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableReader
- close() - Method in class org.eclipse.jgit.internal.transport.sshd.agent.connector.PageantConnector
- close() - Method in class org.eclipse.jgit.internal.transport.sshd.agent.connector.UnixDomainSocketConnector
- close() - Method in class org.eclipse.jgit.internal.transport.sshd.agent.connector.WinPipeConnector
- close() - Method in class org.eclipse.jgit.internal.transport.sshd.agent.SshAgentClient
- close() - Method in interface org.eclipse.jgit.internal.transport.sshd.auth.AuthenticationHandler
- close() - Method in class org.eclipse.jgit.internal.transport.sshd.auth.BasicAuthentication
- close() - Method in class org.eclipse.jgit.internal.transport.sshd.auth.GssApiAuthentication
- close() - Method in class org.eclipse.jgit.junit.TestRepository
-
Closes the underlying
Repository
object and any other internal resources. - close() - Method in class org.eclipse.jgit.lfs.internal.AtomicObjectOutputStream
- close() - Method in class org.eclipse.jgit.lfs.server.fs.ObjectUploadListener
-
Close resources held by this listener
- close() - Method in class org.eclipse.jgit.lib.ObjectDatabase
-
Close any resources held by this database.
- close() - Method in class org.eclipse.jgit.lib.ObjectInserter
- close() - Method in class org.eclipse.jgit.lib.ObjectInserter.Filter
- close() - Method in class org.eclipse.jgit.lib.ObjectInserter.Formatter
- close() - Method in class org.eclipse.jgit.lib.ObjectReader
- close() - Method in class org.eclipse.jgit.lib.ObjectReader.Filter
- close() - Method in class org.eclipse.jgit.lib.ObjectStream.Filter
- close() - Method in class org.eclipse.jgit.lib.RefDatabase
-
Close any resources held by this database.
- close() - Method in class org.eclipse.jgit.lib.Repository
- close() - Method in class org.eclipse.jgit.revwalk.RevWalk
- close() - Method in class org.eclipse.jgit.submodule.SubmoduleWalk
- close() - Method in class org.eclipse.jgit.transport.BaseConnection
- close() - Method in class org.eclipse.jgit.transport.BasePackFetchConnection
- close() - Method in interface org.eclipse.jgit.transport.Connection
- close() - Method in class org.eclipse.jgit.transport.http.apache.TemporaryBufferEntity
-
Close destroys the associated buffer used to buffer the entity
- close() - Method in interface org.eclipse.jgit.transport.http.HttpConnectionFactory2.GitSession
-
Closes the
HttpConnectionFactory2.GitSession
, releasing any internal state. - close() - Method in class org.eclipse.jgit.transport.PushCertificateStore
- close() - Method in class org.eclipse.jgit.transport.sshd.JGitKeyCache
- close() - Method in interface org.eclipse.jgit.transport.sshd.KeyCache
-
Removes all
KeyPair
from this cache and destroys their private keys. - close() - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactory
- close() - Method in class org.eclipse.jgit.transport.SshTransport
- close() - Method in class org.eclipse.jgit.transport.Transport
- close() - Method in class org.eclipse.jgit.transport.TransportAmazonS3
- close() - Method in class org.eclipse.jgit.transport.TransportBundleStream
- close() - Method in class org.eclipse.jgit.transport.TransportHttp
- close() - Method in class org.eclipse.jgit.transport.UploadPack
- close() - Method in class org.eclipse.jgit.treewalk.TreeWalk
- close() - Method in class org.eclipse.jgit.util.FS.LockToken
- close() - Method in class org.eclipse.jgit.util.io.AutoCRLFInputStream
- close() - Method in class org.eclipse.jgit.util.io.AutoCRLFOutputStream
- close() - Method in class org.eclipse.jgit.util.io.AutoLFInputStream
- close() - Method in class org.eclipse.jgit.util.io.AutoLFOutputStream
- close() - Method in class org.eclipse.jgit.util.io.BinaryDeltaInputStream
- close() - Method in class org.eclipse.jgit.util.io.BinaryHunkInputStream
- close() - Method in class org.eclipse.jgit.util.io.BinaryHunkOutputStream
-
Flushes and closes this stream, and closes the underlying
OutputStream
. - close() - Method in class org.eclipse.jgit.util.io.CountingOutputStream
- close() - Method in class org.eclipse.jgit.util.io.IsolatedOutputStream
- close() - Method in class org.eclipse.jgit.util.io.MessageWriter
- close() - Method in class org.eclipse.jgit.util.io.SilentFileInputStream
- close() - Method in class org.eclipse.jgit.util.io.TeeInputStream
- close() - Method in class org.eclipse.jgit.util.io.TeeOutputStream
- close() - Method in class org.eclipse.jgit.util.io.ThrowingPrintWriter
- close() - Method in class org.eclipse.jgit.util.io.TimeoutOutputStream
- close() - Method in class org.eclipse.jgit.util.io.UnionInputStream
- close() - Method in class org.eclipse.jgit.util.LfsFactory.LfsInputStream
- close() - Method in class org.eclipse.jgit.util.TemporaryBuffer
- close() - Method in class org.eclipse.jgit.util.time.ProposedTimestamp
- close(Repository) - Static method in class org.eclipse.jgit.lib.RepositoryCache
-
Close and remove a repository from the cache.
- closeContextSilently(GSSContext) - Static method in class org.eclipse.jgit.internal.transport.sshd.GssApiMechanisms
-
Closes (disposes of) a
GSSContext
ignoring anyGSSException
s. - closed - Variable in class org.eclipse.jgit.internal.JGitText
- closeListenerFailed - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- closeLockTokenFailed - Variable in class org.eclipse.jgit.internal.JGitText
- CmdLineParser - Class in org.eclipse.jgit.pgm.opt
-
Extended command line parser which handles --foo=value arguments.
- CmdLineParser(Object) - Constructor for class org.eclipse.jgit.pgm.opt.CmdLineParser
-
Creates a new command line owner that parses arguments/options and set them into the given object.
- CmdLineParser(Object, Repository) - Constructor for class org.eclipse.jgit.pgm.opt.CmdLineParser
-
Creates a new command line owner that parses arguments/options and set them into the given object.
- cmp - Variable in class org.eclipse.jgit.diff.MyersDiff
-
Comparison function for sequences.
- cntDeltas - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.ObjectType.Accumulator
-
Count of deltas of this type.
- cntObjects - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.ObjectType.Accumulator
-
Count of objects of this type.
- code - Variable in class org.eclipse.jgit.lfs.Protocol.Error
- code - Variable in class org.eclipse.jgit.lfs.server.Response.Error
- codecompare - org.eclipse.jgit.internal.diffmergetool.CommandLineDiffTool
- codecompare - org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
- collisionOn - Variable in class org.eclipse.jgit.internal.JGitText
- CombinedFileHeader - Class in org.eclipse.jgit.patch
-
A file in the Git "diff --cc" or "diff --combined" format.
- CombinedHunkHeader - Class in org.eclipse.jgit.patch
-
Hunk header for a hunk appearing in a "diff --cc" style patch.
- Command - Annotation Type in org.eclipse.jgit.pgm
-
Annotation to document a
TextBuiltin
. - COMMAND_FETCH - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The server supports fetch using protocol v2.
- COMMAND_LS_REFS - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The server supports listing refs using protocol v2.
- COMMAND_OBJECT_INFO - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The server supports the object-info capability.
- CommandCatalog - Class in org.eclipse.jgit.pgm
-
List of all commands known by jgit's command line tools.
- commandClosedStderrButDidntExit - Variable in class org.eclipse.jgit.internal.JGitText
- CommandExecutor - Class in org.eclipse.jgit.internal.diffmergetool
-
Runs a command with help of FS.
- CommandExecutor(FS, boolean) - Constructor for class org.eclipse.jgit.internal.diffmergetool.CommandExecutor
- CommandFailedException - Exception in org.eclipse.jgit.errors
-
Thrown when an external command failed
- CommandFailedException(int, String) - Constructor for exception org.eclipse.jgit.errors.CommandFailedException
-
Constructor for CommandFailedException
- CommandFailedException(int, String, Throwable) - Constructor for exception org.eclipse.jgit.errors.CommandFailedException
-
Constructor for CommandFailedException
- CommandLineDiffTool - Enum in org.eclipse.jgit.internal.diffmergetool
-
Pre-defined command line diff tools.
- CommandLineMergeTool - Enum in org.eclipse.jgit.internal.diffmergetool
-
Pre-defined merge tools.
- CommandRef - Class in org.eclipse.jgit.pgm
-
Description of a command (a
TextBuiltin
subclass). - commandRejectedByHook - Variable in class org.eclipse.jgit.internal.JGitText
- commandWasCalledInTheWrongState - Variable in class org.eclipse.jgit.internal.JGitText
- COMMENT - org.eclipse.jgit.lib.RebaseTodoLine.Action
-
A comment in the file.
- commit() - Method in class org.eclipse.jgit.api.Git
-
Return a command object to execute a
Commit
command - commit() - Method in class org.eclipse.jgit.dircache.DirCache
-
Commit this change and release the lock.
- commit() - Method in class org.eclipse.jgit.dircache.DirCacheEditor
-
Finish, write, commit this change, and release the index lock.
- commit() - Method in class org.eclipse.jgit.internal.storage.file.LockFile
-
Commit this change and release the lock.
- commit() - Method in class org.eclipse.jgit.junit.TestRepository.BranchBuilder
- commit() - Method in class org.eclipse.jgit.junit.TestRepository
-
Create commit builder
- commit(int, RevCommit...) - Method in class org.eclipse.jgit.junit.TestRepository
-
Create a new commit.
- commit(int, RevTree, RevCommit...) - Method in class org.eclipse.jgit.junit.TestRepository
-
Create a new commit.
- commit(RevCommit...) - Method in class org.eclipse.jgit.junit.TestRepository
-
Create a new commit.
- commit(RevTree, RevCommit...) - Method in class org.eclipse.jgit.junit.TestRepository
-
Create a new commit.
- Commit(AnyObjectId) - Constructor for class org.eclipse.jgit.revwalk.DepthWalk.Commit
-
Initialize a new commit.
- COMMIT_EDITMSG - Static variable in class org.eclipse.jgit.lib.Constants
-
Name of the file in which git commands and hooks store and read the message prepared for the upcoming commit.
- COMMIT_TIME_DESC - org.eclipse.jgit.revwalk.RevSort
-
Sort by commit time, descending (newest first, oldest last).
- commitAmendOnInitialNotPossible - Variable in class org.eclipse.jgit.internal.JGitText
- CommitBuilder - Class in org.eclipse.jgit.lib
-
Mutable builder to construct a commit recording the state of a project.
- CommitBuilder() - Constructor for class org.eclipse.jgit.lib.CommitBuilder
-
Initialize an empty commit.
- CommitCommand - Class in org.eclipse.jgit.api
-
A class used to execute a
Commit
command. - CommitCommand(Repository) - Constructor for class org.eclipse.jgit.api.CommitCommand
-
Constructor for CommitCommand
- CommitConfig - Class in org.eclipse.jgit.lib
-
The standard "commit" configuration parameters.
- CommitConfig.CleanupMode - Enum in org.eclipse.jgit.lib
-
How to clean up commit messages when committing.
- commitDoesNotHaveGivenParent - Variable in class org.eclipse.jgit.internal.JGitText
- commitFile(String, String, String) - Method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Commit a file with the specified contents on the specified branch, creating the branch if it didn't exist before.
- CommitGraphPane - Class in org.eclipse.jgit.awtui
-
Draws a commit graph in a JTable.
- CommitGraphPane() - Constructor for class org.eclipse.jgit.awtui.CommitGraphPane
-
Create a new empty panel.
- commitLabel - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- commitMessage(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Locate the position of the commit message body.
- commitMessageNotSpecified - Variable in class org.eclipse.jgit.internal.JGitText
- commitMsg(Repository, PrintStream) - Static method in class org.eclipse.jgit.hooks.Hooks
-
Create commit-msg hook for the given repository with the default error stream
- commitMsg(Repository, PrintStream, PrintStream) - Static method in class org.eclipse.jgit.hooks.Hooks
-
Create commit-msg hook for the given repository
- CommitMsgHook - Class in org.eclipse.jgit.hooks
-
The
commit-msg
hook implementation. - CommitMsgHook(Repository, PrintStream) - Constructor for class org.eclipse.jgit.hooks.CommitMsgHook
-
Constructor for CommitMsgHook
- CommitMsgHook(Repository, PrintStream, PrintStream) - Constructor for class org.eclipse.jgit.hooks.CommitMsgHook
-
Constructor for CommitMsgHook
- commitNames - Variable in class org.eclipse.jgit.merge.ResolveMerger
-
string versions of a list of commit SHA1s
- commitOnRepoWithoutHEADCurrentlyNotSupported - Variable in class org.eclipse.jgit.internal.JGitText
- commitPack(Collection<DfsPackDescription>, Collection<DfsPackDescription>) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase
-
Commit a pack and index pair that was written to the DFS.
- commitPackImpl(Collection<DfsPackDescription>, Collection<DfsPackDescription>) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase
-
Implementation of pack commit.
- commitPackImpl(Collection<DfsPackDescription>, Collection<DfsPackDescription>) - Method in class org.eclipse.jgit.internal.storage.dfs.InMemoryRepository.MemObjDatabase
- COMMITS - org.eclipse.jgit.api.VerifySignatureCommand.VerifyMode
-
Handle only commits; throw a
WrongObjectTypeException
for anything else. - commitsHaveAlreadyBeenMarkedAsStart - Variable in class org.eclipse.jgit.internal.JGitText
- committer - Variable in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
A fake (but stable) identity for committer fields in the test.
- committer - Static variable in class org.eclipse.jgit.lib.ObjectChecker
-
Header "committer "
- committer() - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
-
Get the committer identity
- committer(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Locate the "committer " header line data.
- committer(PersonIdent) - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
-
Set the committer identity
- COMMITTER - Static variable in class org.eclipse.jgit.junit.TestRepository
-
Constant
COMMITTER="J.
- COMMITTER_EMAIL - Static variable in class org.eclipse.jgit.junit.TestRepository
-
Constant
COMMITTER_EMAIL="jcommitter@example.com"
- CommitterRevFilter - Class in org.eclipse.jgit.revwalk.filter
-
Matches only commits whose committer name matches the pattern.
- CommitTimeRevFilter - Class in org.eclipse.jgit.revwalk.filter
-
Selects commits based upon the commit time field.
- common() - Method in annotation type org.eclipse.jgit.pgm.Command
-
If this command is considered to be commonly used
- common() - Static method in class org.eclipse.jgit.pgm.CommandCatalog
-
Get all common commands sorted by their name
- compact() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableCompactor
-
Write a compaction to
out
. - compact(ProgressMonitor) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackCompactor
-
Compact the pack files together.
- COMPACT - org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase.PackSource
-
The pack was created by compacting multiple packs together.
- compactDuringCommit() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReftableDatabase
-
Whether to compact reftable instead of extending the stack depth.
- compactFully() - Method in class org.eclipse.jgit.internal.storage.file.FileReftableDatabase
-
Runs a full compaction for GC purposes.
- ComparatorBuilder() - Constructor for class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase.PackSource.ComparatorBuilder
- compare(byte[], int, int, int, byte[], int, int, int) - Static method in class org.eclipse.jgit.util.Paths
-
Compare two paths according to Git path sort ordering rules.
- compare(int[], int[]) - Static method in class org.eclipse.jgit.http.server.ClientVersionUtil
-
Compare two version strings for natural ordering.
- compare(FileElement, FileElement, Optional<String>, BooleanTriState, boolean, BooleanTriState, PromptContinueHandler, InformNoToolHandler) - Method in class org.eclipse.jgit.internal.diffmergetool.DiffTools
-
Compare two versions of a file.
- compare(FileElement, FileElement, ExternalDiffTool, boolean) - Method in class org.eclipse.jgit.internal.diffmergetool.DiffTools
-
Compare two versions of a file.
- compare(Ref, Ref) - Method in class org.eclipse.jgit.lib.RefComparator
- compareAndPut(Ref, Ref) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRefDatabase
-
Compare a reference, and put if it matches.
- compareAndPut(Ref, Ref) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReftableDatabase
-
Compare a reference, and put if it matches.
- compareAndRemove(Ref) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRefDatabase
-
Compare a reference, and delete if it matches.
- compareAndRemove(Ref) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReftableDatabase
-
Compare a reference, and delete if it matches.
- compareIgnoreCase(String, String) - Static method in class org.eclipse.jgit.util.StringUtils
-
Compare two strings, ignoring case.
- compareMetadata(DirCacheEntry) - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Compare the metadata (mode, length, modification-timestamp) of the current entry and a
DirCacheEntry
- compareSameName(byte[], int, int, byte[], int, int, int) - Static method in class org.eclipse.jgit.util.Paths
-
Compare two paths, checking for identical name.
- compareTo(byte[], int) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Compare this LongObjectId to a network-byte-order LongObjectId.
- compareTo(byte[], int) - Method in class org.eclipse.jgit.lib.AnyObjectId
-
Compare this ObjectId to a network-byte-order ObjectId.
- compareTo(int[], int) - Method in class org.eclipse.jgit.lib.AnyObjectId
-
Compare this ObjectId to a network-byte-order ObjectId.
- compareTo(long[], int) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Compare this LongObjectId to a network-byte-order LongObjectId.
- compareTo(RepoProject) - Method in class org.eclipse.jgit.gitrepo.RepoProject
- compareTo(LfsPointer) - Method in class org.eclipse.jgit.lfs.LfsPointer
- compareTo(AnyLongObjectId) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Compare this LongObjectId to another and obtain a sort ordering.
- compareTo(AnyObjectId) - Method in class org.eclipse.jgit.lib.AnyObjectId
- compareTo(Ref, String) - Static method in class org.eclipse.jgit.lib.RefComparator
-
Compare a reference to a name.
- compareTo(Ref, Ref) - Static method in class org.eclipse.jgit.lib.RefComparator
-
Compare two references by name.
- compareUInt32(int, int) - Static method in class org.eclipse.jgit.util.NB
-
Compare a 32 bit unsigned integer stored in a 32 bit signed integer.
- compareUInt64(long, long) - Static method in class org.eclipse.jgit.util.NB
-
Compare a 64 bit unsigned integer stored in a 64 bit signed integer.
- compareWithCase(String, String) - Static method in class org.eclipse.jgit.util.StringUtils
-
Compare two strings, honoring case.
- CompoundException - Exception in org.eclipse.jgit.errors
-
An exception detailing multiple reasons for failure.
- CompoundException(Collection<Throwable>) - Constructor for exception org.eclipse.jgit.errors.CompoundException
-
Constructs an exception detailing many potential reasons for failure.
- CompressedBitmap(EWAHCompressedBitmap, BitmapIndexImpl) - Constructor for class org.eclipse.jgit.internal.storage.file.BitmapIndexImpl.CompressedBitmap
-
Construct compressed bitmap for given bitmap and bitmap index
- COMPRESSING - org.eclipse.jgit.internal.storage.pack.PackWriter.PackingPhase
-
Compressing objects phase.
- compressingObjects - Variable in class org.eclipse.jgit.internal.JGitText
- COMPRESSION - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file.
- COMPRESSION_LEVEL - Static variable in class org.eclipse.jgit.archive.BaseFormat
-
Compression-level for the archive file.
- compute() - Method in class org.eclipse.jgit.diff.RenameDetector
-
Detect renames in the current file set.
- compute(List<DiffEntry>, List<PathFilter>) - Method in class org.eclipse.jgit.internal.diff.FilteredRenameDetector
-
Tries to avoid computation overhead in
RenameDetector.compute()
by filtering diffs related to the path filters only. - compute(List<DiffEntry>, PathFilter) - Method in class org.eclipse.jgit.internal.diff.FilteredRenameDetector
- compute(ContentSource.Pair, ProgressMonitor) - Method in class org.eclipse.jgit.diff.RenameDetector
-
Detect renames in the current file set.
- compute(ObjectReader, ProgressMonitor) - Method in class org.eclipse.jgit.diff.RenameDetector
-
Detect renames in the current file set.
- compute(ProgressMonitor) - Method in class org.eclipse.jgit.diff.RenameDetector
-
Detect renames in the current file set.
- computeAll() - Method in class org.eclipse.jgit.blame.BlameResult
-
Compute all pending information.
- computeBlameResult() - Method in class org.eclipse.jgit.blame.BlameGenerator
-
Execute the generator in a blocking fashion until all data is ready.
- computeChangeId(ObjectId, ObjectId, PersonIdent, PersonIdent, String) - Static method in class org.eclipse.jgit.util.ChangeIdUtil
-
Compute a Change-Id.
- computeId(ObjectInserter) - Method in class org.eclipse.jgit.lib.TreeFormatter
-
Compute the ObjectId for this tree
- computeName() - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Computes SHA-1 of lexicographically sorted objects ids written in this pack, as used to name a pack file in repository.
- computeNext() - Method in class org.eclipse.jgit.blame.BlameResult
-
Compute the next available segment and return the first index.
- computeRange(int, int) - Method in class org.eclipse.jgit.blame.BlameResult
-
Compute until the entire range has been populated.
- concat(byte[]...) - Static method in class org.eclipse.jgit.junit.JGitTestUtil
-
Concatenate byte arrays.
- ConcurrentRefUpdateException - Exception in org.eclipse.jgit.api.errors
-
Exception thrown when a command wants to update a ref but failed because another process is accessing (or even also updating) the ref.
- ConcurrentRefUpdateException(String, Ref, RefUpdate.Result) - Constructor for exception org.eclipse.jgit.api.errors.ConcurrentRefUpdateException
-
Constructor for ConcurrentRefUpdateException.
- ConcurrentRefUpdateException(String, Ref, RefUpdate.Result, Throwable) - Constructor for exception org.eclipse.jgit.api.errors.ConcurrentRefUpdateException
-
Constructor for ConcurrentRefUpdateException.
- Config - Class in org.eclipse.jgit.lib
-
Git style
.config
,.gitconfig
,.gitmodules
file. - Config() - Constructor for class org.eclipse.jgit.lib.Config
-
Create a configuration with no default fallback.
- Config(Config) - Constructor for class org.eclipse.jgit.lib.Config
-
Create an empty configuration with a fallback for missing keys.
- CONFIG - Static variable in class org.eclipse.jgit.lib.Constants
-
Default name for the Git repository configuration
- CONFIG - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Name of the ssh config file.
- CONFIG_BRANCH_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "branch" section
- CONFIG_COMMIT_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "commit" section
- CONFIG_CORE_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "core" section
- CONFIG_DFS_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "dfs" section
- CONFIG_DIFF_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "diff" section
- CONFIG_DIFFTOOL_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "difftool" section
- CONFIG_EXTENSIONS_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "extensions" section
- CONFIG_FEATURE_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "feature" section
- CONFIG_FETCH_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "fetch" section
- CONFIG_FILESYSTEM_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "filesystem" section
- CONFIG_FILTER_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "filter" section
- CONFIG_GC_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "gc" section
- CONFIG_GERRIT_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "gerrit" section
- CONFIG_GPG_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "gpg" section
- CONFIG_INDEX_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "index" section
- CONFIG_INIT_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "init" section
- CONFIG_JMX_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "jmx" section
- CONFIG_KEY_ABBREV - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "abbrev" key
- CONFIG_KEY_AGGRESSIVE_DEPTH - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "aggressiveDepth" key
- CONFIG_KEY_AGGRESSIVE_WINDOW - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "aggressiveWindow" key
- CONFIG_KEY_ALGORITHM - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "algorithm" key
- CONFIG_KEY_ALWAYS - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "always" key (used to configure
ConfigConstants.CONFIG_KEY_AUTOSETUPREBASE
andConfigConstants.CONFIG_KEY_AUTOSETUPMERGE
- CONFIG_KEY_ATTRIBUTESFILE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "attributesfile" key
- CONFIG_KEY_AUTO - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "auto" key
- CONFIG_KEY_AUTOCRLF - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "autocrlf" key
- CONFIG_KEY_AUTODETACH - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "autodetach" key
- CONFIG_KEY_AUTOGC - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "autogc" key
- CONFIG_KEY_AUTOPACKLIMIT - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "autopacklimit" key
- CONFIG_KEY_AUTOSETUPMERGE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "autosetupmerge" key
- CONFIG_KEY_AUTOSETUPREBASE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "autosetuprebase" key
- CONFIG_KEY_AUTOSTASH - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "autostash" key
- CONFIG_KEY_BARE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "bare" key
- CONFIG_KEY_BIGFILE_THRESHOLD - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "pack.bigfilethreshold" key
- CONFIG_KEY_BITMAP_CONTIGUOUS_COMMIT_COUNT - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "pack.bitmapContiguousCommitCount" key
- CONFIG_KEY_BITMAP_DISTANT_COMMIT_SPAN - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "pack.bitmapDistantCommitSpan" key
- CONFIG_KEY_BITMAP_EXCESSIVE_BRANCH_COUNT - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "pack.bitmapExcessiveBranchCount" key
- CONFIG_KEY_BITMAP_INACTIVE_BRANCH_AGE_INDAYS - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "pack.bitmapInactiveBranchAgeInDays" key
- CONFIG_KEY_BITMAP_RECENT_COMMIT_COUNT - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "pack.bitmapRecentCommitSpan" key
- CONFIG_KEY_BLOCK_LIMIT - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "blockLimit" key
- CONFIG_KEY_BLOCK_SIZE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "blockSize" key
- CONFIG_KEY_BUILD_BITMAPS - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "pack.buildBitmaps" key
- CONFIG_KEY_CHECKSTAT - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "checkstat" key
- CONFIG_KEY_CLEANUP - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "cleanup" key
- CONFIG_KEY_CMD - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "cmd" key within "difftool.*." or "mergetool.*." section
- CONFIG_KEY_COMMENT_CHAR - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "commentChar" key.
- CONFIG_KEY_COMMIT_ENCODING - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "commitEncoding" key
- CONFIG_KEY_COMMIT_TEMPLATE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "template" key
- CONFIG_KEY_COMPRESSION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "compression" key
- CONFIG_KEY_CONCURRENCY_LEVEL - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "concurrencyLevel" key
- CONFIG_KEY_CONFLICTSTYLE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "conflictStyle" key.
- CONFIG_KEY_CREATECHANGEID - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "createchangeid" key
- CONFIG_KEY_CUT_DELTACHAINS - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "pack.cutDeltaChains" key
- CONFIG_KEY_DEFAULT - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "default" key.
- CONFIG_KEY_DEFAULT_BRANCH - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "defaultBranch" key
- CONFIG_KEY_DEFBRANCHSTARTPOINT - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "defaultsourceref" key
- CONFIG_KEY_DELTA_BASE_CACHE_LIMIT - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "deltaBaseCacheLimit" key
- CONFIG_KEY_DELTA_CACHE_LIMIT - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "pack.deltaCacheLimit" key
- CONFIG_KEY_DELTA_CACHE_SIZE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "pack.deltaCacheSize" key
- CONFIG_KEY_DELTA_COMPRESSION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "pack.deltaCompression" key
- CONFIG_KEY_DEPTH - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "pack.depth" key
- CONFIG_KEY_DIRNOGITLINKS - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "dirnogitlinks" key
- CONFIG_KEY_EMAIL - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "email" key
- CONFIG_KEY_EOL - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "eol" key
- CONFIG_KEY_EXCLUDESFILE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "excludesfile" key
- CONFIG_KEY_FALSE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "false" key (used to configure
ConfigConstants.CONFIG_KEY_AUTOSETUPMERGE
- CONFIG_KEY_FETCH_RECURSE_SUBMODULES - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "fetchRecurseSubmodules" key
- CONFIG_KEY_FF - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "ff" key
- CONFIG_KEY_FILEMODE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "filemode" key
- CONFIG_KEY_FORCE_SIGN_ANNOTATED - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "forceSignAnnotated" key
- CONFIG_KEY_FORMAT - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "format" key
- CONFIG_KEY_GPGSIGN - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "gpgSign" key
- CONFIG_KEY_GUITOOL - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "guitool" key within "diff" or "merge" section
- CONFIG_KEY_HIDEDOTFILES - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "hidedotfiles" key
- CONFIG_KEY_HOOKS_PATH - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "hooksPath" key.
- CONFIG_KEY_IGNORE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "ignore" key
- CONFIG_KEY_IN_CORE_LIMIT - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "inCoreLimit" key in the "merge" section.
- CONFIG_KEY_INDEXVERSION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "indexversion" key
- CONFIG_KEY_KEEP_BACKUP - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "keepBackup" key within "mergetool" section
- CONFIG_KEY_KEEP_TEMPORARIES - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "keepTemporaries" key within "mergetool" section
- CONFIG_KEY_LOCAL - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "local" key (used to configure
ConfigConstants.CONFIG_KEY_AUTOSETUPREBASE
- CONFIG_KEY_LOG_OUTPUT_ENCODING - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "logOutputEncoding" key
- CONFIG_KEY_LOGALLREFUPDATES - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "logallrefupdates" key
- CONFIG_KEY_LOGEXPIRY - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "logexpiry" key
- CONFIG_KEY_MANYFILES - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "feature.manyFiles" key
- CONFIG_KEY_MERGE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "merge" key
- CONFIG_KEY_MERGEOPTIONS - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "mergeoptions" key
- CONFIG_KEY_MIN_RACY_THRESHOLD - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "minRacyThreshold" key
- CONFIG_KEY_MIN_SIZE_PREVENT_RACYPACK - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "pack.minSizePreventRacyPack" key
- CONFIG_KEY_NAME - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "name" key
- CONFIG_KEY_NEVER - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "never" key (used to configure
ConfigConstants.CONFIG_KEY_AUTOSETUPREBASE
- CONFIG_KEY_NOPREFIX - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "noprefix" key in the "diff" section
- CONFIG_KEY_PACKED_GIT_LIMIT - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "packedGitLimit" key
- CONFIG_KEY_PACKED_GIT_MMAP - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "packedGitMmap" key
- CONFIG_KEY_PACKED_GIT_OPENFILES - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "packedGitOpenFiles" key
- CONFIG_KEY_PACKED_GIT_USE_STRONGREFS - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "packedGitUseStrongRefs" key
- CONFIG_KEY_PACKED_GIT_WINDOWSIZE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "packedGitWindowSize" key
- CONFIG_KEY_PATH - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "path" key
- CONFIG_KEY_PRECOMPOSEUNICODE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "precomposeunicode" key
- CONFIG_KEY_PROGRAM - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "program" key
- CONFIG_KEY_PROMPT - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "prompt" key within "difftool" or "mergetool" section
- CONFIG_KEY_PRUNE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "prune" key
- CONFIG_KEY_PRUNEEXPIRE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "pruneexpire" key
- CONFIG_KEY_PRUNEPACKEXPIRE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "prunepackexpire" key
- CONFIG_KEY_PUSH_DEFAULT - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "pushDefault" key.
- CONFIG_KEY_PUSH_REMOTE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "pushRemote" key.
- CONFIG_KEY_QUOTE_PATH - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "quotePath" key.
- CONFIG_KEY_REBASE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "rebase" key
- CONFIG_KEY_RECURSE_SUBMODULES - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "recurseSubmodules" key
- CONFIG_KEY_REF_STORAGE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "refStorage" key
- CONFIG_KEY_REFSTORAGE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The extensions.refStorage key
- CONFIG_KEY_REMOTE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "remote" key
- CONFIG_KEY_RENAMELIMIT - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "renamelimit" key in the "diff" section
- CONFIG_KEY_RENAMES - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "renames" key in the "diff" section
- CONFIG_KEY_REPO_FORMAT_VERSION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "repositoryformatversion" key
- CONFIG_KEY_REQUIRED - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "required" key
- CONFIG_KEY_REUSE_DELTAS - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "pack.reuseDeltas" key
- CONFIG_KEY_REUSE_OBJECTS - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "pack.reuseObjects" key
- CONFIG_KEY_SEARCH_FOR_REUSE_TIMEOUT - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "pack.searchForReuseTimeout" key
- CONFIG_KEY_SIGNINGKEY - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "signingKey" key
- CONFIG_KEY_SINGLE_PACK - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "pack.singlePack" key
- CONFIG_KEY_STREAM_BUFFER - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "streamBuffer" key
- CONFIG_KEY_STREAM_FILE_TRESHOLD - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "streamFileThreshold" key
- CONFIG_KEY_STREAM_RATIO - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "streamRatio" key
- CONFIG_KEY_SUPPORTSATOMICFILECREATION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "supportsAtomicFileCreation" key in the "core" section
- CONFIG_KEY_SYMLINKS - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "symlinks" key
- CONFIG_KEY_THREADS - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "pack.threads" key
- CONFIG_KEY_TIMESTAMP_RESOLUTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "timestampResolution" key
- CONFIG_KEY_TOOL - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "tool" key within "diff" or "merge" section
- CONFIG_KEY_TRUE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "true" key (used to configure
ConfigConstants.CONFIG_KEY_AUTOSETUPMERGE
- CONFIG_KEY_TRUST_EXIT_CODE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "trustExitCode" key within "difftool" or "mergetool.
." section - CONFIG_KEY_TRUSTFOLDERSTAT - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "trustfolderstat" key in the "core" section
- CONFIG_KEY_UPDATE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "update" key
- CONFIG_KEY_URL - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "url" key
- CONFIG_KEY_USEJGITBUILTIN - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
Flag in the filter section whether to use JGit's implementations of filters and hooks
- CONFIG_KEY_VERSION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "version" key
- CONFIG_KEY_WAIT_PREVENT_RACYPACK - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "pack.waitPreventRacyPack" key
- CONFIG_KEY_WINDOW - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "pack.window" key
- CONFIG_KEY_WINDOW_MEMORY - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "pack.windowMemory" key
- CONFIG_KEY_WORKTREE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "worktree" key
- CONFIG_KEY_WRITE_TO_TEMP - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "writeToTemp" key within "mergetool" section
- CONFIG_MERGE_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "merge" section
- CONFIG_MERGETOOL_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "mergetool" section
- CONFIG_PACK_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "pack" section
- CONFIG_PROTOCOL_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "protocol" section
- CONFIG_PULL_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "pull" section
- CONFIG_PUSH_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "push" section.
- CONFIG_REBASE_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "rebase" section
- CONFIG_RECEIVE_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "receive" section
- CONFIG_REF_STORAGE_REFTABLE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "reftable" refStorage format
- CONFIG_REMOTE_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "remote" section
- CONFIG_RENAMELIMIT_COPIES - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
A "renamelimit" value in the "diff" section
- CONFIG_RENAMELIMIT_COPY - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
A "renamelimit" value in the "diff" section
- CONFIG_SECTION_I18N - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "i18n" section
- CONFIG_SECTION_LFS - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "lfs" section
- CONFIG_SUBMODULE_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "submodule" section
- CONFIG_TAG_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "tag" section
- CONFIG_USER_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "user" section
- CONFIG_WORKFLOW_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
-
The "workflow" section
- Config.ConfigEnum - Interface in org.eclipse.jgit.lib
-
Converts enumeration values into configuration options and vice-versa, allowing to match a config option with an enum value.
- Config.SectionParser<T> - Interface in org.eclipse.jgit.lib
-
Parses a section of the configuration into an application model object.
- ConfigChangedEvent - Class in org.eclipse.jgit.events
-
Describes a change to one or more keys in the configuration.
- ConfigChangedEvent() - Constructor for class org.eclipse.jgit.events.ConfigChangedEvent
- ConfigChangedListener - Interface in org.eclipse.jgit.events
-
Receives
ConfigChangedEvent
s. - ConfigConstants - Class in org.eclipse.jgit.lib
-
Constants for use with the Configuration classes: section names, configuration keys
- ConfigConstants() - Constructor for class org.eclipse.jgit.lib.ConfigConstants
- configFileNotFound - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- configHandleIsStale - Variable in class org.eclipse.jgit.internal.JGitText
- configHandleMayBeLocked - Variable in class org.eclipse.jgit.internal.JGitText
- ConfigInvalidException - Exception in org.eclipse.jgit.errors
-
Indicates a text string is not a valid Git style configuration.
- ConfigInvalidException(String) - Constructor for exception org.eclipse.jgit.errors.ConfigInvalidException
-
Construct an invalid configuration error.
- ConfigInvalidException(String, Throwable) - Constructor for exception org.eclipse.jgit.errors.ConfigInvalidException
-
Construct an invalid configuration error.
- configInvalidPath - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- configInvalidPattern - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- configInvalidPositive - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- configInvalidProxyJump - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- configNoKnownAlgorithms - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- configOnlyListOptionSupported - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- configProxyJumpNotSsh - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- configProxyJumpWithPath - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- configSubsectionContainsNewline - Variable in class org.eclipse.jgit.internal.JGitText
- configSubsectionContainsNullByte - Variable in class org.eclipse.jgit.internal.JGitText
- configUnknownAlgorithm - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- configure(int, float) - Method in class org.eclipse.jgit.util.SimpleLruCache
-
Reconfigures the cache.
- configure(KeyManager[], TrustManager[], SecureRandom) - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnection
-
Configure the connection so that it can be used for https communication.
- configure(KeyManager[], TrustManager[], SecureRandom) - Method in interface org.eclipse.jgit.transport.http.HttpConnection
-
Configure the connection so that it can be used for https communication.
- configure(KeyManager[], TrustManager[], SecureRandom) - Method in class org.eclipse.jgit.transport.http.JDKHttpConnection
-
Configure the connection so that it can be used for https communication.
- configure(SSLSocket) - Method in class org.eclipse.jgit.internal.transport.http.DelegatingSSLSocketFactory
-
Configure the newly created socket.
- configure(TransportCommand) - Method in class org.eclipse.jgit.api.TransportCommand
-
Configure a child command with the current configuration set in
this
command - configure(HttpConnection, boolean) - Method in interface org.eclipse.jgit.transport.http.HttpConnectionFactory2.GitSession
-
Configure a just created
HttpConnection
. - configure(OpenSshConfig.Host, Session) - Method in class org.eclipse.jgit.transport.ssh.jsch.JschConfigSessionFactory
-
Provide additional configuration for the session based on the host information.
- configure(Transport) - Method in class org.eclipse.jgit.api.TransportCommand
-
Configure transport with credentials provider, timeout, and config callback
- configure(Transport) - Method in interface org.eclipse.jgit.api.TransportConfigCallback
-
Add any additional transport-specific configuration required.
- configureAttributesPathCache(int, float) - Static method in class org.eclipse.jgit.util.FS.FileStoreAttributes
-
Configures size and purge factor of the path-based cache for file system attributes.
- configureAuthentication() - Method in class org.eclipse.jgit.junit.ssh.SshTestGitServer
-
Configures the authentication mechanisms of this test server.
- configureJSch(JSch) - Method in class org.eclipse.jgit.transport.ssh.jsch.JschConfigSessionFactory
-
Provide additional configuration for the JSch instance.
- configureShell() - Method in class org.eclipse.jgit.junit.ssh.SshTestGitServer
-
Configures shell access for the test server.
- configureSubsystems() - Method in class org.eclipse.jgit.junit.ssh.SshTestGitServer
-
Configures the test server's subsystems (sftp, scp).
- configureTLS(SSLSocket) - Static method in class org.eclipse.jgit.util.HttpSupport
-
Enables all supported TLS protocol versions on the socket given.
- configValueContainsNullByte - Variable in class org.eclipse.jgit.internal.JGitText
- CONFLICT - org.eclipse.jgit.merge.ContentMergeStrategy
-
Produce a conflict.
- CONFLICT - Static variable in class org.eclipse.jgit.api.CherryPickResult
-
A
CherryPickResult
with statusCherryPickResult.CherryPickStatus.CONFLICTING
- CONFLICTING - org.eclipse.jgit.api.CherryPickResult.CherryPickStatus
- CONFLICTING - org.eclipse.jgit.api.MergeResult.MergeStatus
- conflictingUsageOf_git_dir_andArguments - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- CONFLICTS - org.eclipse.jgit.api.CheckoutResult.Status
-
Checkout has not completed because of checkout conflicts
- CONFLICTS - org.eclipse.jgit.api.RebaseResult.Status
-
Conflicts: checkout of target HEAD failed
- CONFLICTS_DURING_MERGE_BASE_CALCULATION - org.eclipse.jgit.errors.NoMergeBaseException.MergeBaseFailureReason
-
In order to find a single merge base it may required to merge together multiple common predecessors.
- connect() - Method in class org.eclipse.jgit.internal.transport.sshd.agent.connector.PageantConnector
- connect() - Method in class org.eclipse.jgit.internal.transport.sshd.agent.connector.UnixDomainSocketConnector
- connect() - Method in class org.eclipse.jgit.internal.transport.sshd.agent.connector.WinPipeConnector
- connect() - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnection
-
Connect
- connect() - Method in interface org.eclipse.jgit.transport.http.HttpConnection
-
Connect
- connect() - Method in class org.eclipse.jgit.transport.http.JDKHttpConnection
-
Connect
- connect() - Method in interface org.eclipse.jgit.transport.sshd.agent.Connector
-
Connects to an SSH agent if there is one running.
- connect(int, TimeUnit) - Method in interface org.eclipse.jgit.transport.FtpChannel
-
Connects the
FtpChannel
to the remote end. - connect(HostConfigEntry, AttributeRepository, SocketAddress) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitSshClient
- CONNECT_TIMEOUT - Static variable in class org.eclipse.jgit.transport.SshConstants
-
An OpenSSH time value for the connection timeout.
- Connection - Interface in org.eclipse.jgit.transport
-
Represent connection for operation on a remote repository.
- CONNECTION_ATTEMPTS - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file.
- connectionFactory - Static variable in class org.eclipse.jgit.transport.HttpTransport
-
factory for creating HTTP connections
- connectionFailed - Variable in class org.eclipse.jgit.internal.JGitText
- connectionFailed - Variable in class org.eclipse.jgit.internal.transport.ssh.jsch.JSchText
- connectionTimeOut - Variable in class org.eclipse.jgit.internal.JGitText
- connectivityChecker - Variable in class org.eclipse.jgit.transport.ReceivePack
-
Connectivity checker to use.
- ConnectivityChecker - Interface in org.eclipse.jgit.transport
-
Checks that a received pack only depends on objects which are reachable from a defined set of references.
- ConnectivityChecker.ConnectivityCheckInfo - Class in org.eclipse.jgit.transport
-
POJO which is used to pass all information which is needed to perform connectivity check.
- ConnectivityCheckInfo() - Constructor for class org.eclipse.jgit.transport.ConnectivityChecker.ConnectivityCheckInfo
- Connector - Interface in org.eclipse.jgit.transport.sshd.agent
-
Simple interface for connecting to something and making RPC-style request-reply calls.
- ConnectorFactory - Interface in org.eclipse.jgit.transport.sshd.agent
-
A factory for creating
Connector
s. - ConnectorFactory.ConnectorDescriptor - Interface in org.eclipse.jgit.transport.sshd.agent
- ConnectorFactoryProvider - Class in org.eclipse.jgit.internal.transport.sshd.agent
-
Provides a
ConnectorFactory
 obtained via theServiceLoader
. - ConsoleAuthenticator - Class in org.eclipse.jgit.console
-
Basic network prompt for username/password when using the console.
- ConsoleAuthenticator() - Constructor for class org.eclipse.jgit.console.ConsoleAuthenticator
- ConsoleCredentialsProvider - Class in org.eclipse.jgit.console
-
Interacts with the user during authentication by using the text console.
- ConsoleCredentialsProvider() - Constructor for class org.eclipse.jgit.console.ConsoleCredentialsProvider
- Constants - Class in org.eclipse.jgit.lfs.lib
-
Misc.
- Constants - Class in org.eclipse.jgit.lib
-
Misc.
- Constants() - Constructor for class org.eclipse.jgit.lfs.lib.Constants
- consumeRequestBody(InputStream) - Static method in class org.eclipse.jgit.http.server.ServletUtils
-
Consume the rest of the input stream and discard it.
- consumeRequestBody(HttpServletRequest) - Static method in class org.eclipse.jgit.http.server.ServletUtils
-
Consume the entire request body, if one was supplied.
- contains(int) - Method in class org.eclipse.jgit.util.IntList
-
Check if an entry appears in this collection.
- contains(long) - Method in class org.eclipse.jgit.util.LongList
-
Determine if an entry appears in this collection.
- contains(Object) - Method in class org.eclipse.jgit.revwalk.RevFlagSet
- contains(String) - Method in class org.eclipse.jgit.util.RefList
-
Determine if a reference is present.
- contains(AnyObjectId) - Method in class org.eclipse.jgit.internal.storage.file.LazyObjectIdSetFile
-
Returns true if the objectId is contained within the collection.
- contains(AnyObjectId) - Method in class org.eclipse.jgit.internal.storage.file.PackIndex
-
Returns true if the objectId is contained within the collection.
- contains(AnyObjectId) - Method in interface org.eclipse.jgit.lib.BitmapIndex.BitmapBuilder
-
Whether the bitmap has the id set.
- contains(AnyObjectId) - Method in class org.eclipse.jgit.lib.ObjectIdOwnerMap
-
Returns true if the objectId is contained within the collection.
- contains(AnyObjectId) - Method in interface org.eclipse.jgit.lib.ObjectIdSet
-
Returns true if the objectId is contained within the collection.
- contains(AnyObjectId) - Method in class org.eclipse.jgit.lib.ObjectIdSubclassMap
-
Returns true if the objectId is contained within the collection.
- contains(AnyObjectId) - Method in class org.eclipse.jgit.notes.NoteMap
-
Determine if a note exists for the specified ObjectId.
- containsAll(Collection<?>) - Method in class org.eclipse.jgit.revwalk.RevFlagSet
- containsConflicts() - Method in class org.eclipse.jgit.merge.MergeResult
-
Whether this merge result contains conflicts
- containsGitModulesFile(Repository) - Static method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Checks whether the working tree contains a .gitmodules file.
- containsHelp(String...) - Method in class org.eclipse.jgit.pgm.opt.CmdLineParser
-
Check if array contains help option
- containsHelp(String[]) - Static method in class org.eclipse.jgit.pgm.TextBuiltin
-
Check if the arguments contain a help option
- containsKey(long) - Method in class org.eclipse.jgit.util.LongMap
-
Whether
key
is present in the map. - containsKey(Object) - Method in class org.eclipse.jgit.util.RefMap
- containsKey(String) - Method in class org.eclipse.jgit.attributes.Attributes
-
Whether there is an attribute with this key
- content - Variable in class org.eclipse.jgit.diff.RawText
-
The file content for this sequence.
- CONTENT - Static variable in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Constant
CONTENT=16
- CONTENT_ID - Static variable in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Constant
CONTENT_ID=8
- CONTENT_TYPE_GIT_LFS_JSON - Static variable in class org.eclipse.jgit.lfs.lib.Constants
-
Content type used by LFS REST API as defined in https://github.com/github/git-lfs/blob/master/docs/api/v1/http-v1-batch.md
- ContentMergeStrategy - Enum in org.eclipse.jgit.merge
-
How to handle content conflicts.
- contents - Variable in class org.eclipse.jgit.revwalk.RevObjectList
-
Items stored in this list.
- ContentSource - Class in org.eclipse.jgit.diff
-
Supplies the content of a file for
DiffFormatter
. - ContentSource() - Constructor for class org.eclipse.jgit.diff.ContentSource
- ContentSource.Pair - Class in org.eclipse.jgit.diff
-
A pair of sources to access the old and new sides of a DiffEntry.
- CONTENTTYPE_VND_GIT_LFS_JSON - Static variable in interface org.eclipse.jgit.lfs.Protocol
-
The contenttype used in LFS requests
- contextMustBeNonNegative - Variable in class org.eclipse.jgit.internal.JGitText
- CONTINUE - org.eclipse.jgit.api.RebaseCommand.Operation
-
Continues after a conflict resolution
- CONTROL_PATH - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file.
- convertFrom(FileRepository, boolean) - Static method in class org.eclipse.jgit.internal.storage.file.FileReftableDatabase
- convertRefStorage(String, boolean, boolean) - Method in class org.eclipse.jgit.internal.storage.file.FileRepository
-
Converts between ref storage formats.
- COOKIE_FILE_CACHE_LIMIT_KEY - Static variable in class org.eclipse.jgit.transport.HttpConfig
-
Custom JGit config key which holds the maximum number of cookie files to keep in the cache.
- COOKIE_FILE_KEY - Static variable in class org.eclipse.jgit.transport.HttpConfig
-
git config key for the "cookieFile" setting.
- cookieFilePathRelative - Variable in class org.eclipse.jgit.internal.JGitText
- copy() - Method in class org.eclipse.jgit.gitrepo.RepoProject.CopyFile
-
Do the copy file action.
- copy() - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Obtain an immutable copy of this current object.
- copy() - Method in class org.eclipse.jgit.lib.AnyObjectId
-
Obtain an immutable copy of this current object name value.
- copy(int) - Method in class org.eclipse.jgit.util.RefList
-
Obtain a builder initialized with the first
n
elements. - copy(long, int) - Method in class org.eclipse.jgit.internal.storage.pack.DeltaEncoder
-
Create a copy instruction to copy from the base object.
- copy(InputStream) - Method in class org.eclipse.jgit.util.TemporaryBuffer
-
Copy all bytes remaining on the input stream into this buffer.
- COPY - org.eclipse.jgit.diff.DiffConfig.RenameDetectionType
-
Copies should be detected too.
- COPY - org.eclipse.jgit.diff.DiffEntry.ChangeType
-
Copy an existing file to a new location, keeping the original
- copyCurrentContent() - Method in class org.eclipse.jgit.internal.storage.file.LockFile
-
Copy the current file content into the temporary file.
- copyFile(File, File) - Static method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Copy a file
- CopyFile(Repository, String, String, String) - Constructor for class org.eclipse.jgit.gitrepo.RepoProject.CopyFile
- copyFrom(BitmapCommit) - Static method in class org.eclipse.jgit.internal.storage.pack.BitmapCommit
-
Get a builder of BitmapCommit whose fields are copied from
commit
. - copyMetaData(DirCacheEntry) - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Copy the ObjectId and other meta fields from an existing entry.
- copyObjectAsIs(PackOutputStream, ObjectToPack, boolean) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReader
-
Output a previously selected representation.
- copyObjectAsIs(PackOutputStream, ObjectToPack, boolean) - Method in interface org.eclipse.jgit.internal.storage.pack.ObjectReuseAsIs
-
Output a previously selected representation.
- copyPackAsIs(PackOutputStream, CachedPack) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReader
-
Append an entire pack's contents onto the output stream.
- copyPackAsIs(PackOutputStream, CachedPack) - Method in interface org.eclipse.jgit.internal.storage.pack.ObjectReuseAsIs
-
Append an entire pack's contents onto the output stream.
- copyRawTo(byte[], int) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Copy this LongObjectId to a byte array.
- copyRawTo(byte[], int) - Method in class org.eclipse.jgit.lib.AnyObjectId
-
Copy this ObjectId to a byte array.
- copyRawTo(int[], int) - Method in class org.eclipse.jgit.lib.AnyObjectId
-
Copy this ObjectId to an int array.
- copyRawTo(long[], int) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Copy this LongObjectId to an long array.
- copyRawTo(OutputStream) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Copy this LongObjectId to an output writer in raw binary.
- copyRawTo(OutputStream) - Method in class org.eclipse.jgit.lib.AnyObjectId
-
Copy this ObjectId to an output writer in raw binary.
- copyRawTo(ByteBuffer) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Copy this LongObjectId to an output writer in raw binary.
- copyRawTo(ByteBuffer) - Method in class org.eclipse.jgit.lib.AnyObjectId
-
Copy this ObjectId to an output writer in raw binary.
- CopyStruct() - Constructor for class org.eclipse.jgit.internal.transport.sshd.agent.connector.PageantLibrary.CopyStruct
- copyTestResource(Class<?>, String, File) - Method in class org.eclipse.jgit.junit.ssh.SshTestHarness
-
Copies a test data file contained in the test bundle to the given file, using
Class.getResourceAsStream(String)
to get the test resource. - copyTestResource(String, File) - Static method in class org.eclipse.jgit.junit.JGitTestUtil
-
Copy test resource.
- copyTestResource(String, File) - Method in class org.eclipse.jgit.junit.ssh.SshTestHarness
-
Copies a test data file contained in the test bundle to the given file.
- copyTo(byte[], int) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Copy this LongObjectId to a byte array in hex format.
- copyTo(byte[], int) - Method in class org.eclipse.jgit.lib.AnyObjectId
-
Copy this ObjectId to a byte array in hex format.
- copyTo(byte[], int) - Method in class org.eclipse.jgit.lib.FileMode
-
Copy this mode as a sequence of octal US-ASCII bytes.
- copyTo(char[], Writer) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Copy this LongObjectId to an output writer in hex format.
- copyTo(char[], Writer) - Method in class org.eclipse.jgit.lib.AnyObjectId
-
Copy this ObjectId to an output writer in hex format.
- copyTo(char[], StringBuilder) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Copy this LongObjectId to a StringBuilder in hex format.
- copyTo(char[], StringBuilder) - Method in class org.eclipse.jgit.lib.AnyObjectId
-
Copy this ObjectId to a StringBuilder in hex format.
- copyTo(OutputStream) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Copy this LongObjectId to an output writer in hex format.
- copyTo(OutputStream) - Method in class org.eclipse.jgit.lib.AnyObjectId
-
Copy this ObjectId to an output writer in hex format.
- copyTo(OutputStream) - Method in class org.eclipse.jgit.lib.FileMode
-
Copy this mode as a sequence of octal US-ASCII bytes.
- copyTo(OutputStream) - Method in class org.eclipse.jgit.lib.ObjectLoader
-
Copy this object to the output stream.
- copyTo(Writer) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Copy this LongObjectId to an output writer in hex format.
- copyTo(Writer) - Method in class org.eclipse.jgit.lib.AnyObjectId
-
Copy this ObjectId to an output writer in hex format.
- copyTo(ByteBuffer) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Copy this LongObjectId to a ByteBuffer in hex format.
- copyTo(ByteBuffer) - Method in class org.eclipse.jgit.lib.AnyObjectId
-
Copy this ObjectId to a ByteBuffer in hex format.
- copyToLength() - Method in class org.eclipse.jgit.lib.FileMode
-
Copy the number of bytes written by
FileMode.copyTo(OutputStream)
. - CoreConfig - Class in org.eclipse.jgit.lib
-
This class keeps git repository core parameters.
- CoreConfig.AutoCRLF - Enum in org.eclipse.jgit.lib
-
Permissible values for
core.autocrlf
. - CoreConfig.CheckStat - Enum in org.eclipse.jgit.lib
-
Permissible values for
core.checkstat
. - CoreConfig.EOL - Enum in org.eclipse.jgit.lib
-
Permissible values for
core.eol
. - CoreConfig.EolStreamType - Enum in org.eclipse.jgit.lib
-
EOL stream conversion protocol.
- CoreConfig.HideDotFiles - Enum in org.eclipse.jgit.lib
-
Options for hiding files whose names start with a period.
- CoreConfig.LogRefUpdates - Enum in org.eclipse.jgit.lib
-
Permissible values for
core.logAllRefUpdates
. - CoreConfig.SymLinks - Enum in org.eclipse.jgit.lib
-
Options for symlink handling
- corrupt25519Key - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- CorruptIndex(String, CorruptPackIndexException.ErrorType) - Constructor for class org.eclipse.jgit.internal.fsck.FsckError.CorruptIndex
- corruptionDetectedReReadingAt - Variable in class org.eclipse.jgit.internal.JGitText
- corruptLongObject - Variable in class org.eclipse.jgit.lfs.internal.LfsText
- CorruptLongObjectException - Exception in org.eclipse.jgit.lfs.errors
-
Thrown when an object id is given that doesn't match the hash of the object's content
- CorruptLongObjectException(AnyLongObjectId, AnyLongObjectId, String) - Constructor for exception org.eclipse.jgit.lfs.errors.CorruptLongObjectException
-
Corrupt long object detected.
- CorruptMediaFile - Exception in org.eclipse.jgit.lfs.errors
-
Thrown when a LFS mediafile is found which doesn't have the expected size
- CorruptMediaFile(Path, long, long) - Constructor for exception org.eclipse.jgit.lfs.errors.CorruptMediaFile
-
Constructor for CorruptMediaFile.
- CorruptObject(ObjectId, int, ObjectChecker.ErrorType) - Constructor for class org.eclipse.jgit.internal.fsck.FsckError.CorruptObject
- corruptObjectBadDate - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectBadEmail - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectBadStream - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectBadTimezone - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectDuplicateEntryNames - Variable in class org.eclipse.jgit.internal.JGitText
- CorruptObjectException - Exception in org.eclipse.jgit.errors
-
Exception thrown when an object cannot be read from Git.
- CorruptObjectException(String) - Constructor for exception org.eclipse.jgit.errors.CorruptObjectException
-
Construct a CorruptObjectException for reporting a problem not associated with a specific object id.
- CorruptObjectException(String, Throwable) - Constructor for exception org.eclipse.jgit.errors.CorruptObjectException
-
Construct a CorruptObjectException for reporting a problem not associated with a specific object id.
- CorruptObjectException(AnyObjectId, String) - Constructor for exception org.eclipse.jgit.errors.CorruptObjectException
-
Construct a CorruptObjectException for reporting a problem specified object id
- CorruptObjectException(ObjectChecker.ErrorType, AnyObjectId, String) - Constructor for exception org.eclipse.jgit.errors.CorruptObjectException
-
Report a specific error condition discovered in an object.
- CorruptObjectException(ObjectId, String) - Constructor for exception org.eclipse.jgit.errors.CorruptObjectException
-
Construct a CorruptObjectException for reporting a problem specified object id
- corruptObjectGarbageAfterSize - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectIncorrectLength - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectIncorrectSorting - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectInvalidMode2 - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectInvalidMode3 - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectInvalidModeChar - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectInvalidModeStartsZero - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectInvalidName - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectInvalidNameAux - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectInvalidNameCom - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectInvalidNameCon - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectInvalidNameEnd - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectInvalidNameIgnorableUnicode - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectInvalidNameInvalidUtf8 - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectInvalidNameLpt - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectInvalidNameNul - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectInvalidNamePrn - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectInvalidObject - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectInvalidParent - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectInvalidTree - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectInvalidType - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectInvalidType2 - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectMissingEmail - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectNameContainsByte - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectNameContainsChar - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectNameContainsNullByte - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectNameContainsSlash - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectNameDot - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectNameDotDot - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectNameZeroLength - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectNegativeSize - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectNoAuthor - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectNoCommitter - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectNoHeader - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectNoObjectHeader - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectNoTagHeader - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectNotreeHeader - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectNoTypeHeader - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectPackfileChecksumIncorrect - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectTruncatedInMode - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectTruncatedInName - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectTruncatedInObjectId - Variable in class org.eclipse.jgit.internal.JGitText
- corruptObjectZeroId - Variable in class org.eclipse.jgit.internal.JGitText
- corruptPack - Variable in class org.eclipse.jgit.internal.JGitText
- CorruptPackIndexException - Exception in org.eclipse.jgit.errors
-
Exception thrown when encounters a corrupt pack index file.
- CorruptPackIndexException(String, CorruptPackIndexException.ErrorType) - Constructor for exception org.eclipse.jgit.errors.CorruptPackIndexException
-
Report a specific error condition discovered in an index file.
- CorruptPackIndexException.ErrorType - Enum in org.eclipse.jgit.errors
-
The error type of a corrupt index file.
- corruptUseCnt - Variable in class org.eclipse.jgit.internal.JGitText
- COULD_NOT_DELETE - org.eclipse.jgit.merge.ResolveMerger.MergeFailureReason
-
the merge failed because of a file could not be deleted
- couldNotCreateBranch - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- couldNotFindSixTabsInLine - Variable in class org.eclipse.jgit.internal.JGitText
- couldNotFindTabInLine - Variable in class org.eclipse.jgit.internal.JGitText
- couldNotGetAdvertisedRef - Variable in class org.eclipse.jgit.internal.JGitText
- couldNotGetRepoStatistics - Variable in class org.eclipse.jgit.internal.JGitText
- couldNotHashByteArrayWithSha256 - Variable in class org.eclipse.jgit.internal.JGitText
- couldNotLockHEAD - Variable in class org.eclipse.jgit.internal.JGitText
- couldNotPersistCookies - Variable in class org.eclipse.jgit.internal.JGitText
- couldNotReadCookieFile - Variable in class org.eclipse.jgit.internal.JGitText
- couldNotReadIndexInOneGo - Variable in class org.eclipse.jgit.internal.JGitText
- couldNotReadObjectWhileParsingCommit - Variable in class org.eclipse.jgit.internal.JGitText
- couldNotRewindToUpstreamCommit - Variable in class org.eclipse.jgit.internal.JGitText
- couldNotSignStringWithKey - Variable in class org.eclipse.jgit.internal.JGitText
- couldNotURLEncodeToUTF8 - Variable in class org.eclipse.jgit.internal.JGitText
- count() - Method in class org.eclipse.jgit.util.Stats
- count(RevWalk, RevCommit, RevCommit) - Static method in class org.eclipse.jgit.revwalk.RevWalkUtils
-
Count the number of commits that are reachable from
start
until a commit that is reachable fromend
is encountered. - COUNTING - org.eclipse.jgit.internal.storage.pack.PackWriter.PackingPhase
-
Counting objects phase.
- countingObjects - Variable in class org.eclipse.jgit.internal.JGitText
- CountingOutputStream - Class in org.eclipse.jgit.util.io
-
Counts the number of bytes written.
- CountingOutputStream(OutputStream) - Constructor for class org.eclipse.jgit.util.io.CountingOutputStream
-
Initialize a new counting stream.
- create() - Static method in class org.eclipse.jgit.gpg.bc.BouncyCastleGpgSignerFactory
-
Creates a new
GpgSigner
. - create() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRefDatabase
-
Initialize a new reference database at this location.
- create() - Method in class org.eclipse.jgit.internal.storage.file.FileReftableDatabase
-
Initialize a new reference database at this location.
- create() - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectory
-
Initialize a new object database at this location.
- create() - Method in class org.eclipse.jgit.internal.storage.file.RefDirectory
-
Initialize a new reference database at this location.
- create() - Method in class org.eclipse.jgit.internal.storage.file.ReflogWriter
-
Create the log directories.
- create() - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
-
Create the commit
- create() - Method in class org.eclipse.jgit.lib.ObjectDatabase
-
Initialize a new object database at this location.
- create() - Method in class org.eclipse.jgit.lib.RefDatabase
-
Initialize a new reference database at this location.
- create() - Method in class org.eclipse.jgit.lib.Repository
-
Create a new Git repository.
- create() - Method in class org.eclipse.jgit.pgm.CommandRef
-
Create an instance of the command implementation
- create(boolean) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRepository
-
Create a new Git repository initializing the necessary files and directories.
- create(boolean) - Method in class org.eclipse.jgit.internal.storage.file.FileRepository
-
Create a new Git repository initializing the necessary files and directories.
- create(boolean) - Method in class org.eclipse.jgit.lib.Repository
-
Create a new Git repository initializing the necessary files and directories.
- create(int) - Static method in class org.eclipse.jgit.revwalk.filter.MaxCountRevFilter
-
Create a new max count filter.
- create(int) - Static method in class org.eclipse.jgit.revwalk.filter.SkipRevFilter
-
Create a new skip filter.
- create(C, Repository) - Method in interface org.eclipse.jgit.transport.resolver.ReceivePackFactory
-
Create and configure a new ReceivePack instance for a repository.
- create(C, Repository) - Method in interface org.eclipse.jgit.transport.resolver.UploadPackFactory
-
Create and configure a new UploadPack instance for a repository.
- create(File) - Static method in class org.eclipse.jgit.storage.file.FileRepositoryBuilder
-
Convenience factory method to construct a
FileRepository
. - create(File, File, String) - Method in interface org.eclipse.jgit.transport.sshd.SshdSessionFactoryBuilder.ConfigStoreFactory
-
Creates a
SshConfigStore
. - create(InputStream, AutoLFInputStream.StreamFlag...) - Static method in class org.eclipse.jgit.util.io.AutoLFInputStream
-
Factory method for creating an
AutoLFInputStream
with the specifiedflags
. - create(String) - Static method in class org.eclipse.jgit.revwalk.filter.AuthorRevFilter
-
Create a new author filter.
- create(String) - Static method in class org.eclipse.jgit.revwalk.filter.CommitterRevFilter
-
Create a new committer filter.
- create(String) - Static method in class org.eclipse.jgit.revwalk.filter.MessageRevFilter
-
Create a message filter.
- create(String) - Static method in class org.eclipse.jgit.treewalk.filter.PathFilter
-
Create a new tree filter for a user supplied path.
- create(String) - Static method in class org.eclipse.jgit.treewalk.filter.PathSuffixFilter
-
Create a new tree filter for a user supplied path suffix.
- create(String, File) - Method in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Factory
- create(String, File) - Method in interface org.eclipse.jgit.transport.sshd.agent.ConnectorFactory
-
Creates a new
Connector
. - create(String, DiffConfig) - Static method in class org.eclipse.jgit.revwalk.FollowFilter
-
Create a new tree filter for a user supplied path.
- create(URL) - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnectionFactory
- create(URL) - Method in interface org.eclipse.jgit.transport.http.HttpConnectionFactory
-
Creates a new connection to a destination defined by a
URL
- create(URL) - Method in class org.eclipse.jgit.transport.http.JDKHttpConnectionFactory
- create(URL, Proxy) - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnectionFactory
- create(URL, Proxy) - Method in interface org.eclipse.jgit.transport.http.HttpConnectionFactory
-
Creates a new connection to a destination defined by a
URL
using a proxy - create(URL, Proxy) - Method in class org.eclipse.jgit.transport.http.JDKHttpConnectionFactory
- create(Collection<RevFilter>) - Static method in class org.eclipse.jgit.revwalk.filter.AndRevFilter
-
Create a filter around many filters, all of which must match.
- create(Collection<RevFilter>) - Static method in class org.eclipse.jgit.revwalk.filter.OrRevFilter
-
Create a filter around many filters, one of which must match.
- create(Collection<PathFilter>) - Static method in class org.eclipse.jgit.treewalk.filter.PathFilterGroup
-
Create a collection of path filters.
- create(Collection<TreeFilter>) - Static method in class org.eclipse.jgit.treewalk.filter.AndTreeFilter
-
Create a filter around many filters, all of which must match.
- create(Collection<TreeFilter>) - Static method in class org.eclipse.jgit.treewalk.filter.OrTreeFilter
-
Create a filter around many filters, one of which must match.
- create(HttpServletRequest, Repository) - Method in class org.eclipse.jgit.http.server.resolver.DefaultReceivePackFactory
-
Create and configure a new ReceivePack instance for a repository.
- create(HttpServletRequest, Repository) - Method in class org.eclipse.jgit.http.server.resolver.DefaultUploadPackFactory
-
Create and configure a new UploadPack instance for a repository.
- create(BlameGenerator) - Static method in class org.eclipse.jgit.blame.BlameResult
-
Construct a new BlameResult for a generator.
- create(PackExt) - Method in class org.eclipse.jgit.internal.storage.file.PackFile
-
Create a new similar PackFile with the given extension instead.
- create(ObjectLoader) - Static method in class org.eclipse.jgit.diff.SimilarityIndex
-
Create a new similarity index for the given object
- create(ObjectReader) - Static method in class org.eclipse.jgit.diff.ContentSource
-
Construct a content source for an ObjectReader.
- create(Repository, InputStream, OutputStream) - Method in interface org.eclipse.jgit.attributes.FilterCommandFactory
-
Create a new
FilterCommand
. - create(RevFilter) - Static method in class org.eclipse.jgit.revwalk.filter.NotRevFilter
-
Create a filter that negates the result of another filter.
- create(RevFilter[]) - Static method in class org.eclipse.jgit.revwalk.filter.AndRevFilter
-
Create a filter around many filters, all of which must match.
- create(RevFilter[]) - Static method in class org.eclipse.jgit.revwalk.filter.OrRevFilter
-
Create a filter around many filters, one of which must match.
- create(RevFilter, RevFilter) - Static method in class org.eclipse.jgit.revwalk.filter.AndRevFilter
-
Create a filter with two filters, both of which must match.
- create(RevFilter, RevFilter) - Static method in class org.eclipse.jgit.revwalk.filter.OrRevFilter
-
Create a filter with two filters, one of which must match.
- create(TreeFilter) - Static method in class org.eclipse.jgit.treewalk.filter.NotTreeFilter
-
Create a filter that negates the result of another filter.
- create(TreeFilter[]) - Static method in class org.eclipse.jgit.treewalk.filter.AndTreeFilter
-
Create a filter around many filters, all of which must match.
- create(TreeFilter[]) - Static method in class org.eclipse.jgit.treewalk.filter.OrTreeFilter
-
Create a filter around many filters, one of which must match.
- create(TreeFilter, TreeFilter) - Static method in class org.eclipse.jgit.treewalk.filter.AndTreeFilter
-
Create a filter with two filters, both of which must match.
- create(TreeFilter, TreeFilter) - Static method in class org.eclipse.jgit.treewalk.filter.OrTreeFilter
-
Create a filter with two filters, one of which must match.
- create(WorkingTreeIterator) - Static method in class org.eclipse.jgit.diff.ContentSource
-
Construct a content source for a working directory.
- CREATE - org.eclipse.jgit.transport.ReceiveCommand.Type
-
Create a new ref; the ref must not already exist.
- createArchiveOutputStream(OutputStream) - Method in interface org.eclipse.jgit.api.ArchiveCommand.Format
-
Start a new archive.
- createArchiveOutputStream(OutputStream) - Method in class org.eclipse.jgit.archive.TarFormat
-
Start a new archive.
- createArchiveOutputStream(OutputStream) - Method in class org.eclipse.jgit.archive.Tbz2Format
-
Start a new archive.
- createArchiveOutputStream(OutputStream) - Method in class org.eclipse.jgit.archive.TgzFormat
-
Start a new archive.
- createArchiveOutputStream(OutputStream) - Method in class org.eclipse.jgit.archive.TxzFormat
-
Start a new archive.
- createArchiveOutputStream(OutputStream) - Method in class org.eclipse.jgit.archive.ZipFormat
-
Start a new archive.
- createArchiveOutputStream(OutputStream, Map<String, Object>) - Method in interface org.eclipse.jgit.api.ArchiveCommand.Format
-
Start a new archive.
- createArchiveOutputStream(OutputStream, Map<String, Object>) - Method in class org.eclipse.jgit.archive.TarFormat
-
Start a new archive.
- createArchiveOutputStream(OutputStream, Map<String, Object>) - Method in class org.eclipse.jgit.archive.Tbz2Format
-
Start a new archive.
- createArchiveOutputStream(OutputStream, Map<String, Object>) - Method in class org.eclipse.jgit.archive.TgzFormat
-
Start a new archive.
- createArchiveOutputStream(OutputStream, Map<String, Object>) - Method in class org.eclipse.jgit.archive.TxzFormat
-
Start a new archive.
- createArchiveOutputStream(OutputStream, Map<String, Object>) - Method in class org.eclipse.jgit.archive.ZipFormat
-
Start a new archive.
- createAttributesNodeProvider() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRepository
-
Create a new
AttributesNodeProvider
. - createAttributesNodeProvider() - Method in class org.eclipse.jgit.internal.storage.file.FileRepository
-
Create a new
AttributesNodeProvider
. - createAttributesNodeProvider() - Method in class org.eclipse.jgit.lib.Repository
-
Create a new
AttributesNodeProvider
. - createBareRepository() - Method in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Creates a new empty bare repository.
- createBranch(ObjectId, String) - Method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Create a branch
- CreateBranchCommand - Class in org.eclipse.jgit.api
-
Used to create a local branch.
- CreateBranchCommand(Repository) - Constructor for class org.eclipse.jgit.api.CreateBranchCommand
-
Constructor for CreateBranchCommand
- CreateBranchCommand.SetupUpstreamMode - Enum in org.eclipse.jgit.api
-
The modes available for setting up the upstream configuration (corresponding to the --set-upstream, --track, --no-track options
- createBranchFailedUnknownReason - Variable in class org.eclipse.jgit.internal.JGitText
- createBranchUnexpectedResult - Variable in class org.eclipse.jgit.internal.JGitText
- createClient(Session, FactoryManager) - Method in class org.eclipse.jgit.internal.transport.sshd.agent.JGitSshAgentFactory
- createCommit(AnyObjectId) - Method in class org.eclipse.jgit.revplot.PlotWalk
-
Construct a new unparsed commit for the given object.
- createCommit(AnyObjectId) - Method in class org.eclipse.jgit.revwalk.DepthWalk.ObjectWalk
- createCommit(AnyObjectId) - Method in class org.eclipse.jgit.revwalk.DepthWalk.RevWalk
- createCommit(AnyObjectId) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Construct a new unparsed commit for the given object.
- createCommitSnapshot() - Method in class org.eclipse.jgit.internal.storage.file.LockFile
-
Update the commit snapshot
LockFile.getCommitSnapshot()
before commit. - createContext() - Method in class org.eclipse.jgit.internal.transport.sshd.auth.GssApiAuthentication
-
Creates the
GSSContext
to use. - createContext(Oid, String) - Static method in class org.eclipse.jgit.internal.transport.sshd.GssApiMechanisms
-
Creates a
GSSContext
for the given mechanism to authenticate with the host given byfqdn
. - createDefaultDataModel() - Method in class org.eclipse.jgit.awtui.CommitGraphPane
- createDefaultJSch(FS) - Method in class org.eclipse.jgit.transport.ssh.jsch.JschConfigSessionFactory
-
Create default instance of jsch
- createEmptyTreeIterator() - Method in class org.eclipse.jgit.dircache.DirCacheIterator
-
Create a new iterator as though the current entry were a subtree.
- createEmptyTreeIterator() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Create a new iterator as though the current entry were a subtree.
- createEntry(String, FileMode) - Method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Create
DirCacheEntry
- createEntry(String, FileMode, int, String) - Method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Create
DirCacheEntry
- createEntry(String, FileMode, String) - Method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Create
DirCacheEntry
- CreateFileSnapshotBenchmark - Class in org.eclipse.jgit.benchmarks
- CreateFileSnapshotBenchmark() - Constructor for class org.eclipse.jgit.benchmarks.CreateFileSnapshotBenchmark
- CreateFileSnapshotBenchmark_jmhType - Class in org.eclipse.jgit.benchmarks.jmh_generated
- CreateFileSnapshotBenchmark_jmhType() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_jmhType
- CreateFileSnapshotBenchmark_jmhType_B1 - Class in org.eclipse.jgit.benchmarks.jmh_generated
- CreateFileSnapshotBenchmark_jmhType_B1() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_jmhType_B1
- CreateFileSnapshotBenchmark_jmhType_B2 - Class in org.eclipse.jgit.benchmarks.jmh_generated
- CreateFileSnapshotBenchmark_jmhType_B2() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_jmhType_B2
- CreateFileSnapshotBenchmark_jmhType_B3 - Class in org.eclipse.jgit.benchmarks.jmh_generated
- CreateFileSnapshotBenchmark_jmhType_B3() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_jmhType_B3
- CreateFileSnapshotBenchmark_testCreateFile_jmhTest - Class in org.eclipse.jgit.benchmarks.jmh_generated
- CreateFileSnapshotBenchmark_testCreateFile_jmhTest() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_testCreateFile_jmhTest
- CreateFileSnapshotBenchmark_testCreateFileSnapshot_jmhTest - Class in org.eclipse.jgit.benchmarks.jmh_generated
- CreateFileSnapshotBenchmark_testCreateFileSnapshot_jmhTest() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_testCreateFileSnapshot_jmhTest
- createFilterCommand(String, Repository, InputStream, OutputStream) - Static method in class org.eclipse.jgit.attributes.FilterCommandRegistry
-
Create a new
FilterCommand
for the given name. - createForDirectory(File) - Method in class org.eclipse.jgit.internal.storage.file.PackFile
-
Create a new similar PackFile in the given directory.
- createFromStrings(String...) - Static method in class org.eclipse.jgit.treewalk.filter.PathFilterGroup
-
Create a collection of path filters from Java strings.
- createFromStrings(Collection<String>) - Static method in class org.eclipse.jgit.treewalk.filter.PathFilterGroup
-
Create a collection of path filters from Java strings.
- createGitLink(String, AnyObjectId) - Method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Create
DirCacheEntry
- createKeyPasswordProvider(CredentialsProvider) - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactory
-
Creates a
KeyPasswordProvider
for a new session. - createKnownHostsFile(File, String, int, File) - Static method in class org.eclipse.jgit.junit.ssh.SshTestHarness
-
Creates a new known_hosts file with one entry for the given host and port taken from the given public key file.
- createLane() - Method in class org.eclipse.jgit.revplot.PlotCommitList
-
Create a new
PlotLane
appropriate for this particularPlotCommitList
. - createMatcherForSuffix() - Method in class org.eclipse.jgit.fnmatch.FileNameMatcher
-
Create a
FileNameMatcher
instance which uses the same pattern like this matcher, but has the current state of this matcher as reset and start point - createNewFile(File) - Static method in class org.eclipse.jgit.util.FileUtils
-
Atomically creates a new, empty file named by this abstract pathname if and only if a file with this name does not yet exist.
- createNewFile(File) - Method in class org.eclipse.jgit.util.FS_POSIX
-
Deprecated.
- createNewFile(File) - Method in class org.eclipse.jgit.util.FS
-
Deprecated.use
FS.createNewFileAtomic(File)
instead - createNewFileAtomic(File) - Method in class org.eclipse.jgit.util.FS_POSIX
-
Create a new file.
- createNewFileAtomic(File) - Method in class org.eclipse.jgit.util.FS
-
Create a new file.
- createNewFileFailed - Variable in class org.eclipse.jgit.internal.JGitText
- createNonce(Repository, long) - Method in class org.eclipse.jgit.transport.HMACSHA1NonceGenerator
-
Create nonce to be signed by the pusher
- createNonce(Repository, long) - Method in interface org.eclipse.jgit.transport.NonceGenerator
-
Create nonce to be signed by the pusher
- createObjectReachabilityChecker() - Method in class org.eclipse.jgit.revwalk.ObjectWalk
-
Deprecated.use
ObjectReader#createObjectReachabilityChecker(ObjectWalk)
instead. - createObjectReachabilityChecker(ObjectWalk) - Method in class org.eclipse.jgit.lib.ObjectReader
-
Create an object reachability checker that will use bitmaps if possible.
- createOldestPossible(OutputStream, List<? extends PackedObjectInfo>) - Static method in class org.eclipse.jgit.internal.storage.file.PackIndexWriter
-
Create a new writer for the oldest (most widely understood) format.
- createOptionHandler(OptionDef, Setter) - Method in class org.eclipse.jgit.pgm.opt.CmdLineParser
- createPathMatcher(String, boolean) - Static method in interface org.eclipse.jgit.ignore.IMatcher
-
Creates a path matcher for the given pattern.
- createPathMatcher(String, Character, boolean) - Static method in class org.eclipse.jgit.ignore.internal.PathMatcher
-
Create path matcher
- createPreservedForDirectory(File) - Method in class org.eclipse.jgit.internal.storage.file.PackFile
-
Create a new similar preserved PackFile in the given directory.
- createPublicKeyIterator(ClientSession, SignatureFactoriesManager) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitPublicKeyAuthentication
- createReachabilityChecker() - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Deprecated.use
ObjectReader#createReachabilityChecker(RevWalk)
instead. - createReachabilityChecker(RevWalk) - Method in class org.eclipse.jgit.lib.ObjectReader
-
Create a reachability checker that will use bitmaps if possible.
- createRepository(boolean) - Method in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Creates a new empty repository.
- createRepository(boolean, boolean) - Method in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Deprecated.
- createRequiresZeroOldId - Variable in class org.eclipse.jgit.internal.JGitText
- createServer() - Method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Create the
AppServer
.This default implementation creates a server without SSLsupport listening for HTTP connections on a dynamically chosen port, which can be gotten once the server has been started via itsAppServer.getPort()
method. - createServer(ConnectionService) - Method in class org.eclipse.jgit.internal.transport.sshd.agent.JGitSshAgentFactory
- createServerKeyDatabase(File, File) - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactory
-
Creates a
ServerKeyDatabase
to verify server host keys. - createSession(CredentialsProvider, FS, String, String, String, int, OpenSshConfig.Host) - Method in class org.eclipse.jgit.transport.ssh.jsch.JschConfigSessionFactory
-
Use for tests only
- createSession(OpenSshConfig.Host, String, String, int, FS) - Method in class org.eclipse.jgit.transport.ssh.jsch.JschConfigSessionFactory
-
Create a new remote session for the requested address.
- createSessionFactory() - Method in class org.eclipse.jgit.internal.transport.sshd.JGitSshClient
- createSessionFactory() - Method in class org.eclipse.jgit.junit.ssh.SshTestHarness
- createSocket() - Method in class org.eclipse.jgit.internal.transport.http.DelegatingSSLSocketFactory
- createSocket(String, int) - Method in class org.eclipse.jgit.internal.transport.http.DelegatingSSLSocketFactory
- createSocket(String, int, InetAddress, int) - Method in class org.eclipse.jgit.internal.transport.http.DelegatingSSLSocketFactory
- createSocket(InetAddress, int) - Method in class org.eclipse.jgit.internal.transport.http.DelegatingSSLSocketFactory
- createSocket(InetAddress, int, InetAddress, int) - Method in class org.eclipse.jgit.internal.transport.http.DelegatingSSLSocketFactory
- createSocket(Socket, String, int, boolean) - Method in class org.eclipse.jgit.internal.transport.http.DelegatingSSLSocketFactory
- createSortedToolSet(String, Set<String>, Set<String>) - Static method in class org.eclipse.jgit.internal.diffmergetool.ExternalToolUtils
- createSshConfigStore(File, File, String) - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactory
-
Obtains a
SshConfigStore
, ornull
 if not SSH config is to be used. - createSubtreeIterator(ObjectReader) - Method in class org.eclipse.jgit.dircache.DirCacheBuildIterator
-
Create a new iterator for the current entry's subtree.
- createSubtreeIterator(ObjectReader) - Method in class org.eclipse.jgit.dircache.DirCacheIterator
-
Create a new iterator for the current entry's subtree.
- createSubtreeIterator(ObjectReader) - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Create a new iterator for the current entry's subtree.
- createSubtreeIterator(ObjectReader) - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
-
Create a new iterator for the current entry's subtree.
- createSubtreeIterator(ObjectReader) - Method in class org.eclipse.jgit.treewalk.EmptyTreeIterator
-
Create a new iterator for the current entry's subtree.
- createSubtreeIterator(ObjectReader) - Method in class org.eclipse.jgit.treewalk.FileTreeIterator
-
Create a new iterator for the current entry's subtree.
- createSubtreeIterator(ObjectReader, MutableObjectId) - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Create a new iterator for the current entry's subtree.
- createSubtreeIterator(ObjectReader, MutableObjectId) - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
-
Create a new iterator for the current entry's subtree.
- createSubtreeIterator0(ObjectReader, AnyObjectId) - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
-
Back door to quickly create a subtree iterator for any subtree.
- createSymLink(File, String) - Static method in class org.eclipse.jgit.util.FileUtils
-
Create a symbolic link
- createSymLink(File, String) - Method in class org.eclipse.jgit.util.FS
-
Create a symbolic link
- createTempDir(String, String, File) - Static method in class org.eclipse.jgit.util.FileUtils
-
Create a temporary directory.
- createTempDirectory() - Method in class org.eclipse.jgit.internal.diffmergetool.MergeTools
-
Create temporary directory.
- createTempDirectory(String) - Method in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Creates a unique directory for a test
- createTempFile() - Method in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Allocates a new unique file path that does not exist.
- createTempFile(File) - Method in class org.eclipse.jgit.internal.diffmergetool.FileElement
-
Create temporary file in given or system temporary directory.
- createTestRepository() - Method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Create TestRepository
- createTmpFile() - Method in class org.eclipse.jgit.lfs.Lfs
-
Create a new temp file in the LFS directory
- createUniqueTestGitDir(boolean) - Method in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Creates a new unique directory for a test repository
- createUserAuth(ClientSession) - Method in class org.eclipse.jgit.internal.transport.sshd.GssApiWithMicAuthFactory
- createUserAuth(ClientSession) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitPasswordAuthFactory
- createUserAuth(ClientSession) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitPublicKeyAuthFactory
- createVersion(OutputStream, int) - Static method in class org.eclipse.jgit.internal.storage.file.PackIndexWriter
-
Create a new writer instance for a specific index format version.
- createWorkRepository() - Method in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Creates a new empty repository within a new empty working directory.
- CredentialItem - Class in org.eclipse.jgit.transport
-
A credential requested from a
CredentialsProvider
. - CredentialItem(String, boolean) - Constructor for class org.eclipse.jgit.transport.CredentialItem
-
Initialize a prompt.
- CredentialItem.CharArrayType - Class in org.eclipse.jgit.transport
-
An item whose value is stored as a char[] and is therefore clearable.
- CredentialItem.InformationalMessage - Class in org.eclipse.jgit.transport
-
An advice message presented to the user, with no response required.
- CredentialItem.Password - Class in org.eclipse.jgit.transport
-
Prompt for a password, which is masked on input.
- CredentialItem.StringType - Class in org.eclipse.jgit.transport
-
An item whose value is stored as a string.
- CredentialItem.Username - Class in org.eclipse.jgit.transport
-
Prompt for a username, which is not masked on input.
- CredentialItem.YesNoType - Class in org.eclipse.jgit.transport
-
An item whose value is a boolean choice, presented as Yes/No.
- credentialPassphrase - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- credentialPassphrase - Variable in class org.eclipse.jgit.internal.JGitText
- credentialPassword - Variable in class org.eclipse.jgit.internal.JGitText
- credentialsProvider - Variable in class org.eclipse.jgit.api.TransportCommand
-
Configured credentials provider
- CredentialsProvider - Class in org.eclipse.jgit.transport
-
Provide credentials for use in connecting to Git repositories.
- CredentialsProvider() - Constructor for class org.eclipse.jgit.transport.CredentialsProvider
- CredentialsProviderUserInfo - Class in org.eclipse.jgit.internal.transport.ssh.jsch
-
A JSch
UserInfo
adapter for aCredentialsProvider
. - CredentialsProviderUserInfo(Session, CredentialsProvider) - Constructor for class org.eclipse.jgit.internal.transport.ssh.jsch.CredentialsProviderUserInfo
-
Wrap a CredentialsProvider to make it suitable for use with JSch.
- credentialUsername - Variable in class org.eclipse.jgit.internal.JGitText
- CRLF - org.eclipse.jgit.lib.CoreConfig.EOL
-
Check in with LF, check out with CRLF.
- cryptCipherError - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- cryptWrongDecryptedLength - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- current() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Obtain the current entry from this iterator.
- CURRENT - org.eclipse.jgit.transport.PushConfig.PushDefault
-
Push the current branch to an upstream branch of the same name.
- currentEntry - Variable in class org.eclipse.jgit.dircache.DirCacheIterator
-
The current file entry from
DirCacheIterator.cache
. - currentSubtree - Variable in class org.eclipse.jgit.dircache.DirCacheIterator
-
The subtree containing
DirCacheIterator.currentEntry
if this is first entry. - currentTest - Variable in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
The current test name.
- CUSTOM - org.eclipse.jgit.attributes.Attribute.State
-
the attribute is set to a custom value
D
- Daemon - Class in org.eclipse.jgit.transport
-
Basic daemon for the anonymous
git://
transport protocol. - Daemon() - Constructor for class org.eclipse.jgit.transport.Daemon
-
Configure a daemon to listen on any available network port.
- Daemon(InetSocketAddress) - Constructor for class org.eclipse.jgit.transport.Daemon
-
Configure a new daemon for the specified network address.
- daemonAlreadyRunning - Variable in class org.eclipse.jgit.internal.JGitText
- DaemonClient - Class in org.eclipse.jgit.transport
-
Active network client of
Daemon
. - DaemonService - Class in org.eclipse.jgit.transport
-
A service exposed by
Daemon
over anonymousgit://
. - DATABASE - org.eclipse.jgit.transport.PackParser.Source
-
Data is read back from the database's buffers.
- date - Variable in class org.eclipse.jgit.awtui.UIText
- date() - Method in class org.eclipse.jgit.util.time.ProposedTimestamp
-
Get time since epoch, with up to millisecond resolution.
- dateInfo - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- DateRevQueue - Class in org.eclipse.jgit.revwalk
-
A queue of commits sorted by commit time order.
- DateRevQueue() - Constructor for class org.eclipse.jgit.revwalk.DateRevQueue
-
Create an empty date queue.
- daysAgo - Variable in class org.eclipse.jgit.internal.JGitText
- db - Variable in class org.eclipse.jgit.junit.RepositoryTestCase
-
Test repository, initialized for this test case.
- db - Variable in class org.eclipse.jgit.merge.Merger
-
The repository this merger operates on.
- db - Variable in class org.eclipse.jgit.pgm.TextBuiltin
-
Git repository the command was invoked within.
- debug(String) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- debug(String, Object) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- debug(String, Object...) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- debug(String, Object, Object) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- debug(String, Throwable) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- decode(byte[]) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Decode a buffer under UTF-8, if possible.
- decode(byte[], int) - Static method in class org.eclipse.jgit.util.Base85
-
Decodes the Base-85
encoded
data into a byte array ofexpectedSize
bytes. - decode(byte[], int, int) - Static method in class org.eclipse.jgit.util.Base64
-
Low-level decoding ASCII characters from a byte array.
- decode(byte[], int, int) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Decode a buffer under UTF-8, if possible.
- decode(byte[], int, int, int) - Static method in class org.eclipse.jgit.util.Base85
-
Decodes
length
bytes of Base-85encoded
data, beginning at thestart
index, into a byte array ofexpectedSize
bytes. - decode(int, int) - Method in class org.eclipse.jgit.diff.RawText
-
Decode a region of the text into a String.
- decode(String) - Static method in class org.eclipse.jgit.util.Base64
-
Decodes data from Base64 notation.
- decode(String) - Static method in class org.eclipse.jgit.util.Hex
-
Decode a hexadecimal string to a byte array.
- decode(Charset, byte[]) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Decode a buffer under the specified character set if possible.
- decode(Charset, byte[], int, int) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Decode a region of the buffer under the specified character set if possible.
- decodeInt32(byte[], int) - Static method in class org.eclipse.jgit.util.NB
-
Convert sequence of 4 bytes (network byte order) into signed value.
- decodeInt64(byte[], int) - Static method in class org.eclipse.jgit.util.NB
-
Convert sequence of 8 bytes (network byte order) into signed value.
- decodeNoFallback(Charset, byte[], int, int) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Decode a region of the buffer under the specified character set if possible.
- decodeTypeString(AnyObjectId, byte[], byte, MutableInteger) - Static method in class org.eclipse.jgit.lib.Constants
-
Parse an encoded type string into a type constant.
- decodeUInt16(byte[], int) - Static method in class org.eclipse.jgit.util.NB
-
Convert sequence of 2 bytes (network byte order) into unsigned value.
- decodeUInt24(byte[], int) - Static method in class org.eclipse.jgit.util.NB
-
Convert sequence of 3 bytes (network byte order) into unsigned value.
- decodeUInt32(byte[], int) - Static method in class org.eclipse.jgit.util.NB
-
Convert sequence of 4 bytes (network byte order) into unsigned value.
- decodeUInt64(byte[], int) - Static method in class org.eclipse.jgit.util.NB
-
Convert sequence of 8 bytes (network byte order) into unsigned value.
- decrypt(URLConnection) - Method in class org.eclipse.jgit.transport.AmazonS3
-
Decrypt an input stream from
AmazonS3.get(String, String)
. - deepenNotWithDeepen - Variable in class org.eclipse.jgit.internal.JGitText
- deepenSinceWithDeepen - Variable in class org.eclipse.jgit.internal.JGitText
- DEFAULT - org.eclipse.jgit.lib.CommitConfig.CleanupMode
-
Use
CommitConfig.CleanupMode.STRIP
for user-edited messages, otherwiseCommitConfig.CleanupMode.WHITESPACE
, unless overridden by a git config setting other than DEFAULT. - DEFAULT - org.eclipse.jgit.lib.CoreConfig.CheckStat
-
Check as much of the dircache stat info as possible.
- DEFAULT - org.eclipse.jgit.util.GitDateFormatter.Format
-
Git format: Time and original time zone
- DEFAULT - Static variable in class org.eclipse.jgit.diff.RawTextComparator
-
No special treatment.
- DEFAULT - Static variable in class org.eclipse.jgit.pgm.opt.GpgSignHandler
-
The value "default" which will be used when just the option is specified without any argument
- DEFAULT - Static variable in interface org.eclipse.jgit.transport.AdvertiseRefsHook
-
A simple hook that advertises the default refs.
- DEFAULT - Static variable in interface org.eclipse.jgit.transport.ProtocolV2Hook
-
The default hook implementation that does nothing.
- DEFAULT - Static variable in interface org.eclipse.jgit.transport.RefFilter
-
The default filter, allows all refs to be shown.
- DEFAULT_BIG_FILE_THRESHOLD - Static variable in class org.eclipse.jgit.storage.pack.PackConfig
-
Default big file threshold: 52428800
- DEFAULT_BITMAP_CONTIGUOUS_COMMIT_COUNT - Static variable in class org.eclipse.jgit.storage.pack.PackConfig
-
Default count of most recent commits to select for bitmaps.
- DEFAULT_BITMAP_DISTANT_COMMIT_SPAN - Static variable in class org.eclipse.jgit.storage.pack.PackConfig
-
Default spacing between commits in distant history when selecting commits for bitmaps.
- DEFAULT_BITMAP_EXCESSIVE_BRANCH_COUNT - Static variable in class org.eclipse.jgit.storage.pack.PackConfig
-
Default count of branches required to activate inactive branch commit selection.
- DEFAULT_BITMAP_INACTIVE_BRANCH_AGE_IN_DAYS - Static variable in class org.eclipse.jgit.storage.pack.PackConfig
-
Default age at which a branch is considered inactive.
- DEFAULT_BITMAP_RECENT_COMMIT_COUNT - Static variable in class org.eclipse.jgit.storage.pack.PackConfig
-
Count at which the span between selected commits changes from "bitmapRecentCommitSpan" to "bitmapDistantCommitSpan".
- DEFAULT_BITMAP_RECENT_COMMIT_SPAN - Static variable in class org.eclipse.jgit.storage.pack.PackConfig
-
Default spacing between commits in recent history when selecting commits for bitmaps.
- DEFAULT_BUILD_BITMAPS - Static variable in class org.eclipse.jgit.storage.pack.PackConfig
-
Default value of the build bitmaps option: true
- DEFAULT_CACHE_HOT_MAX - Static variable in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheConfig
-
Default number of max cache hits.
- DEFAULT_COMPARATOR - Static variable in enum org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase.PackSource
-
Default comparator for sources.
- DEFAULT_DELTA_BASE_AS_OFFSET - Static variable in class org.eclipse.jgit.storage.pack.PackConfig
-
Default value of delta base as offset option: false
- DEFAULT_DELTA_CACHE_LIMIT - Static variable in class org.eclipse.jgit.storage.pack.PackConfig
-
Default delta cache limit: 100
- DEFAULT_DELTA_CACHE_SIZE - Static variable in class org.eclipse.jgit.storage.pack.PackConfig
-
Default delta cache size: 52428800L
- DEFAULT_DELTA_COMPRESS - Static variable in class org.eclipse.jgit.storage.pack.PackConfig
-
Default value of delta compress option: true
- DEFAULT_DELTA_SEARCH_WINDOW_SIZE - Static variable in class org.eclipse.jgit.storage.pack.PackConfig
-
Default window size during packing: 10
- DEFAULT_FETCH_THIN - Static variable in class org.eclipse.jgit.transport.Transport
-
Default setting for
Transport.fetchThin
option. - DEFAULT_GC_AGGRESSIVE_DEPTH - Static variable in class org.eclipse.jgit.api.GarbageCollectCommand
-
Default value of maximum delta chain depth during aggressive garbage collection: 250
- DEFAULT_GC_AGGRESSIVE_WINDOW - Static variable in class org.eclipse.jgit.api.GarbageCollectCommand
-
Default window size during packing during aggressive garbage collection: * 250
- DEFAULT_IDENTITIES - Static variable in class org.eclipse.jgit.transport.SshConstants
-
All known default identity file names.
- DEFAULT_IN_CORE_LIMIT - Static variable in class org.eclipse.jgit.util.TemporaryBuffer
-
Default limit for in-core storage.
- DEFAULT_INDEX_VERSION - Static variable in class org.eclipse.jgit.storage.pack.PackConfig
-
Default index version: 2
- DEFAULT_MAX_DELTA_DEPTH - Static variable in class org.eclipse.jgit.storage.pack.PackConfig
-
Default value of maximum delta chain depth: 50
- DEFAULT_MAX_REPLY_LENGTH - Static variable in class org.eclipse.jgit.transport.sshd.agent.AbstractConnector
-
Default maximum reply length.
- DEFAULT_MINSIZE_PREVENT_RACY_PACK - Static variable in class org.eclipse.jgit.storage.pack.PackConfig
-
Default if we wait before opening a newly written pack to prevent its lastModified timestamp could be racy
- DEFAULT_PATH_SIZE - Static variable in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Default size for the
AbstractTreeIterator.path
buffer. - DEFAULT_PORT - Static variable in class org.eclipse.jgit.transport.Daemon
-
9418: IANA assigned port number for Git.
- DEFAULT_PRESERVE_OLD_PACKS - Static variable in class org.eclipse.jgit.storage.pack.PackConfig
-
Default value of keep old packs option: false
- DEFAULT_PROTOCOL - Static variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Sockets
-
Default protocol selector.
- DEFAULT_PRUNE_PRESERVED - Static variable in class org.eclipse.jgit.storage.pack.PackConfig
-
Default value of prune old packs option: false
- DEFAULT_PUSH_THIN - Static variable in class org.eclipse.jgit.transport.Transport
-
Default setting for
Transport.pushThin
option. - DEFAULT_RECEIVE_PACK - Static variable in class org.eclipse.jgit.transport.RemoteConfig
-
Default value for
RemoteConfig.getReceivePack()
if not specified. - DEFAULT_REMOTE_NAME - Static variable in class org.eclipse.jgit.lib.Constants
-
Default remote name used by clone, push and fetch operations
- DEFAULT_REUSE_DELTAS - Static variable in class org.eclipse.jgit.storage.pack.PackConfig
-
Default value of deltas reuse option: true
- DEFAULT_REUSE_OBJECTS - Static variable in class org.eclipse.jgit.storage.pack.PackConfig
-
Default value of objects reuse option: true
- DEFAULT_SEARCH_FOR_REUSE_TIMEOUT - Static variable in class org.eclipse.jgit.storage.pack.PackConfig
-
Default max time to spend during the search for reuse phase.
- DEFAULT_UPLOAD_PACK - Static variable in class org.eclipse.jgit.transport.RemoteConfig
-
Default value for
RemoteConfig.getUploadPack()
if not specified. - DEFAULT_WAIT_PREVENT_RACY_PACK - Static variable in class org.eclipse.jgit.storage.pack.PackConfig
-
Default if we wait before opening a newly written pack to prevent its lastModified timestamp could be racy
- defaultCloneDir - Variable in class org.eclipse.jgit.junit.ssh.SshBasicTestBase
- DefaultFileModeStrategy() - Constructor for class org.eclipse.jgit.treewalk.FileTreeIterator.DefaultFileModeStrategy
- DefaultNoteMerger - Class in org.eclipse.jgit.notes
-
Default implementation of the
NoteMerger
. - DefaultNoteMerger() - Constructor for class org.eclipse.jgit.notes.DefaultNoteMerger
- DefaultProxyDataFactory - Class in org.eclipse.jgit.transport.sshd
-
A default implementation of a
ProxyDataFactory
based on the standardProxySelector
. - DefaultProxyDataFactory() - Constructor for class org.eclipse.jgit.transport.sshd.DefaultProxyDataFactory
- DefaultReceivePackFactory - Class in org.eclipse.jgit.http.server.resolver
-
Create and configure
ReceivePack
service instance. - DefaultReceivePackFactory() - Constructor for class org.eclipse.jgit.http.server.resolver.DefaultReceivePackFactory
- DefaultRemoteReader() - Constructor for class org.eclipse.jgit.gitrepo.RepoCommand.DefaultRemoteReader
- DefaultTypedConfigGetter - Class in org.eclipse.jgit.lib
-
An
TypedConfigGetter
that throwsIllegalArgumentException
on invalid values. - DefaultTypedConfigGetter() - Constructor for class org.eclipse.jgit.lib.DefaultTypedConfigGetter
- DefaultUploadPackFactory - Class in org.eclipse.jgit.http.server.resolver
-
Create and configure
UploadPack
service instance. - DefaultUploadPackFactory() - Constructor for class org.eclipse.jgit.http.server.resolver.DefaultUploadPackFactory
- delay(long, long, long) - Static method in class org.eclipse.jgit.util.FileUtils
-
Compute a delay in a
min..max
interval with random jitter. - delegate() - Method in class org.eclipse.jgit.lib.ObjectInserter.Filter
- delegate() - Method in class org.eclipse.jgit.lib.ObjectLoader.Filter
- delegate() - Method in class org.eclipse.jgit.lib.ObjectReader.Filter
- DelegatingSSLSocketFactory - Class in org.eclipse.jgit.internal.transport.http
-
An
SSLSocketFactory
that delegates to another factory and allows configuring the created socket viaDelegatingSSLSocketFactory.configure(SSLSocket)
before it is returned. - DelegatingSSLSocketFactory(SSLSocketFactory) - Constructor for class org.eclipse.jgit.internal.transport.http.DelegatingSSLSocketFactory
-
Creates a new
DelegatingSSLSocketFactory
based on the given delegate. - delete() - Method in class org.eclipse.jgit.junit.TestRepository.BranchBuilder
-
Delete this branch.
- delete() - Method in class org.eclipse.jgit.lib.RefUpdate
-
Delete the ref.
- delete(File) - Static method in class org.eclipse.jgit.util.FileUtils
-
Delete file or empty folder
- delete(File) - Method in class org.eclipse.jgit.util.FS
-
Delete a file.
- delete(File, int) - Static method in class org.eclipse.jgit.util.FileUtils
-
Delete file or folder
- delete(String) - Method in class org.eclipse.jgit.junit.TestRepository
-
Delete a reference.
- delete(String) - Method in interface org.eclipse.jgit.transport.FtpChannel
-
Deletes a file on the remote file system.
- delete(String, String) - Method in class org.eclipse.jgit.transport.AmazonS3
-
Delete a single object.
- delete(RevWalk) - Method in class org.eclipse.jgit.lib.RefUpdate
-
Delete the ref.
- DELETE - org.eclipse.jgit.diff.DiffEntry.ChangeType
-
Delete an existing file from the project
- DELETE - org.eclipse.jgit.diff.Edit.Type
-
Sequence B has removed the region.
- DELETE - org.eclipse.jgit.transport.ReceiveCommand.Type
-
Delete an existing ref; the ref should already exist.
- DeleteBranchCommand - Class in org.eclipse.jgit.api
-
Used to delete one or several branches.
- DeleteBranchCommand(Repository) - Constructor for class org.eclipse.jgit.api.DeleteBranchCommand
-
Constructor for DeleteBranchCommand
- deleteBranchUnexpectedResult - Variable in class org.eclipse.jgit.internal.JGitText
- DELETED_BY_THEM - org.eclipse.jgit.lib.IndexDiff.StageState
-
Exists in base and ours, but no in theirs.
- DELETED_BY_US - org.eclipse.jgit.lib.IndexDiff.StageState
-
Exists in base and theirs, but not in ours.
- deletedBranch - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- deletedOrphanInPackDir - Variable in class org.eclipse.jgit.internal.JGitText
- deletedRemoteBranch - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- deleteFileFailed - Variable in class org.eclipse.jgit.internal.JGitText
- deleteLog(String, long) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter
-
Record deletion of one reflog entry in this reftable.
- DeletePath(String) - Constructor for class org.eclipse.jgit.dircache.DirCacheEditor.DeletePath
-
Create a new deletion command by path name.
- DeletePath(DirCacheEntry) - Constructor for class org.eclipse.jgit.dircache.DirCacheEditor.DeletePath
-
Create a new deletion command for an existing entry instance.
- deleteRequiresZeroNewId - Variable in class org.eclipse.jgit.internal.JGitText
- DeleteTagCommand - Class in org.eclipse.jgit.api
-
Used to delete one or several tags.
- DeleteTagCommand(Repository) - Constructor for class org.eclipse.jgit.api.DeleteTagCommand
-
Constructor for DeleteTagCommand
- deleteTagUnexpectedResult - Variable in class org.eclipse.jgit.internal.JGitText
- deleteTrashFile(String) - Method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Delete a trash file
- deleteTrashFile(Repository, String) - Static method in class org.eclipse.jgit.junit.JGitTestUtil
-
Delete a trash file.
- DeleteTree(String) - Constructor for class org.eclipse.jgit.dircache.DirCacheEditor.DeleteTree
-
Create a new tree deletion command by path name.
- deletingNotSupported - Variable in class org.eclipse.jgit.internal.JGitText
- DELIM - Static variable in class org.eclipse.jgit.transport.PacketLineIn
-
Deprecated.Callers should use
PacketLineIn.isDelimiter(String)
to check if a string is the delimiter. - DELTA_DEFLATED - org.eclipse.jgit.patch.BinaryHunk.Type
-
A Git pack-style delta is stored, deflated.
- deltaBytes - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.ObjectType.Accumulator
-
Count of delta bytes for objects of this type.
- DeltaEncoder - Class in org.eclipse.jgit.internal.storage.pack
-
Encodes an instruction stream for
BinaryDelta
. - DeltaEncoder(OutputStream, long, long) - Constructor for class org.eclipse.jgit.internal.storage.pack.DeltaEncoder
-
Create an encoder with no upper bound on the instruction stream size.
- DeltaEncoder(OutputStream, long, long, int) - Constructor for class org.eclipse.jgit.internal.storage.pack.DeltaEncoder
-
Create an encoder with an upper limit on the instruction size.
- DeltaIndex - Class in org.eclipse.jgit.internal.storage.pack
-
Index of blocks in a source file.
- DeltaIndex(byte[]) - Constructor for class org.eclipse.jgit.internal.storage.pack.DeltaIndex
-
Construct an index from the source file.
- deltaSearchNonEdgeObjects - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
The count of objects in the pack that went through the delta search process in order to find a potential delta base.
- deltasFound - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
The count of objects in the pack that went through delta base search and found a suitable base.
- deltawalker - org.eclipse.jgit.internal.diffmergetool.CommandLineDiffTool
- deltawalker - org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
- depth - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
If a shallow pack, the depth in commits.
- depthMustBeAt1 - Variable in class org.eclipse.jgit.internal.JGitText
- DepthWalk - Interface in org.eclipse.jgit.revwalk
-
Interface for revision walkers that perform depth filtering.
- DepthWalk.Commit - Class in org.eclipse.jgit.revwalk
-
RevCommit with a depth (in commits) from a root.
- DepthWalk.ObjectWalk - Class in org.eclipse.jgit.revwalk
-
Subclass of ObjectWalk that performs depth filtering.
- DepthWalk.RevWalk - Class in org.eclipse.jgit.revwalk
-
Subclass of RevWalk that performs depth filtering.
- depthWithUnshallow - Variable in class org.eclipse.jgit.internal.JGitText
- dequote(byte[], int, int) - Method in class org.eclipse.jgit.util.QuotedString.BourneStyle
- dequote(byte[], int, int) - Method in class org.eclipse.jgit.util.QuotedString
-
Decode a previously quoted input, scanning a UTF-8 encoded buffer.
- dequote(byte[], int, int) - Method in class org.eclipse.jgit.util.QuotedString.GitPathStyle
- dequote(String) - Method in class org.eclipse.jgit.util.QuotedString
-
Clean a previously quoted input, decoding the result via UTF-8.
- describe() - Method in class org.eclipse.jgit.api.Git
-
Return a command object to come up with a short name that describes a commit in terms of the nearest git tag.
- DescribeCommand - Class in org.eclipse.jgit.api
-
Given a commit, show the most recent tag that is reachable from a commit.
- DescribeCommand(Repository) - Constructor for class org.eclipse.jgit.api.DescribeCommand
-
Constructor for DescribeCommand.
- DESCRIPTOR - Static variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.PageantConnector
- DESCRIPTOR - Static variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.UnixDomainSocketConnector
- DESCRIPTOR - Static variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.WinPipeConnector
- destination - Variable in class org.eclipse.jgit.lib.RefRename
-
Update operation to create/overwrite the destination reference.
- destinationIsNotAWildcard - Variable in class org.eclipse.jgit.internal.JGitText
- destroy() - Method in class org.eclipse.jgit.http.server.glue.MetaFilter
- destroy() - Method in class org.eclipse.jgit.http.server.glue.MetaServlet
- destroy() - Method in class org.eclipse.jgit.http.server.glue.RegexGroupFilter
- destroy() - Method in class org.eclipse.jgit.http.server.RepositoryFilter
- destroy() - Method in class org.eclipse.jgit.internal.transport.sshd.GssApiWithMicAuthentication
- destroy() - Method in class org.eclipse.jgit.util.TemporaryBuffer
-
Clear this buffer so it has no data, and cannot be used again.
- destroy() - Method in class org.eclipse.jgit.util.TemporaryBuffer.LocalFile
- detachedHeadDetected - Variable in class org.eclipse.jgit.internal.JGitText
- DetachedHeadException - Exception in org.eclipse.jgit.api.errors
-
Exception thrown when a command expected a non-detached
HEAD
reference - DetachedHeadException() - Constructor for exception org.eclipse.jgit.api.errors.DetachedHeadException
-
The default constructor with a default message
- DetachedHeadException(String) - Constructor for exception org.eclipse.jgit.api.errors.DetachedHeadException
-
Constructor for DetachedHeadException.
- DetachedHeadException(String, Throwable) - Constructor for exception org.eclipse.jgit.api.errors.DetachedHeadException
-
Constructor for DetachedHeadException.
- detect() - Static method in class org.eclipse.jgit.util.FS
-
Auto-detect the appropriate file system abstraction.
- detect() - Static method in class org.eclipse.jgit.util.GSSManagerFactory
-
Auto-detects the GSSManager factory to use based on system.
- detect(Boolean) - Static method in class org.eclipse.jgit.util.FS
-
Auto-detect the appropriate file system abstraction, taking into account the presence of a Cygwin installation on the system.
- detect(Boolean) - Method in class org.eclipse.jgit.util.FS.FSFactory
-
Detect the file system
- DETECT_BINARY - org.eclipse.jgit.util.io.AutoLFInputStream.StreamFlag
-
Check the first 8kB for binary content and switch off canonicalization off for the whole file if so.
- DETECTED - Static variable in class org.eclipse.jgit.util.FS
-
The auto-detected implementation selected for this operating system and JRE.
- detectStreamType(TreeWalk.OperationType, WorkingTreeOptions, Attributes) - Static method in class org.eclipse.jgit.util.io.EolStreamTypeUtil
-
Convenience method used to detect if CRLF conversion has been configured using the global repo options global attributes info attributes working tree .gitattributes
- determineCommentChar(String) - Static method in class org.eclipse.jgit.lib.CommitConfig
-
Determines a comment character by choosing one from a limited set of 7-bit ASCII characters that do not occur in the given text at the beginning of any line.
- DEV_NULL - Static variable in class org.eclipse.jgit.diff.DiffEntry
-
Magical file name used for file adds or deletes.
- DfsBlockCache - Class in org.eclipse.jgit.internal.storage.dfs
-
Caches slices of a
BlockBasedFile
in memory for faster read access. - DfsBlockCacheConfig - Class in org.eclipse.jgit.internal.storage.dfs
-
Configuration parameters for
DfsBlockCache
. - DfsBlockCacheConfig() - Constructor for class org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheConfig
-
Create a default configuration.
- DfsBlockCacheConfig.IndexEventConsumer - Interface in org.eclipse.jgit.internal.storage.dfs
-
Consumer of DfsBlockCache loading and eviction events for indexes.
- DfsBundleWriter - Class in org.eclipse.jgit.internal.storage.dfs
-
Writes
DfsRepository
to a Git bundle. - DfsCachedPack - Class in org.eclipse.jgit.internal.storage.dfs
-
A DfsPackFile available for reuse as-is.
- DfsConfig - Class in org.eclipse.jgit.internal.storage.dfs
-
Config implementation used by DFS repositories.
- DfsConfig() - Constructor for class org.eclipse.jgit.internal.storage.dfs.DfsConfig
- DfsFsck - Class in org.eclipse.jgit.internal.storage.dfs
-
Verify the validity and connectivity of a DFS repository.
- DfsFsck(DfsRepository) - Constructor for class org.eclipse.jgit.internal.storage.dfs.DfsFsck
-
Initialize DFS fsck.
- DfsGarbageCollector - Class in org.eclipse.jgit.internal.storage.dfs
-
Repack and garbage collect a repository.
- DfsGarbageCollector(DfsRepository) - Constructor for class org.eclipse.jgit.internal.storage.dfs.DfsGarbageCollector
-
Initialize a garbage collector.
- DfsInserter - Class in org.eclipse.jgit.internal.storage.dfs
-
Inserts objects into the DFS.
- DfsInserter(DfsObjDatabase) - Constructor for class org.eclipse.jgit.internal.storage.dfs.DfsInserter
-
Initialize a new inserter.
- DfsObjDatabase - Class in org.eclipse.jgit.internal.storage.dfs
-
Manages objects stored in
DfsPackFile
on a storage system. - DfsObjDatabase(DfsRepository, DfsReaderOptions) - Constructor for class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase
-
Initialize an object database for our repository.
- DfsObjDatabase.PackList - Class in org.eclipse.jgit.internal.storage.dfs
-
Snapshot of packs scanned in a single pass.
- DfsObjDatabase.PackSource - Enum in org.eclipse.jgit.internal.storage.dfs
-
Sources for a pack file.
- DfsObjDatabase.PackSource.ComparatorBuilder - Class in org.eclipse.jgit.internal.storage.dfs
-
Builder for describing
DfsObjDatabase.PackSource
ordering where some values are explicitly considered equal to others. - DfsOutputStream - Class in org.eclipse.jgit.internal.storage.dfs
-
Output stream to create a file on the DFS.
- DfsOutputStream() - Constructor for class org.eclipse.jgit.internal.storage.dfs.DfsOutputStream
- DfsPackCompactor - Class in org.eclipse.jgit.internal.storage.dfs
-
Combine several pack files into one pack.
- DfsPackCompactor(DfsRepository) - Constructor for class org.eclipse.jgit.internal.storage.dfs.DfsPackCompactor
-
Initialize a pack compactor.
- DfsPackDescription - Class in org.eclipse.jgit.internal.storage.dfs
-
Description of a DFS stored pack/index file.
- DfsPackDescription(DfsRepositoryDescription, String, DfsObjDatabase.PackSource) - Constructor for class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Initialize a description by pack name and repository.
- DfsPackFile - Class in org.eclipse.jgit.internal.storage.dfs
-
A Git version 2 pack file representation.
- DfsPackParser - Class in org.eclipse.jgit.internal.storage.dfs
-
Parses a pack stream into the DFS, by creating a new pack and index.
- DfsPackParser(DfsObjDatabase, DfsInserter, InputStream) - Constructor for class org.eclipse.jgit.internal.storage.dfs.DfsPackParser
-
Initialize a new pack parser.
- DfsPacksChangedEvent - Class in org.eclipse.jgit.internal.storage.dfs
-
Describes a change to the list of packs in a
DfsRepository
. - DfsPacksChangedEvent() - Constructor for class org.eclipse.jgit.internal.storage.dfs.DfsPacksChangedEvent
- DfsPacksChangedListener - Interface in org.eclipse.jgit.internal.storage.dfs
-
Receives
DfsPacksChangedEvent
s. - DfsReader - Class in org.eclipse.jgit.internal.storage.dfs
-
Reader to access repository content through.
- DfsReader(DfsObjDatabase) - Constructor for class org.eclipse.jgit.internal.storage.dfs.DfsReader
-
Initialize a new DfsReader
- DfsReaderIoStats - Class in org.eclipse.jgit.internal.storage.dfs
-
IO statistics for a
DfsReader
. - DfsReaderIoStats.Accumulator - Class in org.eclipse.jgit.internal.storage.dfs
-
POJO to accumulate IO statistics.
- DfsReaderOptions - Class in org.eclipse.jgit.internal.storage.dfs
-
Options controlling how objects are read from a DFS stored repository.
- DfsReaderOptions() - Constructor for class org.eclipse.jgit.internal.storage.dfs.DfsReaderOptions
-
Create a default reader configuration.
- DfsRefDatabase - Class in org.eclipse.jgit.internal.storage.dfs
-
Abstract DfsRefDatabase class.
- DfsRefDatabase(DfsRepository) - Constructor for class org.eclipse.jgit.internal.storage.dfs.DfsRefDatabase
-
Initialize the reference database for a repository.
- DfsRefDatabase.RefCache - Class in org.eclipse.jgit.internal.storage.dfs
-
Collection of references managed by this database.
- DfsReftable - Class in org.eclipse.jgit.internal.storage.dfs
-
A reftable stored in
DfsBlockCache
. - DfsReftable(DfsBlockCache, DfsPackDescription) - Constructor for class org.eclipse.jgit.internal.storage.dfs.DfsReftable
-
Construct a reader for an existing reftable.
- DfsReftable(DfsPackDescription) - Constructor for class org.eclipse.jgit.internal.storage.dfs.DfsReftable
-
Construct a reader for an existing reftable.
- DfsReftableBatchRefUpdate - Class in org.eclipse.jgit.internal.storage.dfs
- DfsReftableBatchRefUpdate(DfsReftableDatabase, DfsObjDatabase) - Constructor for class org.eclipse.jgit.internal.storage.dfs.DfsReftableBatchRefUpdate
-
Initialize batch update.
- DfsReftableDatabase - Class in org.eclipse.jgit.internal.storage.dfs
-
A
DfsRefDatabase
that uses reftable for storage. - DfsReftableDatabase(DfsRepository) - Constructor for class org.eclipse.jgit.internal.storage.dfs.DfsReftableDatabase
-
Initialize the reference database for a repository.
- DfsReftableStack - Class in org.eclipse.jgit.internal.storage.dfs
-
Tracks multiple open
ReftableReader
instances. - DfsRepository - Class in org.eclipse.jgit.internal.storage.dfs
-
A Git repository on a DFS.
- DfsRepository(DfsRepositoryBuilder) - Constructor for class org.eclipse.jgit.internal.storage.dfs.DfsRepository
-
Initialize a DFS repository.
- DfsRepositoryBuilder<B extends DfsRepositoryBuilder,R extends DfsRepository> - Class in org.eclipse.jgit.internal.storage.dfs
-
Constructs a
DfsRepository
. - DfsRepositoryBuilder() - Constructor for class org.eclipse.jgit.internal.storage.dfs.DfsRepositoryBuilder
- DfsRepositoryDescription - Class in org.eclipse.jgit.internal.storage.dfs
-
A description of a Git repository on a DFS.
- DfsRepositoryDescription() - Constructor for class org.eclipse.jgit.internal.storage.dfs.DfsRepositoryDescription
-
Initialize a new, empty repository description.
- DfsRepositoryDescription(String) - Constructor for class org.eclipse.jgit.internal.storage.dfs.DfsRepositoryDescription
-
Initialize a new repository description.
- DfsStreamKey - Class in org.eclipse.jgit.internal.storage.dfs
-
Key used by
DfsBlockCache
to disambiguate streams. - DfsStreamKey(int, PackExt) - Constructor for class org.eclipse.jgit.internal.storage.dfs.DfsStreamKey
-
Constructor for DfsStreamKey.
- DfsText - Class in org.eclipse.jgit.internal.storage.dfs
-
Translation bundle for the DFS storage implementation.
- DfsText() - Constructor for class org.eclipse.jgit.internal.storage.dfs.DfsText
- didFetchIncludeTags() - Method in class org.eclipse.jgit.transport.BasePackFetchConnection
-
Did the last
FetchConnection.fetch(ProgressMonitor, Collection, Set)
get tags? - didFetchIncludeTags() - Method in interface org.eclipse.jgit.transport.FetchConnection
-
Did the last
FetchConnection.fetch(ProgressMonitor, Collection, Set)
get tags? - didFetchTestConnectivity() - Method in class org.eclipse.jgit.transport.BasePackFetchConnection
-
Did the last
FetchConnection.fetch(ProgressMonitor, Collection, Set)
validate graph? - didFetchTestConnectivity() - Method in interface org.eclipse.jgit.transport.FetchConnection
-
Did the last
FetchConnection.fetch(ProgressMonitor, Collection, Set)
validate graph? - die(boolean) - Static method in class org.eclipse.jgit.pgm.TextBuiltin
-
Exit the command
- die(boolean, Throwable) - Static method in class org.eclipse.jgit.pgm.TextBuiltin
-
Exit the command
- die(String) - Static method in class org.eclipse.jgit.pgm.TextBuiltin
-
Exit the command with an error message
- die(String, Throwable) - Static method in class org.eclipse.jgit.pgm.TextBuiltin
-
Exit the command with an error message and an exception
- Die - Exception in org.eclipse.jgit.pgm
-
Indicates a
TextBuiltin
implementation has failed during execution. - Die(boolean) - Constructor for exception org.eclipse.jgit.pgm.Die
-
Construct a new exception reflecting the fact that the command execution has been aborted before running.
- Die(boolean, Throwable) - Constructor for exception org.eclipse.jgit.pgm.Die
-
Construct a new exception reflecting the fact that the command execution has been aborted before running.
- Die(String) - Constructor for exception org.eclipse.jgit.pgm.Die
-
Construct a new message explaining what has gone wrong.
- Die(String, Throwable) - Constructor for exception org.eclipse.jgit.pgm.Die
-
Construct a new message explaining what has gone wrong.
- diff() - Method in class org.eclipse.jgit.api.Git
-
Return a command object to execute a
diff
command - diff() - Method in class org.eclipse.jgit.lib.IndexDiff
-
Run the diff operation.
- diff(SequenceComparator<? super S>, S, S) - Method in class org.eclipse.jgit.diff.DiffAlgorithm
-
Compare two sequences and identify a list of edits between them.
- diff(ProgressMonitor, int, int, String) - Method in class org.eclipse.jgit.lib.IndexDiff
-
Run the diff operation.
- diff(ProgressMonitor, int, int, String, RepositoryBuilderFactory) - Method in class org.eclipse.jgit.lib.IndexDiff
-
Run the diff operation.
- diff(RepositoryBuilderFactory) - Method in class org.eclipse.jgit.lib.IndexDiff
-
Run the diff operation.
- DIFF3 - org.eclipse.jgit.api.MergeCommand.ConflictStyle
-
"diff3" style: ours/base/theirs.
- DiffAlgorithm - Class in org.eclipse.jgit.diff
- DiffAlgorithm() - Constructor for class org.eclipse.jgit.diff.DiffAlgorithm
- DiffAlgorithm.SupportedAlgorithm - Enum in org.eclipse.jgit.diff
-
Supported diff algorithm
- diffAttribute - Variable in class org.eclipse.jgit.diff.DiffEntry
-
diff filter attribute
- DiffCommand - Class in org.eclipse.jgit.api
-
Show changes between commits, commit and working tree, etc.
- DiffCommand(Repository) - Constructor for class org.eclipse.jgit.api.DiffCommand
-
Constructor for DiffCommand
- DiffConfig - Class in org.eclipse.jgit.diff
-
Keeps track of diff related configuration options.
- DiffConfig.RenameDetectionType - Enum in org.eclipse.jgit.diff
-
Permissible values for
diff.renames
. - DiffEntry - Class in org.eclipse.jgit.diff
-
A value class representing a change to a file
- DiffEntry() - Constructor for class org.eclipse.jgit.diff.DiffEntry
-
Create an empty DiffEntry
- DiffEntry.ChangeType - Enum in org.eclipse.jgit.diff
-
General type of change a single file-level patch describes.
- DiffEntry.Side - Enum in org.eclipse.jgit.diff
-
Specify the old or new side for more generalized access.
- DIFFER_BY_METADATA - org.eclipse.jgit.treewalk.WorkingTreeIterator.MetadataDiff
-
The entries are not equal by metaData (mode, length) or the
isUpdateNeeded
attribute of the index entry is set - DIFFER_BY_TIMESTAMP - org.eclipse.jgit.treewalk.WorkingTreeIterator.MetadataDiff
-
The entries are equal by metaData (mode, length) but differ by modification-timestamp.
- DiffFormatter - Class in org.eclipse.jgit.diff
-
Format a Git style patch script.
- DiffFormatter(OutputStream) - Constructor for class org.eclipse.jgit.diff.DiffFormatter
-
Create a new formatter with a default level of context.
- DiffInterruptedException - Exception in org.eclipse.jgit.errors
-
Thrown when a thread executing a diff is interrupted
- DiffInterruptedException() - Constructor for exception org.eclipse.jgit.errors.DiffInterruptedException
-
Indicates that the thread computing a diff was interrupted.
- DiffInterruptedException(String) - Constructor for exception org.eclipse.jgit.errors.DiffInterruptedException
-
Constructor for DiffInterruptedException
- DiffInterruptedException(String, Throwable) - Constructor for exception org.eclipse.jgit.errors.DiffInterruptedException
-
Constructor for DiffInterruptedException
- diffmerge - org.eclipse.jgit.internal.diffmergetool.CommandLineDiffTool
- diffmerge - org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
- diffNonCommon(EditList, HashedSequenceComparator<S>, HashedSequence<S>, HashedSequence<S>, Edit) - Method in class org.eclipse.jgit.diff.HistogramDiff
-
Compare two sequences and identify a list of edits between them.
- diffNonCommon(EditList, HashedSequenceComparator<S>, HashedSequence<S>, HashedSequence<S>, Edit) - Method in class org.eclipse.jgit.diff.LowLevelDiffAlgorithm
-
Compare two sequences and identify a list of edits between them.
- diffNonCommon(SequenceComparator<? super S>, S, S) - Method in class org.eclipse.jgit.diff.DiffAlgorithm
-
Compare two sequences and identify a list of edits between them.
- diffNonCommon(SequenceComparator<? super S>, S, S) - Method in class org.eclipse.jgit.diff.LowLevelDiffAlgorithm
-
Compare two sequences and identify a list of edits between them.
- DiffToolConfig - Class in org.eclipse.jgit.internal.diffmergetool
-
Keeps track of difftool related configuration options.
- diffToolDied - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- diffToolHelpSetToFollowing - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- diffToolLaunch - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- diffToolNotGivenError - Variable in class org.eclipse.jgit.internal.JGitText
- diffToolNotSpecifiedInGitAttributesError - Variable in class org.eclipse.jgit.internal.JGitText
- diffToolNullError - Variable in class org.eclipse.jgit.internal.JGitText
- diffToolPromptToolName - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- DiffTools - Class in org.eclipse.jgit.internal.diffmergetool
-
Manages diff tools.
- DiffTools(Repository) - Constructor for class org.eclipse.jgit.internal.diffmergetool.DiffTools
-
Creates the external diff-tools manager for given repository.
- DiffTools(StoredConfig) - Constructor for class org.eclipse.jgit.internal.diffmergetool.DiffTools
-
Creates the external merge-tools manager for given configuration.
- diffToolUnknownToolName - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- diffuse - org.eclipse.jgit.internal.diffmergetool.CommandLineDiffTool
- diffuse - org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
- digest() - Method in class org.eclipse.jgit.lib.ObjectInserter
-
Compute digest to help compute an ObjectId
- digest() - Method in class org.eclipse.jgit.util.sha1.SHA1
-
Finish the digest and return the resulting hash.
- digest(MutableObjectId) - Method in class org.eclipse.jgit.util.sha1.SHA1
-
Finish the digest and return the resulting hash.
- dircache - Variable in class org.eclipse.jgit.merge.ResolveMerger
-
Directory cache
- DirCache - Class in org.eclipse.jgit.dircache
-
Support for the Git dircache (aka index file).
- DirCache(File, FS) - Constructor for class org.eclipse.jgit.dircache.DirCache
-
Create a new in-core index representation.
- DirCacheBuilder - Class in org.eclipse.jgit.dircache
-
Updates a
DirCache
by adding individualDirCacheEntry
s. - DirCacheBuilder(DirCache, int) - Constructor for class org.eclipse.jgit.dircache.DirCacheBuilder
-
Construct a new builder.
- DirCacheBuildIterator - Class in org.eclipse.jgit.dircache
-
Iterate and update a
DirCache
as part of aTreeWalk
. - DirCacheBuildIterator(DirCacheBuilder) - Constructor for class org.eclipse.jgit.dircache.DirCacheBuildIterator
-
Create a new iterator for an already loaded DirCache instance.
- DirCacheCheckout - Class in org.eclipse.jgit.dircache
-
This class handles checking out one or two trees merging with the index.
- DirCacheCheckout(Repository, DirCache, ObjectId) - Constructor for class org.eclipse.jgit.dircache.DirCacheCheckout
-
Constructs a DirCacheCeckout for checking out one tree, merging with the index.
- DirCacheCheckout(Repository, DirCache, ObjectId, WorkingTreeIterator) - Constructor for class org.eclipse.jgit.dircache.DirCacheCheckout
-
Constructs a DirCacheCeckout for checking out one tree, merging with the index.
- DirCacheCheckout(Repository, ObjectId, DirCache, ObjectId) - Constructor for class org.eclipse.jgit.dircache.DirCacheCheckout
-
Constructs a DirCacheCeckout for merging and checking out two trees (HEAD and mergeCommitTree) and the index.
- DirCacheCheckout(Repository, ObjectId, DirCache, ObjectId, WorkingTreeIterator) - Constructor for class org.eclipse.jgit.dircache.DirCacheCheckout
-
Constructs a DirCacheCeckout for merging and checking out two trees (HEAD and mergeCommitTree) and the index.
- DirCacheCheckout.CheckoutMetadata - Class in org.eclipse.jgit.dircache
-
Metadata used in checkout process
- DirCacheCheckout.StreamSupplier - Interface in org.eclipse.jgit.dircache
-
Something that can supply an
InputStream
. - dirCacheDoesNotHaveABackingFile - Variable in class org.eclipse.jgit.internal.JGitText
- DirCacheEditor - Class in org.eclipse.jgit.dircache
-
Updates a
DirCache
by supplying discrete edit commands. - DirCacheEditor(DirCache, int) - Constructor for class org.eclipse.jgit.dircache.DirCacheEditor
-
Construct a new editor.
- DirCacheEditor.DeletePath - Class in org.eclipse.jgit.dircache
-
Deletes a single file entry from the index.
- DirCacheEditor.DeleteTree - Class in org.eclipse.jgit.dircache
-
Recursively deletes all paths under a subtree.
- DirCacheEditor.PathEdit - Class in org.eclipse.jgit.dircache
-
Any index record update.
- DirCacheEntry - Class in org.eclipse.jgit.dircache
-
A single file (or stage of a file) in a
DirCache
. - DirCacheEntry(byte[]) - Constructor for class org.eclipse.jgit.dircache.DirCacheEntry
-
Create an empty entry at stage 0.
- DirCacheEntry(byte[], int) - Constructor for class org.eclipse.jgit.dircache.DirCacheEntry
-
Create an empty entry at the specified stage.
- DirCacheEntry(String) - Constructor for class org.eclipse.jgit.dircache.DirCacheEntry
-
Create an empty entry at stage 0.
- DirCacheEntry(String, int) - Constructor for class org.eclipse.jgit.dircache.DirCacheEntry
-
Create an empty entry at the specified stage.
- DirCacheEntry(DirCacheEntry) - Constructor for class org.eclipse.jgit.dircache.DirCacheEntry
-
Duplicate DirCacheEntry with same path and copied info.
- dirCacheFileIsNotLocked - Variable in class org.eclipse.jgit.internal.JGitText
- dirCacheIsNotLocked - Variable in class org.eclipse.jgit.internal.JGitText
- DirCacheIterator - Class in org.eclipse.jgit.dircache
-
Iterate a
DirCache
as part of aTreeWalk
. - DirCacheIterator(DirCache) - Constructor for class org.eclipse.jgit.dircache.DirCacheIterator
-
Create a new iterator for an already loaded DirCache instance.
- DirCacheNameConflictException - Exception in org.eclipse.jgit.errors
-
Thrown by DirCache code when entries overlap in impossible way.
- DirCacheNameConflictException(String, String) - Constructor for exception org.eclipse.jgit.errors.DirCacheNameConflictException
-
Construct an exception for a specific path.
- DirCacheTree - Class in org.eclipse.jgit.dircache
-
Single tree record from the 'TREE'
DirCache
extension. - DIRCChecksumMismatch - Variable in class org.eclipse.jgit.internal.JGitText
- DIRCCorruptLength - Variable in class org.eclipse.jgit.internal.JGitText
- DIRCCorruptLengthFirst - Variable in class org.eclipse.jgit.internal.JGitText
- DIRCExtensionIsTooLargeAt - Variable in class org.eclipse.jgit.internal.JGitText
- DIRCExtensionNotSupportedByThisVersion - Variable in class org.eclipse.jgit.internal.JGitText
- DIRCHasTooManyEntries - Variable in class org.eclipse.jgit.internal.JGitText
- DIRCUnrecognizedExtendedFlags - Variable in class org.eclipse.jgit.internal.JGitText
- DIRECT - org.eclipse.jgit.lib.CoreConfig.EolStreamType
-
Do not convert.
- directory - Variable in class org.eclipse.jgit.treewalk.FileTreeIterator
-
the starting directory of this Iterator.
- dirOnly() - Method in class org.eclipse.jgit.ignore.FastIgnoreRule
-
Whether the pattern should match directories only
- DIRTY - org.eclipse.jgit.api.SubmoduleDeinitCommand.SubmoduleDeinitStatus
-
The submodule had local changes and force was false
- DIRTY - org.eclipse.jgit.submodule.SubmoduleWalk.IgnoreSubmoduleMode
-
Ignore changes to the working tree of a submodule
- DIRTY - Static variable in class org.eclipse.jgit.internal.storage.file.FileSnapshot
-
A FileSnapshot that is considered to always be modified.
- DIRTY_INDEX - org.eclipse.jgit.merge.ResolveMerger.MergeFailureReason
-
the merge failed because of a dirty index
- DIRTY_WORKTREE - org.eclipse.jgit.merge.ResolveMerger.MergeFailureReason
-
the merge failed because of a dirty workingtree
- DISABLED - Static variable in class org.eclipse.jgit.http.server.resolver.AsIsFileService
-
Always throws
ServiceNotEnabledException
. - DISABLED - Static variable in interface org.eclipse.jgit.transport.resolver.ReceivePackFactory
-
A factory disabling the ReceivePack service for all repositories
- DISABLED - Static variable in interface org.eclipse.jgit.transport.resolver.UploadPackFactory
-
A factory disabling the UploadPack service for all repositories.
- DisabledOutputStream - Class in org.eclipse.jgit.util.io
-
An OutputStream which always throws IllegalStateExeption during write.
- disableRefLog() - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Don't record this update in the ref's associated reflog.
- disableRefLog() - Method in class org.eclipse.jgit.lib.RefRename
-
Don't record this rename in the ref's associated reflog.
- disableRefLog() - Method in class org.eclipse.jgit.lib.RefUpdate
-
Don't record this update in the ref's associated reflog.
- disableRefLog() - Method in class org.eclipse.jgit.transport.ReceiveCommand
-
Don't record this update in the ref's associated reflog.
- disableRefLog(boolean) - Method in class org.eclipse.jgit.api.ResetCommand
-
Whether to disable reflog
- disableSslVerify(HttpConnection) - Static method in class org.eclipse.jgit.util.HttpSupport
-
Disable SSL and hostname verification for given HTTP connection
- discardResultContents() - Method in class org.eclipse.jgit.blame.BlameResult
-
Throw away the
BlameResult.getResultContents()
. - disconnect() - Method in interface org.eclipse.jgit.transport.FtpChannel
-
Disconnects and
FtpChannel
. - disconnect() - Method in interface org.eclipse.jgit.transport.RemoteSession
-
Disconnects the remote session.
- disconnect() - Method in class org.eclipse.jgit.transport.ssh.jsch.JschSession
-
Disconnects the remote session.
- disconnect() - Method in class org.eclipse.jgit.transport.sshd.SshdSession
- discoverGitExe() - Method in class org.eclipse.jgit.util.FS_POSIX
-
Discover the path to the Git executable.
- discoverGitExe() - Method in class org.eclipse.jgit.util.FS_Win32
-
Discover the path to the Git executable.
- discoverGitExe() - Method in class org.eclipse.jgit.util.FS
-
Discover the path to the Git executable.
- discoverGitSystemConfig() - Method in class org.eclipse.jgit.util.FS
-
Discover the path to the system-wide Git configuration file
- dispatch(ConfigChangedListener) - Method in class org.eclipse.jgit.events.ConfigChangedEvent
-
Dispatch this event to the given listener.
- dispatch(IndexChangedListener) - Method in class org.eclipse.jgit.events.IndexChangedEvent
-
Dispatch this event to the given listener.
- dispatch(RefsChangedListener) - Method in class org.eclipse.jgit.events.RefsChangedEvent
-
Dispatch this event to the given listener.
- dispatch(RepositoryEvent) - Method in class org.eclipse.jgit.events.ListenerList
-
Dispatch an event to all interested listeners.
- dispatch(WorkingTreeModifiedListener) - Method in class org.eclipse.jgit.events.WorkingTreeModifiedEvent
-
Dispatch this event to the given listener.
- dispatch(BeforeDfsPackIndexLoadedListener) - Method in class org.eclipse.jgit.internal.storage.dfs.BeforeDfsPackIndexLoadedEvent
-
Dispatch this event to the given listener.
- dispatch(DfsPacksChangedListener) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPacksChangedEvent
-
Dispatch this event to the given listener.
- dispatch(T) - Method in class org.eclipse.jgit.events.RepositoryEvent
-
Dispatch this event to the given listener.
- dispose() - Method in class org.eclipse.jgit.revplot.PlotWalk
-
Dispose all internal state and invalidate all RevObject instances.
- dispose() - Method in class org.eclipse.jgit.revwalk.ObjectWalk
-
Dispose all internal state and invalidate all RevObject instances.
- dispose() - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Dispose all internal state and invalidate all RevObject instances.
- disposeBody() - Method in class org.eclipse.jgit.revwalk.RevCommit
-
Discard the message buffer to reduce memory usage.
- disposeBody() - Method in class org.eclipse.jgit.revwalk.RevTag
-
Discard the message buffer to reduce memory usage.
- disposeFlag(RevFlag) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Allow a flag to be recycled for a different use.
- doClose() - Method in class org.eclipse.jgit.lib.Repository
-
Invoked when the use count drops to zero during
Repository.close()
. - doDelete(RefUpdate.Result) - Method in class org.eclipse.jgit.lib.RefUpdate
-
Do delete
- doesNotExist - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- doFetch(ProgressMonitor, Collection<Ref>, Set<ObjectId>, OutputStream) - Method in class org.eclipse.jgit.transport.BasePackFetchConnection
-
Execute common ancestor negotiation and fetch the objects.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jgit.http.server.glue.MetaFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jgit.http.server.glue.RegexGroupFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jgit.http.server.RepositoryFilter
- doFlush() - Method in class org.eclipse.jgit.util.TemporaryBuffer
-
Dumps the entire buffer into the overflow stream, and flushes it.
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jgit.http.server.glue.ErrorServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jgit.lfs.server.fs.FileLfsServlet
-
Handle object downloads
- doLink(String) - Method in class org.eclipse.jgit.lib.RefUpdate
-
Do link
- done - Variable in class org.eclipse.jgit.internal.transport.sshd.auth.AbstractAuthenticationHandler
-
A flag telling whether this authentication is done.
- dontOverwriteLocalChanges - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jgit.lfs.server.LfsProtocolServlet
- doPush(ProgressMonitor, Map<String, RemoteRefUpdate>, OutputStream) - Method in class org.eclipse.jgit.transport.BasePackPushConnection
-
Push one or more objects and update the remote repository.
- doPut(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jgit.lfs.server.fs.FileLfsServlet
-
Handle object uploads
- doReadIdentification(Buffer, boolean) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitClientSession
-
Reads the RFC 4253, section 4.2 protocol version identification.
- doRename() - Method in class org.eclipse.jgit.lib.RefRename
-
Do the actual rename
- doRun() - Method in class org.eclipse.jgit.hooks.GitHook
-
Runs the hook, without performing any validity checks.
- DOT_BUNDLE_EXT - Static variable in class org.eclipse.jgit.lib.Constants
-
The default extension for local bundle files
- DOT_GIT - Static variable in class org.eclipse.jgit.lib.Constants
-
Default name for the Git repository directory
- DOT_GIT_ATTRIBUTES - Static variable in class org.eclipse.jgit.lib.Constants
-
Name of the attributes file
- DOT_GIT_EXT - Static variable in class org.eclipse.jgit.lib.Constants
-
A bare repository typically ends with this string
- DOT_GIT_IGNORE - Static variable in class org.eclipse.jgit.lib.Constants
-
Name of the ignore file
- DOT_GIT_MODULES - Static variable in class org.eclipse.jgit.lib.Constants
-
Name of the submodules file
- DOT_LFS_CONFIG - Static variable in class org.eclipse.jgit.lfs.lib.Constants
-
Config file name for lfs specific configuration
- DOTGITONLY - org.eclipse.jgit.lib.CoreConfig.HideDotFiles
-
Hide only .git.
- dotLfsConfigReadFailed - Variable in class org.eclipse.jgit.lfs.internal.LfsText
- doUpdate(RefUpdate.Result) - Method in class org.eclipse.jgit.lib.RefUpdate
-
Do update
- doWaitPreventRacyPack(long) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Get whether we wait before opening a newly written pack to prevent its lastModified timestamp could be racy.
- DOWNLOAD - Static variable in class org.eclipse.jgit.lfs.lib.Constants
-
LFS download operation.
- downloadCancelled - Variable in class org.eclipse.jgit.internal.JGitText
- downloadCancelledDuringIndexing - Variable in class org.eclipse.jgit.internal.JGitText
- downloadLfsResource(Lfs, Repository, LfsPointer...) - Static method in class org.eclipse.jgit.lfs.SmudgeFilter
-
Download content which is hosted on a LFS server
- drawBoundaryDot(int, int, int, int) - Method in class org.eclipse.jgit.revplot.AbstractPlotRenderer
-
Draw a single boundary commit (aka uninteresting commit) dot.
- drawCommitDot(int, int, int, int) - Method in class org.eclipse.jgit.revplot.AbstractPlotRenderer
-
Draw a single commit dot.
- drawLabel(int, int, Ref) - Method in class org.eclipse.jgit.revplot.AbstractPlotRenderer
-
Draw a decoration for the Ref ref at x,y
- drawLine(TColor, int, int, int, int, int) - Method in class org.eclipse.jgit.revplot.AbstractPlotRenderer
-
Draw a single line within this cell.
- drawText(String, int, int) - Method in class org.eclipse.jgit.revplot.AbstractPlotRenderer
-
Draw a single line of text.
- DUPLICATE_ENTRIES - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- duplicateAdvertisementsOf - Variable in class org.eclipse.jgit.internal.JGitText
- duplicateRef - Variable in class org.eclipse.jgit.internal.JGitText
- duplicateRefAttribute - Variable in class org.eclipse.jgit.internal.JGitText
- duplicateRemoteRefUpdateIsIllegal - Variable in class org.eclipse.jgit.internal.JGitText
- duplicateStagesNotAllowed - Variable in class org.eclipse.jgit.internal.JGitText
- dwData - Variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.PageantLibrary.CopyStruct
-
Must be set the
PageantLibrary.PAGEANT_ID
.
E
- ECHO_COMMAND - Static variable in class org.eclipse.jgit.junit.ssh.SshTestGitServer
-
Simple echo test command.
- ecmerge - org.eclipse.jgit.internal.diffmergetool.CommandLineDiffTool
- ecmerge - org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
- edit(DirCacheEditor.PathEdit) - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
-
Edit the index
- Edit - Class in org.eclipse.jgit.diff
-
A modified region detected between two versions of roughly the same content.
- Edit(int, int) - Constructor for class org.eclipse.jgit.diff.Edit
-
Create a new empty edit.
- Edit(int, int, int, int) - Constructor for class org.eclipse.jgit.diff.Edit
-
Create a new edit.
- EDIT - org.eclipse.jgit.api.RebaseResult.Status
-
Stopped for editing in the context of an interactive rebase
- EDIT - org.eclipse.jgit.lib.RebaseTodoLine.Action
-
Use commit, but stop for amending
- Edit.Type - Enum in org.eclipse.jgit.diff
-
Type of edit
- editCommitMessage(String, CommitConfig.CleanupMode, char) - Method in interface org.eclipse.jgit.api.RebaseCommand.InteractiveHandler2
-
Callback API for editing a commit message on REWORD or SQUASH.
- EditList - Class in org.eclipse.jgit.diff
-
Specialized list of
Edit
s in a document. - EditList() - Constructor for class org.eclipse.jgit.diff.EditList
-
Create a new, empty edit list.
- EditList(int) - Constructor for class org.eclipse.jgit.diff.EditList
-
Create an empty edit list with the specified capacity.
- editor() - Method in class org.eclipse.jgit.dircache.DirCache
-
Create a new editor to recreate this cache.
- edits - Variable in class org.eclipse.jgit.diff.MyersDiff
-
The list of edits found during the last call to
MyersDiff.calculateEdits(Edit)
- effectiveLocale() - Method in class org.eclipse.jgit.nls.TranslationBundle
-
Get the locale used for loading the resource bundle from which the field values were taken.
- eitherGitDirOrWorkTreeRequired - Variable in class org.eclipse.jgit.internal.JGitText
- emerge - org.eclipse.jgit.internal.diffmergetool.CommandLineDiffTool
- emerge - org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
- EMPTY - org.eclipse.jgit.diff.Edit.Type
-
Sequence A and B have zero length, describing nothing.
- EMPTY - Static variable in class org.eclipse.jgit.util.RawCharSequence
-
A zero-length character sequence.
- EMPTY_BLOB_ID - Static variable in class org.eclipse.jgit.lib.Constants
-
Well-known object ID for the empty blob.
- EMPTY_CONFIG - Static variable in interface org.eclipse.jgit.transport.SshConfigStore
-
An empty
SshConfigStore.HostConfig
. - EMPTY_DIRECTORIES_ONLY - Static variable in class org.eclipse.jgit.util.FileUtils
-
Option to only delete empty directories.
- EMPTY_NAME - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- EMPTY_TEXT - Static variable in class org.eclipse.jgit.diff.RawText
-
A RawText of length 0
- EMPTY_TREE_ID - Static variable in class org.eclipse.jgit.lib.Constants
-
Well-known object ID for the empty tree.
- emptyCommit - Variable in class org.eclipse.jgit.internal.JGitText
- EmptyCommitException - Exception in org.eclipse.jgit.api.errors
-
Exception thrown when a newly created commit does not contain any changes
- EmptyCommitException(String) - Constructor for exception org.eclipse.jgit.api.errors.EmptyCommitException
-
Constructor for EmptyCommitException.
- EmptyCommitException(String, Throwable) - Constructor for exception org.eclipse.jgit.api.errors.EmptyCommitException
-
Constructor for EmptyCommitException
- emptyList() - Static method in class org.eclipse.jgit.util.RefList
-
Create an empty unmodifiable reference list.
- emptyPathNotPermitted - Variable in class org.eclipse.jgit.internal.JGitText
- EmptyProgressMonitor - Class in org.eclipse.jgit.lib
-
A convenient base class which provides empty method bodies for all ProgressMonitor methods.
- EmptyProgressMonitor() - Constructor for class org.eclipse.jgit.lib.EmptyProgressMonitor
- emptyRef - Variable in class org.eclipse.jgit.internal.JGitText
- EmptyTreeIterator - Class in org.eclipse.jgit.treewalk
-
Iterator over an empty tree (a directory with no files).
- EmptyTreeIterator() - Constructor for class org.eclipse.jgit.treewalk.EmptyTreeIterator
-
Create a new iterator with no parent.
- EmptyTreeIterator(AbstractTreeIterator, byte[], int) - Constructor for class org.eclipse.jgit.treewalk.EmptyTreeIterator
-
Create an iterator for a subtree of an existing iterator.
- enabled() - Method in class org.eclipse.jgit.transport.PushCertificateParser
-
Whether the repository is configured to use signed pushes in this context.
- enableKeyboardInteractiveAuthentication() - Method in class org.eclipse.jgit.junit.ssh.SshTestGitServer
-
Enable keyboard-interactive authentication.
- enablePasswordAuthentication() - Method in class org.eclipse.jgit.junit.ssh.SshTestGitServer
-
Enable password authentication.
- enableSearchForReuseTimeout() - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Set the writer to check for long search for reuse, exceeding the timeout.
- encode(byte[]) - Static method in class org.eclipse.jgit.util.Base85
-
Encodes the given
data
in Base-85. - encode(byte[], int, int) - Static method in class org.eclipse.jgit.util.Base85
-
Encodes
length
bytes ofdata
in Base-85, beginning at thestart
index. - encode(OutputStream) - Method in class org.eclipse.jgit.lfs.LfsPointer
-
Encode this object into the LFS format defined by
LfsPointer.VERSION
- encode(OutputStream, byte[]) - Method in class org.eclipse.jgit.internal.storage.pack.DeltaIndex
-
Generate a delta sequence to recreate the result buffer.
- encode(OutputStream, byte[], int) - Method in class org.eclipse.jgit.internal.storage.pack.DeltaIndex
-
Generate a delta sequence to recreate the result buffer.
- encode(String) - Static method in class org.eclipse.jgit.lib.Constants
-
Convert a string to a byte array in the standard character encoding.
- encode(StringBuilder, String) - Static method in class org.eclipse.jgit.util.HttpSupport
-
URL encode a value string into an output buffer.
- encodeASCII(long) - Static method in class org.eclipse.jgit.lib.Constants
-
Convert an integer into its decimal representation.
- encodeASCII(String) - Static method in class org.eclipse.jgit.lib.Constants
-
Convert a string to US-ASCII encoding.
- encodeBytes(byte[]) - Static method in class org.eclipse.jgit.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int) - Static method in class org.eclipse.jgit.util.Base64
-
Encodes a byte array into Base64 notation.
- encodedLength(int) - Static method in class org.eclipse.jgit.util.Base85
-
Determines the length of the base-85 encoding for
rawLength
bytes. - encodedTypeString(int) - Static method in class org.eclipse.jgit.lib.Constants
-
Convert an OBJ_* type constant to an ASCII encoded string constant.
- encodeInt16(byte[], int, int) - Static method in class org.eclipse.jgit.util.NB
-
Write a 16 bit integer as a sequence of 2 bytes (network byte order).
- encodeInt24(byte[], int, int) - Static method in class org.eclipse.jgit.util.NB
-
Write a 24 bit integer as a sequence of 3 bytes (network byte order).
- encodeInt32(byte[], int, int) - Static method in class org.eclipse.jgit.util.NB
-
Write a 32 bit integer as a sequence of 4 bytes (network byte order).
- encodeInt64(byte[], int, long) - Static method in class org.eclipse.jgit.util.NB
-
Write a 64 bit integer as a sequence of 8 bytes (network byte order).
- encoding - Static variable in class org.eclipse.jgit.lib.ObjectChecker
-
Header "encoding "
- encoding(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Locate the "encoding " header line.
- ENCODING_GZIP - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
gzip
encoding value forHttpSupport.HDR_ACCEPT_ENCODING
. - ENCODING_X_GZIP - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
x-gzip
encoding value forHttpSupport.HDR_ACCEPT_ENCODING
. - encodingNotSupportedByThisLibrary - Variable in class org.eclipse.jgit.http.server.HttpServerText
- encryptionError - Variable in class org.eclipse.jgit.internal.JGitText
- encryptionOnlyPBE - Variable in class org.eclipse.jgit.internal.JGitText
- end() - Method in class org.eclipse.jgit.transport.PacketLineOut
-
Write a packet end marker, sometimes referred to as a flush command.
- end() - Method in class org.eclipse.jgit.transport.RefAdvertiser
-
Mark the end of the advertisements.
- end() - Method in class org.eclipse.jgit.transport.RefAdvertiser.PacketLineOutRefAdvertiser
- end() - Method in class org.eclipse.jgit.util.io.InterruptTimer
-
Disable the interrupt timer, as the operation is complete.
- END - Static variable in class org.eclipse.jgit.transport.PacketLineIn
-
Deprecated.Callers should use
PacketLineIn.isEnd(String)
to check if a string is the end marker, orPacketLineIn.readStrings()
to iterate over all strings in the input stream until the marker is reached. - endBlob(AnyObjectId) - Method in interface org.eclipse.jgit.lib.BlobObjectChecker
-
Finalize the blob checking.
- endDocument() - Method in class org.eclipse.jgit.gitrepo.ManifestParser
- endElement(String, String, String) - Method in class org.eclipse.jgit.gitrepo.ManifestParser
- endOfFileInEscape - Variable in class org.eclipse.jgit.internal.JGitText
- endOfFooterLineKey(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Locate the end of a footer line key string.
- endOfParagraph(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Locate the end of a paragraph.
- endTask() - Method in class org.eclipse.jgit.junit.StrictWorkMonitor
-
Finish the current task, so the next can begin.
- endTask() - Method in class org.eclipse.jgit.lib.BatchingProgressMonitor
-
Finish the current task, so the next can begin.
- endTask() - Method in class org.eclipse.jgit.lib.EmptyProgressMonitor
-
Finish the current task, so the next can begin.
- endTask() - Method in class org.eclipse.jgit.lib.NullProgressMonitor
-
Finish the current task, so the next can begin.
- endTask() - Method in interface org.eclipse.jgit.lib.ProgressMonitor
-
Finish the current task, so the next can begin.
- endTask() - Method in class org.eclipse.jgit.lib.ThreadSafeProgressMonitor
-
Finish the current task, so the next can begin.
- endTask(String) - Method in class org.eclipse.jgit.transport.ProgressSpinner
-
Denote the current task completed.
- endWorker() - Method in class org.eclipse.jgit.lib.ThreadSafeProgressMonitor
-
Notify the monitor a worker is finished.
- ensurePathCapacity(int, int) - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Ensure that path is capable to hold at least
capacity
bytes - enter(int, E) - Method in class org.eclipse.jgit.revwalk.RevCommitList
-
Optional callback invoked when commits enter the list by fillTo.
- enter(int, PlotCommit<L>) - Method in class org.eclipse.jgit.revplot.PlotCommitList
-
Optional callback invoked when commits enter the list by fillTo.
- enterSubtree - Variable in class org.eclipse.jgit.merge.ResolveMerger
-
Updated as we merge entries of the tree walk.
- enterSubtree() - Method in class org.eclipse.jgit.treewalk.FileTreeIterator
-
Create a new iterator for the current entry's subtree.
- enterSubtree() - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Enter into the current subtree.
- enterUsernameAndPasswordFor - Variable in class org.eclipse.jgit.awtui.UIText
- entries - Variable in class org.eclipse.jgit.internal.storage.file.PackIndexWriter
-
The entries this writer must pack.
- Entry() - Constructor for class org.eclipse.jgit.treewalk.WorkingTreeIterator.Entry
- Entry(AnyObjectId) - Constructor for class org.eclipse.jgit.lib.ObjectIdOwnerMap.Entry
-
Initialize this entry with a specific ObjectId.
- EntryExistsException - Exception in org.eclipse.jgit.errors
-
Attempt to add an entry to a tree that already exists.
- EntryExistsException(String) - Constructor for exception org.eclipse.jgit.errors.EntryExistsException
-
Construct an EntryExistsException when the specified name already exists in a tree.
- entryNotFoundByPath - Variable in class org.eclipse.jgit.internal.JGitText
- entrySet() - Method in class org.eclipse.jgit.util.RefMap
- entrySize(FileMode, int) - Static method in class org.eclipse.jgit.lib.TreeFormatter
-
Compute the size of a tree entry record.
- enumValueNotSupported0 - Variable in class org.eclipse.jgit.internal.JGitText
- enumValueNotSupported2 - Variable in class org.eclipse.jgit.internal.JGitText
- enumValueNotSupported3 - Variable in class org.eclipse.jgit.internal.JGitText
- enumValuesNotAvailable - Variable in class org.eclipse.jgit.internal.JGitText
- ENV_SSH_AUTH_SOCKET - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Name of the environment variable holding the Unix domain socket for communication with an SSH agent.
- eof() - Method in class org.eclipse.jgit.dircache.DirCacheIterator
-
Is this tree iterator at its EOF point (no more entries)?
- eof() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Is this tree iterator at its EOF point (no more entries)?
- eof() - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
-
Is this tree iterator at its EOF point (no more entries)?
- eof() - Method in class org.eclipse.jgit.treewalk.EmptyTreeIterator
-
Is this tree iterator at its EOF point (no more entries)?
- eof() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Is this tree iterator at its EOF point (no more entries)?
- EOF - Static variable in exception org.eclipse.jgit.transport.FtpChannel.FtpException
- EOF - Static variable in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
An empty entry array, suitable for
WorkingTreeIterator.init(Entry[])
. - eolStreamType - Variable in class org.eclipse.jgit.dircache.DirCacheCheckout.CheckoutMetadata
-
git attributes
- EolStreamTypeUtil - Class in org.eclipse.jgit.util.io
-
Utility used to create input and output stream wrappers for
CoreConfig.EolStreamType
- EQUAL - org.eclipse.jgit.treewalk.WorkingTreeIterator.MetadataDiff
-
The entries are equal by metaData (mode, length, modification-timestamp) or the
assumeValid
attribute of the index entry is set - Equality - Class in org.eclipse.jgit.util
-
Equality utilities.
- Equality() - Constructor for class org.eclipse.jgit.util.Equality
- equals(byte[], int, byte[], int) - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
-
Compare two object identifier byte sequences for equality.
- equals(byte[], int, byte[], int) - Static method in class org.eclipse.jgit.lib.ObjectId
-
Compare two object identifier byte sequences for equality.
- equals(int) - Method in class org.eclipse.jgit.lib.FileMode
-
Test a file mode for equality with this
FileMode
object. - equals(Object) - Method in class org.eclipse.jgit.archive.TarFormat
- equals(Object) - Method in class org.eclipse.jgit.archive.Tbz2Format
- equals(Object) - Method in class org.eclipse.jgit.archive.TgzFormat
- equals(Object) - Method in class org.eclipse.jgit.archive.TxzFormat
- equals(Object) - Method in class org.eclipse.jgit.archive.ZipFormat
- equals(Object) - Method in class org.eclipse.jgit.attributes.Attribute
- equals(Object) - Method in class org.eclipse.jgit.attributes.Attributes
- equals(Object) - Method in class org.eclipse.jgit.diff.Edit
- equals(Object) - Method in class org.eclipse.jgit.gitrepo.RepoProject
- equals(Object) - Method in class org.eclipse.jgit.ignore.FastIgnoreRule
- equals(Object) - Method in class org.eclipse.jgit.ignore.internal.AbstractMatcher
- equals(Object) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
- equals(Object) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRepositoryDescription
- equals(Object) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsStreamKey
- equals(Object) - Method in class org.eclipse.jgit.internal.storage.file.FileSnapshot
- equals(Object) - Method in class org.eclipse.jgit.lfs.LfsPointer
- equals(Object) - Method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
- equals(Object) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
- equals(Object) - Method in class org.eclipse.jgit.lib.AbbreviatedObjectId
- equals(Object) - Method in class org.eclipse.jgit.lib.AnyObjectId
- equals(Object) - Method in class org.eclipse.jgit.lib.PersonIdent
- equals(Object) - Method in class org.eclipse.jgit.lib.RepositoryCache.FileKey
- equals(Object) - Method in class org.eclipse.jgit.transport.PushCertificate
- equals(Object) - Method in class org.eclipse.jgit.transport.PushCertificateIdent
- equals(Object) - Method in class org.eclipse.jgit.transport.RefSpec
- equals(Object) - Method in class org.eclipse.jgit.transport.URIish
- equals(HashedSequence<S>, int, HashedSequence<S>, int) - Method in class org.eclipse.jgit.diff.HashedSequenceComparator
-
Compare two items to determine if they are equivalent.
- equals(Subsequence<S>, int, Subsequence<S>, int) - Method in class org.eclipse.jgit.diff.SubsequenceComparator
-
Compare two items to determine if they are equivalent.
- equals(FileSnapshot) - Method in class org.eclipse.jgit.internal.storage.file.FileSnapshot
-
Compare two snapshots to see if they cache the same information.
- equals(AnyLongObjectId) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Determine if this LongObjectId has exactly the same value as another.
- equals(AnyLongObjectId, AnyLongObjectId) - Static method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Deprecated.
- equals(AnyObjectId) - Method in class org.eclipse.jgit.lib.AnyObjectId
-
Determine if this ObjectId has exactly the same value as another.
- equals(AnyObjectId, AnyObjectId) - Static method in class org.eclipse.jgit.lib.AnyObjectId
-
Deprecated.use
AnyObjectId.isEqual(AnyObjectId, AnyObjectId)
instead - equals(S, int, S, int) - Method in class org.eclipse.jgit.diff.SequenceComparator
-
Compare two items to determine if they are equivalent.
- equalsIgnoreCase(String, String) - Static method in class org.eclipse.jgit.util.StringUtils
-
Test if two strings are equal, ignoring case.
- errCloseMappedFile - Variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Texts
- errLastError - Variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Texts
- error - Variable in class org.eclipse.jgit.lfs.Protocol.ObjectInfo
- error - Variable in class org.eclipse.jgit.lfs.server.Response.ObjectInfo
- error(String) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- error(String, Object) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- error(String, Object...) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- error(String, Object, Object) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- error(String, Throwable) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- Error() - Constructor for class org.eclipse.jgit.lfs.Protocol.Error
- Error() - Constructor for class org.eclipse.jgit.lfs.server.Response.Error
- ERROR - org.eclipse.jgit.api.CheckoutResult.Status
-
An Exception occurred during checkout
- ERROR - org.eclipse.jgit.patch.FormatError.Severity
-
The error indicates the script is severely flawed.
- ERROR - org.eclipse.jgit.transport.TransferConfig.FsckMode
-
Treat it as an error (the default).
- ERROR_RESULT - Static variable in class org.eclipse.jgit.api.CheckoutResult
-
The
CheckoutResult.Status.ERROR
result; - errorIncludeFile - Variable in class org.eclipse.jgit.gitrepo.internal.RepoText
- errorIncludeNotImplemented - Variable in class org.eclipse.jgit.gitrepo.internal.RepoText
- errorInPackedRefs - Variable in class org.eclipse.jgit.internal.JGitText
- errorInvalidProtocolWantedOldNewRef - Variable in class org.eclipse.jgit.internal.JGitText
- errorListing - Variable in class org.eclipse.jgit.internal.JGitText
- errorNoDefault - Variable in class org.eclipse.jgit.gitrepo.internal.RepoText
- errorNoDefaultFilename - Variable in class org.eclipse.jgit.gitrepo.internal.RepoText
- errorNoFetch - Variable in class org.eclipse.jgit.gitrepo.internal.RepoText
- errorOccurredDuringUnpackingOnTheRemoteEnd - Variable in class org.eclipse.jgit.internal.JGitText
- errorParsingManifestFile - Variable in class org.eclipse.jgit.gitrepo.internal.RepoText
- errorReadingInfoRefs - Variable in class org.eclipse.jgit.internal.JGitText
- errorRemoteUnavailable - Variable in class org.eclipse.jgit.gitrepo.internal.RepoText
- ErrorServlet - Class in org.eclipse.jgit.http.server.glue
-
Send a fixed status code to the client.
- ErrorServlet(int) - Constructor for class org.eclipse.jgit.http.server.glue.ErrorServlet
-
Sends a specific status code.
- errReleaseSharedMemory - Variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Texts
- errs - Variable in class org.eclipse.jgit.pgm.TextBuiltin
-
Error output stream, typically this is standard error.
- errUnknown - Variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Texts
- errUnknownIdentityAgent - Variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Texts
- errw - Variable in class org.eclipse.jgit.pgm.TextBuiltin
-
Error writer, typically this is standard error.
- estimateBytesUsed() - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter.State
- estimateIndexSize(int) - Static method in class org.eclipse.jgit.internal.storage.pack.DeltaIndex
-
Estimate the size of an index for a given source.
- estimateTotalBytes() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter
-
Get an estimate of the current size in bytes of the reftable
- everythingUpToDate - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- exact(File, FS) - Static method in class org.eclipse.jgit.lib.RepositoryCache.FileKey
-
Obtain a pointer to an exact location on disk.
- exactRef(String) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRefDatabase
-
Read a single reference.
- exactRef(String) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReftableDatabase
-
Read a single reference.
- exactRef(String) - Method in class org.eclipse.jgit.internal.storage.file.FileReftableDatabase
-
Read a single reference.
- exactRef(String) - Method in class org.eclipse.jgit.internal.storage.file.RefDirectory
-
Read a single reference.
- exactRef(String) - Method in class org.eclipse.jgit.internal.storage.reftable.Reftable
-
Lookup a reference, or null if not found.
- exactRef(String) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableDatabase
-
Read a single reference.
- exactRef(String) - Method in class org.eclipse.jgit.lib.RefDatabase
-
Read a single reference.
- exactRef(String) - Method in class org.eclipse.jgit.lib.Repository
-
Get a ref by name.
- exactRef(String...) - Method in class org.eclipse.jgit.internal.storage.file.RefDirectory
-
Read the specified references.
- exactRef(String...) - Method in class org.eclipse.jgit.lib.RefDatabase
-
Read the specified references.
- examdiff - org.eclipse.jgit.internal.diffmergetool.CommandLineDiffTool
- examdiff - org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
- ExceedsByteArrayLimit() - Constructor for exception org.eclipse.jgit.errors.LargeObjectException.ExceedsByteArrayLimit
- ExceedsLimit(long, long) - Constructor for exception org.eclipse.jgit.errors.LargeObjectException.ExceedsLimit
-
Construct an exception for a particular size being exceeded.
- exceptionCaughtDuringExecutionOfAddCommand - Variable in class org.eclipse.jgit.internal.JGitText
- exceptionCaughtDuringExecutionOfArchiveCommand - Variable in class org.eclipse.jgit.internal.JGitText
- exceptionCaughtDuringExecutionOfCherryPickCommand - Variable in class org.eclipse.jgit.internal.JGitText
- exceptionCaughtDuringExecutionOfCommand - Variable in class org.eclipse.jgit.internal.JGitText
- exceptionCaughtDuringExecutionOfCommitCommand - Variable in class org.eclipse.jgit.internal.JGitText
- exceptionCaughtDuringExecutionOfFetchCommand - Variable in class org.eclipse.jgit.internal.JGitText
- exceptionCaughtDuringExecutionOfHook - Variable in class org.eclipse.jgit.internal.JGitText
- exceptionCaughtDuringExecutionOfLsRemoteCommand - Variable in class org.eclipse.jgit.internal.JGitText
- exceptionCaughtDuringExecutionOfMergeCommand - Variable in class org.eclipse.jgit.internal.JGitText
- exceptionCaughtDuringExecutionOfPullCommand - Variable in class org.eclipse.jgit.internal.JGitText
- exceptionCaughtDuringExecutionOfPushCommand - Variable in class org.eclipse.jgit.internal.JGitText
- exceptionCaughtDuringExecutionOfResetCommand - Variable in class org.eclipse.jgit.internal.JGitText
- exceptionCaughtDuringExecutionOfRevertCommand - Variable in class org.eclipse.jgit.internal.JGitText
- exceptionCaughtDuringExecutionOfRmCommand - Variable in class org.eclipse.jgit.internal.JGitText
- exceptionCaughtDuringExecutionOfTagCommand - Variable in class org.eclipse.jgit.internal.JGitText
- exceptionHookExecutionInterrupted - Variable in class org.eclipse.jgit.internal.JGitText
- exceptionOccurredDuringAddingOfOptionToALogCommand - Variable in class org.eclipse.jgit.internal.JGitText
- exceptionOccurredDuringReadingOfGIT_DIR - Variable in class org.eclipse.jgit.internal.JGitText
- exceptionWhileFindingUserHome - Variable in class org.eclipse.jgit.internal.JGitText
- exceptionWhileReadingPack - Variable in class org.eclipse.jgit.internal.JGitText
- exclude(DfsPackFile) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackCompactor
-
Exclude objects from the compacted pack.
- exclude(ObjectIdSet) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackCompactor
-
Exclude objects from the compacted pack.
- excludeObjects(ObjectIdSet) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Add a pack index whose contents should be excluded from the result.
- excludePath(String) - Method in class org.eclipse.jgit.api.LogCommand
-
Show all commits that are not within any of the specified paths.
- exec(String, int) - Method in interface org.eclipse.jgit.transport.RemoteSession
-
Creates a new remote
Process
to execute the given command. - exec(String, int) - Method in class org.eclipse.jgit.transport.ssh.jsch.JschSession
-
Creates a new remote
Process
to execute the given command. - exec(String, int) - Method in class org.eclipse.jgit.transport.sshd.SshdSession
- exec(String, Map<String, String>, int) - Method in interface org.eclipse.jgit.transport.RemoteSession2
-
Creates a new remote
Process
to execute the given command. - exec(String, Map<String, String>, int) - Method in class org.eclipse.jgit.transport.ssh.jsch.JschSession
-
Creates a new remote
Process
to execute the given command. - exec(String, Map<String, String>, int) - Method in class org.eclipse.jgit.transport.sshd.SshdSession
- EXECUTABLE_FILE - Static variable in class org.eclipse.jgit.lib.FileMode
-
Mode indicating an entry is an executable file.
- execute() - Method in class org.eclipse.jgit.ant.tasks.GitAddTask
- execute() - Method in class org.eclipse.jgit.ant.tasks.GitCheckoutTask
- execute() - Method in class org.eclipse.jgit.ant.tasks.GitCloneTask
- execute() - Method in class org.eclipse.jgit.ant.tasks.GitInitTask
- execute(ProcessBuilder, InputStream) - Method in class org.eclipse.jgit.util.FS
-
Execute a command defined by a
ProcessBuilder
. - execute(String[]) - Method in class org.eclipse.jgit.pgm.TextBuiltin
-
Parse arguments and run this command.
- execute(RevWalk, ProgressMonitor) - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Execute this batch update without option strings.
- execute(RevWalk, ProgressMonitor, List<String>) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableBatchRefUpdate
-
Execute this batch update.
- execute(RevWalk, ProgressMonitor, List<String>) - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Execute this batch update.
- execute(ReceivePack) - Method in class org.eclipse.jgit.transport.ReceiveCommand
-
Execute this command during a receive-pack session.
- executeCommands() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Execute commands to update references.
- ExecutionResult(TemporaryBuffer, TemporaryBuffer, int) - Constructor for class org.eclipse.jgit.util.FS.ExecutionResult
- exists() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRepository
-
Check if the repository already exists.
- exists() - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectory
-
Does this database exist yet?
- exists() - Method in class org.eclipse.jgit.lib.ObjectDatabase
-
Does this database exist yet?
- exists(File) - Method in class org.eclipse.jgit.util.FS
-
Tests if the path exists, in case of a symbolic link, true even if the target does not exist
- expandFromDestination(String) - Method in class org.eclipse.jgit.transport.RefSpec
-
Expand this specification to exactly match a ref name.
- expandFromDestination(Ref) - Method in class org.eclipse.jgit.transport.RefSpec
-
Expand this specification to exactly match a ref.
- expandFromSource(String) - Method in class org.eclipse.jgit.transport.RefSpec
-
Expand this specification to exactly match a ref name.
- expandFromSource(Ref) - Method in class org.eclipse.jgit.transport.RefSpec
-
Expand this specification to exactly match a ref.
- expandMacro(Attribute, Attributes) - Method in class org.eclipse.jgit.attributes.AttributesHandler
-
Expand a macro
- expectedACKNAKFoundEOF - Variable in class org.eclipse.jgit.internal.JGitText
- expectedACKNAKGot - Variable in class org.eclipse.jgit.internal.JGitText
- expectedBooleanStringValue - Variable in class org.eclipse.jgit.internal.JGitText
- expectedCharacterEncodingGuesses - Variable in class org.eclipse.jgit.internal.JGitText
- expectedDirectoryNotSubmodule - Variable in class org.eclipse.jgit.internal.JGitText
- expectedEOFReceived - Variable in class org.eclipse.jgit.internal.JGitText
- expectedGot - Variable in class org.eclipse.jgit.internal.JGitText
- expectedLessThanGot - Variable in class org.eclipse.jgit.internal.JGitText
- expectedNumberOfbytes - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- expectedPktLineWithService - Variable in class org.eclipse.jgit.internal.JGitText
- expectedReceivedContentType - Variable in class org.eclipse.jgit.internal.JGitText
- expectedReportForRefNotReceived - Variable in class org.eclipse.jgit.internal.JGitText
- expectedRepositoryAttribute - Variable in class org.eclipse.jgit.http.server.HttpServerText
- expiresAt - Variable in class org.eclipse.jgit.lfs.Protocol.ExpiringAction
-
Absolute date/time in format "yyyy-MM-dd'T'HH:mm:ss.SSSX"
- expiresIn - Variable in class org.eclipse.jgit.lfs.Protocol.ExpiringAction
-
Validity time in milliseconds (preferred over expiresAt as specified: https://github.com/git-lfs/git-lfs/blob/master/docs/api/authentication.md)
- ExpiringAction() - Constructor for class org.eclipse.jgit.lfs.Protocol.ExpiringAction
- exportDirectory(File) - Method in class org.eclipse.jgit.transport.resolver.FileResolver
-
Recursively export all Git repositories within a directory.
- exporting - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- exportRepository(String, Repository) - Method in class org.eclipse.jgit.transport.resolver.FileResolver
-
Add a single repository to the set that is exported by this daemon.
- extendA() - Method in class org.eclipse.jgit.diff.Edit
-
Increase
Edit.getEndA()
by 1. - extendB() - Method in class org.eclipse.jgit.diff.Edit
-
Increase
Edit.getEndB()
by 1. - extendPath(URIish, String) - Static method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Extend a path
- ExternalDiffTool - Interface in org.eclipse.jgit.internal.diffmergetool
-
The external tool interface.
- ExternalMergeTool - Interface in org.eclipse.jgit.internal.diffmergetool
-
The merge tool interface.
- ExternalToolUtils - Class in org.eclipse.jgit.internal.diffmergetool
-
Utilities for diff- and merge-tools.
- ExternalToolUtils() - Constructor for class org.eclipse.jgit.internal.diffmergetool.ExternalToolUtils
- EXTRA_HEADER - Static variable in class org.eclipse.jgit.transport.HttpConfig
-
git config key for the "extraHeader" setting.
- extractBinaryString(byte[], int, int) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Decode a region of the buffer under the ISO-8859-1 encoding.
- extractToken(ParameterType) - Method in class org.eclipse.jgit.internal.transport.sshd.auth.GssApiAuthentication
-
Extracts the token from the last set parameters.
F
- Factory - Class in org.eclipse.jgit.internal.transport.sshd.agent.connector
-
An
ConnectorFactory
for connecting to an OpenSSH SSH agent. - Factory() - Constructor for class org.eclipse.jgit.internal.transport.sshd.agent.connector.Factory
- FACTORY - Static variable in class org.eclipse.jgit.internal.transport.sshd.JGitPublicKeyAuthFactory
-
The singleton
JGitPublicKeyAuthFactory
. - FACTORY - Static variable in class org.eclipse.jgit.lfs.CleanFilter
-
The factory is responsible for creating instances of
CleanFilter
- FACTORY - Static variable in class org.eclipse.jgit.lfs.SmudgeFilter
-
The factory is responsible for creating instances of
SmudgeFilter
- failed() - Method in class org.eclipse.jgit.merge.ResolveMerger
-
Returns whether this merge failed (i.e.
- failed(Oid) - Static method in class org.eclipse.jgit.internal.transport.sshd.GssApiMechanisms
-
Mark the mechanisms as failed.
- FAILED - org.eclipse.jgit.api.CherryPickResult.CherryPickStatus
- FAILED - org.eclipse.jgit.api.MergeResult.MergeStatus
- FAILED - org.eclipse.jgit.api.RebaseResult.Status
-
Failed; the original HEAD was restored
- failedAtomicFileCreation - Variable in class org.eclipse.jgit.internal.JGitText
- failedCreateLockFile - Variable in class org.eclipse.jgit.internal.JGitText
- failedReadHttpsProtocols - Variable in class org.eclipse.jgit.internal.JGitText
- failedToCalcSignature - Variable in class org.eclipse.jgit.lfs.server.internal.LfsServerText
- failedToCommitIndex - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- failedToConvert - Variable in class org.eclipse.jgit.internal.JGitText
- failedToDetermineFilterDefinition - Variable in class org.eclipse.jgit.internal.JGitText
- failedToLockIndex - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- failedUpdatingRefs - Variable in class org.eclipse.jgit.internal.JGitText
- failingPaths - Variable in class org.eclipse.jgit.merge.ResolveMerger
-
Paths for which the merge failed altogether.
- failureDueToOneOfTheFollowing - Variable in class org.eclipse.jgit.internal.JGitText
- failureUpdatingFETCH_HEAD - Variable in class org.eclipse.jgit.internal.JGitText
- failureUpdatingTrackingRef - Variable in class org.eclipse.jgit.internal.JGitText
- FALLBACK_FILESTORE_ATTRIBUTES - Static variable in class org.eclipse.jgit.util.FS.FileStoreAttributes
-
Fallback FileStore attributes used when we can't measure the filesystem timestamp resolution.
- FALLBACK_TIMESTAMP_RESOLUTION - Static variable in class org.eclipse.jgit.util.FS.FileStoreAttributes
-
Fallback filesystem timestamp resolution.
- FALSE - org.eclipse.jgit.api.MergeCommand.FastForwardMode.Merge
- FALSE - org.eclipse.jgit.diff.DiffConfig.RenameDetectionType
-
Rename detection is disabled.
- FALSE - org.eclipse.jgit.lib.CoreConfig.AutoCRLF
-
Automatic CRLF->LF conversion is disabled.
- FALSE - org.eclipse.jgit.lib.CoreConfig.HideDotFiles
-
Do not hide .files.
- FALSE - org.eclipse.jgit.lib.CoreConfig.LogRefUpdates
-
Don't create ref logs; default for bare repositories.
- FALSE - org.eclipse.jgit.lib.CoreConfig.SymLinks
-
Check out symbolic links as plain files .
- FALSE - org.eclipse.jgit.lib.internal.BooleanTriState
-
Value equivalent to
false
. - FALSE - org.eclipse.jgit.transport.HttpConfig.HttpRedirectMode
-
Never follow redirects.
- FALSE - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Flag value.
- FAST_FORWARD - org.eclipse.jgit.api.MergeResult.MergeStatus
- FAST_FORWARD - org.eclipse.jgit.api.RebaseResult.Status
-
Fast-forward, HEAD points to the new commit
- FAST_FORWARD - org.eclipse.jgit.lib.RefUpdate.Result
-
The ref was updated/deleted in a fast-forward way.
- FAST_FORWARD_SQUASHED - org.eclipse.jgit.api.MergeResult.MergeStatus
- FastIgnoreRule - Class in org.eclipse.jgit.ignore
-
"Fast" (compared with IgnoreRule) git ignore rule implementation supporting also double star
**
pattern. - FastIgnoreRule(String) - Constructor for class org.eclipse.jgit.ignore.FastIgnoreRule
-
Constructor for FastIgnoreRule
- fatalError - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- fatalError(String) - Static method in class org.eclipse.jgit.pgm.internal.CLIText
-
Format the given argument as fatal error using the format defined by
CLIText.fatalError
("fatal: " by default). - fatalThisProgramWillDestroyTheRepository - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- fetch() - Method in class org.eclipse.jgit.api.Git
-
Return a command object to execute a
Fetch
command - fetch(ProgressMonitor, Collection<Ref>, Set<ObjectId>) - Method in class org.eclipse.jgit.transport.BasePackFetchConnection
-
Fetch objects we don't have but that are reachable from advertised refs.
- fetch(ProgressMonitor, Collection<Ref>, Set<ObjectId>) - Method in interface org.eclipse.jgit.transport.FetchConnection
-
Fetch objects we don't have but that are reachable from advertised refs.
- fetch(ProgressMonitor, Collection<Ref>, Set<ObjectId>, OutputStream) - Method in class org.eclipse.jgit.transport.BasePackFetchConnection
-
Fetch objects we don't have but that are reachable from advertised refs.
- fetch(ProgressMonitor, Collection<Ref>, Set<ObjectId>, OutputStream) - Method in interface org.eclipse.jgit.transport.FetchConnection
-
Fetch objects we don't have but that are reachable from advertised refs.
- fetch(ProgressMonitor, Collection<RefSpec>) - Method in class org.eclipse.jgit.transport.Transport
-
Fetch objects and refs from the remote repository to the local one.
- fetch(ProgressMonitor, Collection<RefSpec>, String) - Method in class org.eclipse.jgit.transport.Transport
-
Fetch objects and refs from the remote repository to the local one.
- FETCH - org.eclipse.jgit.api.RemoteSetUrlCommand.UriType
-
Fetch URL for the remote.
- FETCH - org.eclipse.jgit.transport.Transport.Operation
-
Transport is to fetch objects locally.
- FETCH_HEAD - Static variable in class org.eclipse.jgit.lib.Constants
-
Special name for the "FETCH_HEAD" symbolic-ref.
- FETCH_TAGS - org.eclipse.jgit.transport.TagOpt
-
Always fetch tags, even if we do not have the thing it points at.
- FetchCommand - Class in org.eclipse.jgit.api
-
A class used to execute a
Fetch
command. - FetchCommand(Repository) - Constructor for class org.eclipse.jgit.api.FetchCommand
-
Constructor for FetchCommand.
- FetchCommand.Callback - Interface in org.eclipse.jgit.api
-
Callback for status of fetch operation.
- FetchConnection - Interface in org.eclipse.jgit.transport
-
Lists known refs from the remote and copies objects of selected refs.
- fetchingSubmodule - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- fetchingSubmodule(String) - Method in interface org.eclipse.jgit.api.FetchCommand.Callback
-
Notify fetching a submodule.
- FetchResult - Class in org.eclipse.jgit.transport
-
Final status after a successful fetch from a remote repository.
- FetchV2Request - Class in org.eclipse.jgit.transport
-
Fetch request from git protocol v2.
- FF - org.eclipse.jgit.api.MergeCommand.FastForwardMode
-
Corresponds to the default --ff option (for a fast forward update the branch pointer only).
- FF_ONLY - org.eclipse.jgit.api.MergeCommand.FastForwardMode
-
Corresponds to the --ff-only option (abort unless the merge is a fast forward).
- ffNotPossibleAborting - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- FIFORevQueue - Class in org.eclipse.jgit.revwalk
-
A queue of commits in FIFO order.
- FIFORevQueue() - Constructor for class org.eclipse.jgit.revwalk.FIFORevQueue
-
Create an empty FIFO queue.
- file(String, RevBlob) - Method in class org.eclipse.jgit.junit.TestRepository
-
Construct a regular file mode tree entry.
- fileAlreadyExists - Variable in class org.eclipse.jgit.internal.JGitText
- fileAttributes(File) - Method in class org.eclipse.jgit.util.FS
-
Return all the attributes of a file, without following symbolic links.
- FileBasedConfig - Class in org.eclipse.jgit.storage.file
-
The configuration file that is stored in the file of the file system.
- FileBasedConfig(File, FS) - Constructor for class org.eclipse.jgit.storage.file.FileBasedConfig
-
Create a configuration with no default fallback.
- FileBasedConfig(Config, File, FS) - Constructor for class org.eclipse.jgit.storage.file.FileBasedConfig
-
The constructor
- fileCannotBeDeleted - Variable in class org.eclipse.jgit.internal.JGitText
- FileElement - Class in org.eclipse.jgit.internal.diffmergetool
-
The element used as left or right file for compare.
- FileElement(String, FileElement.Type) - Constructor for class org.eclipse.jgit.internal.diffmergetool.FileElement
-
Creates file element for path.
- FileElement(String, FileElement.Type, File) - Constructor for class org.eclipse.jgit.internal.diffmergetool.FileElement
-
Creates file element for path.
- FileElement(String, FileElement.Type, File, InputStream) - Constructor for class org.eclipse.jgit.internal.diffmergetool.FileElement
- FileElement.Type - Enum in org.eclipse.jgit.internal.diffmergetool
-
The file element type.
- FileEntry(File, FS) - Constructor for class org.eclipse.jgit.treewalk.FileTreeIterator.FileEntry
-
Create a new file entry.
- FileEntry(File, FS, FileTreeIterator.FileModeStrategy) - Constructor for class org.eclipse.jgit.treewalk.FileTreeIterator.FileEntry
-
Create a new file entry given the specified FileModeStrategy
- FileEntry(File, FS, FS.Attributes, FileTreeIterator.FileModeStrategy) - Constructor for class org.eclipse.jgit.treewalk.FileTreeIterator.FileEntry
-
Create a new file entry given the specified FileModeStrategy
- fileFor(AnyObjectId) - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectory
-
Compute the location of a loose object file.
- FileHeader - Class in org.eclipse.jgit.patch
-
Patch header describing an action for a single file path.
- FileHeader(byte[], EditList, FileHeader.PatchType) - Constructor for class org.eclipse.jgit.patch.FileHeader
-
Constructs a new FileHeader
- FileHeader.PatchType - Enum in org.eclipse.jgit.patch
-
Type of patch used by this file.
- fileIsRequired - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- fileIsTooLarge - Variable in class org.eclipse.jgit.internal.JGitText
- FileKey(File, FS) - Constructor for class org.eclipse.jgit.lib.RepositoryCache.FileKey
- FileLfsRepository - Class in org.eclipse.jgit.lfs.server.fs
-
Repository storing large objects in the file system
- FileLfsRepository(String, Path) - Constructor for class org.eclipse.jgit.lfs.server.fs.FileLfsRepository
-
Constructor for FileLfsRepository.
- FileLfsServlet - Class in org.eclipse.jgit.lfs.server.fs
-
Servlet supporting upload and download of large objects as defined by the GitHub Large File Storage extension API extending git to allow separate storage of large files (https://github.com/github/git-lfs/tree/master/docs/api).
- FileLfsServlet(FileLfsRepository, long) - Constructor for class org.eclipse.jgit.lfs.server.fs.FileLfsServlet
-
Constructor for FileLfsServlet.
- FileMode - Class in org.eclipse.jgit.lib
-
Constants describing various file modes recognized by GIT.
- fileModeNotSetForPath - Variable in class org.eclipse.jgit.internal.JGitText
- fileModeStrategy - Variable in class org.eclipse.jgit.treewalk.FileTreeIterator
-
the strategy used to compute the FileMode for a FileEntry.
- FileMoveBenchmark - Class in org.eclipse.jgit.benchmarks
- FileMoveBenchmark() - Constructor for class org.eclipse.jgit.benchmarks.FileMoveBenchmark
- FileMoveBenchmark_jmhType - Class in org.eclipse.jgit.benchmarks.jmh_generated
- FileMoveBenchmark_jmhType() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_jmhType
- FileMoveBenchmark_jmhType_B1 - Class in org.eclipse.jgit.benchmarks.jmh_generated
- FileMoveBenchmark_jmhType_B1() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_jmhType_B1
- FileMoveBenchmark_jmhType_B2 - Class in org.eclipse.jgit.benchmarks.jmh_generated
- FileMoveBenchmark_jmhType_B2() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_jmhType_B2
- FileMoveBenchmark_jmhType_B3 - Class in org.eclipse.jgit.benchmarks.jmh_generated
- FileMoveBenchmark_jmhType_B3() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_jmhType_B3
- FileMoveBenchmark_moveFileToExistingDir_jmhTest - Class in org.eclipse.jgit.benchmarks.jmh_generated
- FileMoveBenchmark_moveFileToExistingDir_jmhTest() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToExistingDir_jmhTest
- FileMoveBenchmark_moveFileToExistingDirExists_jmhTest - Class in org.eclipse.jgit.benchmarks.jmh_generated
- FileMoveBenchmark_moveFileToExistingDirExists_jmhTest() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToExistingDirExists_jmhTest
- FileMoveBenchmark_moveFileToMissingDir_jmhTest - Class in org.eclipse.jgit.benchmarks.jmh_generated
- FileMoveBenchmark_moveFileToMissingDir_jmhTest() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToMissingDir_jmhTest
- FileMoveBenchmark_moveFileToMissingDirExists_jmhTest - Class in org.eclipse.jgit.benchmarks.jmh_generated
- FileMoveBenchmark_moveFileToMissingDirExists_jmhTest() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToMissingDirExists_jmhTest
- FileNameMatcher - Class in org.eclipse.jgit.fnmatch
-
This class can be used to match filenames against fnmatch like patterns.
- FileNameMatcher(String, Character) - Constructor for class org.eclipse.jgit.fnmatch.FileNameMatcher
-
Constructor for FileNameMatcher
- FileNameMatcher(FileNameMatcher) - Constructor for class org.eclipse.jgit.fnmatch.FileNameMatcher
-
A Copy Constructor which creates a new
FileNameMatcher
with the same state and reset point likeother
. - FileReftableDatabase - Class in org.eclipse.jgit.internal.storage.file
-
Implements RefDatabase using reftable for storage.
- FileReftableStack - Class in org.eclipse.jgit.internal.storage.file
-
A mutable stack of reftables on local filesystem storage.
- FileReftableStack(File, File, Runnable, Supplier<Config>) - Constructor for class org.eclipse.jgit.internal.storage.file.FileReftableStack
-
Creates a stack corresponding to the list of reftables in the argument
- FileReftableStack.Writer - Interface in org.eclipse.jgit.internal.storage.file
-
Writer is a callable that writes data to a reftable under construction.
- FileRepository - Class in org.eclipse.jgit.internal.storage.file
-
Represents a Git repository.
- FileRepository(File) - Constructor for class org.eclipse.jgit.internal.storage.file.FileRepository
-
Construct a representation of a Git repository.
- FileRepository(String) - Constructor for class org.eclipse.jgit.internal.storage.file.FileRepository
-
A convenience API for
FileRepository(File)
. - FileRepository(BaseRepositoryBuilder) - Constructor for class org.eclipse.jgit.internal.storage.file.FileRepository
-
Create a repository using the local file system.
- FileRepositoryBuilder - Class in org.eclipse.jgit.storage.file
-
Constructs a
FileRepository
. - FileRepositoryBuilder() - Constructor for class org.eclipse.jgit.storage.file.FileRepositoryBuilder
- FileResolver<C> - Class in org.eclipse.jgit.transport.resolver
-
Default resolver serving from the local filesystem.
- FileResolver() - Constructor for class org.eclipse.jgit.transport.resolver.FileResolver
-
Initialize an empty file based resolver.
- FileResolver(File, boolean) - Constructor for class org.eclipse.jgit.transport.resolver.FileResolver
-
Create a new resolver for the given path.
- files() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReftableStack
-
Get unmodifiable list of DfsRefatble files
- FileSnapshot - Class in org.eclipse.jgit.internal.storage.file
-
Caches when a file was last read, making it possible to detect future edits.
- FileSnapshot(File) - Constructor for class org.eclipse.jgit.internal.storage.file.FileSnapshot
-
Record a snapshot for a specific file path.
- FileSnapshot(File, boolean) - Constructor for class org.eclipse.jgit.internal.storage.file.FileSnapshot
-
Record a snapshot for a specific file path.
- FileStoreAttributes(Duration) - Constructor for class org.eclipse.jgit.util.FS.FileStoreAttributes
-
Construct a FileStoreAttributeCache entry for the given filesystem timestamp resolution
- FileTreeIterator - Class in org.eclipse.jgit.treewalk
-
Working directory iterator for standard Java IO.
- FileTreeIterator(File, FS, WorkingTreeOptions) - Constructor for class org.eclipse.jgit.treewalk.FileTreeIterator
-
Create a new iterator to traverse the given directory and its children.
- FileTreeIterator(File, FS, WorkingTreeOptions, FileTreeIterator.FileModeStrategy) - Constructor for class org.eclipse.jgit.treewalk.FileTreeIterator
-
Create a new iterator to traverse the given directory and its children.
- FileTreeIterator(Repository) - Constructor for class org.eclipse.jgit.treewalk.FileTreeIterator
-
Create a new iterator to traverse the work tree and its children.
- FileTreeIterator(Repository, FileTreeIterator.FileModeStrategy) - Constructor for class org.eclipse.jgit.treewalk.FileTreeIterator
-
Create a new iterator to traverse the work tree and its children.
- FileTreeIterator(FileTreeIterator, File, FS) - Constructor for class org.eclipse.jgit.treewalk.FileTreeIterator
-
Create a new iterator to traverse a subdirectory.
- FileTreeIterator(WorkingTreeIterator, File, FS, FileTreeIterator.FileModeStrategy) - Constructor for class org.eclipse.jgit.treewalk.FileTreeIterator
-
Create a new iterator to traverse a subdirectory, given the specified FileModeStrategy.
- FileTreeIterator.DefaultFileModeStrategy - Class in org.eclipse.jgit.treewalk
-
A default implementation of a FileModeStrategy; defaults to treating nested .git directories as gitlinks, etc.
- FileTreeIterator.FileEntry - Class in org.eclipse.jgit.treewalk
-
Wrapper for a standard Java IO file
- FileTreeIterator.FileModeStrategy - Interface in org.eclipse.jgit.treewalk
-
An interface representing the methods used to determine the FileMode for a FileEntry.
- FileTreeIterator.NoGitlinksStrategy - Class in org.eclipse.jgit.treewalk
-
A FileModeStrategy that implements native git's DIR_NO_GITLINKS behavior.
- FileUtils - Class in org.eclipse.jgit.util
-
File Utilities
- FileUtils() - Constructor for class org.eclipse.jgit.util.FileUtils
- FileUtils.IOFunction<A,B> - Interface in org.eclipse.jgit.util
- fillInStackTrace() - Method in exception org.eclipse.jgit.errors.BinaryBlobException
- fillInStackTrace() - Method in exception org.eclipse.jgit.errors.SearchForReuseTimeout
- fillTo(int) - Method in class org.eclipse.jgit.revwalk.RevCommitList
-
Ensure this list contains at least a specified number of commits.
- fillTo(int, int) - Method in class org.eclipse.jgit.util.IntList
-
Pad the list with entries.
- fillTo(int, long) - Method in class org.eclipse.jgit.util.LongList
-
Pad the list with entries.
- fillTo(RevCommit, int) - Method in class org.eclipse.jgit.revwalk.RevCommitList
-
Ensures all commits until the given commit are loaded.
- filter(Iterable<ReceiveCommand>, ReceiveCommand.Result) - Static method in class org.eclipse.jgit.transport.ReceiveCommand
-
Filter a collection of commands according to result.
- filter(List<ReceiveCommand>, ReceiveCommand.Result) - Static method in class org.eclipse.jgit.transport.ReceiveCommand
-
Filter a list of commands according to result.
- filter(Map<String, Ref>) - Method in interface org.eclipse.jgit.transport.RefFilter
-
Filters a
Map
of refs before it is advertised to the client. - Filter() - Constructor for class org.eclipse.jgit.lib.ObjectInserter.Filter
- Filter() - Constructor for class org.eclipse.jgit.lib.ObjectLoader.Filter
- Filter() - Constructor for class org.eclipse.jgit.lib.ObjectReader.Filter
- Filter(int, long, InputStream) - Constructor for class org.eclipse.jgit.lib.ObjectStream.Filter
-
Create a filter stream for an object.
- FilterCommand - Class in org.eclipse.jgit.attributes
-
An abstraction for JGit's builtin implementations for hooks and filters.
- FilterCommand(InputStream, OutputStream) - Constructor for class org.eclipse.jgit.attributes.FilterCommand
-
Constructor for FilterCommand
- FilterCommandFactory - Interface in org.eclipse.jgit.attributes
-
The factory responsible for creating instances of
FilterCommand
. - FilterCommandRegistry - Class in org.eclipse.jgit.attributes
-
Registry for built-in filters
- FilterCommandRegistry() - Constructor for class org.eclipse.jgit.attributes.FilterCommandRegistry
- filterCommands(ReceiveCommand.Result) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Filter the list of commands according to result.
- FilteredRenameDetector - Class in org.eclipse.jgit.internal.diff
-
Provides rename detection in special cases such as blame, where only a subset of the renames detected by
RenameDetector
is of interest. - FilteredRenameDetector(RenameDetector) - Constructor for class org.eclipse.jgit.internal.diff.FilteredRenameDetector
- FilteredRenameDetector(Repository) - Constructor for class org.eclipse.jgit.internal.diff.FilteredRenameDetector
- filterExecutionFailed - Variable in class org.eclipse.jgit.internal.JGitText
- filterExecutionFailedRc - Variable in class org.eclipse.jgit.internal.JGitText
- FilterFailedException - Exception in org.eclipse.jgit.api.errors
-
Exception thrown when the execution of a filter command failed
- FilterFailedException(int, String, String, byte[], String) - Constructor for exception org.eclipse.jgit.api.errors.FilterFailedException
-
Thrown if a filter command returns a non-zero return code
- FilterFailedException(Exception, String, String) - Constructor for exception org.eclipse.jgit.api.errors.FilterFailedException
-
Thrown if during execution of filter command an exception occurred
- filterLine() - Method in class org.eclipse.jgit.transport.FilterSpec
- filterMustNotBeNull - Variable in class org.eclipse.jgit.http.server.HttpServerText
- filterRequiresCapability - Variable in class org.eclipse.jgit.internal.JGitText
- FilterSpec - Class in org.eclipse.jgit.transport
-
Represents either a filter specified in a protocol "filter" line, or a placeholder to indicate no filtering.
- find(String) - Method in class org.eclipse.jgit.util.RefList
-
Locate an entry by name.
- find(RevWalk, RevCommit, RevCommit) - Static method in class org.eclipse.jgit.revwalk.RevWalkUtils
-
Find commits that are reachable from
start
until a commit that is reachable fromend
is encountered. - findBranchesReachableFrom(RevCommit, RevWalk, Collection<Ref>) - Static method in class org.eclipse.jgit.revwalk.RevWalkUtils
-
Find the list of branches a given commit is reachable from when following parents.
- findBranchesReachableFrom(RevCommit, RevWalk, Collection<Ref>, ProgressMonitor) - Static method in class org.eclipse.jgit.revwalk.RevWalkUtils
-
Find the list of branches a given commit is reachable from when following parents.
- findCRC32(AnyObjectId) - Method in class org.eclipse.jgit.internal.storage.file.PackIndex
-
Retrieve stored CRC32 checksum of the requested object raw-data (including header).
- findEntry(byte[], int) - Method in class org.eclipse.jgit.dircache.DirCache
-
Locate the position a path's entry is at in the index.
- findEntry(String) - Method in class org.eclipse.jgit.dircache.DirCache
-
Locate the position a path's entry is at in the index.
- findFile(byte[]) - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Seek the iterator on a file, if present.
- findFile(String) - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Seek the iterator on a file, if present.
- findGitDir() - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Configure
GIT_DIR
by searching up the file system. - findGitDir(File) - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Configure
GIT_DIR
by searching up the file system. - findHook(Repository, String) - Method in class org.eclipse.jgit.util.FS
-
Tries to find a hook matching the given one in the given repository.
- FINDING_SOURCES - org.eclipse.jgit.internal.storage.pack.PackWriter.PackingPhase
-
Finding sources phase.
- findingGarbage - Variable in class org.eclipse.jgit.internal.JGitText
- findNextOffset(long, long) - Method in class org.eclipse.jgit.internal.storage.file.PackReverseIndex
-
Search for the next offset to the specified offset in this pack (reverse) index.
- findObject(long) - Method in class org.eclipse.jgit.internal.storage.file.PackReverseIndex
-
Search for object id with the specified start offset in this pack (reverse) index.
- findObjects(Iterable<? extends ObjectId>, BitmapIndex.BitmapBuilder, boolean) - Method in class org.eclipse.jgit.revwalk.BitmapWalker
-
Return, as a bitmap, the objects reachable from the objects in start.
- findOffset(AnyObjectId) - Method in class org.eclipse.jgit.internal.storage.file.PackIndex
-
Locate the file offset position for the requested object.
- findPassingThrough(PlotCommit<L>, Collection<L>) - Method in class org.eclipse.jgit.revplot.PlotCommitList
-
Find the set of lanes passing through a commit's row.
- findPosition(AnyObjectId) - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndex
-
Finds the position in the bitmap of the object.
- findPosition(AnyObjectId) - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder
-
Finds the position in the bitmap of the object.
- findPosition(AnyObjectId) - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexRemapper
-
Finds the position in the bitmap of the object.
- findRef(String) - Method in class org.eclipse.jgit.lib.RefDatabase
-
Read a single reference.
- findRef(String) - Method in class org.eclipse.jgit.lib.Repository
-
Search for a ref by (possibly abbreviated) name.
- findRef(Map<String, Ref>, String) - Static method in class org.eclipse.jgit.lib.RefDatabase
-
Try to find the specified name in the ref map using
RefDatabase.SEARCH_PATH
. - findRemoteRefUpdatesFor(Collection<RefSpec>) - Method in class org.eclipse.jgit.transport.Transport
-
Convert push remote refs update specification from
RefSpec
form toRemoteRefUpdate
. - findRemoteRefUpdatesFor(Collection<RefSpec>, Map<String, RefLeaseSpec>) - Method in class org.eclipse.jgit.transport.Transport
-
Convert push remote refs update specification from
RefSpec
form toRemoteRefUpdate
. - findRemoteRefUpdatesFor(Repository, Collection<RefSpec>, Collection<RefSpec>) - Static method in class org.eclipse.jgit.transport.Transport
-
Convert push remote refs update specification from
RefSpec
form toRemoteRefUpdate
. - findRemoteRefUpdatesFor(Repository, Collection<RefSpec>, Map<String, RefLeaseSpec>, Collection<RefSpec>) - Static method in class org.eclipse.jgit.transport.Transport
-
Convert push remote refs update specification from
RefSpec
form toRemoteRefUpdate
. - findSecretKey() - Method in class org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgKeyLocator
-
If there is a private key directory containing keys, use pubring.kbx or pubring.gpg to find the public key; then try to find the secret key in the directory.
- finish() - Method in class org.eclipse.jgit.dircache.DirCacheBuilder
-
Finish this builder and update the destination
DirCache
. - finish() - Method in class org.eclipse.jgit.dircache.DirCacheEditor
-
Finish this builder and update the destination
DirCache
. - finish() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter
-
Finish writing the reftable by writing its trailer.
- fireConfigChangedEvent() - Method in class org.eclipse.jgit.lib.Config
-
Notifies the listeners
- fireEvent(RepositoryEvent<?>) - Method in class org.eclipse.jgit.lib.Repository
-
Fire an event to all registered listeners.
- first() - Method in class org.eclipse.jgit.dircache.DirCacheIterator
-
Is this tree iterator positioned on its first entry?
- first() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Is this tree iterator positioned on its first entry?
- first() - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
-
Is this tree iterator positioned on its first entry?
- first() - Method in class org.eclipse.jgit.treewalk.EmptyTreeIterator
-
Is this tree iterator positioned on its first entry?
- first() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Is this tree iterator positioned on its first entry?
- FIRST_CONFLICTING_RANGE - org.eclipse.jgit.merge.MergeChunk.ConflictState
-
This chunk does belong to a conflict and is the first one of the conflicting chunks
- FirstCommand - Class in org.eclipse.jgit.internal.transport.parser
-
In a push, the client sends a list of commands.
- firstExactRef(String...) - Method in class org.eclipse.jgit.internal.storage.file.RefDirectory
-
Find the first named reference.
- firstExactRef(String...) - Method in class org.eclipse.jgit.lib.RefDatabase
-
Find the first named reference.
- FirstLine(String) - Constructor for class org.eclipse.jgit.transport.ReceivePack.FirstLine
-
Deprecated.Parse the first line of a receive-pack request.
- FirstLine(String) - Constructor for class org.eclipse.jgit.transport.UploadPack.FirstLine
-
Deprecated.
- FirstWant - Class in org.eclipse.jgit.internal.transport.parser
-
In the pack negotiation phase (protocol v0/v1), the client sends a list of wants.
- FIXUP - org.eclipse.jgit.lib.RebaseTodoLine.Action
-
like "squash", but discard this commit's log message
- flag(String) - Static method in class org.eclipse.jgit.internal.transport.ssh.OpenSshConfigFile
-
Converts a ssh config flag value (yes/true/on - no/false/off) into an
boolean
. - FLAG_REUSE - Static variable in class org.eclipse.jgit.internal.storage.file.PackBitmapIndex
-
Flag bit denoting the bitmap should be reused during index creation.
- flagIsDisposed - Variable in class org.eclipse.jgit.internal.JGitText
- flagNotFromThis - Variable in class org.eclipse.jgit.internal.JGitText
- flagsAlreadyCreated - Variable in class org.eclipse.jgit.internal.JGitText
- flush() - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Flush the underlying output stream of this formatter.
- flush() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsInserter
-
Make all inserted objects visible.
- flush() - Method in class org.eclipse.jgit.internal.storage.file.PackInserter
-
Make all inserted objects visible.
- flush() - Method in class org.eclipse.jgit.internal.storage.io.CancellableDigestOutputStream
- flush() - Method in class org.eclipse.jgit.lib.ObjectInserter.Filter
- flush() - Method in class org.eclipse.jgit.lib.ObjectInserter
-
Make all inserted objects visible.
- flush() - Method in class org.eclipse.jgit.lib.ObjectInserter.Formatter
- flush() - Method in class org.eclipse.jgit.transport.PacketLineOut
-
Flush the underlying OutputStream.
- flush() - Method in class org.eclipse.jgit.transport.SideBandOutputStream
- flush() - Method in class org.eclipse.jgit.util.io.AutoCRLFOutputStream
- flush() - Method in class org.eclipse.jgit.util.io.AutoLFOutputStream
- flush() - Method in class org.eclipse.jgit.util.io.BinaryHunkOutputStream
-
Writes any buffered output as a binary patch line to the underlying
OutputStream
and flushes that stream, too. - flush() - Method in class org.eclipse.jgit.util.io.CountingOutputStream
- flush() - Method in class org.eclipse.jgit.util.io.IsolatedOutputStream
- flush() - Method in class org.eclipse.jgit.util.io.MessageWriter
- flush() - Method in class org.eclipse.jgit.util.io.TeeOutputStream
- flush() - Method in class org.eclipse.jgit.util.io.ThrowingPrintWriter
- flush() - Method in class org.eclipse.jgit.util.io.TimeoutOutputStream
- FOLLOW_REDIRECTS_KEY - Static variable in class org.eclipse.jgit.transport.HttpConfig
-
git config key for the "followRedirects" setting.
- FollowFilter - Class in org.eclipse.jgit.revwalk
-
Updates the internal path filter to follow copy/renames.
- FooterKey - Class in org.eclipse.jgit.revwalk
-
Case insensitive key for a
FooterLine
. - FooterKey(String) - Constructor for class org.eclipse.jgit.revwalk.FooterKey
-
Create a key for a specific footer line.
- FooterLine - Class in org.eclipse.jgit.revwalk
-
Single line at the end of a message, such as a "Signed-off-by: someone".
- FOR_CHECKOUT - org.eclipse.jgit.util.io.AutoLFInputStream.StreamFlag
-
If
AutoLFInputStream.StreamFlag.DETECT_BINARY
is set and content is found to be CR-LF delimited text, switch off canonicalization. - FORCED - org.eclipse.jgit.api.SubmoduleDeinitCommand.SubmoduleDeinitStatus
-
The submodule had local changes, but was deinitialized successfully
- FORCED - org.eclipse.jgit.lib.RefUpdate.Result
-
The ref had to be forcefully updated/deleted.
- forcedUpdate - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- forceToRaw(String) - Static method in class org.eclipse.jgit.revwalk.filter.PatternMatchRevFilter
-
Encode a string pattern for faster matching on byte arrays.
- forceUpdate() - Method in class org.eclipse.jgit.lib.RefUpdate
-
Force the ref to take the new value.
- forIndex(Repository) - Static method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Create a generator to walk over the submodule entries currently in the index The
.gitmodules
file is read from the index. - format(byte[]) - Static method in class org.eclipse.jgit.internal.storage.pack.BinaryDelta
-
Format this delta as a human readable string.
- format(byte[], boolean) - Static method in class org.eclipse.jgit.internal.storage.pack.BinaryDelta
-
Format this delta as a human readable string.
- format(Object...) - Method in class org.eclipse.jgit.pgm.internal.CLIText.Format
- format(String) - Static method in class org.eclipse.jgit.pgm.internal.CLIText
-
Format text
- format(String, Object...) - Method in class org.eclipse.jgit.util.io.ThrowingPrintWriter
-
Print a formatted message according to
String.format(String, Object...)
. - format(Date) - Static method in class org.eclipse.jgit.util.RelativeDateFormatter
-
Get age of given
Date
compared to now formatted in the same relative format as returned bygit log --relative-date
- format(List<? extends DiffEntry>) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Format a patch script from a list of difference entries.
- format(List<Ref>, Ref) - Method in class org.eclipse.jgit.merge.MergeMessageFormatter
-
Construct the merge commit message.
- format(List<RevCommit>, Ref) - Method in class org.eclipse.jgit.merge.SquashMessageFormatter
-
Construct the squashed commit message.
- format(DiffEntry) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Format a patch script for one file entry.
- format(EditList, RawText, RawText) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Formats a list of edits in unified diff format
- format(AnyObjectId, AnyObjectId) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Format the differences between two trees.
- format(FileHeader, RawText, RawText) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Format a patch script, reusing a previously parsed FileHeader.
- format(RevTree, RevTree) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Format the differences between two trees.
- format(AbstractTreeIterator, AbstractTreeIterator) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Format the differences between two trees.
- FORMAT_OTHER - Static variable in class org.eclipse.jgit.internal.storage.pack.StoredObjectRepresentation
-
Only available after inflating to canonical format.
- FormatActivator - Class in org.eclipse.jgit.archive
-
This activator registers all format types from the org.eclipse.jgit.archive package for use via the ArchiveCommand API.
- FormatActivator() - Constructor for class org.eclipse.jgit.archive.FormatActivator
- formatBase10(byte[], int, int) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Format a base 10 numeric into a temporary buffer.
- formatDate(PersonIdent) - Method in class org.eclipse.jgit.util.GitDateFormatter
-
Format committer, author or tagger ident according to this formatter's specification.
- FormatError - Class in org.eclipse.jgit.patch
-
An error in a patch script
- FormatError.Severity - Enum in org.eclipse.jgit.patch
-
Classification of an error.
- formatGitDiffFirstHeaderLine(ByteArrayOutputStream, DiffEntry.ChangeType, String, String) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Output the first header line
- formatIndexLine(OutputStream, DiffEntry) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Format index line
- formatIndexLine(OutputStream, DiffEntry) - Method in class org.eclipse.jgit.diff.PatchIdDiffFormatter
-
Format index line
- formatLine(String) - Static method in class org.eclipse.jgit.pgm.internal.CLIText
-
Format the given line for using the format defined by
CLIText.lineFormat
("# " by default). - formatMerge(OutputStream, MergeResult<RawText>, List<String>, String) - Method in class org.eclipse.jgit.merge.MergeFormatter
-
Deprecated.
- formatMerge(OutputStream, MergeResult<RawText>, List<String>, Charset) - Method in class org.eclipse.jgit.merge.MergeFormatter
-
Formats the results of a merge of
RawText
objects in a Git conformant way. - formatMerge(OutputStream, MergeResult, String, String, String, String) - Method in class org.eclipse.jgit.merge.MergeFormatter
-
Deprecated.
- formatMerge(OutputStream, MergeResult, String, String, String, Charset) - Method in class org.eclipse.jgit.merge.MergeFormatter
-
Formats the results of a merge of exactly two
RawText
objects in a Git conformant way. - Formatter() - Constructor for class org.eclipse.jgit.lib.ObjectInserter.Formatter
- formatWithConflicts(String, Iterable<String>, char) - Method in class org.eclipse.jgit.merge.MergeMessageFormatter
-
Add section with conflicting paths to merge message.
- formatWithConflicts(String, List<String>) - Method in class org.eclipse.jgit.merge.MergeMessageFormatter
-
Deprecated.since 6.1; use
MergeMessageFormatter.formatWithConflicts(String, Iterable, char)
instead - formatWithLocale(Locale, Object...) - Method in class org.eclipse.jgit.pgm.internal.CLIText.Format
- formatWithSuffix(long) - Static method in class org.eclipse.jgit.util.StringUtils
-
Formats an integral value as a decimal number with 'k', 'm', or 'g' suffix if it is an exact multiple of 1024, otherwise returns the value representation as a decimal number without suffix.
- forPath(ObjectReader, String, AnyObjectId...) - Static method in class org.eclipse.jgit.treewalk.TreeWalk
-
Open a tree walk and filter to exactly one path.
- forPath(Repository, String, AnyObjectId...) - Static method in class org.eclipse.jgit.treewalk.TreeWalk
-
Open a tree walk and filter to exactly one path.
- forPath(Repository, String, RevTree) - Static method in class org.eclipse.jgit.treewalk.TreeWalk
-
Open a tree walk and filter to exactly one path.
- forPath(Repository, AnyObjectId, String) - Static method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Create a generator and advance it to the submodule entry at the given path
- forPath(Repository, ObjectReader, String, AnyObjectId...) - Static method in class org.eclipse.jgit.treewalk.TreeWalk
-
Open a tree walk and filter to exactly one path.
- forPath(Repository, AbstractTreeIterator, String) - Static method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Create a generator and advance it to the submodule entry at the given path
- from(byte[]) - Static method in class org.eclipse.jgit.internal.storage.io.BlockSource
-
Wrap a byte array as a
BlockSource
. - from(FileInputStream) - Static method in class org.eclipse.jgit.internal.storage.io.BlockSource
-
Read from a
FileInputStream
. - from(FileChannel) - Static method in class org.eclipse.jgit.internal.storage.io.BlockSource
-
Read from a
FileChannel
. - from(Collection<Ref>) - Static method in class org.eclipse.jgit.internal.storage.reftable.Reftable
-
References to convert into a reftable
- fromBits(int) - Static method in class org.eclipse.jgit.lib.FileMode
-
Convert a set of mode bits into a FileMode enumerated value.
- fromConfig(Config) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheConfig
-
Update properties by setting fields from the configuration.
- fromConfig(Config) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReaderOptions
-
Update properties by setting fields from the configuration.
- fromConfig(Config) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableConfig
-
Update properties by setting fields from the configuration.
- fromConfig(Config) - Method in class org.eclipse.jgit.lib.RepositoryCacheConfig
-
Update properties by setting fields from the configuration.
- fromConfig(Config) - Method in class org.eclipse.jgit.storage.file.WindowCacheConfig
-
Update properties by setting fields from the configuration.
- fromConfig(Config) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Update properties by setting fields from the configuration.
- fromFilterLine(String) - Static method in class org.eclipse.jgit.transport.FilterSpec
-
Process the content of "filter" line from the protocol.
- fromJson(Reader, Class<T>) - Static method in class org.eclipse.jgit.lfs.server.internal.LfsGson
-
Deserializes the Json read from the specified reader into an object of the specified type.
- fromLine(String) - Static method in class org.eclipse.jgit.internal.transport.parser.FirstCommand
-
Parse the first line of a receive-pack request.
- fromLine(String) - Static method in class org.eclipse.jgit.internal.transport.parser.FirstWant
-
Parse the first want line in the protocol v0/v1 pack negotiation.
- fromLongObjectId(AnyLongObjectId) - Static method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
-
Convert an AbbreviatedObjectId from an
AnyObjectId
. - fromObjectId(AnyLongObjectId) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
-
Copy a LongObjectId into this mutable buffer.
- fromObjectId(AnyObjectId) - Static method in class org.eclipse.jgit.lib.AbbreviatedObjectId
-
Convert an AbbreviatedObjectId from an
AnyObjectId
. - fromObjectId(AnyObjectId) - Method in class org.eclipse.jgit.lib.MutableObjectId
-
Copy an ObjectId into this mutable buffer.
- fromOption(String) - Static method in enum org.eclipse.jgit.transport.TagOpt
-
Convert a command line/configuration file text into a value instance.
- fromRaw(byte[]) - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
-
Convert a LongObjectId from raw binary representation.
- fromRaw(byte[]) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
-
Convert a LongObjectId from raw binary representation.
- fromRaw(byte[]) - Method in class org.eclipse.jgit.lib.MutableObjectId
-
Convert an ObjectId from raw binary representation.
- fromRaw(byte[]) - Static method in class org.eclipse.jgit.lib.ObjectId
-
Convert an ObjectId from raw binary representation.
- fromRaw(byte[], int) - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
-
Convert a LongObjectId from raw binary representation.
- fromRaw(byte[], int) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
-
Convert a LongObjectId from raw binary representation.
- fromRaw(byte[], int) - Method in class org.eclipse.jgit.lib.MutableObjectId
-
Convert an ObjectId from raw binary representation.
- fromRaw(byte[], int) - Static method in class org.eclipse.jgit.lib.ObjectId
-
Convert an ObjectId from raw binary representation.
- fromRaw(int[]) - Method in class org.eclipse.jgit.lib.MutableObjectId
-
Convert an ObjectId from binary representation expressed in integers.
- fromRaw(int[]) - Static method in class org.eclipse.jgit.lib.ObjectId
-
Convert an ObjectId from raw binary representation.
- fromRaw(int[], int) - Method in class org.eclipse.jgit.lib.MutableObjectId
-
Convert an ObjectId from binary representation expressed in integers.
- fromRaw(int[], int) - Static method in class org.eclipse.jgit.lib.ObjectId
-
Convert an ObjectId from raw binary representation.
- fromRaw(long[]) - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
-
Convert a LongObjectId from raw binary representation.
- fromRaw(long[]) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
-
Convert a LongObjectId from binary representation expressed in integers.
- fromRaw(long[], int) - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
-
Convert a LongObjectId from raw binary representation.
- fromRaw(long[], int) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
-
Convert a LongObjectId from binary representation expressed in longs.
- fromReader(Reader) - Static method in class org.eclipse.jgit.transport.PushCertificateParser
-
Parse a push certificate from a reader.
- fromString(byte[], int) - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
-
Convert a LongObjectId from hex characters (US-ASCII).
- fromString(byte[], int) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
-
Convert a LongObjectId from hex characters (US-ASCII).
- fromString(byte[], int) - Method in class org.eclipse.jgit.lib.MutableObjectId
-
Convert an ObjectId from hex characters (US-ASCII).
- fromString(byte[], int) - Static method in class org.eclipse.jgit.lib.ObjectId
-
Convert an ObjectId from hex characters (US-ASCII).
- fromString(byte[], int, int) - Static method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
-
Convert an AbbreviatedObjectId from hex characters (US-ASCII).
- fromString(byte[], int, int) - Static method in class org.eclipse.jgit.lib.AbbreviatedObjectId
-
Convert an AbbreviatedObjectId from hex characters (US-ASCII).
- fromString(String) - Static method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
-
Convert an AbbreviatedLongObjectId from hex characters.
- fromString(String) - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
-
Convert a LongObjectId from hex characters.
- fromString(String) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
-
Convert a LongObjectId from hex characters.
- fromString(String) - Static method in class org.eclipse.jgit.lib.AbbreviatedObjectId
-
Convert an AbbreviatedObjectId from hex characters.
- fromString(String) - Method in class org.eclipse.jgit.lib.MutableObjectId
-
Convert an ObjectId from hex characters.
- fromString(String) - Static method in class org.eclipse.jgit.lib.ObjectId
-
Convert an ObjectId from hex characters.
- fromString(String) - Static method in class org.eclipse.jgit.transport.PushCertificateParser
-
Parse a push certificate from a string.
- fromText(String) - Method in class org.eclipse.jgit.lib.Config
-
Clear this configuration and reset to the contents of the parsed string.
- fromURI - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- fs - Variable in class org.eclipse.jgit.treewalk.FileTreeIterator
-
the file system abstraction which will be necessary to perform certain file system operations.
- FS - Class in org.eclipse.jgit.util
-
Abstraction to support various file system operations not in Java.
- FS() - Constructor for class org.eclipse.jgit.util.FS
-
Constructs a file system abstraction.
- FS(FS) - Constructor for class org.eclipse.jgit.util.FS
-
Initialize this FS using another's current settings.
- FS_POSIX - Class in org.eclipse.jgit.util
-
Base FS for POSIX based systems
- FS_POSIX() - Constructor for class org.eclipse.jgit.util.FS_POSIX
-
Default constructor.
- FS_POSIX(FS) - Constructor for class org.eclipse.jgit.util.FS_POSIX
-
Constructor
- FS_Win32 - Class in org.eclipse.jgit.util
-
FS implementation for Windows
- FS_Win32() - Constructor for class org.eclipse.jgit.util.FS_Win32
-
Constructor
- FS_Win32(FS) - Constructor for class org.eclipse.jgit.util.FS_Win32
-
Constructor
- FS_Win32_Cygwin - Class in org.eclipse.jgit.util
-
FS implementation for Cygwin on Windows
- FS_Win32_Cygwin() - Constructor for class org.eclipse.jgit.util.FS_Win32_Cygwin
-
Constructor
- FS_Win32_Cygwin(FS) - Constructor for class org.eclipse.jgit.util.FS_Win32_Cygwin
-
Constructor
- FS.Attributes - Class in org.eclipse.jgit.util
-
File attributes we typically care for.
- FS.ExecutionResult - Class in org.eclipse.jgit.util
-
Result of an executed process.
- FS.FileStoreAttributes - Class in org.eclipse.jgit.util
-
Attributes of FileStores on this system
- FS.FSFactory - Class in org.eclipse.jgit.util
-
This class creates FS instances.
- FS.LockToken - Class in org.eclipse.jgit.util
-
A token representing a file created by
FS.createNewFileAtomic(File)
. - fsck(Repository, RevObject...) - Static method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Run fsck
- fsck(RevObject...) - Method in class org.eclipse.jgit.junit.TestRepository
-
Run consistency checks against the object database.
- FsckError - Class in org.eclipse.jgit.internal.fsck
-
Holds all fsck errors of a git repository.
- FsckError() - Constructor for class org.eclipse.jgit.internal.fsck.FsckError
- FsckError.CorruptIndex - Class in org.eclipse.jgit.internal.fsck
-
Represents a corrupt pack index file.
- FsckError.CorruptObject - Class in org.eclipse.jgit.internal.fsck
-
Represents a corrupt object.
- FsckPackParser - Class in org.eclipse.jgit.internal.fsck
-
A read-only pack parser for object validity checking.
- FsckPackParser(ObjectDatabase, ReadableChannel) - Constructor for class org.eclipse.jgit.internal.fsck.FsckPackParser
-
Constructor for FsckPackParser
- FSFactory() - Constructor for class org.eclipse.jgit.util.FS.FSFactory
-
Constructor
- fsTick(File) - Static method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Waits until it is guaranteed that a subsequent file modification has a younger modification timestamp than the modification timestamp of the given file.
- FtpChannel - Interface in org.eclipse.jgit.transport
-
An interface providing FTP operations over a
RemoteSession
. - FtpChannel.DirEntry - Interface in org.eclipse.jgit.transport
-
Simplified remote directory entry.
- FtpChannel.FtpException - Exception in org.eclipse.jgit.transport
-
An
Exception
for reporting SFTP errors. - ftpCloseFailed - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- FtpException(String, int) - Constructor for exception org.eclipse.jgit.transport.FtpChannel.FtpException
- FtpException(String, int, Throwable) - Constructor for exception org.eclipse.jgit.transport.FtpChannel.FtpException
- FULL - org.eclipse.jgit.lib.GpgSignatureVerifier.TrustLevel
- FULL_PATHNAME - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- FullConnectivityChecker - Class in org.eclipse.jgit.internal.transport.connectivity
-
A connectivity checker that uses the entire reference database to perform reachability checks when checking the connectivity of objects.
- FullConnectivityChecker() - Constructor for class org.eclipse.jgit.internal.transport.connectivity.FullConnectivityChecker
- funnyRefname - Variable in class org.eclipse.jgit.internal.JGitText
G
- GarbageCollectCommand - Class in org.eclipse.jgit.api
-
A class used to execute a
gc
command. - GarbageCollectCommand(Repository) - Constructor for class org.eclipse.jgit.api.GarbageCollectCommand
-
Constructor for GarbageCollectCommand.
- gc() - Method in class org.eclipse.jgit.api.Git
-
Return a command object to execute a
gc
command - gc() - Method in class org.eclipse.jgit.internal.storage.file.GC
-
Runs a garbage collector on a
FileRepository
. - GC - Class in org.eclipse.jgit.internal.storage.file
-
A garbage collector for git
FileRepository
. - GC - org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase.PackSource
-
Pack was created by Git garbage collection by this implementation.
- GC(FileRepository) - Constructor for class org.eclipse.jgit.internal.storage.file.GC
-
Creates a new garbage collector with default values.
- GC_REST - org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase.PackSource
-
Created from non-heads by
DfsGarbageCollector
. - GC.RepoStatistics - Class in org.eclipse.jgit.internal.storage.file
-
A class holding statistical data for a FileRepository regarding how many objects are stored as loose or packed objects
- gcFailed - Variable in class org.eclipse.jgit.internal.JGitText
- gcTooManyUnpruned - Variable in class org.eclipse.jgit.internal.JGitText
- get() - Static method in class org.eclipse.jgit.archive.internal.ArchiveText
-
Get an instance of this translation bundle.
- get() - Static method in class org.eclipse.jgit.awtui.UIText
-
Get an instance of this translation bundle.
- get() - Static method in class org.eclipse.jgit.gitrepo.internal.RepoText
-
Get an instance of this translation bundle
- get() - Static method in class org.eclipse.jgit.gpg.bc.internal.BCText
-
Get an instance of this translation bundle.
- get() - Static method in class org.eclipse.jgit.http.server.HttpServerText
-
Get an instance of this translation bundle
- get() - Static method in class org.eclipse.jgit.internal.JGitText
-
Get an instance of this translation bundle
- get() - Static method in class org.eclipse.jgit.internal.storage.dfs.DfsText
-
Get an instance of this translation bundle.
- get() - Method in interface org.eclipse.jgit.internal.storage.file.PackBitmapIndex.SupplierWithIOException
- get() - Static method in class org.eclipse.jgit.internal.transport.ssh.jsch.JSchText
-
Get an instance of this translation bundle.
- get() - Static method in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Texts
-
Get an instance of this translation bundle.
- get() - Static method in class org.eclipse.jgit.internal.transport.sshd.SshdText
-
Get an instance of this translation bundle.
- get() - Static method in class org.eclipse.jgit.lfs.internal.LfsText
-
Get an instance of this translation bundle.
- get() - Static method in class org.eclipse.jgit.lfs.server.internal.LfsServerText
-
Get an instance of this translation bundle
- get() - Method in class org.eclipse.jgit.lib.AbbrevConfig
-
Get the configured abbreviation length for object ids.
- get() - Static method in class org.eclipse.jgit.lib.InflaterCache
-
Obtain an Inflater for decompression.
- get() - Static method in class org.eclipse.jgit.merge.MergeStrategy
-
Get all registered strategies.
- get() - Static method in class org.eclipse.jgit.pgm.internal.CLIText
-
Get an instance of this translation bundle
- get() - Static method in class org.eclipse.jgit.transport.http.apache.internal.HttpApacheText
-
Get an instance of this translation bundle.
- get() - Static method in class org.eclipse.jgit.transport.UserAgent
-
Get the user agent string advertised by JGit.
- get() - Method in class org.eclipse.jgit.util.Holder
-
Get the value held by this
Holder
- get(int) - Method in class org.eclipse.jgit.revwalk.RevObjectList
- get(int) - Method in class org.eclipse.jgit.util.BlockList
- get(int) - Method in class org.eclipse.jgit.util.IntList
-
Get the value at the specified index
- get(int) - Method in class org.eclipse.jgit.util.LongList
-
Get the value at the specified index
- get(int) - Method in class org.eclipse.jgit.util.RefList.Builder
-
Get the reference at a particular index.
- get(int) - Method in class org.eclipse.jgit.util.RefList
-
Get the reference at a particular index.
- get(long) - Method in class org.eclipse.jgit.util.LongMap
-
Get value for this
key
- get(Object) - Method in class org.eclipse.jgit.util.RefMap
- get(Object) - Method in class org.eclipse.jgit.util.SimpleLruCache
-
Returns the value to which the specified key is mapped, or
null
if this map contains no mapping for the key. - get(String) - Method in class org.eclipse.jgit.attributes.Attributes
-
Get the attribute with the given key
- get(String) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRefDatabase.RefCache
-
Find a reference by name.
- get(String) - Static method in class org.eclipse.jgit.merge.MergeStrategy
-
Locate a strategy by name.
- get(String) - Static method in class org.eclipse.jgit.pgm.CommandCatalog
-
Locate a single command by its user friendly name.
- get(String) - Method in interface org.eclipse.jgit.transport.FtpChannel
-
Obtain an
InputStream
to read the contents of a remote file. - get(String) - Method in class org.eclipse.jgit.transport.PushCertificateStore
-
Get latest push certificate associated with a ref.
- get(String) - Method in class org.eclipse.jgit.util.RefList
-
Get a reference object by name.
- get(String, String) - Method in class org.eclipse.jgit.transport.AmazonS3
-
Get the content of a bucket object.
- get(InetSocketAddress) - Method in class org.eclipse.jgit.transport.sshd.DefaultProxyDataFactory
- get(InetSocketAddress) - Method in interface org.eclipse.jgit.transport.sshd.ProxyDataFactory
-
Get the
ProxyData
to connect to a proxy. - get(Path) - Static method in class org.eclipse.jgit.util.FS.FileStoreAttributes
-
Get the FileStoreAttributes for the given FileStore
- get(Path, Function<? super Path, ? extends KeyPair>) - Method in class org.eclipse.jgit.transport.sshd.JGitKeyCache
- get(Path, Function<? super Path, ? extends KeyPair>) - Method in interface org.eclipse.jgit.transport.sshd.KeyCache
-
Obtains a
KeyPair
from the cache. - get(AnyObjectId) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Lookup the ObjectToPack object for a given ObjectId.
- get(AnyObjectId) - Method in class org.eclipse.jgit.lib.ObjectIdOwnerMap
-
Lookup an existing mapping.
- get(AnyObjectId) - Method in class org.eclipse.jgit.lib.ObjectIdSubclassMap
-
Lookup an existing mapping.
- get(AnyObjectId) - Method in class org.eclipse.jgit.notes.NoteMap
-
Lookup a note for a specific ObjectId.
- get(Config.SectionParser<T>) - Method in class org.eclipse.jgit.lib.Config
-
Obtain a handle to a parsed set of configuration values.
- get(RevTree, String) - Method in class org.eclipse.jgit.junit.TestRepository
-
Lookup an entry stored in a tree, failing if not present.
- get(URIish, List<CredentialItem>) - Method in class org.eclipse.jgit.transport.CredentialsProvider
-
Ask for the credential items to be populated.
- get(URIish, CredentialItem...) - Method in class org.eclipse.jgit.awtui.AwtCredentialsProvider
-
Ask for the credential items to be populated.
- get(URIish, CredentialItem...) - Method in class org.eclipse.jgit.console.ConsoleCredentialsProvider
-
Ask for the credential items to be populated.
- get(URIish, CredentialItem...) - Method in class org.eclipse.jgit.junit.ssh.SshTestHarness.TestCredentialsProvider
- get(URIish, CredentialItem...) - Method in class org.eclipse.jgit.transport.ChainingCredentialsProvider
-
Ask for the credential items to be populated.
- get(URIish, CredentialItem...) - Method in class org.eclipse.jgit.transport.CredentialsProvider
-
Ask for the credential items to be populated.
- get(URIish, CredentialItem...) - Method in class org.eclipse.jgit.transport.NetRCCredentialsProvider
-
Ask for the credential items to be populated.
- get(URIish, CredentialItem...) - Method in class org.eclipse.jgit.transport.UsernamePasswordCredentialsProvider
-
Ask for the credential items to be populated.
- get(FS) - Static method in class org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig
-
Obtain the user's configuration data.
- getA() - Method in class org.eclipse.jgit.diff.HashedSequencePair
-
Get A
- getAbbreviatedObjectId() - Method in exception org.eclipse.jgit.errors.AmbiguousObjectException
-
Get the
AbbreviatedObjectId
that has more than one result - getAcceptedIssuers() - Method in class org.eclipse.jgit.transport.http.NoCheckX509TrustManager
- getAccessKey() - Method in class org.eclipse.jgit.lfs.server.s3.S3Config
-
Get the
accessKey
. - getAction() - Method in class org.eclipse.jgit.lib.RebaseTodoLine
-
Get rebase action type
- getAdded() - Method in class org.eclipse.jgit.api.Status
-
Get files added to the index
- getAdded() - Method in class org.eclipse.jgit.lib.IndexDiff
-
Get list of files added to the index, not in the tree
- getAdditionalHaves() - Method in class org.eclipse.jgit.internal.storage.file.FileRepository
-
Objects known to exist but not expressed by
Repository.getAllRefs()
. - getAdditionalHaves() - Method in class org.eclipse.jgit.lib.Repository
-
Objects known to exist but not expressed by
Repository.getAllRefs()
. - getAdditionalRefs() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRefDatabase
-
Get the additional reference-like entities from the repository.
- getAdditionalRefs() - Method in class org.eclipse.jgit.internal.storage.file.FileReftableDatabase
-
Get the additional reference-like entities from the repository.
- getAdditionalRefs() - Method in class org.eclipse.jgit.internal.storage.file.RefDirectory
-
Get the additional reference-like entities from the repository.
- getAdditionalRefs() - Method in class org.eclipse.jgit.lib.RefDatabase
-
Get the additional reference-like entities from the repository.
- getAddress() - Method in class org.eclipse.jgit.transport.Daemon
-
Get the address connections are received on.
- getAdvertised() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get the count of references in the ref advertisement.
- getAdvertisedHaves(Repository, RevWalk) - Method in class org.eclipse.jgit.transport.AbstractAdvertiseRefsHook
-
Get the additional haves to advertise.
- getAdvertisedObjects() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Get objects advertised to the client.
- getAdvertisedRef(String) - Method in class org.eclipse.jgit.transport.OperationResult
-
Get a single advertised ref by name.
- getAdvertisedRefs() - Method in class org.eclipse.jgit.transport.OperationResult
-
Get the complete list of refs advertised by the remote.
- getAdvertisedRefs() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Get refs which were advertised to the client.
- getAdvertisedRefs() - Method in class org.eclipse.jgit.transport.UploadPack
-
Get refs which were advertised to the client.
- getAdvertisedRefs(Repository, RevWalk) - Method in class org.eclipse.jgit.transport.AbstractAdvertiseRefsHook
-
Get the refs to advertise.
- getAdvertiseNonce() - Method in class org.eclipse.jgit.transport.PushCertificateParser
-
Get the whole string for the nonce to be included into the capability advertisement
- getAdvertiseRefsHook() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Get the hook used while advertising the refs to the client
- getAdvertiseRefsHook() - Method in class org.eclipse.jgit.transport.UploadPack
-
Get the hook used while advertising the refs to the client.
- getAgent() - Method in class org.eclipse.jgit.internal.transport.parser.FirstWant
- getAgent() - Method in class org.eclipse.jgit.transport.LsRefsV2Request
- getAgentFactory() - Method in class org.eclipse.jgit.internal.transport.sshd.JGitSshClient
- getAheadCount() - Method in class org.eclipse.jgit.lib.BranchTrackingStatus
-
Get number of commits that the local branch is ahead of the remote-tracking branch
- getAlgorithm(DiffAlgorithm.SupportedAlgorithm) - Static method in class org.eclipse.jgit.diff.DiffAlgorithm
-
Get diff algorithm
- getAll() - Method in class org.eclipse.jgit.attributes.Attributes
-
Get all attributes
- getAll(String) - Method in class org.eclipse.jgit.transport.PushCertificateStore
-
Iterate over all push certificates affecting a ref.
- getAllCauses() - Method in exception org.eclipse.jgit.errors.CompoundException
-
Get the complete list of reasons why this failure happened.
- getAllCommands() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Get all of the command received by the current request.
- getAllRefs() - Method in class org.eclipse.jgit.lib.Repository
-
Deprecated.use
getRefDatabase().getRefs()
instead. - getAllRefsByPeeledObjectId() - Method in class org.eclipse.jgit.lib.Repository
-
Get a map with all objects referenced by a peeled ref.
- getAllRemoteConfigs(Config) - Static method in class org.eclipse.jgit.transport.RemoteConfig
-
Parse all remote blocks in an existing configuration file, looking for remotes configuration.
- getAllToolNames() - Method in class org.eclipse.jgit.internal.diffmergetool.DiffTools
-
Get all tool names.
- getAllToolNames() - Method in class org.eclipse.jgit.internal.diffmergetool.MergeTools
-
Get all tool names.
- getAlternateObjectDirectories() - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Get ordered array of alternate directories; null if non were set.
- getApproximateObjectCount() - Method in class org.eclipse.jgit.internal.storage.dfs.InMemoryRepository.MemObjDatabase
- getApproximateObjectCount() - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectory
-
Get a quick, rough count of objects in this repository.
- getApproximateObjectCount() - Method in class org.eclipse.jgit.lib.ObjectDatabase
-
Get a quick, rough count of objects in this repository.
- getArguments() - Method in class org.eclipse.jgit.internal.transport.sshd.proxy.AuthenticationChallenge
-
Retrieves the arguments of the challenge.
- getAssumeUnchanged() - Method in class org.eclipse.jgit.lib.IndexDiff
-
Get list of files with the flag assume-unchanged
- getAttempts() - Method in class org.eclipse.jgit.transport.sshd.IdentityPasswordProvider
- getAttempts() - Method in interface org.eclipse.jgit.transport.sshd.KeyPasswordProvider
-
Gets the maximum number of attempts to get a passphrase that should be attempted for one identity resource through this provider.
- getAttribute(AttributeRepository.AttributeKey<T>) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitClientSession.ChainingAttributes
- getAttribute(AttributeRepository.AttributeKey<T>) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitClientSession
- getAttributes() - Method in class org.eclipse.jgit.attributes.AttributesHandler
- getAttributes() - Method in interface org.eclipse.jgit.attributes.AttributesProvider
-
Get attributes
- getAttributes() - Method in class org.eclipse.jgit.attributes.AttributesRule
-
Return the attributes.
- getAttributes() - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Get attributes
- getAttributes(int) - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Retrieves the git attributes based on the given tree.
- getAttributes(File) - Method in class org.eclipse.jgit.util.FS_POSIX
-
Get the file attributes we care for.
- getAttributes(File) - Method in class org.eclipse.jgit.util.FS_Win32
-
Get the file attributes we care for.
- getAttributes(File) - Method in class org.eclipse.jgit.util.FS
-
Get the file attributes we care for.
- getAttributesCount() - Method in class org.eclipse.jgit.internal.transport.sshd.JGitClientSession.ChainingAttributes
- getAttributesFile() - Method in class org.eclipse.jgit.lib.CoreConfig
-
Get path of attributesfile
- getAttributesForPath(Repository, String) - Static method in class org.eclipse.jgit.util.LfsFactory
- getAttributesForPath(Repository, String, RevCommit) - Static method in class org.eclipse.jgit.util.LfsFactory
-
Get attributes for given path and commit
- getAttributesNodeProvider() - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Get the attributes node provider
- getAuthenticationHeaders(List<String>, String) - Static method in class org.eclipse.jgit.internal.transport.sshd.proxy.HttpParser
-
Extract the authentication headers from the header lines.
- getAuthor() - Method in class org.eclipse.jgit.api.CommitCommand
-
Get the author
- getAuthor() - Method in class org.eclipse.jgit.lib.CommitBuilder
-
Get the author of this commit (who wrote it).
- getAuthor() - Method in class org.eclipse.jgit.lib.ObjectBuilder
-
Retrieves the author of this object.
- getAuthorEmail() - Method in class org.eclipse.jgit.lib.UserConfig
-
Get the author email as defined in git variables and configurations.
- getAuthorIdent() - Method in class org.eclipse.jgit.revwalk.RevCommit
-
Parse the author identity from the raw buffer.
- getAuthorName() - Method in class org.eclipse.jgit.lib.UserConfig
-
Get the author name as defined in the git variables and configurations.
- getAutoCRLF() - Method in class org.eclipse.jgit.treewalk.WorkingTreeOptions
-
Get automatic CRLF conversion configuration.
- getAverageLoadTime() - Method in interface org.eclipse.jgit.storage.file.WindowCacheStats
-
Average time in nanoseconds for loading new values.
- getB() - Method in class org.eclipse.jgit.diff.HashedSequencePair
-
Get B
- getBase() - Method in class org.eclipse.jgit.api.MergeResult
-
Get the common base
- getBaseCommit(RevCommit, RevCommit) - Method in class org.eclipse.jgit.merge.Merger
-
Return the merge base of two commits.
- getBaseCommit(RevCommit, RevCommit) - Method in class org.eclipse.jgit.merge.RecursiveMerger
-
Return the merge base of two commits.
- getBaseCommit(RevCommit, RevCommit, int) - Method in class org.eclipse.jgit.merge.RecursiveMerger
-
Get a single base commit for two given commits.
- getBaseCommitId() - Method in class org.eclipse.jgit.merge.Merger
-
Get the ID of the commit that was used as merge base for merging
- getBaseCommitId() - Method in class org.eclipse.jgit.merge.ThreeWayMerger
-
Get the ID of the commit that was used as merge base for merging
- getBaseConfig() - Method in class org.eclipse.jgit.lib.Config
-
Retrieves this config's base config.
- getBaseObjectIds() - Method in class org.eclipse.jgit.transport.PackParser
-
Get set of objects the incoming pack assumed for delta purposes
- getBaseSize(byte[]) - Static method in class org.eclipse.jgit.internal.storage.pack.BinaryDelta
-
Length of the base object in the delta stream.
- getBegin() - Method in class org.eclipse.jgit.merge.MergeChunk
-
Get the first element from the specified sequence which should be included in the merge result.
- getBeginA() - Method in class org.eclipse.jgit.diff.Edit
-
Get start point in sequence A
- getBeginB() - Method in class org.eclipse.jgit.diff.Edit
-
Get start point in sequence B
- getBehindCount() - Method in class org.eclipse.jgit.lib.BranchTrackingStatus
-
Get number of commits that the local branch is behind of the remote-tracking branch
- getBigFileThreshold() - Method in class org.eclipse.jgit.diff.RenameDetector
-
Get file size threshold for detecting renames.
- getBigFileThreshold() - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Get the maximum file size that will be delta compressed.
- getBit() - Method in enum org.eclipse.jgit.internal.storage.pack.PackExt
-
Get the bit mask of the extension e.g
1 << getPosition()
. - getBitmap() - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder.StoredEntry
- getBitmap(AnyObjectId) - Method in class org.eclipse.jgit.internal.storage.file.BitmapIndexImpl
-
Get the bitmap for the id.
- getBitmap(AnyObjectId) - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndex
-
Returns the previously constructed bitmap for the object.
- getBitmap(AnyObjectId) - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexRemapper
-
Returns the previously constructed bitmap for the object.
- getBitmap(AnyObjectId) - Method in interface org.eclipse.jgit.lib.BitmapIndex
-
Get the bitmap for the id.
- getBitmapContiguousCommitCount() - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Get the count of most recent commits for which to build bitmaps.
- getBitmapCount() - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndex
-
Returns the number of bitmaps in this bitmap index.
- getBitmapCount() - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder
-
Returns the number of bitmaps in this bitmap index.
- getBitmapCount() - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexRemapper
-
Returns the number of bitmaps in this bitmap index.
- getBitmapDistantCommitSpan() - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Get the span of commits when building bitmaps for distant history.
- getBitmapExcessiveBranchCount() - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Get the count of branches deemed "excessive".
- getBitmapInactiveBranchAgeInDays() - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Get the age in days that marks a branch as "inactive".
- getBitmapIndex() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReader
-
An index that can be used to speed up ObjectWalks.
- getBitmapIndex() - Method in interface org.eclipse.jgit.lib.BitmapIndex.BitmapBuilder
-
Get the BitmapIndex for this BitmapBuilder.
- getBitmapIndex() - Method in class org.eclipse.jgit.lib.ObjectReader.Filter
- getBitmapIndex() - Method in class org.eclipse.jgit.lib.ObjectReader
-
An index that can be used to speed up ObjectWalks.
- getBitmapIndex(DfsReader) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackFile
-
Get the BitmapIndex for this PackFile.
- getBitmapIndexCacheHits() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReaderIoStats
-
Get total number of bitmap index cache hits.
- getBitmapIndexMisses() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get the count of objects that needed to be discovered through an object walk because they were not found in bitmap indices.
- getBitmapRecentCommitCount() - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Get the count at which to switch from "bitmapRecentCommitSpan" to "bitmapDistantCommitSpan".
- getBitmapRecentCommitSpan() - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Get the span of commits when building bitmaps for recent history.
- getBits() - Method in class org.eclipse.jgit.lib.FileMode
-
Get the mode bits as an integer.
- getBlobId() - Method in class org.eclipse.jgit.lib.GitmoduleEntry
- getBlobLimit() - Method in class org.eclipse.jgit.transport.FilterSpec
- getBlobs() - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder
-
Get the blob object bitmap.
- getBlockCacheHits() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReaderIoStats
-
Get total number of block cache hits.
- getBlockLimit() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheConfig
-
Get maximum number bytes of heap memory to dedicate to caching pack file data.
- getBlockSize() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheConfig
-
Get size in bytes of a single window mapped or read in from the pack file.
- getBlockSize(PackExt) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Get blockSize of the file, in bytes.
- getBoolean(String, String, boolean) - Method in class org.eclipse.jgit.lib.Config
-
Get a boolean value from the git config
- getBoolean(String, String, String, boolean) - Method in class org.eclipse.jgit.lib.Config
-
Get a boolean value from the git config
- getBoolean(Config, String, String, String, boolean) - Method in class org.eclipse.jgit.lib.DefaultTypedConfigGetter
-
Get a boolean value from a git
Config
. - getBoolean(Config, String, String, String, boolean) - Method in interface org.eclipse.jgit.lib.TypedConfigGetter
-
Get a boolean value from a git
Config
. - getBranch() - Method in class org.eclipse.jgit.lib.Repository
-
Get the short name of the current branch that
HEAD
points to. - getBreakScore() - Method in class org.eclipse.jgit.diff.RenameDetector
-
Get break score
- getBucket() - Method in class org.eclipse.jgit.lfs.server.s3.S3Config
-
Get the
bucket
. - getBuffer() - Method in class org.eclipse.jgit.patch.BinaryHunk
-
Get the byte array holding this hunk's patch script.
- getBuffer() - Method in class org.eclipse.jgit.patch.FileHeader
-
Get the byte array holding this file's patch script.
- getBuffer() - Method in class org.eclipse.jgit.patch.FormatError
-
Get the byte buffer holding the patch script.
- getBuffer() - Method in class org.eclipse.jgit.patch.HunkHeader
-
Get the byte array holding this hunk's patch script.
- getBuffer() - Method in class org.eclipse.jgit.transport.http.apache.TemporaryBufferEntity
-
Get the
buffer
containing the content - getBufferSize() - Static method in class org.eclipse.jgit.diff.RawText
-
Obtains the buffer size to use for analyzing whether certain content is text or binary, or what line endings are used if it's text.
- getBundleClass() - Method in exception org.eclipse.jgit.errors.TranslationBundleException
-
Get bundle class
- getBundleFor(Class<T>) - Static method in class org.eclipse.jgit.nls.NLS
-
Returns an instance of the translation bundle of the required type.
- getByte(int) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Get any byte from the LongObjectId.
- getByte(int) - Method in class org.eclipse.jgit.lib.AnyObjectId
-
Get any byte from the ObjectId.
- getBytes() - Method in class org.eclipse.jgit.lib.ObjectLoader
-
Obtain a copy of the bytes of this object.
- getBytes() - Method in class org.eclipse.jgit.storage.pack.PackStatistics.ObjectType
- getBytes(int) - Method in class org.eclipse.jgit.lib.ObjectLoader
-
Obtain a copy of the bytes of this object.
- getCachedBytes() - Method in class org.eclipse.jgit.lfs.LfsBlobLoader
- getCachedBytes() - Method in class org.eclipse.jgit.lib.ObjectLoader.Filter
- getCachedBytes() - Method in class org.eclipse.jgit.lib.ObjectLoader
-
Obtain a reference to the (possibly cached) bytes of this object.
- getCachedBytes() - Method in class org.eclipse.jgit.lib.ObjectLoader.SmallObject
- getCachedBytes(int) - Method in class org.eclipse.jgit.lib.ObjectLoader
-
Obtain a reference to the (possibly cached) bytes of this object.
- getCachedBytes(AnyObjectId, int) - Method in class org.eclipse.jgit.notes.NoteMap
-
Open and return the content of an object's note.
- getCachedPacksAndUpdate(BitmapIndex.BitmapBuilder) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReader
-
Obtain the available cached packs that match the bitmap and update the bitmap by removing the items that are in the CachedPack.
- getCachedPacksAndUpdate(BitmapIndex.BitmapBuilder) - Method in interface org.eclipse.jgit.internal.storage.pack.ObjectReuseAsIs
-
Obtain the available cached packs that match the bitmap and update the bitmap by removing the items that are in the CachedPack.
- getCacheHotMap() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheConfig
-
Get the map of hot count per pack extension for
DfsBlockCache
. - getCacheTree(boolean) - Method in class org.eclipse.jgit.dircache.DirCache
-
Obtain (or build) the current cache tree structure.
- getCalulatedPatchId() - Method in class org.eclipse.jgit.diff.PatchIdDiffFormatter
-
Should be called after having called one of the format methods
- getCandidates() - Method in exception org.eclipse.jgit.errors.AmbiguousObjectException
-
Get the matching candidates (or at least a subset of them)
- getCanonicalizedQueryString(Map<String, String>) - Static method in class org.eclipse.jgit.transport.AwsRequestSignerV4
-
Constructs the canonicalized query string for a request.
- getCanonicalName(InetSocketAddress) - Static method in class org.eclipse.jgit.internal.transport.sshd.GssApiMechanisms
-
Determines a canonical host name for use use with GSS-API.
- getCapabilities() - Method in class org.eclipse.jgit.internal.transport.parser.FirstCommand
- getCapabilities() - Method in class org.eclipse.jgit.internal.transport.parser.FirstWant
- getCapabilities() - Method in class org.eclipse.jgit.transport.ReceivePack.FirstLine
-
Deprecated.
- getCeilings() - Method in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Get list of ceiling directories
- getCertNonceSeed() - Method in class org.eclipse.jgit.transport.SignedPushConfig
-
Get the configured seed.
- getCertNonceSlopLimit() - Method in class org.eclipse.jgit.transport.SignedPushConfig
-
Get the configured nonce slop limit.
- getChanged() - Method in class org.eclipse.jgit.api.Status
-
Get changed files from HEAD to index
- getChanged() - Method in class org.eclipse.jgit.lib.IndexDiff
-
Get list of files changed from tree to index
- getChangeType() - Method in class org.eclipse.jgit.diff.DiffEntry
-
Get the change type
- getChannelForwardingFactories(FactoryManager) - Method in class org.eclipse.jgit.internal.transport.sshd.agent.JGitSshAgentFactory
- getCheckoutConflicts() - Method in class org.eclipse.jgit.api.MergeResult
-
Returns a list of paths that cause a checkout conflict.
- getCheckoutEolStreamType(int) - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Get the EOL stream type of the current entry for checking out using the config and
TreeWalk.getAttributes()
. - getCheckStat() - Method in class org.eclipse.jgit.treewalk.WorkingTreeOptions
-
Get how stat data is compared.
- getChecksum() - Method in class org.eclipse.jgit.internal.storage.file.PackIndex
- getCherryPickedRefs() - Method in class org.eclipse.jgit.api.CherryPickResult
-
Get the cherry-picked
Ref
s - getChild(int) - Method in class org.eclipse.jgit.dircache.DirCacheTree
-
Get the i-th child cache tree.
- getChild(int) - Method in class org.eclipse.jgit.revplot.PlotCommit
-
Get the nth child from this commit's child list.
- getChildCount() - Method in class org.eclipse.jgit.dircache.DirCacheTree
-
Get the number of cached subtrees contained within this tree.
- getChildCount() - Method in class org.eclipse.jgit.revplot.PlotCommit
-
Get the number of child commits listed in this commit.
- getCleanFilterCommand() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Get the clean filter command for the current entry.
- getCleanupDelay() - Method in class org.eclipse.jgit.lib.RepositoryCacheConfig
-
Get the delay between the periodic cleanup of expired repository in milliseconds.
- getCleanupMode() - Method in interface org.eclipse.jgit.api.RebaseCommand.InteractiveHandler2.ModifyResult
-
Tells how the message returned by
RebaseCommand.InteractiveHandler2.ModifyResult.getMessage()
should be cleaned. - getCleanupMode() - Method in class org.eclipse.jgit.lib.CommitConfig
-
Retrieves the
CommitConfig.CleanupMode
as given by git configcommit.cleanup
. - getClientShallowCommits() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get unmodifiable collection of objects that were shallow commits on the client.
- getClock() - Method in class org.eclipse.jgit.junit.MockSystemReader
-
Get clock instance preferred by this system.
- getClock() - Method in class org.eclipse.jgit.util.SystemReader
-
Get clock instance preferred by this system.
- getCoalesceGarbageLimit() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsGarbageCollector
-
Get coalesce garbage limit
- getCommand() - Method in interface org.eclipse.jgit.internal.diffmergetool.ExternalDiffTool
- getCommand() - Method in class org.eclipse.jgit.internal.diffmergetool.PreDefinedDiffTool
-
The command of the diff tool.
- getCommand() - Method in class org.eclipse.jgit.internal.diffmergetool.PreDefinedMergeTool
- getCommand() - Method in class org.eclipse.jgit.internal.diffmergetool.UserDefinedDiffTool
-
The command of the diff tool.
- getCommand(boolean) - Method in interface org.eclipse.jgit.internal.diffmergetool.ExternalMergeTool
- getCommand(boolean) - Method in class org.eclipse.jgit.internal.diffmergetool.PreDefinedMergeTool
- getCommand(boolean) - Method in class org.eclipse.jgit.internal.diffmergetool.UserDefinedMergeTool
- getCommandName() - Method in class org.eclipse.jgit.transport.DaemonService
-
Get name of the command requested by clients.
- getCommands() - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Get commands this update will process.
- getCommands() - Method in class org.eclipse.jgit.transport.ConnectivityChecker.ConnectivityCheckInfo
- getCommands() - Method in class org.eclipse.jgit.transport.PushCertificate
-
Get the list of commands as one string to be feed into the signature verifier.
- getComment() - Method in class org.eclipse.jgit.internal.storage.file.ReflogEntryImpl
-
Get textual description of the change
- getComment() - Method in class org.eclipse.jgit.lib.RebaseTodoLine
-
Get a comment
- getComment() - Method in interface org.eclipse.jgit.lib.ReflogEntry
-
Get textual description of the change
- getCommentChar() - Method in class org.eclipse.jgit.lib.CommitConfig
-
Retrieves the comment character set by git config
core.commentChar
. - getCommentChar(String) - Method in class org.eclipse.jgit.lib.CommitConfig
-
Determines the comment character to use for a particular text.
- getCommit() - Method in class org.eclipse.jgit.lib.RebaseTodoLine
-
Get abbreviated commit SHA-1 of commit that action will be performed on
- getCommitEncoding() - Method in class org.eclipse.jgit.lib.CommitConfig
-
Get the encoding of the commit as defined in the git
i18n.commitEncoding
property. - getCommitLastModified() - Method in class org.eclipse.jgit.internal.storage.file.LockFile
-
Deprecated.use
LockFile.getCommitLastModifiedInstant()
instead - getCommitLastModifiedInstant() - Method in class org.eclipse.jgit.internal.storage.file.LockFile
-
Get the modification time of the output file when it was committed.
- getCommitList() - Method in class org.eclipse.jgit.awtui.CommitGraphPane
-
Get the commit list this pane renders from.
- getCommitNames() - Method in class org.eclipse.jgit.merge.ResolveMerger
-
Get the names of the commits as they would appear in conflict markers.
- getCommits() - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder
-
Get the commit object bitmap.
- getCommitSnapshot() - Method in class org.eclipse.jgit.internal.storage.file.LockFile
-
Get the
FileSnapshot
just before commit. - getCommitTemplateContent(Repository) - Method in class org.eclipse.jgit.lib.CommitConfig
-
Get the content to the commit template as defined in
commit.template
. - getCommitTemplatePath() - Method in class org.eclipse.jgit.lib.CommitConfig
-
Get the path to the commit template as defined in the git
commit.template
property. - getCommitter() - Method in class org.eclipse.jgit.api.CommitCommand
-
Get the committer
- getCommitter() - Method in class org.eclipse.jgit.lib.CommitBuilder
-
Get the committer and commit time for this object.
- getCommitterEmail() - Method in class org.eclipse.jgit.lib.UserConfig
-
Get the committer email as defined in git variables and configurations.
- getCommitterIdent() - Method in class org.eclipse.jgit.revwalk.RevCommit
-
Parse the committer identity from the raw buffer.
- getCommitterName() - Method in class org.eclipse.jgit.lib.UserConfig
-
Get the committer name as defined in the git variables and configurations.
- getCommitTime() - Method in class org.eclipse.jgit.revwalk.RevCommit
-
Time from the "committer " line of the buffer.
- getComparator() - Method in class org.eclipse.jgit.diff.HashedSequencePair
-
Get comparator
- getCompressedBitmaps() - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder
-
Get list of xor compressed entries that need to be written.
- getCompression() - Method in class org.eclipse.jgit.lib.CoreConfig
-
Get the compression level to use when storing loose objects
- getCompressionLevel() - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Get the compression level applied to objects in the pack.
- getCompressionLevel(Map<String, Object>) - Method in class org.eclipse.jgit.archive.BaseFormat
-
Removes and returns the
BaseFormat.COMPRESSION_LEVEL
key from the input map parameter if it exists, or -1 if this key does not exist. - getConcurrencyLevel() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheConfig
-
Get the estimated number of threads concurrently accessing the cache.
- getConfig() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRepository
-
Get the configuration of this repository.
- getConfig() - Method in class org.eclipse.jgit.internal.storage.file.FileRepository
-
Get the configuration of this repository.
- getConfig() - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter.State
- getConfig() - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Get the cached repository configuration, loading if not yet available.
- getConfig() - Method in class org.eclipse.jgit.lib.Repository
-
Get the configuration of this repository.
- getConfig() - Method in class org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host
-
Get the ssh configuration
- getConfig(String) - Method in class org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig
- getConfigForCurrentBranch(Repository) - Static method in class org.eclipse.jgit.merge.MergeConfig
-
Get merge configuration for the current branch of the repository
- getConfigUpdate() - Method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Get the configured update field for current entry.
- getConfigUrl() - Method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Get the configured remote URL for current entry.
- getConflicting() - Method in class org.eclipse.jgit.api.Status
-
Get conflicting files
- getConflicting() - Method in class org.eclipse.jgit.lib.IndexDiff
-
Get list of files that are in conflict, corresponds to the keys of
IndexDiff.getConflictingStageStates()
- getConflictingFiles() - Method in exception org.eclipse.jgit.errors.CheckoutConflictException
-
Get the relative paths of the conflicting files
- getConflictingNames(String) - Method in class org.eclipse.jgit.lib.RefDatabase
-
Determine if a proposed reference cannot coexist with existing ones.
- getConflictingPaths() - Method in exception org.eclipse.jgit.api.errors.CheckoutConflictException
-
Get conflicting paths
- getConflictingStageState() - Method in class org.eclipse.jgit.api.Status
-
Get StageState of conflicting files
- getConflictingStageStates() - Method in class org.eclipse.jgit.lib.IndexDiff
-
Get the map from each path of
IndexDiff.getConflicting()
to its correspondingIndexDiff.StageState
- getConflictList() - Method in class org.eclipse.jgit.api.CheckoutResult
-
Get list of file that created a checkout conflict
- getConflicts() - Method in class org.eclipse.jgit.api.MergeResult
-
Returns information about the conflicts which occurred during a
MergeCommand
. - getConflicts() - Method in class org.eclipse.jgit.api.RebaseResult
-
Get the list of conflicts
- getConflicts() - Method in class org.eclipse.jgit.dircache.DirCacheCheckout
-
Get a list of conflicts created by this checkout
- getConflictState() - Method in class org.eclipse.jgit.merge.MergeChunk
-
Get the state of this chunk.
- getConnectionAttempts() - Method in class org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host
- getConnectionFactory() - Static method in class org.eclipse.jgit.transport.HttpTransport
-
Get the
HttpConnectionFactory
used to create new connections - getConnectorFactory() - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactory
-
Gets a
ConnectorFactory
. - getContent() - Method in class org.eclipse.jgit.transport.http.apache.TemporaryBufferEntity
- getContent(Repository, String, DirCacheCheckout.CheckoutMetadata, DirCacheCheckout.StreamSupplier, WorkingTreeOptions, OutputStream) - Static method in class org.eclipse.jgit.dircache.DirCacheCheckout
-
Return filtered content for blob contents.
- getContent(Repository, String, DirCacheCheckout.CheckoutMetadata, ObjectLoader, WorkingTreeOptions, OutputStream) - Static method in class org.eclipse.jgit.dircache.DirCacheCheckout
-
Return filtered content for a specific object (blob).
- getContentHash() - Method in exception org.eclipse.jgit.lfs.errors.CorruptLongObjectException
-
Get the
contentHash
. - getContentLength() - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnection
-
Get content length
- getContentLength() - Method in class org.eclipse.jgit.transport.http.apache.TemporaryBufferEntity
- getContentLength() - Method in interface org.eclipse.jgit.transport.http.HttpConnection
-
Get content length
- getContentLength() - Method in class org.eclipse.jgit.transport.http.JDKHttpConnection
-
Get content length
- getContentMergeStrategy() - Method in class org.eclipse.jgit.merge.MergeAlgorithm
-
Retrieves the
ContentMergeStrategy
. - getContentMergeStrategy() - Method in class org.eclipse.jgit.merge.ResolveMerger
-
Retrieves the content merge strategy for content conflicts.
- getContents() - Method in class org.eclipse.jgit.gitrepo.RepoCommand.RemoteFile
-
Contents of the file.
- getContentType() - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnection
-
Get content type
- getContentType() - Method in interface org.eclipse.jgit.transport.http.HttpConnection
-
Get content type
- getContentType() - Method in class org.eclipse.jgit.transport.http.JDKHttpConnection
-
Get content type
- getCookieFile() - Method in class org.eclipse.jgit.transport.HttpConfig
-
Get the "http.cookieFile" setting
- getCookieFileCacheLimit() - Method in class org.eclipse.jgit.transport.HttpConfig
-
Get the "http.cookieFileCacheLimit" setting (gives the maximum number of cookie files to keep in the LRU cache)
- getCookies(boolean) - Method in class org.eclipse.jgit.internal.transport.http.NetscapeCookieFile
-
Return all cookies from the underlying cookie file.
- getCopyBuffer() - Method in class org.eclipse.jgit.internal.storage.pack.PackOutputStream
-
Get a temporary buffer writers can use to copy data with.
- getCopyFiles() - Method in class org.eclipse.jgit.gitrepo.RepoProject
-
Getter for the copyfile configurations.
- getCorruptIndices() - Method in class org.eclipse.jgit.internal.fsck.FsckError
-
Get corrupt index files associated with the packs
- getCorruptObjects() - Method in class org.eclipse.jgit.internal.fsck.FsckError
-
Get corrupt objects from all pack files
- getCorruptObjects() - Method in class org.eclipse.jgit.internal.fsck.FsckPackParser
-
Get corrupt objects reported by
ObjectChecker
- getCount() - Method in class org.eclipse.jgit.transport.sshd.IdentityPasswordProvider.State
-
Obtains the current count.
- getCount() - Method in class org.eclipse.jgit.util.io.CountingOutputStream
-
Get current number of bytes written.
- getCountOfBitmapIndexMisses() - Method in class org.eclipse.jgit.revwalk.BitmapWalker
-
Return the number of objects that had to be walked because they were not covered by a bitmap.
- getCRC() - Method in class org.eclipse.jgit.transport.PackedObjectInfo
-
Get the 32 bit CRC checksum for the packed data.
- getCRC() - Method in class org.eclipse.jgit.transport.PackParser.UnresolvedDelta
- getCreatedFromInserter() - Method in class org.eclipse.jgit.lib.ObjectReader.Filter
- getCreatedFromInserter() - Method in class org.eclipse.jgit.lib.ObjectReader
-
Get the
ObjectInserter
from which this reader was created usinginserter.newReader()
- getCreationDate() - Method in interface org.eclipse.jgit.lib.GpgSignatureVerifier.SignatureVerification
- getCreationTime() - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Get the cached creation time of this file, in milliseconds.
- getCreationTime() - Method in class org.eclipse.jgit.util.FS.Attributes
- getCredentialsProvider() - Method in class org.eclipse.jgit.internal.transport.sshd.JGitClientSession
-
Retrieves the
CredentialsProvider
set for this session. - getCredentialsProvider() - Method in class org.eclipse.jgit.internal.transport.sshd.JGitSshClient
-
Retrieves the
CredentialsProvider
set for this client. - getCredentialsProvider() - Method in class org.eclipse.jgit.transport.sshd.IdentityPasswordProvider
-
Retrieves the JGit
CredentialsProvider
to use for user interaction. - getCredentialsProvider() - Method in class org.eclipse.jgit.transport.Transport
-
The configured credentials provider.
- getCurrent() - Method in interface org.eclipse.jgit.lib.AsyncObjectLoaderQueue
-
Get the current object, null if the implementation lost track.
- getCurrent() - Method in interface org.eclipse.jgit.lib.AsyncObjectSizeQueue
-
getCurrent.
- getCurrentCommit() - Method in class org.eclipse.jgit.api.RebaseResult
-
Get the current commit if status is
RebaseResult.Status.STOPPED
, otherwisenull
- getCurrentPackList() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase
-
List currently known pack files in the repository, without scanning.
- getCurrentPacks() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase
-
List currently known pack files in the repository, without scanning.
- getCurrentReftables() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase
-
List currently known reftable files in the repository, without scanning.
- getCurrentSize() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCache
-
Get total number of bytes in the cache, per pack file extension.
- getCurrentTime() - Method in class org.eclipse.jgit.junit.MockSystemReader
-
Get the current system time
- getCurrentTime() - Method in class org.eclipse.jgit.util.SystemReader
-
Get the current system time
- getCutDeltaChains() - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Whether existing delta chains should be cut at
PackConfig.getMaxDeltaDepth()
. - getDaemon() - Method in class org.eclipse.jgit.transport.DaemonClient
-
Get the daemon which spawned this client.
- getData() - Method in class org.eclipse.jgit.notes.Note
-
Get the note content.
- getDate() - Method in class org.eclipse.jgit.junit.TestRepository
-
Get date
- getDateTimeInstance(int, int) - Method in class org.eclipse.jgit.junit.MockSystemReader
-
Returns a date/time format instance for the given styles.
- getDateTimeInstance(int, int) - Method in class org.eclipse.jgit.util.SystemReader
-
Returns a date/time format instance for the given styles.
- getDeepenNotFlag() - Method in interface org.eclipse.jgit.revwalk.DepthWalk
- getDeepenNotFlag() - Method in class org.eclipse.jgit.revwalk.DepthWalk.ObjectWalk
- getDeepenNotFlag() - Method in class org.eclipse.jgit.revwalk.DepthWalk.RevWalk
- getDeepenNots() - Method in interface org.eclipse.jgit.revwalk.DepthWalk
- getDeepenNots() - Method in class org.eclipse.jgit.revwalk.DepthWalk.ObjectWalk
- getDeepenNots() - Method in class org.eclipse.jgit.revwalk.DepthWalk.RevWalk
- getDeepenNots() - Method in class org.eclipse.jgit.transport.Transport
- getDeepenSince() - Method in interface org.eclipse.jgit.revwalk.DepthWalk
- getDeepenSince() - Method in class org.eclipse.jgit.revwalk.DepthWalk.ObjectWalk
- getDeepenSince() - Method in class org.eclipse.jgit.revwalk.DepthWalk.RevWalk
- getDeepenSince() - Method in class org.eclipse.jgit.transport.Transport
- getDefault() - Static method in class org.eclipse.jgit.lib.GpgSignatureVerifierFactory
-
Retrieves the default factory.
- getDefault() - Static method in class org.eclipse.jgit.lib.GpgSigner
-
Get the default signer, or
null
. - getDefault() - Static method in class org.eclipse.jgit.transport.CredentialsProvider
-
Get the default credentials provider, or null.
- getDefault() - Static method in interface org.eclipse.jgit.transport.sshd.agent.ConnectorFactory
-
Retrieves the currently set default
ConnectorFactory
. - getDefaultCharset() - Method in class org.eclipse.jgit.util.SystemReader
-
Retrieves the default
Charset
depending on the system locale. - getDefaultCipherSuites() - Method in class org.eclipse.jgit.internal.transport.http.DelegatingSSLSocketFactory
- getDefaultConnector() - Method in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Factory
- getDefaultConnector() - Method in interface org.eclipse.jgit.transport.sshd.agent.ConnectorFactory
-
Tells what kind of
Connector
thisConnectorFactory
creates ifConnectorFactory.create(String, File)
is called withidentityAgent == null
. - getDefaultFactory() - Static method in class org.eclipse.jgit.internal.transport.sshd.agent.ConnectorFactoryProvider
-
Retrieves the currently set default
ConnectorFactory
. - getDefaultGuiToolName() - Method in class org.eclipse.jgit.internal.diffmergetool.DiffToolConfig
- getDefaultGuiToolName() - Method in class org.eclipse.jgit.internal.diffmergetool.MergeToolConfig
- getDefaultIdentities(File) - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactory
-
Gets a list of default identities, i.e., private key files that shall always be tried for public key authentication.
- getDefaultKeys(File) - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactory
-
Determines the default keys.
- getDefaultKnownHostsFiles(File) - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactory
-
Gets the list of default user known hosts files.
- getDefaultMetaVariable() - Method in class org.eclipse.jgit.pgm.opt.AbstractTreeIteratorHandler
- getDefaultMetaVariable() - Method in class org.eclipse.jgit.pgm.opt.ObjectIdHandler
- getDefaultMetaVariable() - Method in class org.eclipse.jgit.pgm.opt.OptionWithValuesListHandler
- getDefaultMetaVariable() - Method in class org.eclipse.jgit.pgm.opt.PathTreeFilterHandler
- getDefaultMetaVariable() - Method in class org.eclipse.jgit.pgm.opt.RefSpecHandler
- getDefaultMetaVariable() - Method in class org.eclipse.jgit.pgm.opt.RevCommitHandler
- getDefaultMetaVariable() - Method in class org.eclipse.jgit.pgm.opt.RevTreeHandler
- getDefaultMetaVariable() - Method in class org.eclipse.jgit.pgm.opt.SubcommandHandler
- getDefaultPort() - Method in class org.eclipse.jgit.transport.TransportProtocol
-
Get the default port if the protocol supports a port, else -1.
- getDefaultPreferredAuthentications() - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactory
-
Gets the list of default preferred authentication mechanisms.
- getDefaultToolName() - Method in class org.eclipse.jgit.internal.diffmergetool.DiffToolConfig
- getDefaultToolName() - Method in class org.eclipse.jgit.internal.diffmergetool.MergeToolConfig
- getDefaultToolName(boolean) - Method in class org.eclipse.jgit.internal.diffmergetool.DiffTools
-
Get default (gui-)tool name.
- getDefaultToolName(boolean) - Method in class org.eclipse.jgit.internal.diffmergetool.MergeTools
-
Get the default (gui-)tool name.
- getDelegateFilter() - Method in class org.eclipse.jgit.http.server.glue.MetaServlet
-
Get delegate filter
- getDeleted() - Method in class org.eclipse.jgit.events.WorkingTreeModifiedEvent
-
Retrieves the
Collection
of repository-relative paths of files that were deleted. - getDeltaBase() - Method in class org.eclipse.jgit.internal.storage.pack.ObjectToPack
-
Get delta base object to pack if object is going to be packed in delta representation and delta is specified as object to pack
- getDeltaBase() - Method in class org.eclipse.jgit.internal.storage.pack.StoredObjectRepresentation
-
Get identity of the object this delta applies to in order to recover the original object content.
- getDeltaBaseCacheLimit() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReaderOptions
-
Get maximum number of bytes to hold in per-reader DeltaBaseCache.
- getDeltaBaseCacheLimit() - Method in class org.eclipse.jgit.storage.file.WindowCacheConfig
-
Get maximum number of bytes to cache in delta base cache for inflated, recently accessed objects, without delta chains.
- getDeltaBaseId() - Method in class org.eclipse.jgit.internal.storage.pack.ObjectToPack
-
Get delta base object id if object is going to be packed in delta representation
- getDeltaBytes() - Method in class org.eclipse.jgit.storage.pack.PackStatistics.ObjectType
- getDeltaCacheLimit() - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Maximum size in bytes of a delta to cache.
- getDeltaCacheSize() - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Get the size of the in-memory delta cache.
- getDeltaCount() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsCachedPack
-
Get the number of delta objects stored in this pack.
- getDeltaCount() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Get number of delta compressed objects in the pack.
- getDeltaCount() - Method in class org.eclipse.jgit.internal.storage.pack.CachedPack
-
Get the number of delta objects stored in this pack.
- getDeltas() - Method in class org.eclipse.jgit.storage.pack.PackStatistics.ObjectType
- getDeltaSearchMemoryLimit() - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Get maximum number of bytes to put into the delta search window.
- getDeltaSearchNonEdgeObjects() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get number of objects in the output pack that went through the delta search process in order to find a potential delta base.
- getDeltaSearchWindowSize() - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Get the number of objects to try when looking for a delta base.
- getDeltasFound() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get number of objects in the output pack that went through delta base search and found a suitable base.
- getDepth() - Method in class org.eclipse.jgit.revwalk.DepthWalk.Commit
- getDepth() - Method in interface org.eclipse.jgit.revwalk.DepthWalk
-
Get depth to filter to.
- getDepth() - Method in class org.eclipse.jgit.revwalk.DepthWalk.ObjectWalk
- getDepth() - Method in class org.eclipse.jgit.revwalk.DepthWalk.RevWalk
- getDepth() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get depth (in commits) the pack includes if shallow.
- getDepth() - Method in class org.eclipse.jgit.transport.Transport
-
Retrieves the depth for a shallow clone.
- getDepth() - Method in class org.eclipse.jgit.transport.UploadPack
-
Returns the clone/fetch depth.
- getDepth() - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Get the current subtree depth of this walker.
- getDescription() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRepository
-
Get the description of this repository.
- getDescription() - Method in enum org.eclipse.jgit.lib.RepositoryState
- getDestination() - Method in class org.eclipse.jgit.transport.RefSpec
-
Get the destination ref description.
- getDiffAttribute() - Method in class org.eclipse.jgit.diff.DiffEntry
- getDigest() - Method in class org.eclipse.jgit.internal.storage.io.CancellableDigestOutputStream
-
Obtain the current SHA-1 digest.
- getDir() - Method in class org.eclipse.jgit.lfs.server.fs.FileLfsRepository
-
Get the storage directory
- getDirCacheEntry() - Method in class org.eclipse.jgit.dircache.DirCacheIterator
-
Get the DirCacheEntry for the current file.
- getDirCacheEntry() - Method in exception org.eclipse.jgit.errors.UnmergedPathException
-
Get the first non-zero stage of the unmerged path
- getDirCacheIterator() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Retrieves the
DirCacheIterator
at the current entry ifWorkingTreeIterator.setDirCacheIterator(TreeWalk, int)
was called. - getDirectory() - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectory
- getDirectory() - Method in class org.eclipse.jgit.lib.Repository
-
Get local metadata directory
- getDirectory() - Method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Get directory that will be the root of the submodule's local repository
- getDirectory() - Method in class org.eclipse.jgit.treewalk.FileTreeIterator
-
Getter for the field
directory
. - getDisplayName() - Method in interface org.eclipse.jgit.transport.sshd.agent.ConnectorFactory.ConnectorDescriptor
-
Retrieves a display name for a
Connector
, suitable for showing in a UI. - getDownloadAction(AnyLongObjectId) - Method in class org.eclipse.jgit.lfs.server.fs.FileLfsRepository
-
Get download action
- getDownloadAction(AnyLongObjectId) - Method in interface org.eclipse.jgit.lfs.server.LargeFileRepository
-
Get download action
- getDownloadAction(AnyLongObjectId) - Method in class org.eclipse.jgit.lfs.server.s3.S3Repository
-
Get download action
- getDurationMs() - Method in class org.eclipse.jgit.logging.PerformanceLogRecord
-
Get the duration in milliseconds of the recorded event.
- getEmailAddress() - Method in class org.eclipse.jgit.lib.PersonIdent
-
Get email address of person
- getEmailAddress() - Method in class org.eclipse.jgit.revwalk.FooterLine
-
Extract the email address (if present) from the footer.
- getEmailAddress() - Method in class org.eclipse.jgit.transport.PushCertificateIdent
-
Get the email portion of the User ID
- getEncoding() - Method in class org.eclipse.jgit.lib.ObjectBuilder
-
Retrieves the encoding that should be used for the message text.
- getEncoding() - Method in class org.eclipse.jgit.revwalk.RevCommit
-
Determine the encoding of the commit message buffer.
- getEncodingName() - Method in class org.eclipse.jgit.revwalk.RevCommit
-
Determine the encoding of the commit message buffer.
- getEnd() - Method in class org.eclipse.jgit.merge.MergeChunk
-
Get the end of the range of this chunk.
- getEndA() - Method in class org.eclipse.jgit.diff.Edit
-
Get end point in sequence A
- getEndB() - Method in class org.eclipse.jgit.diff.Edit
-
Get end point in sequence B
- getEndOffset() - Method in class org.eclipse.jgit.patch.BinaryHunk
-
Get offset one past the end of the hunk in
BinaryHunk.getBuffer()
. - getEndOffset() - Method in class org.eclipse.jgit.patch.FileHeader
-
Get offset one past the end of the file script.
- getEndOffset() - Method in class org.eclipse.jgit.patch.HunkHeader
-
Get offset one past the end of the hunk in
HunkHeader.getBuffer()
. - getEntries() - Method in class org.eclipse.jgit.transport.NetRC
-
Get all entries collected from .netrc file
- getEntriesWithin(String) - Method in class org.eclipse.jgit.dircache.DirCache
-
Recursively get all entries within a subtree.
- getEntry(int) - Method in class org.eclipse.jgit.dircache.DirCache
-
Get a specific entry.
- getEntry(String) - Method in class org.eclipse.jgit.dircache.DirCache
-
Get a specific entry.
- getEntry(String) - Method in class org.eclipse.jgit.transport.NetRC
-
Get entry by host name
- getEntry(Path) - Method in class org.eclipse.jgit.internal.transport.http.NetscapeCookieFileCache
- getEntryAttributesNode() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Retrieves the
AttributesNode
for the current entry. - getEntryAttributesNode(ObjectReader) - Method in class org.eclipse.jgit.dircache.DirCacheIterator
-
Retrieves the
AttributesNode
for the current entry. - getEntryAttributesNode(ObjectReader) - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
-
Retrieve the
AttributesNode
for the current entry. - getEntryContentLength() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Get the filtered input length of this entry
- getEntryCount() - Method in class org.eclipse.jgit.dircache.DirCache
-
Total number of file entries stored in the index.
- getEntryFile() - Method in class org.eclipse.jgit.treewalk.FileTreeIterator
-
Get the location of the working file.
- getEntryFileMode() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Get the file mode of the current entry.
- getEntryLastModified() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Deprecated.
- getEntryLastModifiedInstant() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Get the last modified time of this entry.
- getEntryLength() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Get the raw byte length of this entry.
- getEntryObjectId() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Get the object id of the current entry.
- getEntryObjectId() - Method in class org.eclipse.jgit.treewalk.EmptyTreeIterator
-
Get the object id of the current entry.
- getEntryObjectId(MutableObjectId) - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Obtain the ObjectId for the current entry.
- getEntryPathBuffer() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Get the current entry path buffer.
- getEntryPathHashCode() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Get the current entry's path hash code.
- getEntryPathLength() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Get length of the path in
AbstractTreeIterator.getEntryPathBuffer()
. - getEntryPathString() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Get path of the current entry, as a string.
- getEntryRawMode() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Get the file mode of the current entry as bits.
- getEntrySpan() - Method in class org.eclipse.jgit.dircache.DirCacheTree
-
Get the number of entries this tree spans within the DirCache.
- getEnum(String, String, String, T) - Method in class org.eclipse.jgit.lib.Config
-
Parse an enumeration from the configuration.
- getEnum(Config, T[], String, String, String, T) - Method in class org.eclipse.jgit.lib.DefaultTypedConfigGetter
-
Parse an enumeration from a git
Config
. - getEnum(Config, T[], String, String, String, T) - Method in interface org.eclipse.jgit.lib.TypedConfigGetter
-
Parse an enumeration from a git
Config
. - getEnum(T[], String, String, String, T) - Method in class org.eclipse.jgit.lib.Config
-
Parse an enumeration from the configuration.
- getenv(String) - Method in class org.eclipse.jgit.junit.MockSystemReader
-
Get value of the system variable
- getenv(String) - Method in class org.eclipse.jgit.util.SystemReader
-
Get value of the system variable
- getEOL() - Method in class org.eclipse.jgit.treewalk.WorkingTreeOptions
-
Get how text line endings should be normalized.
- getEolStreamType() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Get the eol stream type for the current entry.
- getEolStreamType(TreeWalk.OperationType) - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Get the EOL stream type of the current entry using the config and
TreeWalk.getAttributes()
. - getError() - Method in exception org.eclipse.jgit.api.errors.FilterFailedException
-
Get error
- getErrors() - Method in exception org.eclipse.jgit.api.errors.PatchFormatException
-
Get list of errors
- getErrors() - Method in class org.eclipse.jgit.patch.Patch
-
Get collection of formatting errors.
- getErrorStream() - Method in class org.eclipse.jgit.hooks.GitHook
-
Get error stream
- getErrorType() - Method in exception org.eclipse.jgit.errors.CorruptObjectException
-
Specific error condition identified by
ObjectChecker
. - getErrorType() - Method in exception org.eclipse.jgit.errors.CorruptPackIndexException
-
Specific the reason of the corrupt index file.
- getErrorType() - Method in class org.eclipse.jgit.internal.fsck.FsckError.CorruptIndex
- getErrorType() - Method in class org.eclipse.jgit.internal.fsck.FsckError.CorruptObject
- getErrorWriter() - Method in class org.eclipse.jgit.pgm.TextBuiltin
-
Get error writer
- getEstimatedPackSize() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Get estimated size of the .pack file in bytes.
- getEventRecords() - Method in class org.eclipse.jgit.logging.PerformanceLogContext
-
Get the unmodifiable list of events as performance records.
- getEvictionCount() - Method in interface org.eclipse.jgit.storage.file.WindowCacheStats
-
Number of cache evictions
- getEvictionRatio() - Method in interface org.eclipse.jgit.storage.file.WindowCacheStats
-
Ratio of cache evictions.
- getEvictions() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCache
-
Get number of evictions performed due to cache being full, per pack file extension.
- getException() - Method in interface org.eclipse.jgit.api.VerificationResult
-
If an error occurred during signature verification, this retrieves the exception.
- getExcludesFile() - Method in class org.eclipse.jgit.lib.CoreConfig
-
Get path of excludesfile
- getExecutor() - Static method in class org.eclipse.jgit.lib.internal.WorkQueue
-
Get the WorkQueue's executor
- getExecutor() - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Get the preferred thread pool to execute delta search on.
- getExitCode() - Method in class org.eclipse.jgit.util.ProcessResult
-
Get exit code of the process.
- getExpected() - Method in class org.eclipse.jgit.transport.RefLeaseSpec
-
Get the expected value of the ref, in the form of a local committish
- getExpectedOldObjectId() - Method in class org.eclipse.jgit.lib.RefUpdate
-
Get the expected value of the ref after the lock is taken, but before update occurs.
- getExpectedOldObjectId() - Method in class org.eclipse.jgit.transport.RemoteRefUpdate
-
Get expected old object id
- getExpectedResultSize() - Method in class org.eclipse.jgit.util.io.BinaryDeltaInputStream
-
Tells the expected size of the final result.
- getExpectedSize() - Method in exception org.eclipse.jgit.lfs.errors.CorruptMediaFile
-
Get the
expectedSize
. - getExpectedType() - Method in exception org.eclipse.jgit.api.errors.WrongObjectTypeException
-
Retrieves the expected type code.
- getExpirationSeconds() - Method in class org.eclipse.jgit.lfs.server.s3.S3Config
-
Get the
expirationSeconds
. - getExpireAfter() - Method in class org.eclipse.jgit.lib.RepositoryCacheConfig
-
Get the time an unused repository should be expired and be evicted from the RepositoryCache in milliseconds.
- getExposeStatsViaJmx() - Method in class org.eclipse.jgit.storage.file.WindowCacheConfig
-
Tell whether the statistics JMX bean should be automatically registered.
- getExtendedFlags() - Method in class org.eclipse.jgit.internal.storage.pack.ObjectToPack
-
Get the extended flags on this object, in the range [0x0, 0xf].
- getExtension() - Method in enum org.eclipse.jgit.internal.storage.pack.PackExt
-
Get the file extension.
- getExternalToolFromAttributes(String) - Method in class org.eclipse.jgit.internal.diffmergetool.DiffTools
-
Provides
Optional
with the name of an external diff tool if specified in git configuration for a path. - getExternalToolFromAttributes(String) - Method in class org.eclipse.jgit.internal.diffmergetool.MergeTools
-
Provides
Optional
with the name of an external merge tool if specified in git configuration for a path. - getExternalToolFromAttributes(Repository, String, String) - Static method in class org.eclipse.jgit.internal.diffmergetool.ExternalToolUtils
-
Provides
Optional
with the name of an external tool if specified in git configuration for a path. - getExtraHeaders() - Method in class org.eclipse.jgit.transport.HttpConfig
-
Get the "http.extraHeader" setting
- getFailingPaths() - Method in class org.eclipse.jgit.api.CherryPickResult
-
Get the list of paths causing this cherry-pick to fail
- getFailingPaths() - Method in class org.eclipse.jgit.api.MergeResult
-
Returns a list of paths causing this merge to fail as returned by
ResolveMerger.getFailingPaths()
- getFailingPaths() - Method in class org.eclipse.jgit.api.RebaseResult
-
Get the list of paths causing this rebase to fail
- getFailingPaths() - Method in class org.eclipse.jgit.merge.ResolveMerger
-
Get list of paths causing this merge to fail (not stopped because of a conflict).
- getFailingResult() - Method in class org.eclipse.jgit.api.RevertCommand
-
Get the result of a merge failure
- getFastForwardMode() - Method in class org.eclipse.jgit.merge.MergeConfig
-
Get the fast forward mode configured for this branch
- getFetchedFrom() - Method in class org.eclipse.jgit.api.PullResult
-
Get name of the remote configuration from which fetch was tried
- getFetchRefSpecs() - Method in class org.eclipse.jgit.transport.RemoteConfig
-
Remembered specifications for fetching from a repository.
- getFetchResult() - Method in class org.eclipse.jgit.api.PullResult
-
Get fetch result
- getFieldOrder() - Method in class org.eclipse.jgit.internal.transport.sshd.agent.connector.PageantLibrary.CopyStruct
- getFile() - Method in exception org.eclipse.jgit.errors.LockFailedException
-
Get the file that could not be locked
- getFile() - Method in class org.eclipse.jgit.internal.diffmergetool.FileElement
-
Return a temporary file if already created and stream is not valid OR a real file from work tree: if no temp file was created (@see createTempFile()) and if no stream was set OR an empty temporary file if path is "/dev/null" OR a temporary file with stream content if stream is valid (not null); stream is closed and invalidated (set to null) after write to temp file, so stream is used only once during first call!
- getFile() - Method in class org.eclipse.jgit.lib.RepositoryCache.FileKey
- getFile() - Method in class org.eclipse.jgit.storage.file.FileBasedConfig
-
Get location of the configuration file on disk
- getFile() - Method in class org.eclipse.jgit.treewalk.FileTreeIterator.FileEntry
-
Get the underlying file of this entry.
- getFile() - Method in class org.eclipse.jgit.util.FS.Attributes
- getFileAttributesPosix(FS, File) - Static method in class org.eclipse.jgit.util.FileUtils
-
Get file system attributes for the given file.
- getFileHeader() - Method in class org.eclipse.jgit.patch.BinaryHunk
-
Get header for the file this hunk applies to.
- getFileHeader() - Method in class org.eclipse.jgit.patch.CombinedHunkHeader
-
Get header for the file this hunk applies to.
- getFileHeader() - Method in class org.eclipse.jgit.patch.HunkHeader
-
Get header for the file this hunk applies to.
- getFileMode() - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Obtain the
FileMode
for this entry. - getFileMode() - Method in class org.eclipse.jgit.gitrepo.RepoCommand.RemoteFile
- getFileMode() - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Obtain the
FileMode
for the current entry on the currentHead tree - getFileMode(int) - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Obtain the
FileMode
for the current entry. - getFilename() - Method in interface org.eclipse.jgit.transport.FtpChannel.DirEntry
- getFileName() - Method in class org.eclipse.jgit.internal.fsck.FsckError.CorruptIndex
- getFileName(PackExt) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Get file name
- getFiles() - Method in class org.eclipse.jgit.patch.Patch
-
Get list of files described in the patch, in occurrence order.
- getFileSize(PackExt) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Get size of the file, in bytes.
- getFileStoreAttributes(Path) - Static method in class org.eclipse.jgit.util.FS
-
Get cached FileStore attributes, if not yet available measure them using a probe file under the given directory.
- getFillPercentage() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCache
-
Get 0..100, defining how full the cache is.
- getFilter() - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Get the currently configured filter.
- getFilterBlobLimit() - Method in class org.eclipse.jgit.transport.Transport
-
Deprecated.Use
Transport.getFilterSpec()
instead - getFilterBlobLimit() - Method in class org.eclipse.jgit.transport.UploadPack
-
Deprecated.Use
UploadPack.getFilterSpec()
instead - getFilterCommand() - Method in exception org.eclipse.jgit.api.errors.FilterFailedException
-
Get filter command
- getFilterCommand(String) - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Inspect config and attributes to return a filtercommand applicable for the current path.
- getFilteredProjects() - Method in class org.eclipse.jgit.gitrepo.ManifestParser
-
Getter for filterdProjects.
- getFilterSpec() - Method in class org.eclipse.jgit.transport.Transport
- getFilterSpec() - Method in class org.eclipse.jgit.transport.UploadPack
-
Returns the filter spec for the current request.
- getFirstAvailableTool() - Method in class org.eclipse.jgit.internal.diffmergetool.DiffTools
-
Get first available tool name.
- getFirstAvailableTool() - Method in class org.eclipse.jgit.internal.diffmergetool.MergeTools
-
Get first available tool name.
- getFirstByte() - Method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
-
Get the first byte of this id
- getFirstByte() - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Get the first 8 bits of the LongObjectId.
- getFirstByte() - Method in class org.eclipse.jgit.lib.AbbreviatedObjectId
-
Get value for a fan-out style map, only valid of length >= 2.
- getFirstByte() - Method in class org.eclipse.jgit.lib.AnyObjectId
-
Get the first 8 bits of the ObjectId.
- getFlags() - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder.StoredEntry
- getFlags() - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexRemapper.Entry
- getFollowRedirects() - Method in class org.eclipse.jgit.transport.HttpConfig
-
Get the "http.followRedirects" setting
- getFooterLines() - Method in class org.eclipse.jgit.revwalk.RevCommit
-
Parse the footer lines (e.g.
- getFooterLines(String) - Method in class org.eclipse.jgit.revwalk.RevCommit
-
Get the values of all footer lines with the given key.
- getFooterLines(FooterKey) - Method in class org.eclipse.jgit.revwalk.RevCommit
-
Get the values of all footer lines with the given key.
- getFormat() - Method in exception org.eclipse.jgit.api.ArchiveCommand.UnsupportedFormatException
- getFormat() - Method in class org.eclipse.jgit.internal.storage.pack.StoredObjectRepresentation
-
Get the storage format type
- getForwardBinaryHunk() - Method in class org.eclipse.jgit.patch.FileHeader
-
Get the new-image delta/literal if this is a
FileHeader.PatchType.GIT_BINARY
. - getFromBranch() - Method in class org.eclipse.jgit.internal.storage.file.CheckoutEntryImpl
-
Get the name of the branch before checkout
- getFromBranch() - Method in interface org.eclipse.jgit.lib.CheckoutEntry
-
Get the name of the branch before checkout
- getFS() - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Get the file system abstraction, or null if not set.
- getFS() - Method in class org.eclipse.jgit.lib.Repository
-
Get the used file system abstraction.
- getFsckMessageId() - Method in exception org.eclipse.jgit.internal.submodule.SubmoduleValidator.SubmoduleValidationException
- getFsTimestampResolution() - Method in class org.eclipse.jgit.util.FS.FileStoreAttributes
- getFtpChannel() - Method in interface org.eclipse.jgit.transport.RemoteSession
-
Obtains an
FtpChannel
for performing FTP operations over thisRemoteSession
. - getFtpChannel() - Method in class org.eclipse.jgit.transport.ssh.jsch.JschSession
-
Obtains an
FtpChannel
for performing FTP operations over thisRemoteSession
. - getFtpChannel() - Method in class org.eclipse.jgit.transport.sshd.SshdSession
-
Obtain an
FtpChannel
to perform SFTP operations in thisSshdSession
. - getFullBranch() - Method in class org.eclipse.jgit.lib.Repository
-
Get the name of the reference that
HEAD
points to. - getFullMessage() - Method in class org.eclipse.jgit.revwalk.RevCommit
-
Parse the complete commit message and decode it to a string.
- getFullMessage() - Method in class org.eclipse.jgit.revwalk.RevTag
-
Parse the complete tag message and decode it to a string.
- getGarbageTtlMillis() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsGarbageCollector
-
Get time to live for garbage packs.
- getGitDir() - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Get the meta data directory; null if not set.
- getGitsubmodules() - Method in class org.eclipse.jgit.lib.ObjectChecker
-
Get the list of ".gitmodules" files found in the pack.
- getGitSystemConfig() - Method in class org.eclipse.jgit.util.FS
-
Get the currently used path to the system-wide Git configuration file.
- getGitwebDescription() - Method in class org.eclipse.jgit.internal.storage.dfs.InMemoryRepository
-
Read the
GIT_DIR/description
file for gitweb. - getGitwebDescription() - Method in class org.eclipse.jgit.internal.storage.file.FileRepository
-
Read the
GIT_DIR/description
file for gitweb. - getGitwebDescription() - Method in class org.eclipse.jgit.lib.Repository
-
Read the
GIT_DIR/description
file for gitweb. - getGlobalAttributesNode() - Method in interface org.eclipse.jgit.attributes.AttributesNodeProvider
-
Retrieve the
AttributesNode
that holds the information located in the global gitattributes file. - getGlobalKnownHostsFiles() - Method in interface org.eclipse.jgit.transport.sshd.ServerKeyDatabase.Configuration
-
Retrieves the list of file names from the "GlobalKnownHostsFile" ssh config.
- getGlobalListenerList() - Static method in class org.eclipse.jgit.lib.Repository
-
Get the global listener list observing all events in this JVM.
- getGpgSignature() - Method in class org.eclipse.jgit.lib.ObjectBuilder
-
Retrieves the GPG signature of this object.
- getGroups() - Method in class org.eclipse.jgit.gitrepo.RepoProject
-
Return the set of groups.
- getHash() - Method in class org.eclipse.jgit.internal.storage.pack.CachedPackUriProvider.PackInfo
- getHashKnownHosts() - Method in interface org.eclipse.jgit.transport.sshd.ServerKeyDatabase.Configuration
-
Obtains the value of the "HashKnownHosts" ssh config.
- getHaves() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get the count of client haves.
- getHead() - Method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Get commit id that HEAD points to in the current submodule's repository
- getHeadBranch(Repository) - Method in class org.eclipse.jgit.api.SubmoduleSyncCommand
-
Get branch that HEAD currently points to
- getHeaderField(String) - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnection
-
Get header field.
- getHeaderField(String) - Method in interface org.eclipse.jgit.transport.http.HttpConnection
-
Get header field.
- getHeaderField(String) - Method in class org.eclipse.jgit.transport.http.JDKHttpConnection
-
Get header field.
- getHeaderFields() - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnection
-
Get map of header fields
- getHeaderFields() - Method in interface org.eclipse.jgit.transport.http.HttpConnection
-
Get map of header fields
- getHeaderFields() - Method in class org.eclipse.jgit.transport.http.JDKHttpConnection
-
Get map of header fields
- getHeaderFields(String) - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnection
- getHeaderFields(String) - Method in interface org.eclipse.jgit.transport.http.HttpConnection
-
Get all values of given header field.
- getHeaderFields(String) - Method in class org.eclipse.jgit.transport.http.JDKHttpConnection
- getHeadId() - Method in class org.eclipse.jgit.submodule.SubmoduleStatus
-
Get HEAD object id
- getHeadRef() - Method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Get ref that HEAD points to in the current submodule's repository
- getHideDotFiles() - Method in class org.eclipse.jgit.treewalk.WorkingTreeOptions
-
Get how we create '.'-files (on Windows)
- getHitCount() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCache
-
Get number of requests for items in the cache, per pack file extension.
- getHitCount() - Method in interface org.eclipse.jgit.storage.file.WindowCacheStats
-
Number of cache hits
- getHitRatio() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCache
-
Get hit ratios
- getHitRatio() - Method in interface org.eclipse.jgit.storage.file.WindowCacheStats
-
Ratio of cache requests which were hits defined as
hitCount / requestCount
, or1.0
whenrequestCount == 0
. - getHomeDirectory() - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactory
-
Retrieves the global user home directory
- getHookName() - Method in exception org.eclipse.jgit.api.errors.AbortedByHookException
-
Get hook name
- getHookName() - Method in class org.eclipse.jgit.hooks.CommitMsgHook
-
Get name of the hook
- getHookName() - Method in class org.eclipse.jgit.hooks.GitHook
-
Get name of the hook
- getHookName() - Method in class org.eclipse.jgit.hooks.PostCommitHook
-
Get name of the hook
- getHookName() - Method in class org.eclipse.jgit.hooks.PreCommitHook
-
Get name of the hook
- getHookName() - Method in class org.eclipse.jgit.hooks.PrePushHook
-
Get name of the hook
- getHookStdErr() - Method in exception org.eclipse.jgit.api.errors.AbortedByHookException
-
Get the stderr output of the hook.
- getHost() - Method in class org.eclipse.jgit.transport.URIish
-
Get host name part.
- getHostConfigEntry() - Method in class org.eclipse.jgit.internal.transport.sshd.JGitClientSession
-
Retrieves the
HostConfigEntry
this session was created for. - getHostname() - Method in class org.eclipse.jgit.junit.MockSystemReader
-
Gets the hostname of the local host.
- getHostname() - Method in class org.eclipse.jgit.lfs.server.s3.S3Config
-
Get the
hostname
. - getHostname() - Method in class org.eclipse.jgit.util.SystemReader
-
Gets the hostname of the local host.
- getHostName() - Method in class org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host
- getHttpConnectionFactory() - Method in class org.eclipse.jgit.transport.TransportHttp
-
Retrieves the
HttpConnectionFactory
used by thisTransportHttp
instance. - getHumanishName() - Method in class org.eclipse.jgit.transport.URIish
-
Get the "humanish" part of the path.
- getHunks() - Method in class org.eclipse.jgit.patch.CombinedFileHeader
-
Get hunks altering this file; in order of appearance in patch
- getHunks() - Method in class org.eclipse.jgit.patch.FileHeader
-
Get hunks altering this file; in order of appearance in patch
- getId() - Method in class org.eclipse.jgit.internal.fsck.FsckError.CorruptObject
- getId() - Method in class org.eclipse.jgit.internal.storage.file.PackFile
-
Getter for the field
id
. - getId() - Method in exception org.eclipse.jgit.lfs.errors.CorruptLongObjectException
-
Get the
id
of the object. - getId() - Method in class org.eclipse.jgit.lfs.internal.AtomicObjectOutputStream
-
Get the
id
. - getId() - Method in class org.eclipse.jgit.patch.HunkHeader.OldImage
- getId() - Method in class org.eclipse.jgit.revwalk.RevObject
-
Get the name of this object.
- getId(DiffEntry.Side) - Method in class org.eclipse.jgit.diff.DiffEntry
-
Get the object id.
- getIdentifier() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRepository
-
Get repository identifier.
- getIdentifier() - Method in class org.eclipse.jgit.internal.storage.file.FileRepository
-
Get repository identifier.
- getIdentifier() - Method in class org.eclipse.jgit.lib.Repository
-
Get repository identifier.
- getIdentities() - Method in class org.eclipse.jgit.internal.transport.sshd.agent.SshAgentClient
- getIdentityAgent() - Method in interface org.eclipse.jgit.transport.sshd.agent.ConnectorFactory.ConnectorDescriptor
-
Retrieves the internal name of a supported
Connector
. - getIdentityFile() - Method in class org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host
- getIgnoredNotInIndex() - Method in class org.eclipse.jgit.api.Status
-
Get ignored files which are not in the index
- getIgnoredNotInIndex() - Method in class org.eclipse.jgit.lib.IndexDiff
-
The method returns the list of ignored files and folders.
- getIgnoredPaths() - Method in class org.eclipse.jgit.treewalk.filter.IndexDiffFilter
-
The method returns the list of ignored files and folders.
- getImplementationClassLoader() - Method in class org.eclipse.jgit.pgm.CommandRef
-
Get implementation class loader
- getImplementationClassName() - Method in class org.eclipse.jgit.pgm.CommandRef
-
Get implementation class name
- getIndex() - Method in class org.eclipse.jgit.internal.storage.file.Pack
-
Get the index for this pack file.
- getIndexEventConsumer() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheConfig
-
Get the consumer of cache index events.
- getIndexFile() - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Get the index file location, or null if not set.
- getIndexFile() - Method in class org.eclipse.jgit.lib.Repository
-
Get the index file location or
null
if repository isn't local. - getIndexFileMode(DirCacheIterator) - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Get the file mode to use for the current entry when it is to be updated in the index.
- getIndexId() - Method in class org.eclipse.jgit.submodule.SubmoduleStatus
-
Get index object id
- getIndexMode(String) - Method in class org.eclipse.jgit.lib.IndexDiff
-
Get the file mode of the given path in the index
- getIndexSize() - Method in class org.eclipse.jgit.internal.storage.pack.DeltaIndex
-
Get an estimate of the memory required by this index.
- getIndexVersion() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Get the version of the index file written.
- getIndexVersion() - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Returns the index format version that will be written.
- getIndexVersion() - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Get the pack index file format version this instance creates.
- getInflatedBytes() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReaderIoStats
-
Get total number of bytes decompressed.
- getInflationMicros() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReaderIoStats
-
Get total microseconds spent inflating compressed bytes.
- getInfo(CachedPack, Collection<String>) - Method in interface org.eclipse.jgit.internal.storage.pack.CachedPackUriProvider
- getInfoAttributesNode() - Method in interface org.eclipse.jgit.attributes.AttributesNodeProvider
-
Retrieve the
AttributesNode
that holds the information located in $GIT_DIR/info/attributes file. - getInitialBranch() - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Get the initial branch of the new repository.
- getInitialBranch() - Method in class org.eclipse.jgit.lib.Repository
-
Get the initial branch name of a new repository
- getInitParameter(String) - Method in class org.eclipse.jgit.junit.http.MockServletConfig
- getInitParameterNames() - Method in class org.eclipse.jgit.junit.http.MockServletConfig
- getInputStream() - Method in class org.eclipse.jgit.transport.DaemonClient
-
Get input stream to read from the connected client.
- getInputStream() - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnection
-
Get input stream
- getInputStream() - Method in interface org.eclipse.jgit.transport.http.HttpConnection
-
Get input stream
- getInputStream() - Method in class org.eclipse.jgit.transport.http.JDKHttpConnection
-
Get input stream
- getInputStream(HttpServletRequest) - Static method in class org.eclipse.jgit.http.server.ServletUtils
-
Open the request input stream, automatically inflating if necessary.
- getInstallCommand() - Method in class org.eclipse.jgit.lfs.BuiltinLFS
- getInstallCommand() - Method in class org.eclipse.jgit.util.LfsFactory
-
Retrieve an
LfsFactory.LfsInstallCommand
which can be used to enable LFS support (if available) either per repository or for the user. - getInstance() - Static method in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCache
-
Get the currently active DfsBlockCache.
- getInstance() - Static method in class org.eclipse.jgit.internal.storage.file.WindowCache
- getInstance() - Static method in class org.eclipse.jgit.logging.PerformanceLogContext
-
Get the instance of the context.
- getInstance() - Static method in class org.eclipse.jgit.transport.SshSessionFactory
-
Gets the currently configured JVM-wide factory.
- getInstance() - Static method in class org.eclipse.jgit.util.LfsFactory
- getInstance() - Static method in class org.eclipse.jgit.util.SystemReader
-
Get the current SystemReader instance
- getInstance(HttpConfig) - Static method in class org.eclipse.jgit.internal.transport.http.NetscapeCookieFileCache
- getInstances() - Static method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Get all allocated, non-released PackWriters instances.
- getInt(String, String, int) - Method in class org.eclipse.jgit.lib.Config
-
Obtain an integer value from the configuration.
- getInt(String, String, String, int) - Method in class org.eclipse.jgit.lib.Config
-
Obtain an integer value from the configuration.
- getInt(Config, String, String, String, int) - Method in class org.eclipse.jgit.lib.DefaultTypedConfigGetter
-
Obtain an integer value from a git
Config
. - getInt(Config, String, String, String, int) - Method in interface org.eclipse.jgit.lib.TypedConfigGetter
-
Obtain an integer value from a git
Config
. - getInterestingObjects() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get unmodifiable collection of objects to be included in the pack.
- getIntInRange(String, String, int, int, int) - Method in class org.eclipse.jgit.lib.Config
-
Obtain an integer value from the configuration which must be inside given range.
- getIntInRange(String, String, String, int, int, int) - Method in class org.eclipse.jgit.lib.Config
-
Obtain an integer value from the configuration which must be inside given range.
- getIntInRange(Config, String, String, String, int, int, int) - Method in class org.eclipse.jgit.lib.DefaultTypedConfigGetter
-
Obtain an integer value from a git
Config
which must be in given range. - getIntInRange(Config, String, String, String, int, int, int) - Method in interface org.eclipse.jgit.lib.TypedConfigGetter
-
Obtain an integer value from a git
Config
which must be in given range. - getIoStats() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReader
-
Get IO statistics accumulated by this reader.
- getItems() - Method in class org.eclipse.jgit.junit.ssh.SshTestHarness.LogEntry
- getJGitConfig() - Method in class org.eclipse.jgit.junit.MockSystemReader
- getJGitConfig() - Method in class org.eclipse.jgit.util.SystemReader
-
Get the jgit configuration located at $XDG_CONFIG_HOME/jgit/config.
- getJSch(OpenSshConfig.Host, FS) - Method in class org.eclipse.jgit.transport.ssh.jsch.JschConfigSessionFactory
-
Obtain the JSch used to create new sessions.
- getKey() - Method in class org.eclipse.jgit.attributes.Attribute
-
Get key
- getKey() - Method in exception org.eclipse.jgit.errors.TranslationStringMissingException
-
Get the key of the missing translation string
- getKey() - Method in class org.eclipse.jgit.revwalk.FooterLine
-
Get key name of this footer.
- getKeyCache() - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactory
-
Obtains the
KeyCache
to use to cache loaded keys. - getKeyFingerprint() - Method in interface org.eclipse.jgit.lib.GpgSignatureVerifier.SignatureVerification
-
Obtains the short or long fingerprint of the public key as stored in the signature, if known.
- getKeyFormat() - Method in class org.eclipse.jgit.lib.GpgConfig
-
Retrieves the config value of gpg.format.
- getKeyGrip(PGPPublicKey) - Static method in class org.eclipse.jgit.gpg.bc.internal.keys.KeyGrip
-
Computes the keygrip for a
PGPPublicKey
. - getKeyUser() - Method in interface org.eclipse.jgit.lib.GpgSignatureVerifier.SignatureVerification
-
Obtains the OpenPGP user ID associated with the key.
- getLane() - Method in class org.eclipse.jgit.revplot.PlotCommit
-
Obtain the lane this commit has been plotted into.
- getLargeFileRepository(LfsProtocolServlet.LfsRequest, String, String) - Method in class org.eclipse.jgit.lfs.server.LfsProtocolServlet
-
Get the large file repository for the given request and path.
- getLastEntry() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableReflogReader
-
Get the last entry in the reflog
- getLastEntry() - Method in interface org.eclipse.jgit.lib.ReflogReader
-
Get the last entry in the reflog
- getLastModified() - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Deprecated.use
DirCacheEntry.getLastModifiedInstant()
instead - getLastModified() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase.PackList
- getLastModified() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Get time the pack was created, in milliseconds.
- getLastModified() - Method in class org.eclipse.jgit.treewalk.FileTreeIterator.FileEntry
-
Deprecated.
- getLastModified() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator.Entry
-
Deprecated.
- getLastModifiedInstant() - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Get the cached last modification date of this file.
- getLastModifiedInstant() - Method in class org.eclipse.jgit.treewalk.FileTreeIterator.FileEntry
- getLastModifiedInstant() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator.Entry
-
Get the last modified time of this entry.
- getLastModifiedInstant() - Method in class org.eclipse.jgit.util.FS.Attributes
- getLastModifiedTime() - Method in class org.eclipse.jgit.util.FS.Attributes
-
Deprecated.use getLastModifiedInstant instead
- getLeaf() - Method in class org.eclipse.jgit.lib.ObjectIdRef
-
Traverse target references until
Ref.isSymbolic()
is false. - getLeaf() - Method in interface org.eclipse.jgit.lib.Ref
-
Traverse target references until
Ref.isSymbolic()
is false. - getLeaf() - Method in class org.eclipse.jgit.lib.SymbolicRef
-
Traverse target references until
Ref.isSymbolic()
is false. - getLength() - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Get the cached size (mod 4 GB) (in bytes) of this file.
- getLength() - Method in class org.eclipse.jgit.treewalk.FileTreeIterator.FileEntry
- getLength() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator.Entry
-
Get the byte length of this entry.
- getLength() - Method in class org.eclipse.jgit.util.FS.Attributes
- getLength() - Method in class org.eclipse.jgit.util.LfsFactory.LfsInputStream
- getLength(File) - Static method in class org.eclipse.jgit.util.FileUtils
-
Get file length
- getLengthA() - Method in class org.eclipse.jgit.diff.Edit
-
Get length of the region in A
- getLengthB() - Method in class org.eclipse.jgit.diff.Edit
-
Get length of the region in B
- getLfsConnection(Repository, String, String) - Static method in class org.eclipse.jgit.lfs.internal.LfsConnectionFactory
-
Determine URL of LFS server by looking into config parameters lfs.url, lfs.[remote].url or remote.[remote].url.
- getLfsContentConnection(Repository, Protocol.Action, String) - Static method in class org.eclipse.jgit.lfs.internal.LfsConnectionFactory
-
Create a connection for the specified
Protocol.Action
. - getLfsObjDir() - Method in class org.eclipse.jgit.lfs.Lfs
-
Get the object directory used by LFS
- getLfsRoot() - Method in class org.eclipse.jgit.lfs.Lfs
-
Get the LFS root directory
- getLfsTmpDir() - Method in class org.eclipse.jgit.lfs.Lfs
-
Get the path to the temporary directory used by LFS.
- getLine() - Method in class org.eclipse.jgit.internal.transport.parser.FirstCommand
- getLine() - Method in class org.eclipse.jgit.internal.transport.parser.FirstWant
- getLine() - Method in class org.eclipse.jgit.transport.ReceivePack.FirstLine
-
Deprecated.
- getLine() - Method in class org.eclipse.jgit.transport.UploadPack.FirstLine
-
Deprecated.
- getLineCount() - Method in class org.eclipse.jgit.patch.HunkHeader.OldImage
- getLineDelimiter() - Method in class org.eclipse.jgit.diff.RawText
-
Get the line delimiter for the first line.
- getLinesAdded() - Method in class org.eclipse.jgit.patch.HunkHeader.OldImage
- getLinesContext() - Method in class org.eclipse.jgit.patch.HunkHeader
-
Get total number of lines of context appearing in this hunk.
- getLinesDeleted() - Method in class org.eclipse.jgit.patch.HunkHeader.OldImage
- getLineText() - Method in class org.eclipse.jgit.patch.FormatError
-
Get line of the patch script the error appears on.
- getLinkFiles() - Method in class org.eclipse.jgit.gitrepo.RepoProject
-
Getter for the linkfile configurations.
- getListenerList() - Method in class org.eclipse.jgit.lib.Repository
-
Get listeners observing only events on this repository.
- getListenerType() - Method in class org.eclipse.jgit.events.ConfigChangedEvent
-
Get type of listener this event dispatches to
- getListenerType() - Method in class org.eclipse.jgit.events.IndexChangedEvent
-
Get type of listener this event dispatches to
- getListenerType() - Method in class org.eclipse.jgit.events.RefsChangedEvent
-
Get type of listener this event dispatches to
- getListenerType() - Method in class org.eclipse.jgit.events.RepositoryEvent
-
Get type of listener this event dispatches to
- getListenerType() - Method in class org.eclipse.jgit.events.WorkingTreeModifiedEvent
-
Get type of listener this event dispatches to
- getListenerType() - Method in class org.eclipse.jgit.internal.storage.dfs.BeforeDfsPackIndexLoadedEvent
-
Get type of listener this event dispatches to
- getListenerType() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPacksChangedEvent
-
Get type of listener this event dispatches to
- getLoadCount() - Method in interface org.eclipse.jgit.storage.file.WindowCacheStats
-
Total number of times that the cache attempted to load new values.
- getLoadFailureCount() - Method in interface org.eclipse.jgit.storage.file.WindowCacheStats
-
Number of failed loads
- getLoadFailureRatio() - Method in interface org.eclipse.jgit.storage.file.WindowCacheStats
-
Ratio of cache load attempts which threw exceptions.
- getLoadSuccessCount() - Method in interface org.eclipse.jgit.storage.file.WindowCacheStats
-
Number of successful loads
- getLocale() - Method in exception org.eclipse.jgit.errors.TranslationBundleException
-
Get locale for which the exception occurred
- getLocale() - Method in class org.eclipse.jgit.junit.MockSystemReader
-
Get the locale to use
- getLocale() - Method in class org.eclipse.jgit.util.SystemReader
-
Get the locale to use
- getLocalName() - Method in class org.eclipse.jgit.transport.TrackingRefUpdate
-
Get the name of the local tracking ref.
- getLocalUserName() - Method in class org.eclipse.jgit.internal.transport.ssh.OpenSshConfigFile
-
Retrieves the local user name as given in the constructor.
- getLocalUserName() - Static method in class org.eclipse.jgit.transport.SshSessionFactory
-
Retrieves the local user name as defined by the system property "user.name".
- getLock() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReftableDatabase
-
Get the lock protecting this instance's state.
- getLock() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableDatabase
- getLockMessage() - Method in class org.eclipse.jgit.transport.PackParser
-
Get the message to record with the pack lock.
- getLog() - Method in class org.eclipse.jgit.internal.transport.sshd.AuthenticationLogger
-
Retrieves the log messages for the authentication attempts.
- getLog() - Method in class org.eclipse.jgit.junit.ssh.SshTestHarness.TestCredentialsProvider
- getLogBlockSize() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableConfig
-
Get desired output block size for log entries, in bytes.
- getLong(String, String, long) - Method in class org.eclipse.jgit.lib.Config
-
Obtain an integer value from the configuration.
- getLong(String, String, String, long) - Method in class org.eclipse.jgit.lib.Config
-
Obtain an integer value from the configuration.
- getLong(Config, String, String, String, long) - Method in class org.eclipse.jgit.lib.DefaultTypedConfigGetter
-
Obtain a long value from a git
Config
. - getLong(Config, String, String, String, long) - Method in interface org.eclipse.jgit.lib.TypedConfigGetter
-
Obtain a long value from a git
Config
. - getMarks(TreeWalk) - Method in class org.eclipse.jgit.treewalk.filter.TreeFilterMarker
-
Test the filters against the walk.
- getMaxDeltaDepth() - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Get maximum depth of delta chain set up for the writer.
- getMaximumMessageLength() - Method in class org.eclipse.jgit.transport.sshd.agent.AbstractConnector
-
Retrieves the maximum message length this
AbstractConnector
is configured for. - getMaxIndexLevels() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableConfig
-
Get maximum depth of the index; 0 for unlimited.
- getMaxRedirects() - Method in class org.eclipse.jgit.transport.HttpConfig
-
Get the "http.maxRedirects" setting
- getMaxUpdateIndex() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Get maxUpdateIndex for the reftable, if present.
- getMechanism() - Method in class org.eclipse.jgit.internal.transport.sshd.proxy.AuthenticationChallenge
-
Retrieves the authentication mechanism specified by this challenge, for instance "Basic".
- getMediaFile() - Method in exception org.eclipse.jgit.lfs.errors.CorruptMediaFile
-
Get the
mediaFile
. - getMediaFile(AnyLongObjectId) - Method in class org.eclipse.jgit.lfs.Lfs
-
Get the media file which stores the original content
- getMerge() - Method in class org.eclipse.jgit.lib.BranchConfig
-
Get the name of the upstream branch as it is called on the remote
- getMergedCommits() - Method in class org.eclipse.jgit.api.MergeResult
-
Get the commits which have been merged
- getMergedInto(RevCommit, Collection<Ref>) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Determine the Refs into which a commit is merged.
- getMergedInto(RevCommit, Collection<Ref>, ProgressMonitor) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Determine the Refs into which a commit is merged.
- getMergedReftable() - Method in class org.eclipse.jgit.internal.storage.file.FileReftableStack
- getMergeResult() - Method in class org.eclipse.jgit.api.PullResult
-
Get merge result
- getMergeResults() - Method in class org.eclipse.jgit.merge.ResolveMerger
-
Get the mergeResults
- getMergeStatus() - Method in class org.eclipse.jgit.api.MergeResult
-
Get the merge status
- getMessage() - Method in class org.eclipse.jgit.api.CommitCommand
-
Get the commit message
- getMessage() - Method in interface org.eclipse.jgit.api.RebaseCommand.InteractiveHandler2.ModifyResult
-
Retrieves the new commit message.
- getMessage() - Method in class org.eclipse.jgit.api.TagCommand
-
Get the tag
message
. - getMessage() - Method in exception org.eclipse.jgit.errors.LargeObjectException.ExceedsByteArrayLimit
- getMessage() - Method in exception org.eclipse.jgit.errors.LargeObjectException.ExceedsLimit
- getMessage() - Method in exception org.eclipse.jgit.errors.LargeObjectException
- getMessage() - Method in exception org.eclipse.jgit.errors.LargeObjectException.OutOfMemory
- getMessage() - Method in interface org.eclipse.jgit.lib.GpgSignatureVerifier.SignatureVerification
-
Obtains a human-readable message giving additional information about the outcome of the verification.
- getMessage() - Method in class org.eclipse.jgit.lib.ObjectBuilder
-
Retrieves the complete message of the object.
- getMessage() - Method in class org.eclipse.jgit.patch.FormatError
-
Get a message describing the error.
- getMessage() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get formatted message string for display to clients.
- getMessage() - Method in class org.eclipse.jgit.transport.ReceiveCommand
-
Get the message associated with a failure status.
- getMessage() - Method in class org.eclipse.jgit.transport.RemoteRefUpdate
-
Get message describing reasons of status when needed/possible; may be null.
- getMessageId() - Method in enum org.eclipse.jgit.lib.ObjectChecker.ErrorType
- getMessageOutputStream() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Get an underlying stream for sending messages to the client.
- getMessageOutputStream() - Method in class org.eclipse.jgit.transport.UploadPack
-
Get an underlying stream for sending messages to the client
- getMessages() - Method in class org.eclipse.jgit.transport.BaseConnection
-
Get the additional messages, if any, returned by the remote process.
- getMessages() - Method in interface org.eclipse.jgit.transport.Connection
-
Get the additional messages, if any, returned by the remote process.
- getMessages() - Method in class org.eclipse.jgit.transport.OperationResult
-
Get the additional messages, if any, returned by the remote process.
- getMessageWriter() - Method in class org.eclipse.jgit.transport.BaseConnection
-
Get the writer that buffers messages from the remote side.
- getMethod() - Method in class org.eclipse.jgit.junit.http.AccessEvent
-
Get the
method
. - getMinimalRacyInterval() - Method in class org.eclipse.jgit.util.FS.FileStoreAttributes
- getMinimumBlockSize() - Method in exception org.eclipse.jgit.internal.storage.reftable.BlockSizeTooSmallException
-
Get minimum block size in bytes reftable requires to write a ref.
- getMinSizePreventRacyPack() - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Get minimum packfile size for which we wait before opening a newly written pack to prevent its lastModified timestamp could be racy if
isWaitToPreventRacyPack
istrue
. - getMinUpdateIndex() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Get minUpdateIndex for the reftable, if present.
- getMissCount() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCache
-
Get number of requests for items not in the cache, per pack file extension.
- getMissCount() - Method in interface org.eclipse.jgit.storage.file.WindowCacheStats
-
Number of cache misses.
- getMissing() - Method in class org.eclipse.jgit.api.Status
-
Get missing files
- getMissing() - Method in class org.eclipse.jgit.lib.IndexDiff
-
Get list of files in index, but not filesystem
- getMissingObjects() - Method in class org.eclipse.jgit.internal.fsck.FsckError
-
Get missing objects that should present in pack files
- getMissRatio() - Method in interface org.eclipse.jgit.storage.file.WindowCacheStats
-
Ratio of cache requests which were misses defined as
missCount / requestCount
, or0.0
whenrequestCount == 0
. - getMode() - Method in class org.eclipse.jgit.treewalk.FileTreeIterator.FileEntry
- getMode() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator.Entry
-
Get the type of this entry.
- getMode(File, FS.Attributes) - Method in class org.eclipse.jgit.treewalk.FileTreeIterator.DefaultFileModeStrategy
- getMode(File, FS.Attributes) - Method in interface org.eclipse.jgit.treewalk.FileTreeIterator.FileModeStrategy
-
Compute the FileMode for a given File, based on its attributes.
- getMode(File, FS.Attributes) - Method in class org.eclipse.jgit.treewalk.FileTreeIterator.NoGitlinksStrategy
- getMode(DiffEntry.Side) - Method in class org.eclipse.jgit.diff.DiffEntry
-
Get the mode associated with this file.
- getModified() - Method in class org.eclipse.jgit.api.Status
-
Get modified files relative to the index
- getModified() - Method in class org.eclipse.jgit.events.WorkingTreeModifiedEvent
-
Retrieves the
Collection
of repository-relative paths of files that were modified (added or updated). - getModified() - Method in class org.eclipse.jgit.lib.IndexDiff
-
Get list of files modified on disk relative to the index
- getModifiedFiles() - Method in class org.eclipse.jgit.merge.ResolveMerger
-
Get the paths of files which have been modified by this merge.
- getModifiedList() - Method in class org.eclipse.jgit.api.CheckoutResult
-
Get the list of files that where modified during checkout
- getModifiedTime() - Method in interface org.eclipse.jgit.transport.FtpChannel.DirEntry
- getModuleName() - Method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
The module name for the current submodule entry (used for the section name of .git/config)
- getModulesIgnore() - Method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Get the configured ignore field for the current entry.
- getModulesPath() - Method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Get the configured path for current entry.
- getModulesUpdate() - Method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Get the configured update field for current entry.
- getModulesUrl() - Method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Get the configured remote URL for current entry.
- getMultiValuedOptions() - Method in class org.eclipse.jgit.internal.transport.ssh.OpenSshConfigFile.HostEntry
-
Retrieves an unmodifiable map of all multi-valued options, with case-insensitive lookup by keys.
- getMultiValuedOptions() - Method in class org.eclipse.jgit.internal.transport.sshd.JGitHostConfigEntry
-
Retrieves all multi-valued options.
- getMultiValuedOptions() - Method in interface org.eclipse.jgit.transport.SshConfigStore.HostConfig
-
Retrieves an unmodifiable map of all multi- or list-valued options, with case-insensitive lookup by keys.
- getName() - Method in class org.eclipse.jgit.api.TagCommand
-
Get the tag
name
. - getName() - Method in class org.eclipse.jgit.gitrepo.RepoProject
-
Get the name (relative path to the
remote
) of this sub repo. - getName() - Method in class org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSignatureVerifier
- getName() - Method in interface org.eclipse.jgit.internal.diffmergetool.ExternalDiffTool
- getName() - Method in class org.eclipse.jgit.internal.diffmergetool.UserDefinedDiffTool
- getName() - Method in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Factory
- getName() - Static method in class org.eclipse.jgit.junit.JGitTestUtil
-
Get name of current test by inspecting stack trace
- getName() - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Get string form of the SHA-256
- getName() - Method in class org.eclipse.jgit.lib.AnyObjectId
-
Get string form of the SHA-1, in lower case hexadecimal.
- getName() - Method in interface org.eclipse.jgit.lib.GpgSignatureVerifier
-
Retrieves the name of this verifier.
- getName() - Method in class org.eclipse.jgit.lib.ObjectIdRef
-
What this ref is called within the repository.
- getName() - Method in class org.eclipse.jgit.lib.PersonIdent
-
Get name of person
- getName() - Method in interface org.eclipse.jgit.lib.Ref
-
What this ref is called within the repository.
- getName() - Method in class org.eclipse.jgit.lib.RefUpdate
-
Get the name of the ref this update will operate on.
- getName() - Method in class org.eclipse.jgit.lib.SymbolicRef
-
What this ref is called within the repository.
- getName() - Method in class org.eclipse.jgit.logging.PerformanceLogRecord
-
Get the name of the recorded event.
- getName() - Method in class org.eclipse.jgit.merge.MergeStrategy
-
Get default name of this strategy implementation.
- getName() - Method in class org.eclipse.jgit.merge.StrategyOneSided
-
Get default name of this strategy implementation.
- getName() - Method in class org.eclipse.jgit.merge.StrategyRecursive
-
Get default name of this strategy implementation.
- getName() - Method in class org.eclipse.jgit.merge.StrategyResolve
-
Get default name of this strategy implementation.
- getName() - Method in class org.eclipse.jgit.merge.StrategySimpleTwoWayInCore
-
Get default name of this strategy implementation.
- getName() - Method in class org.eclipse.jgit.pgm.CommandRef
-
Get the
name
. - getName() - Method in class org.eclipse.jgit.revwalk.FooterKey
-
Get name of this footer line.
- getName() - Method in class org.eclipse.jgit.transport.PushCertificateIdent
-
Get the name portion of the User ID.
- getName() - Method in class org.eclipse.jgit.transport.RemoteConfig
-
Get the local name this remote configuration is recognized as.
- getName() - Method in interface org.eclipse.jgit.transport.sshd.agent.ConnectorFactory
-
Retrieves a name for this factory.
- getName() - Method in class org.eclipse.jgit.transport.TestProtocol
-
Get text name of the protocol suitable for display to a user.
- getName() - Method in class org.eclipse.jgit.transport.TransportProtocol
-
Get text name of the protocol suitable for display to a user.
- getName() - Method in class org.eclipse.jgit.treewalk.FileTreeIterator.FileEntry
- getName() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator.Entry
-
Get the name of this entry within its directory.
- getName() - Method in class org.eclipse.jgit.util.FS.Attributes
- getName(byte[], int) - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Get the name component of the current entry path into the provided buffer.
- getNameLength() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Get the length of the name component of the path for the current entry.
- getNameOffset() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
JGit internal API for use by
DirCacheCheckout
- getNameOnly() - Method in class org.eclipse.jgit.ignore.FastIgnoreRule
-
Whether the pattern is just a file name and not a path
- getNames(String) - Method in class org.eclipse.jgit.lib.Config
-
Get the list of names defined for this section
- getNames(String, boolean) - Method in class org.eclipse.jgit.lib.Config
-
Get the list of names defined for this section
- getNames(String, String) - Method in class org.eclipse.jgit.lib.Config
-
Get the list of names defined for this subsection
- getNames(String, String, boolean) - Method in class org.eclipse.jgit.lib.Config
-
Get the list of names defined for this section
- getNameString() - Method in class org.eclipse.jgit.dircache.DirCacheTree
-
Get the tree's name within its parent.
- getNameString() - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Get the current entry's name within its parent tree.
- getNegation() - Method in class org.eclipse.jgit.ignore.FastIgnoreRule
-
Indicates whether the rule is non-negation or negation.
- getNewHead() - Method in class org.eclipse.jgit.api.CherryPickResult
-
Get the new head after this cherry-pick
- getNewHead() - Method in class org.eclipse.jgit.api.MergeResult
-
Get the object the head points at after the merge
- getNewId() - Method in class org.eclipse.jgit.diff.DiffEntry
-
Get the new object id from the
index
. - getNewId() - Method in class org.eclipse.jgit.internal.storage.file.ReflogEntryImpl
-
Get the commit id after the change
- getNewId() - Method in interface org.eclipse.jgit.lib.ReflogEntry
-
Get the commit id after the change
- getNewId() - Method in class org.eclipse.jgit.transport.ReceiveCommand
-
Get the requested new value for this ref.
- getNewLineCount() - Method in class org.eclipse.jgit.patch.HunkHeader
-
Get total number of post-image lines this hunk covers.
- getNewMode() - Method in class org.eclipse.jgit.diff.DiffEntry
-
Get the new file mode
- getNewObjectId() - Method in class org.eclipse.jgit.lib.RefUpdate
-
Get the new value the ref will be (or was) updated to.
- getNewObjectId() - Method in class org.eclipse.jgit.transport.RemoteRefUpdate
-
Get new object id
- getNewObjectId() - Method in class org.eclipse.jgit.transport.TrackingRefUpdate
-
Get the new value the ref will be (or was) updated to.
- getNewObjectIds() - Method in class org.eclipse.jgit.transport.PackParser
-
Get the new objects that were sent by the user
- getNewPacks() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsGarbageCollector
-
Get new packs created by this compaction.
- getNewPacks() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackCompactor
-
Get new packs created by this compaction.
- getNewPackStatistics() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsGarbageCollector
-
Get statistics corresponding to the
DfsGarbageCollector.getNewPacks()
. - getNewPackStatistics() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackCompactor
-
Get statistics corresponding to the
DfsPackCompactor.getNewPacks()
. - getNewPath() - Method in class org.eclipse.jgit.diff.DiffEntry
-
Get the new name associated with this file.
- getNewPrefix() - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Get the prefix applied in front of new file paths.
- getNewStartLine() - Method in class org.eclipse.jgit.patch.HunkHeader
-
Get first line number in the post-image file where the hunk starts.
- getNewSymref() - Method in class org.eclipse.jgit.transport.ReceiveCommand
-
Get requested new target for a symbolic reference.
- getNonce() - Method in class org.eclipse.jgit.transport.PushCertificate
-
Get the raw nonce value that was presented by the pusher.
- getNonceGenerator() - Method in class org.eclipse.jgit.transport.SignedPushConfig
-
Get the
NonceGenerator
used for signed pushes. - getNonceStatus() - Method in class org.eclipse.jgit.transport.PushCertificate
-
Get verification status of the nonce embedded in the certificate.
- getNonCommitHeads() - Method in class org.eclipse.jgit.internal.fsck.FsckError
-
Get refs/heads/* which point to non-commit object
- getNotAdvertisedWants() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get the count of client wants that were not advertised by the server.
- getNote(AnyObjectId) - Method in class org.eclipse.jgit.notes.NoteMap
-
Lookup a note for a specific ObjectId.
- getNumBytesDuplicated() - Method in class org.eclipse.jgit.transport.ReceivedPackStatistics
-
Get number of bytes of objects already in the local database
- getNumBytesRead() - Method in class org.eclipse.jgit.transport.ReceivedPackStatistics
-
Get number of bytes read from the input stream
- getNumDeltaBlob() - Method in class org.eclipse.jgit.transport.ReceivedPackStatistics
-
Get number of delta blob objects in the pack
- getNumDeltaCommit() - Method in class org.eclipse.jgit.transport.ReceivedPackStatistics
-
Get number of delta commit objects in the pack
- getNumDeltaTag() - Method in class org.eclipse.jgit.transport.ReceivedPackStatistics
-
Get number of delta tag objects in the pack
- getNumDeltaTree() - Method in class org.eclipse.jgit.transport.ReceivedPackStatistics
-
Get number of delta tree objects in the pack
- getNumObjectsDuplicated() - Method in class org.eclipse.jgit.transport.ReceivedPackStatistics
-
Get number of objects already in the local database
- getNumOfsDelta() - Method in class org.eclipse.jgit.transport.ReceivedPackStatistics
-
Get number of offset delta objects in the pack
- getNumRefDelta() - Method in class org.eclipse.jgit.transport.ReceivedPackStatistics
-
Get number of ref delta objects in the pack
- getNumWholeBlob() - Method in class org.eclipse.jgit.transport.ReceivedPackStatistics
-
Get number of whole blob objects in the pack
- getNumWholeCommit() - Method in class org.eclipse.jgit.transport.ReceivedPackStatistics
-
Get number of whole commit objects in the pack
- getNumWholeTag() - Method in class org.eclipse.jgit.transport.ReceivedPackStatistics
-
Get number of whole tag objects in the pack
- getNumWholeTree() - Method in class org.eclipse.jgit.transport.ReceivedPackStatistics
-
Get number of whole tree objects in the pack
- getObject() - Method in interface org.eclipse.jgit.api.VerificationResult
-
Retrieves the git object of which the signature was verified.
- getObject() - Method in class org.eclipse.jgit.revwalk.RevTag
-
Get a reference to the object this tag was placed on.
- getObject(int) - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndex
-
Get the object at the bitmap position.
- getObject(int) - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder
-
Get the object at the bitmap position.
- getObject(int) - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexRemapper
-
Get the object at the bitmap position.
- getObject(int) - Method in class org.eclipse.jgit.transport.PackParser
-
Get the information about the requested object.
- getObjectChecker() - Method in class org.eclipse.jgit.transport.Transport
-
Get configured object checker for received objects
- getObjectCount() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsCachedPack
-
Get the number of objects in this pack.
- getObjectCount() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Get number of objects in the pack.
- getObjectCount() - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndex
-
Obtain the total number of objects described by this index.
- getObjectCount() - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder
-
Obtain the total number of objects described by this index.
- getObjectCount() - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexRemapper
-
Obtain the total number of objects described by this index.
- getObjectCount() - Method in class org.eclipse.jgit.internal.storage.file.PackIndex
-
Obtain the total number of objects described by this index.
- getObjectCount() - Method in class org.eclipse.jgit.internal.storage.pack.CachedPack
-
Get the number of objects in this pack.
- getObjectCount() - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Returns objects number in a pack file that was created by this writer.
- getObjectCount() - Method in class org.eclipse.jgit.transport.PackParser
-
Get the number of objects in the stream.
- getObjectDatabase() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRepository
-
Get the object database which stores this repository's data.
- getObjectDatabase() - Method in class org.eclipse.jgit.internal.storage.dfs.InMemoryRepository
-
Get the object database which stores this repository's data.
- getObjectDatabase() - Method in class org.eclipse.jgit.internal.storage.file.FileRepository
-
Get the object database which stores this repository's data.
- getObjectDatabase() - Method in class org.eclipse.jgit.lib.Repository
-
Get the object database which stores this repository's data.
- getObjectDirectory() - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Get the object directory; null if not set.
- getObjectFilter() - Method in class org.eclipse.jgit.revwalk.ObjectWalk
-
Get the currently configured object filter.
- getObjectId() - Method in exception org.eclipse.jgit.api.errors.WrongObjectTypeException
-
Retrieves the name (SHA-1) of the object.
- getObjectId() - Method in class org.eclipse.jgit.api.TagCommand
-
Get the tag's object id
- getObjectId() - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Obtain the ObjectId for the entry.
- getObjectId() - Method in class org.eclipse.jgit.dircache.DirCacheTree
-
Get the tree's ObjectId.
- getObjectId() - Method in exception org.eclipse.jgit.errors.LargeObjectException
-
Get identity of the object that is too large; may be null
- getObjectId() - Method in exception org.eclipse.jgit.errors.MissingObjectException
-
Get the ObjectId that was not found
- getObjectId() - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder.StoredEntry
- getObjectId() - Method in interface org.eclipse.jgit.lib.AsyncObjectLoaderQueue
-
Get the ObjectId of the current object.
- getObjectId() - Method in interface org.eclipse.jgit.lib.AsyncObjectSizeQueue
-
Get the ObjectId of the current object.
- getObjectId() - Method in class org.eclipse.jgit.lib.BitmapObject
-
Get the name of this object.
- getObjectId() - Method in class org.eclipse.jgit.lib.ObjectIdRef
-
Cached value of this ref.
- getObjectId() - Method in interface org.eclipse.jgit.lib.Ref
-
Cached value of this ref.
- getObjectId() - Method in class org.eclipse.jgit.lib.SymbolicRef
-
Cached value of this ref.
- getObjectId() - Method in class org.eclipse.jgit.lib.TagBuilder
-
Get the object this tag refers to.
- getObjectId() - Method in class org.eclipse.jgit.submodule.SubmoduleConflict
- getObjectId() - Method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Get object id of current submodule entry
- getObjectId(int) - Method in class org.eclipse.jgit.internal.storage.file.PackIndex
-
Get ObjectId for the n-th object entry returned by
PackIndex.iterator()
. - getObjectId(int) - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Obtain the ObjectId for the current entry.
- getObjectId(long) - Method in class org.eclipse.jgit.internal.storage.file.PackIndex
-
Get ObjectId for the n-th object entry returned by
PackIndex.iterator()
. - getObjectId(MutableObjectId, int) - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Obtain the ObjectId for the current entry.
- getObjectIDs() - Method in class org.eclipse.jgit.transport.ObjectInfoRequest
- getObjectInserter() - Method in class org.eclipse.jgit.merge.Merger
-
Get an object writer to create objects, writing objects to
Merger.getRepository()
- getObjectName() - Method in exception org.eclipse.jgit.errors.LargeObjectException
-
Get the hex encoded name of the object, or 'unknown object'
- getObjectReader() - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Get the reader this walker is using to load objects.
- getObjectReader() - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Get the reader this walker is using to load objects.
- getObjects() - Method in class org.eclipse.jgit.lfs.server.LfsProtocolServlet.LfsRequest
-
Get the LFS objects.
- getObjects() - Method in class org.eclipse.jgit.storage.pack.PackStatistics.ObjectType
- getObjectsDirectory() - Method in class org.eclipse.jgit.internal.storage.file.FileRepository
-
Get the directory containing the objects owned by this repository
- getObjectSet() - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder
-
Get set of objects included in the pack.
- getObjectSet() - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Returns the object ids in the pack file that was created by this writer.
- getObjectSize(Iterable<T>, boolean) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReader
-
Asynchronous object size lookup.
- getObjectSize(Iterable<T>, boolean) - Method in class org.eclipse.jgit.lib.ObjectReader.Filter
- getObjectSize(Iterable<T>, boolean) - Method in class org.eclipse.jgit.lib.ObjectReader
-
Asynchronous object size lookup.
- getObjectSize(AnyObjectId, int) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReader
-
Get only the size of an object.
- getObjectSize(AnyObjectId, int) - Method in class org.eclipse.jgit.lib.ObjectReader.Filter
- getObjectSize(AnyObjectId, int) - Method in class org.eclipse.jgit.lib.ObjectReader
-
Get only the size of an object.
- getObjectToTransfer(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jgit.lfs.server.fs.FileLfsServlet
-
Retrieve object id from request
- getObjectType() - Method in class org.eclipse.jgit.lib.FileMode
-
Get the object type that should appear for this type of mode.
- getObjectType() - Method in class org.eclipse.jgit.lib.TagBuilder
-
Get the type of object this tag refers to.
- getObjectTypes() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get a map containing ObjectType statistics.
- getOffloadedPackfiles() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
- getOffloadedPackfilesSize() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
- getOffset() - Method in class org.eclipse.jgit.internal.storage.file.PackIndex.MutableEntry
-
Returns offset for this index object entry
- getOffset() - Method in class org.eclipse.jgit.patch.FormatError
-
Get byte offset within
FormatError.getBuffer()
where the error is. - getOffset() - Method in class org.eclipse.jgit.transport.PackedObjectInfo
-
Get offset in pack when object has been already written
- getOffset() - Method in class org.eclipse.jgit.transport.PackParser.UnresolvedDelta
- getOffset64Count() - Method in class org.eclipse.jgit.internal.storage.file.PackIndex
-
Obtain the total number of objects needing 64 bit offsets.
- getOid() - Method in class org.eclipse.jgit.lfs.LfsPointer
-
Getter for the field
oid
. - getOid() - Method in class org.eclipse.jgit.lfs.server.LfsObject
-
Get the
oid
of this object. - getOldId() - Method in class org.eclipse.jgit.diff.DiffEntry
-
Get the old object id from the
index
. - getOldId() - Method in class org.eclipse.jgit.internal.storage.file.ReflogEntryImpl
-
Get the commit id before the change
- getOldId() - Method in interface org.eclipse.jgit.lib.ReflogEntry
-
Get the commit id before the change
- getOldId() - Method in class org.eclipse.jgit.patch.CombinedFileHeader
-
Get the old object id from the
index
. - getOldId() - Method in class org.eclipse.jgit.transport.ReceiveCommand
-
Get the old value the client thinks the ref has.
- getOldId(int) - Method in class org.eclipse.jgit.patch.CombinedFileHeader
-
Get the ObjectId of the nth ancestor
- getOldImage() - Method in class org.eclipse.jgit.patch.CombinedHunkHeader
-
Get information about the old image mentioned in this hunk.
- getOldImage() - Method in class org.eclipse.jgit.patch.HunkHeader
-
Get information about the old image mentioned in this hunk.
- getOldImage(int) - Method in class org.eclipse.jgit.patch.CombinedHunkHeader
-
Get the OldImage data related to the nth ancestor
- getOldMode() - Method in class org.eclipse.jgit.diff.DiffEntry
-
Get the old file mode
- getOldMode() - Method in class org.eclipse.jgit.patch.CombinedFileHeader
-
Get the old file mode
- getOldMode(int) - Method in class org.eclipse.jgit.patch.CombinedFileHeader
-
Get the file mode of the nth ancestor
- getOldObjectId() - Method in class org.eclipse.jgit.lib.RefUpdate
-
The old value of the ref, prior to the update being attempted.
- getOldObjectId() - Method in class org.eclipse.jgit.transport.TrackingRefUpdate
-
The old value of the ref, prior to the update being attempted.
- getOldPath() - Method in class org.eclipse.jgit.diff.DiffEntry
-
Get the old name associated with this file.
- getOldPrefix() - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Get the prefix applied in front of old file paths.
- getOldSymref() - Method in class org.eclipse.jgit.transport.ReceiveCommand
-
Get expected old target for a symbolic reference.
- getOpenByteCount() - Method in interface org.eclipse.jgit.storage.file.WindowCacheStats
-
Number of bytes cached
- getOpenByteCountPerRepository() - Method in interface org.eclipse.jgit.storage.file.WindowCacheStats
-
Number of bytes cached per repository
- getOpenBytes() - Static method in interface org.eclipse.jgit.storage.file.WindowCacheStats
-
Deprecated.use
WindowCacheStats.getOpenByteCount()
instead - getOpenFileCount() - Method in interface org.eclipse.jgit.storage.file.WindowCacheStats
-
Number of pack files kept open by the cache
- getOpenFiles() - Static method in interface org.eclipse.jgit.storage.file.WindowCacheStats
-
Deprecated.use
WindowCacheStats.getOpenFileCount()
instead - getOperation() - Method in class org.eclipse.jgit.lfs.server.LfsProtocolServlet.LfsRequest
-
Get the LFS operation.
- getOperationType() - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Get the operation type
- getOptionalFields() - Method in class org.eclipse.jgit.transport.TestProtocol
-
Get immutable set of URIishFields that may be filled in.
- getOptionalFields() - Method in class org.eclipse.jgit.transport.TransportProtocol
-
Get immutable set of URIishFields that may be filled in.
- getOptionReceivePack() - Method in class org.eclipse.jgit.transport.Transport
-
Default setting is:
RemoteConfig.DEFAULT_RECEIVE_PACK
- getOptions() - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder
-
Get the index storage options.
- getOptions() - Method in class org.eclipse.jgit.internal.transport.ssh.OpenSshConfigFile.HostEntry
-
Retrieves an unmodifiable map of all single-valued options, with case-insensitive lookup by keys.
- getOptions() - Method in interface org.eclipse.jgit.transport.SshConfigStore.HostConfig
-
Retrieves an unmodifiable map of all single-valued options, with case-insensitive lookup by keys.
- getOptions() - Method in class org.eclipse.jgit.transport.UploadPack.FirstLine
-
Deprecated.
- getOptions() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Returns the working tree options used by this iterator.
- getOptionUploadPack() - Method in class org.eclipse.jgit.transport.Transport
-
Get the name of the remote executable providing upload-pack service.
- getOutput() - Method in exception org.eclipse.jgit.api.errors.FilterFailedException
-
Get output
- getOutputStream() - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Get output stream
- getOutputStream() - Method in class org.eclipse.jgit.hooks.GitHook
-
Get output stream
- getOutputStream() - Method in class org.eclipse.jgit.internal.storage.file.LockFile
-
Obtain the direct output stream for this lock.
- getOutputStream() - Method in class org.eclipse.jgit.transport.DaemonClient
-
Get output stream to send data to the connected client.
- getOutputStream() - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnection
-
Get output stream
- getOutputStream() - Method in interface org.eclipse.jgit.transport.http.HttpConnection
-
Get output stream
- getOutputStream() - Method in class org.eclipse.jgit.transport.http.JDKHttpConnection
-
Get output stream
- getOutputWriter() - Method in class org.eclipse.jgit.pgm.TextBuiltin
-
Get output writer
- getPack() - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser
-
Get the imported
Pack
. - getPackConfig() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsGarbageCollector
-
Get configuration used to generate the new pack file.
- getPackConfig() - Method in class org.eclipse.jgit.transport.Daemon
-
Get configuration controlling packing, may be null.
- getPackConfig() - Method in class org.eclipse.jgit.transport.Transport
-
Get the configuration used by the pack generator to make packs.
- getPackDescription() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsCachedPack
-
Get the description of the pack.
- getPackDescription() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackFile
-
Get description that was originally used to configure this pack file.
- getPackDescription() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackParser
-
Get description of the imported pack, if one was made.
- getPackDescription() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReftable
-
Get description that was originally used to configure this file.
- getPackDirectory() - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectory
-
Getter for the field
packDirectory
. - getPackedGitLimit() - Method in class org.eclipse.jgit.storage.file.WindowCacheConfig
-
Get maximum number bytes of heap memory to dedicate to caching pack file data.
- getPackedGitOpenFiles() - Method in class org.eclipse.jgit.storage.file.WindowCacheConfig
-
Get maximum number of streams to open at a time.
- getPackedGitWindowSize() - Method in class org.eclipse.jgit.storage.file.WindowCacheConfig
-
Get size in bytes of a single window mapped or read in from the pack file.
- getPackExt() - Method in class org.eclipse.jgit.internal.storage.file.PackFile
-
Getter for the field
packExt
. - getPackFile() - Method in class org.eclipse.jgit.internal.storage.dfs.BeforeDfsPackIndexLoadedEvent
-
Get the PackFile containing the index that will be loaded.
- getPackFile() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsCachedPack
- getPackFile() - Method in class org.eclipse.jgit.internal.storage.file.Pack
-
Get the File object which locates this pack on disk.
- getPackIndex(DfsReader) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackFile
-
Get the PackIndex for this PackFile.
- getPackIndexCacheHits() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReaderIoStats
-
Get total number of pack index cache hits.
- getPackIndexVersion() - Method in class org.eclipse.jgit.lib.CoreConfig
-
Get the preferred pack index file format; 0 for oldest possible.
- getPackList() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase
-
Scan and list all available pack files in the repository.
- getPackLocks() - Method in class org.eclipse.jgit.transport.BasePackFetchConnection
-
All locks created by the last
FetchConnection.fetch(ProgressMonitor, Collection, Set)
call. - getPackLocks() - Method in interface org.eclipse.jgit.transport.FetchConnection
-
All locks created by the last
FetchConnection.fetch(ProgressMonitor, Collection, Set)
call. - getPackName() - Method in class org.eclipse.jgit.internal.storage.file.Pack
-
Get name extracted from
pack-*.pack
pattern. - getPacks() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase
-
Scan and list all available pack files in the repository.
- getPacks() - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectory
- getPackSize() - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser
-
Get the size of the newly created pack.
- getPackSize() - Method in class org.eclipse.jgit.transport.PackParser
-
Get the size of the newly created pack.
- getPackSize() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Get the size of the received pack file including the index size.
- getPackSource() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Get the source of the pack.
- getPackStats() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Get statistics from PackWriter, if the pack was built with it.
- getParameter(String) - Method in class org.eclipse.jgit.junit.http.AccessEvent
-
Get parameter
- getParameters() - Method in class org.eclipse.jgit.hooks.CommitMsgHook
-
Override this method when needed to provide relevant parameters to the underlying hook script.
- getParameters() - Method in class org.eclipse.jgit.hooks.GitHook
-
Override this method when needed to provide relevant parameters to the underlying hook script.
- getParameters() - Method in class org.eclipse.jgit.hooks.PrePushHook
-
Override this method when needed to provide relevant parameters to the underlying hook script.
- getParameters() - Method in enum org.eclipse.jgit.internal.diffmergetool.CommandLineDiffTool
- getParameters() - Method in class org.eclipse.jgit.junit.http.AccessEvent
-
Get
parameters
- getParameters(boolean) - Method in enum org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
- getParent() - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
-
Deprecated.internal use only
- getParent(int) - Method in class org.eclipse.jgit.revwalk.RevCommit
-
Get the nth parent from this commit's parent list.
- getParentCount() - Method in class org.eclipse.jgit.patch.CombinedFileHeader
- getParentCount() - Method in class org.eclipse.jgit.revwalk.RevCommit
-
Get the number of parent commits listed in this commit.
- getParentIds() - Method in class org.eclipse.jgit.lib.CommitBuilder
-
Get the ancestors of this commit.
- getParentPropertyResolver() - Method in class org.eclipse.jgit.internal.transport.sshd.JGitClientSession
- getParentPropertyResolver() - Method in class org.eclipse.jgit.internal.transport.sshd.JGitClientSession.SessionAttributes
- getParents() - Method in class org.eclipse.jgit.revwalk.RevCommit
-
Obtain an array of all parents (NOTE - THIS IS NOT A COPY).
- getParser() - Method in class org.eclipse.jgit.transport.ConnectivityChecker.ConnectivityCheckInfo
- getParser(String) - Static method in class org.eclipse.jgit.merge.MergeConfig
-
Get a parser for use with
Config.get(SectionParser)
- getPass() - Method in class org.eclipse.jgit.transport.URIish
-
Get password requested for transfer
- getPassphrase() - Method in interface org.eclipse.jgit.gpg.bc.internal.keys.SecretKeys.PassphraseSupplier
-
Supplies a passphrase.
- getPassphrase() - Method in class org.eclipse.jgit.internal.transport.ssh.jsch.CredentialsProviderUserInfo
- getPassphrase(URIish, int) - Method in class org.eclipse.jgit.transport.sshd.IdentityPasswordProvider
- getPassphrase(URIish, int) - Method in interface org.eclipse.jgit.transport.sshd.KeyPasswordProvider
-
Obtains a passphrase to use to decrypt an ecrypted private key.
- getPassword() - Method in class org.eclipse.jgit.internal.transport.ssh.jsch.CredentialsProviderUserInfo
- getPassword() - Method in class org.eclipse.jgit.transport.sshd.IdentityPasswordProvider.State
-
Retrieves the password from the current attempt.
- getPassword() - Method in class org.eclipse.jgit.transport.sshd.ProxyData
-
Obtains a copy of the internally stored password.
- getPassword(SessionContext, NamedResource, int) - Method in class org.eclipse.jgit.internal.transport.sshd.PasswordProviderWrapper
- getPassword(URIish, int, IdentityPasswordProvider.State) - Method in class org.eclipse.jgit.transport.sshd.IdentityPasswordProvider
-
Retrieves a password to decrypt a private key.
- getPassword(URIish, String) - Method in class org.eclipse.jgit.transport.sshd.IdentityPasswordProvider
-
Obtains the passphrase/password for an encrypted private key via the
configured CredentialsProvider
. - getPasswordAuthentication() - Method in class org.eclipse.jgit.util.CachedAuthenticator
- getPatchType() - Method in class org.eclipse.jgit.patch.FileHeader
-
Get style of patch used to modify this file.
- getPath() - Method in exception org.eclipse.jgit.api.errors.FilterFailedException
-
Get path
- getPath() - Method in class org.eclipse.jgit.api.SubmoduleDeinitResult
-
Get the path of the submodule
- getPath() - Method in class org.eclipse.jgit.gitrepo.RepoProject
-
Get the path (relative path to the super project) of this sub repo.
- getPath() - Method in enum org.eclipse.jgit.internal.diffmergetool.CommandLineDiffTool
- getPath() - Method in enum org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
- getPath() - Method in interface org.eclipse.jgit.internal.diffmergetool.ExternalDiffTool
- getPath() - Method in class org.eclipse.jgit.internal.diffmergetool.FileElement
- getPath() - Method in class org.eclipse.jgit.internal.diffmergetool.UserDefinedDiffTool
-
The path of the diff tool.
- getPath() - Method in class org.eclipse.jgit.internal.transport.http.NetscapeCookieFile
-
Path to the underlying cookie file.
- getPath() - Method in class org.eclipse.jgit.junit.http.AccessEvent
-
Get
path
. - getPath() - Method in class org.eclipse.jgit.revwalk.FollowFilter
-
Get the path this filter matches.
- getPath() - Method in class org.eclipse.jgit.submodule.SubmoduleStatus
-
Get submodule path
- getPath() - Method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Get path of current submodule entry
- getPath() - Method in class org.eclipse.jgit.transport.URIish
-
Get path name component
- getPath() - Method in class org.eclipse.jgit.treewalk.filter.PathFilter
-
Get the path this filter matches.
- getPath(String, String, String, FS, File, Path) - Method in class org.eclipse.jgit.lib.Config
-
Parse a string value and treat it as a file path, replacing a ~/ prefix by the user's home directory.
- getPath(DiffEntry.Side) - Method in class org.eclipse.jgit.diff.DiffEntry
-
Get the path associated with this file.
- getPath(AnyLongObjectId) - Method in class org.eclipse.jgit.lfs.server.fs.FileLfsRepository
-
Get the path where the given object is stored
- getPath(Config, String, String, String, FS, File, Path) - Method in interface org.eclipse.jgit.lib.TypedConfigGetter
-
Parse a string value from a git
Config
and treat it as a file path, replacing a ~/ prefix by the user's home directory. - getPath1() - Method in exception org.eclipse.jgit.errors.DirCacheNameConflictException
-
Get one of the paths that has a conflict
- getPath2() - Method in exception org.eclipse.jgit.errors.DirCacheNameConflictException
-
Get another path that has a conflict
- getPathBuffer() - Method in class org.eclipse.jgit.revwalk.ObjectWalk
-
Get the internal buffer holding the current path.
- getPathFilter() - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Get path filter
- getPathHashCode() - Method in class org.eclipse.jgit.revwalk.ObjectWalk
-
Get the current object's path hash code.
- getPathInfo() - Method in class org.eclipse.jgit.http.server.glue.WrappedRequest
- getPathLength() - Method in class org.eclipse.jgit.revwalk.ObjectWalk
-
Get length of the path in
ObjectWalk.getPathBuffer()
. - getPathLength() - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Get the path length of the current entry.
- getPaths() - Method in class org.eclipse.jgit.api.StatusCommand
-
Returns the paths filtering this status.
- getPathString() - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Get the entry's complete path.
- getPathString() - Method in class org.eclipse.jgit.dircache.DirCacheTree
-
Get the tree's path within the repository.
- getPathString() - Method in class org.eclipse.jgit.revwalk.ObjectWalk
-
Get the current object's complete path.
- getPathString() - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Get the current entry's complete path.
- getPathsWithIndexMode(FileMode) - Method in class org.eclipse.jgit.lib.IndexDiff
-
Get the list of paths that IndexDiff has detected to differ and have the given file mode
- getPathTranslated() - Method in class org.eclipse.jgit.http.server.glue.WrappedRequest
- getPattern() - Method in class org.eclipse.jgit.attributes.AttributesRule
-
Get the pattern
- getPattern() - Method in exception org.eclipse.jgit.errors.InvalidPatternException
-
Get the invalid pattern
- getPeel() - Method in class org.eclipse.jgit.transport.LsRefsV2Request
- getPeeledObjectId() - Method in class org.eclipse.jgit.lib.ObjectIdRef.PeeledNonTag
- getPeeledObjectId() - Method in class org.eclipse.jgit.lib.ObjectIdRef.PeeledTag
- getPeeledObjectId() - Method in class org.eclipse.jgit.lib.ObjectIdRef.Unpeeled
- getPeeledObjectId() - Method in interface org.eclipse.jgit.lib.Ref
-
Cached value of
ref^{}
(the ref peeled to commit). - getPeeledObjectId() - Method in class org.eclipse.jgit.lib.SymbolicRef
-
Cached value of
ref^{}
(the ref peeled to commit). - getPeerUserAgent() - Method in class org.eclipse.jgit.transport.BaseConnection
-
User agent advertised by the remote server.
- getPeerUserAgent() - Method in interface org.eclipse.jgit.transport.Connection
-
User agent advertised by the remote server.
- getPeerUserAgent() - Method in class org.eclipse.jgit.transport.OperationResult
-
Get the user agent advertised by the peer server, if available.
- getPeerUserAgent() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Get the user agent of the client.
- getPeerUserAgent() - Method in class org.eclipse.jgit.transport.UploadPack
-
Get the user agent of the client.
- getPhase() - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter.State
- getPointer() - Method in class org.eclipse.jgit.lfs.lib.LfsPointerFilter
-
Get the field
pointer
. - getPort() - Method in class org.eclipse.jgit.junit.http.AppServer
-
Get port.
- getPort() - Method in class org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host
- getPort() - Method in class org.eclipse.jgit.transport.URIish
-
Get port number requested for transfer or -1 if not explicit
- getPosition() - Method in enum org.eclipse.jgit.internal.storage.pack.PackExt
-
Get the position of the extension in the enum declaration.
- getPosition() - Method in class org.eclipse.jgit.revplot.PlotLane
-
Logical location of this lane within the graphing plane.
- getPostBuffer() - Method in class org.eclipse.jgit.transport.HttpConfig
-
Get the "http.postBuffer" setting
- getPostReceiveHook() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Get the hook invoked after updates occur.
- getPostUploadHook() - Method in class org.eclipse.jgit.transport.UploadPack
-
Get the configured post upload hook.
- getPredefinedAvailableTools() - Method in class org.eclipse.jgit.internal.diffmergetool.DiffTools
-
Checks the availability of the predefined tools in the system.
- getPredefinedAvailableTools() - Method in class org.eclipse.jgit.internal.diffmergetool.MergeTools
-
Checks the availability of the predefined tools in the system.
- getPredefinedToolNames() - Method in class org.eclipse.jgit.internal.diffmergetool.DiffTools
-
Get predefined tool names.
- getPredefinedToolNames() - Method in class org.eclipse.jgit.internal.diffmergetool.MergeTools
- getPredefinedTools(boolean) - Method in class org.eclipse.jgit.internal.diffmergetool.DiffTools
-
Get predefined tools map.
- getPredefinedTools(boolean) - Method in class org.eclipse.jgit.internal.diffmergetool.MergeTools
-
Get predefined tools map.
- getPreferredAuthentications() - Method in class org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host
- getPrefixes(String) - Static method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Get all path prefixes of a ref name.
- getPrePushHook(Repository, PrintStream) - Method in class org.eclipse.jgit.lfs.BuiltinLFS
- getPrePushHook(Repository, PrintStream) - Method in class org.eclipse.jgit.util.LfsFactory
-
Retrieve a pre-push hook to be applied using the default error stream.
- getPrePushHook(Repository, PrintStream, PrintStream) - Method in class org.eclipse.jgit.lfs.BuiltinLFS
- getPrePushHook(Repository, PrintStream, PrintStream) - Method in class org.eclipse.jgit.util.LfsFactory
-
Retrieve a pre-push hook to be applied.
- getPreReceiveHook() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Get the hook invoked before updates occur.
- getPreservedDirectory() - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectory
-
Getter for the field
preservedDirectory
. - getPreUploadHook() - Method in class org.eclipse.jgit.transport.UploadPack
-
Get the configured pre upload hook.
- getProgram() - Method in class org.eclipse.jgit.lib.GpgConfig
-
Retrieves the value of the configured GPG program to use, as defined by gpg.openpgp.program, gpg.x509.program (depending on the defined
format
), or gpg.program. - getProgressMonitor() - Method in class org.eclipse.jgit.api.FetchCommand
-
Get progress monitor
- getProgressMonitor() - Method in class org.eclipse.jgit.api.PushCommand
-
Get the progress monitor
- getProjects() - Method in class org.eclipse.jgit.gitrepo.ManifestParser
-
Getter for projects.
- getPromptText() - Method in class org.eclipse.jgit.transport.CredentialItem
-
Get prompt to display to the user.
- getProperties() - Method in class org.eclipse.jgit.internal.transport.sshd.JGitClientSession.SessionAttributes
- getProperty(String) - Method in class org.eclipse.jgit.junit.MockSystemReader
-
Get value of the system property
- getProperty(String) - Method in class org.eclipse.jgit.util.SystemReader
-
Get value of the system property
- getPropertyResolver() - Method in class org.eclipse.jgit.junit.ssh.SshTestGitServer
-
Retrieves the server's
PropertyResolver
, giving access to server properties. - getProposedTimestamps() - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Get list of timestamps the batch must wait for.
- getProtocolV2Hook() - Method in class org.eclipse.jgit.transport.UploadPack
-
Get the currently installed protocol v2 hook.
- getProxy() - Method in class org.eclipse.jgit.transport.sshd.ProxyData
-
Obtains the remote
InetSocketAddress
of the proxy to connect to. - getProxyDatabase() - Method in class org.eclipse.jgit.internal.transport.sshd.JGitSshClient
-
Retrieves the
ProxyDataFactory
. - getPushCertificate() - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Set the push certificate associated with this update.
- getPushCertificate() - Method in class org.eclipse.jgit.lib.RefUpdate
-
Set the push certificate associated with this update.
- getPushCertificate() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Get the push certificate used to verify the pusher's identity.
- getPushDefault() - Method in class org.eclipse.jgit.api.PushCommand
-
Retrieves the
PushConfig.PushDefault
currently set. - getPushDefault() - Method in class org.eclipse.jgit.transport.PushConfig
-
Retrieves the value of git config
push.default
. - getPushee() - Method in class org.eclipse.jgit.transport.PushCertificate
-
Get URL of the repository the push was originally sent to.
- getPusher() - Method in class org.eclipse.jgit.transport.PushCertificate
-
Get the raw line that signed the cert, as a string.
- getPusherIdent() - Method in class org.eclipse.jgit.transport.PushCertificate
-
Get identity of the pusher who signed the cert.
- getPushOptions() - Method in class org.eclipse.jgit.api.PushCommand
-
Get push options
- getPushOptions() - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Gets the list of option strings associated with this update.
- getPushOptions() - Method in class org.eclipse.jgit.transport.BasePackPushConnection
-
Gets the list of option strings associated with this push.
- getPushOptions() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Gets an unmodifiable view of the option strings associated with the push.
- getPushOptions() - Method in class org.eclipse.jgit.transport.Transport
-
Get the option strings associated with the push operation
- getPushRefSpecs() - Method in class org.eclipse.jgit.transport.RemoteConfig
-
Remembered specifications for pushing to a repository.
- getPushRemote() - Method in class org.eclipse.jgit.lib.BranchConfig
-
Get the remote this branch is configured to push to.
- getPushURIs() - Method in class org.eclipse.jgit.transport.RemoteConfig
-
Get all configured push-only URIs under this remote.
- getRaw() - Method in class org.eclipse.jgit.transport.PushCertificateIdent
-
Get the raw string from which this identity was parsed.
- getRawBuffer() - Method in class org.eclipse.jgit.revwalk.RevCommit
-
Obtain the raw unparsed commit body (NOTE - THIS IS NOT A COPY).
- getRawBuffer() - Method in class org.eclipse.jgit.revwalk.RevTag
-
Obtain the raw unparsed tag body (NOTE - THIS IS NOT A COPY).
- getRawContent() - Method in class org.eclipse.jgit.diff.RawText
- getRawGpgSignature() - Method in class org.eclipse.jgit.revwalk.RevCommit
-
Parse the gpg signature from the raw buffer.
- getRawGpgSignature() - Method in class org.eclipse.jgit.revwalk.RevTag
-
Parse the GPG signature from the raw buffer.
- getRawMode() - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Obtain the raw
FileMode
bits for this entry. - getRawMode(int) - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Obtain the raw
FileMode
bits for the current entry. - getRawPath() - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Get a copy of the entry's raw path bytes.
- getRawPath() - Method in class org.eclipse.jgit.transport.URIish
-
Get path name component
- getRawPath() - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Get the current entry's complete path as a UTF-8 byte array.
- getRawStream() - Method in class org.eclipse.jgit.util.io.MessageWriter
-
Get the underlying byte stream that character writes to this writer drop into.
- getRawString(int) - Method in class org.eclipse.jgit.diff.RawText
-
Get the raw text for a single line.
- getRc() - Method in class org.eclipse.jgit.util.FS.ExecutionResult
- getReachabilityCheckDuration() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get time in milliseconds spent checking if the client has access to the commits they are requesting.
- getReadBitmapIndexBytes() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReaderIoStats
-
Get total number of bytes read from bitmap indexes.
- getReadBitmapIndexCount() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReaderIoStats
-
Get total number of complete bitmap indexes read into memory.
- getReadBitmapIndexMicros() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReaderIoStats
-
Get total microseconds spent reading bitmap indexes.
- getReadBlocksBytes() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReaderIoStats
-
Get total number of compressed bytes read during cache misses, as block sized units.
- getReadBlocksCount() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReaderIoStats
-
Get total number of discrete blocks actually read from pack file(s), that is, block cache misses.
- getReadBlocksMicros() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReaderIoStats
-
Get total microseconds spent reading blocks during cache misses.
- getReaderOptions() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase
-
Get configured reader options, such as read-ahead.
- getReaderOptions() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRepositoryBuilder
-
Get options used by readers accessing the repository.
- getReadIndexBytes() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReaderIoStats
-
Get total number of bytes read from pack indexes.
- getReadIndexMicros() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReaderIoStats
-
Get total microseconds spent reading pack indexes.
- getReadPackIndexCount() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReaderIoStats
-
Get total number of complete pack indexes read into memory.
- getReadReverseIndexCount() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReaderIoStats
-
Get total number of times the reverse index was computed.
- getReadReverseIndexMicros() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReaderIoStats
-
Get total microseconds spent creating reverse indexes.
- getReason() - Method in exception org.eclipse.jgit.errors.NoMergeBaseException
-
Get the reason why no merge base could be found
- getReason() - Method in class org.eclipse.jgit.internal.transport.sshd.proxy.StatusLine
-
Retrieves the HTTP reason phrase.
- getRebaseMode() - Method in class org.eclipse.jgit.lib.BranchConfig
-
Retrieves the config value of branch.[name].rebase.
- getRebaseMode(String, Config) - Static method in class org.eclipse.jgit.api.PullCommand
-
Reads the rebase mode to use for a pull command from the repository configuration.
- getRebaseResult() - Method in class org.eclipse.jgit.api.PullResult
-
Get rebase result
- getReceivedPackStatistics() - Method in class org.eclipse.jgit.transport.PackParser
-
Returns the statistics of the parsed pack.
- getReceivedPackStatistics() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Returns the statistics on the received pack if available.
- getReceivePack() - Method in class org.eclipse.jgit.api.PushCommand
-
Get the name of the remote executable providing the receive-pack service
- getReceivePack() - Method in class org.eclipse.jgit.transport.RemoteConfig
-
Override for the location of 'git-receive-pack' on the remote system.
- getReceivePackFactory() - Method in class org.eclipse.jgit.transport.Daemon
-
Get the factory used to construct per-request ReceivePack.
- getRecommendShallow() - Method in class org.eclipse.jgit.gitrepo.RepoProject
-
Return the recommendation for shallowness.
- getRecurseSubmodules() - Method in class org.eclipse.jgit.transport.PushConfig
-
Retrieves the value of git config
push.recurseSubmodules
. - getRef() - Method in exception org.eclipse.jgit.api.errors.ConcurrentRefUpdateException
-
Get
Ref
- getRef() - Method in class org.eclipse.jgit.internal.storage.reftable.RefCursor
-
Get reference at the current position.
- getRef() - Method in class org.eclipse.jgit.lib.RefUpdate
-
Get the reference this update will create or modify.
- getRef() - Method in class org.eclipse.jgit.transport.ReceiveCommand
-
Get the ref, if this was advertised by the connection.
- getRef() - Method in class org.eclipse.jgit.transport.RefLeaseSpec
-
Get the ref to protect.
- getRef(int) - Method in class org.eclipse.jgit.revplot.PlotCommit
-
Get the nth Ref from this commit's ref list.
- getRef(String) - Method in class org.eclipse.jgit.lib.RefDatabase
-
Deprecated.Use
RefDatabase.findRef(String)
instead. - getRef(String) - Method in class org.eclipse.jgit.transport.BaseConnection
-
Get a single advertised ref by name.
- getRef(String) - Method in interface org.eclipse.jgit.transport.Connection
-
Get a single advertised ref by name.
- getRefBlockSize() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableConfig
-
Get desired output block size for references, in bytes.
- getRefCount() - Method in class org.eclipse.jgit.revplot.PlotCommit
-
Get the number of refs for this commit.
- getRefDatabase() - Method in class org.eclipse.jgit.internal.storage.dfs.InMemoryRepository
-
Get the reference database which stores the reference namespace.
- getRefDatabase() - Method in class org.eclipse.jgit.internal.storage.file.FileRepository
-
Get the reference database which stores the reference namespace.
- getRefDatabase() - Method in class org.eclipse.jgit.lib.RefUpdate
-
Get the reference database this update modifies.
- getRefDatabase() - Method in class org.eclipse.jgit.lib.Repository
-
Get the reference database which stores the reference namespace.
- getRefFilter() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Get the filter used while advertising the refs to the client
- getRefFilter() - Method in class org.eclipse.jgit.transport.TransferConfig
-
Get
RefFilter
respecting configured hidden refs. - getRefFilter() - Method in class org.eclipse.jgit.transport.UploadPack
-
Get the filter used while advertising the refs to the client.
- getRefLeaseSpecs() - Method in class org.eclipse.jgit.api.PushCommand
-
Get the
RefLeaseSpec
s. - getRefLockWaitTimeConsumer() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheConfig
-
Get the consumer of the object reference lock wait time in milliseconds.
- getReflogEntry() - Method in class org.eclipse.jgit.internal.storage.reftable.LogCursor
-
Get current log entry.
- getRefLogIdent() - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Get identity of the user making the change in the reflog.
- getRefLogIdent() - Method in class org.eclipse.jgit.lib.RefRename
-
Get identity of the user making the change in the reflog.
- getRefLogIdent() - Method in class org.eclipse.jgit.lib.RefUpdate
-
Get identity of the user making the change in the reflog.
- getRefLogIdent() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Get identity of the user making the changes in the reflog.
- getRefLogMessage() - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Get the message to include in the reflog.
- getRefLogMessage() - Method in class org.eclipse.jgit.lib.RefRename
-
Get the message to include in the reflog.
- getRefLogMessage() - Method in class org.eclipse.jgit.lib.RefUpdate
-
Get the message to include in the reflog.
- getRefLogMessage() - Method in class org.eclipse.jgit.transport.ReceiveCommand
-
Get the message to include in the reflog.
- getRefLogMessage(ReceiveCommand) - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Get reflog message for a command.
- getReflogReader(String) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRepository
-
Get the reflog reader
- getReflogReader(String) - Method in class org.eclipse.jgit.internal.storage.file.FileRepository
-
Get the reflog reader
- getReflogReader(String) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableDatabase
- getReflogReader(String) - Method in class org.eclipse.jgit.lib.Repository
-
Get the reflog reader
- getRefName() - Method in class org.eclipse.jgit.internal.storage.reftable.LogCursor
-
Get name of the current reference.
- getRefName() - Method in class org.eclipse.jgit.transport.ReceiveCommand
-
Get the name of the ref being updated.
- getRefPrefixes() - Method in class org.eclipse.jgit.transport.LsRefsV2Request
- getRefs() - Method in class org.eclipse.jgit.internal.storage.file.FileReftableDatabase
-
Returns all refs.
- getRefs() - Method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Get all Refs
- getRefs() - Method in class org.eclipse.jgit.lib.RefDatabase
-
Returns all refs.
- getRefs() - Method in class org.eclipse.jgit.transport.BaseConnection
-
Get the complete list of refs advertised as available for fetching or pushing.
- getRefs() - Method in interface org.eclipse.jgit.transport.Connection
-
Get the complete list of refs advertised as available for fetching or pushing.
- getRefs(String) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRefDatabase
-
Get a section of the reference namespace.
- getRefs(String) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReftableDatabase
-
Get a section of the reference namespace.
- getRefs(String) - Method in class org.eclipse.jgit.internal.storage.file.FileReftableDatabase
-
Get a section of the reference namespace.
- getRefs(String) - Method in class org.eclipse.jgit.internal.storage.file.RefDirectory
-
Get a section of the reference namespace.
- getRefs(String) - Method in class org.eclipse.jgit.lib.RefDatabase
-
Deprecated.use
RefDatabase.getRefsByPrefix(java.lang.String)
instead - GetRefsBenchmark - Class in org.eclipse.jgit.benchmarks
- GetRefsBenchmark() - Constructor for class org.eclipse.jgit.benchmarks.GetRefsBenchmark
- GetRefsBenchmark_BenchmarkState_jmhType - Class in org.eclipse.jgit.benchmarks.jmh_generated
- GetRefsBenchmark_BenchmarkState_jmhType() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_BenchmarkState_jmhType
- GetRefsBenchmark_BenchmarkState_jmhType_B1 - Class in org.eclipse.jgit.benchmarks.jmh_generated
- GetRefsBenchmark_BenchmarkState_jmhType_B1() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_BenchmarkState_jmhType_B1
- GetRefsBenchmark_BenchmarkState_jmhType_B2 - Class in org.eclipse.jgit.benchmarks.jmh_generated
- GetRefsBenchmark_BenchmarkState_jmhType_B2() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_BenchmarkState_jmhType_B2
- GetRefsBenchmark_BenchmarkState_jmhType_B3 - Class in org.eclipse.jgit.benchmarks.jmh_generated
- GetRefsBenchmark_BenchmarkState_jmhType_B3() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_BenchmarkState_jmhType_B3
- GetRefsBenchmark_jmhType - Class in org.eclipse.jgit.benchmarks.jmh_generated
- GetRefsBenchmark_jmhType() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_jmhType
- GetRefsBenchmark_jmhType_B1 - Class in org.eclipse.jgit.benchmarks.jmh_generated
- GetRefsBenchmark_jmhType_B1() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_jmhType_B1
- GetRefsBenchmark_jmhType_B2 - Class in org.eclipse.jgit.benchmarks.jmh_generated
- GetRefsBenchmark_jmhType_B2() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_jmhType_B2
- GetRefsBenchmark_jmhType_B3 - Class in org.eclipse.jgit.benchmarks.jmh_generated
- GetRefsBenchmark_jmhType_B3() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_jmhType_B3
- GetRefsBenchmark_testGetExactRef_jmhTest - Class in org.eclipse.jgit.benchmarks.jmh_generated
- GetRefsBenchmark_testGetExactRef_jmhTest() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_testGetExactRef_jmhTest
- GetRefsBenchmark_testGetRefsByPrefix_jmhTest - Class in org.eclipse.jgit.benchmarks.jmh_generated
- GetRefsBenchmark_testGetRefsByPrefix_jmhTest() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_testGetRefsByPrefix_jmhTest
- GetRefsBenchmark.BenchmarkState - Class in org.eclipse.jgit.benchmarks
- getRefsByPrefix(String) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReftableDatabase
-
Returns refs whose names start with a given prefix.
- getRefsByPrefix(String) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableDatabase
-
Returns refs whose names start with a given prefix.
- getRefsByPrefix(String) - Method in class org.eclipse.jgit.lib.RefDatabase
-
Returns refs whose names start with a given prefix.
- getRefsByPrefix(String...) - Method in class org.eclipse.jgit.lib.RefDatabase
-
Returns refs whose names start with one of the given prefixes.
- getRefsByPrefixWithExclusions(String, Set<String>) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReftableDatabase
-
Returns refs whose names start with a given prefix excluding all refs that start with one of the given prefixes.
- getRefsByPrefixWithExclusions(String, Set<String>) - Method in class org.eclipse.jgit.internal.storage.file.FileReftableDatabase
-
Returns refs whose names start with a given prefix excluding all refs that start with one of the given prefixes.
- getRefsByPrefixWithExclusions(String, Set<String>) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableDatabase
-
Returns refs whose names start with a given prefix excluding all refs that start with one of the given prefixes.
- getRefsByPrefixWithExclusions(String, Set<String>) - Method in class org.eclipse.jgit.lib.RefDatabase
-
Returns refs whose names start with a given prefix excluding all refs that start with one of the given prefixes.
- getRefsMap() - Method in class org.eclipse.jgit.transport.BaseConnection
-
Get the complete map of refs advertised as available for fetching or pushing.
- getRefsMap() - Method in interface org.eclipse.jgit.transport.Connection
-
Get the complete map of refs advertised as available for fetching or pushing.
- getRefSpecs() - Method in class org.eclipse.jgit.api.FetchCommand
-
Get list of
RefSpec
s - getRefSpecs() - Method in class org.eclipse.jgit.api.PushCommand
-
Get
RefSpec
s. - getRefSpecs(String, String, String) - Method in class org.eclipse.jgit.lib.Config
-
Parse a list of
RefSpec
s from the configuration. - getRefSpecs(Config, String, String, String) - Method in class org.eclipse.jgit.lib.DefaultTypedConfigGetter
- getRefSpecs(Config, String, String, String) - Method in interface org.eclipse.jgit.lib.TypedConfigGetter
- getReftableConfig() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReftableDatabase
-
Get configuration to write new reftables with.
- getReftableConfig() - Method in class org.eclipse.jgit.internal.storage.dfs.InMemoryRepository.MemRefDatabase
- getReftables() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase
-
Scan and list all available reftable files in the repository.
- getReftableStats() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Get stats from the sibling reftable, if created.
- getRegion() - Method in class org.eclipse.jgit.lfs.server.s3.S3Config
-
Get the
region
. - getRegionLength() - Method in class org.eclipse.jgit.blame.BlameGenerator
-
Get number of lines in the current region being blamed to
BlameGenerator.getSourceCommit()
- getRegisteredFilterCommands() - Static method in class org.eclipse.jgit.attributes.FilterCommandRegistry
-
Get registered filter commands
- getRegisteredKeys() - Static method in class org.eclipse.jgit.lib.RepositoryCache
-
Get the locations of all repositories registered in the cache.
- getReinterestingFlag() - Method in interface org.eclipse.jgit.revwalk.DepthWalk
-
Get flag marking commits that are interesting again.
- getReinterestingFlag() - Method in class org.eclipse.jgit.revwalk.DepthWalk.ObjectWalk
- getReinterestingFlag() - Method in class org.eclipse.jgit.revwalk.DepthWalk.RevWalk
- getRemote() - Method in class org.eclipse.jgit.api.FetchCommand
-
Get the remote
- getRemote() - Method in class org.eclipse.jgit.api.PullCommand
-
Get the remote name used for pull operation
- getRemote() - Method in class org.eclipse.jgit.api.PushCommand
-
Get remote name
- getRemote() - Method in class org.eclipse.jgit.gitrepo.RepoProject
-
Get the name of the remote definition of the sub repo.
- getRemote() - Method in class org.eclipse.jgit.lib.BranchConfig
-
Get the remote this branch is configured to fetch from/push to
- getRemoteAddress() - Method in class org.eclipse.jgit.transport.DaemonClient
-
Get Internet address of the remote client.
- getRemoteBranchName() - Method in class org.eclipse.jgit.api.PullCommand
-
Get the remote branch name for the pull operation
- getRemoteName() - Method in class org.eclipse.jgit.hooks.PrePushHook
-
Get remote name
- getRemoteName() - Method in class org.eclipse.jgit.transport.RemoteRefUpdate
-
Get name of remote ref to update
- getRemoteName() - Method in class org.eclipse.jgit.transport.TrackingRefUpdate
-
Get the name of the remote ref.
- getRemoteName(String) - Method in class org.eclipse.jgit.lib.Repository
-
Get remote name
- getRemoteNames() - Method in class org.eclipse.jgit.lib.Repository
-
Get the names of all known remotes
- getRemoteTrackingBranch() - Method in class org.eclipse.jgit.lib.BranchConfig
-
Get the full remote-tracking branch name
- getRemoteTrackingBranch() - Method in class org.eclipse.jgit.lib.BranchTrackingStatus
-
Get full remote-tracking branch name
- getRemoteUpdate(String) - Method in class org.eclipse.jgit.transport.PushResult
-
Get status of specific remote ref update by remote ref name.
- getRemoteUpdates() - Method in class org.eclipse.jgit.transport.PushResult
-
Get status of remote refs updates.
- getRemoteUrl() - Method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Get the resolved remote URL for the current submodule.
- getRemoved() - Method in class org.eclipse.jgit.api.Status
-
Get removed files
- getRemoved() - Method in class org.eclipse.jgit.dircache.DirCacheCheckout
-
Get list of all files removed by this checkout
- getRemoved() - Method in class org.eclipse.jgit.lib.IndexDiff
-
Get list of files removed from index, but in tree
- getRemovedList() - Method in class org.eclipse.jgit.api.CheckoutResult
-
Get the list of files that where removed during checkout
- getRenameCallback() - Method in class org.eclipse.jgit.revwalk.FollowFilter
-
Get the callback to which renames are reported.
- getRenameDetectionType() - Method in class org.eclipse.jgit.diff.DiffConfig
-
Get the rename detection type
- getRenameDetector() - Method in class org.eclipse.jgit.blame.BlameGenerator
-
Obtain the RenameDetector, allowing the application to configure its settings for rename score and breaking behavior.
- getRenameDetector() - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Get rename detector
- getRenameLimit() - Method in class org.eclipse.jgit.diff.DiffConfig
-
Get the rename limit
- getRenameLimit() - Method in class org.eclipse.jgit.diff.RenameDetector
-
Get rename limit
- getRenameScore() - Method in class org.eclipse.jgit.blame.BlameGenerator
-
Get rename score
- getRenameScore() - Method in class org.eclipse.jgit.diff.RenameDetector
-
Get rename score
- getRepository() - Method in class org.eclipse.jgit.api.Git
-
Get repository
- getRepository() - Method in class org.eclipse.jgit.api.GitCommand
-
Get repository this command is working on
- getRepository() - Method in class org.eclipse.jgit.blame.BlameGenerator
-
Get repository
- getRepository() - Method in class org.eclipse.jgit.events.RepositoryEvent
-
Get the repository that was changed
- getRepository() - Method in class org.eclipse.jgit.hooks.GitHook
-
Get the repository
- getRepository() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase
-
Get repository owning this object database.
- getRepository() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRefDatabase
-
Get the repository the database holds the references of.
- getRepository() - Method in class org.eclipse.jgit.junit.TestRepository
-
Get repository
- getRepository() - Method in class org.eclipse.jgit.lib.RefUpdate
-
Get the repository storing the database's objects.
- getRepository() - Method in class org.eclipse.jgit.merge.Merger
-
Get the repository this merger operates on.
- getRepository() - Method in class org.eclipse.jgit.pgm.opt.CmdLineParser
-
Get the repository this parser translates values through.
- getRepository() - Method in class org.eclipse.jgit.pgm.TextBuiltin
-
Get the repository
- getRepository() - Method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Get repository for current submodule entry
- getRepository() - Method in class org.eclipse.jgit.transport.ConnectivityChecker.ConnectivityCheckInfo
- getRepository() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Get the repository this receive completes into.
- getRepository() - Method in class org.eclipse.jgit.transport.UploadPack
-
Get the repository this upload is reading from.
- getRepository() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Retrieves the
Repository
thisWorkingTreeIterator
operates on. - getRepository(ServletRequest) - Static method in class org.eclipse.jgit.http.server.ServletUtils
-
Get the selected repository from the request.
- getRepositoryDescription() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Get description of the repository.
- getRepositoryDescription() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRepositoryBuilder
-
Get the description of the repository.
- getRepositoryName() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRepositoryDescription
-
Get the name of the repository.
- getRepositoryState() - Method in class org.eclipse.jgit.lib.Repository
-
Get the repository state
- getRequestCount() - Method in interface org.eclipse.jgit.storage.file.WindowCacheStats
-
Number of times the cache returned either a cached or uncached value.
- getRequestHeader(String) - Method in class org.eclipse.jgit.junit.http.AccessEvent
-
Get request header
- getRequestMethod() - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnection
-
Get request method
- getRequestMethod() - Method in interface org.eclipse.jgit.transport.http.HttpConnection
-
Get request method
- getRequestMethod() - Method in class org.eclipse.jgit.transport.http.JDKHttpConnection
-
Get request method
- getRequestPolicy() - Method in class org.eclipse.jgit.transport.UploadPack
-
Get policy used by the service to validate client requests
- getRequests() - Method in class org.eclipse.jgit.junit.http.AppServer
-
Get requests.
- getRequests() - Method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Get requests.
- getRequests(String) - Method in class org.eclipse.jgit.junit.http.AppServer
-
Get requests.
- getRequests(String) - Method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Get requests.
- getRequests(URIish, String) - Method in class org.eclipse.jgit.junit.http.AppServer
-
Get requests.
- getRequests(URIish, String) - Method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Get requests.
- getRequiredFields() - Method in class org.eclipse.jgit.transport.TestProtocol
-
Get immutable set of URIishFields that must be filled in.
- getRequiredFields() - Method in class org.eclipse.jgit.transport.TransportProtocol
-
Get immutable set of URIishFields that must be filled in.
- getResourceBundle() - Method in class org.eclipse.jgit.pgm.TextBuiltin
-
Get resource bundle with localized texts
- getResponseCode() - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnection
-
Get response code
- getResponseCode() - Method in interface org.eclipse.jgit.transport.http.HttpConnection
-
Get response code
- getResponseCode() - Method in class org.eclipse.jgit.transport.http.JDKHttpConnection
-
Get response code
- getResponseContentType(HttpServletRequest) - Static method in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Get the response Content-Type a client expects for the request.
- getResponseHeader(String) - Method in class org.eclipse.jgit.junit.http.AccessEvent
-
Get response header.
- getResponseMessage() - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnection
-
Get response message
- getResponseMessage() - Method in interface org.eclipse.jgit.transport.http.HttpConnection
-
Get response message
- getResponseMessage() - Method in class org.eclipse.jgit.transport.http.JDKHttpConnection
-
Get response message
- getRestartInterval() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableConfig
-
Get number of references between binary search markers.
- getResult() - Method in class org.eclipse.jgit.api.CheckoutCommand
-
Get the result, never
null
- getResult() - Method in exception org.eclipse.jgit.api.errors.ConcurrentRefUpdateException
-
Get result
- getResult() - Method in class org.eclipse.jgit.ignore.FastIgnoreRule
-
Indicates whether the rule is non-negation or negation.
- getResult() - Method in exception org.eclipse.jgit.internal.diffmergetool.ToolException
- getResult() - Method in class org.eclipse.jgit.lib.RefRename
-
Get result of rename operation
- getResult() - Method in class org.eclipse.jgit.lib.RefUpdate
-
Get the status of this update.
- getResult() - Method in class org.eclipse.jgit.transport.ReceiveCommand
-
Get the current status code of this command.
- getResult() - Method in class org.eclipse.jgit.transport.TrackingRefUpdate
-
Get the status of this update.
- getResultCode() - Method in class org.eclipse.jgit.internal.transport.sshd.proxy.StatusLine
-
Retrieves the HTTP response code.
- getResultContents() - Method in class org.eclipse.jgit.blame.BlameGenerator
-
Get complete file contents of the result file blame is annotating
- getResultContents() - Method in class org.eclipse.jgit.blame.BlameResult
-
Get result contents
- getResultEnd() - Method in class org.eclipse.jgit.blame.BlameGenerator
-
Get one past the range of the result that
BlameGenerator.getSourceCommit()
has been blamed for providing - getResultPath() - Method in class org.eclipse.jgit.blame.BlameGenerator
-
Get result path
- getResultPath() - Method in class org.eclipse.jgit.blame.BlameResult
-
Get result path
- getResultSize(byte[]) - Static method in class org.eclipse.jgit.internal.storage.pack.BinaryDelta
-
Length of the resulting object in the delta stream.
- getResultStart() - Method in class org.eclipse.jgit.blame.BlameGenerator
-
Get first line of the result that
BlameGenerator.getSourceCommit()
has been blamed for providing - getResultStderr() - Method in exception org.eclipse.jgit.internal.diffmergetool.ToolException
- getResultStdout() - Method in exception org.eclipse.jgit.internal.diffmergetool.ToolException
- getResultTreeId() - Method in class org.eclipse.jgit.merge.Merger
-
Get resulting tree.
- getResultTreeId() - Method in class org.eclipse.jgit.merge.ResolveMerger
-
Get resulting tree.
- getReturnCode() - Method in exception org.eclipse.jgit.api.errors.AbortedByHookException
-
Get return code
- getReturnCode() - Method in exception org.eclipse.jgit.api.errors.FilterFailedException
-
Get return code
- getReturnCode() - Method in exception org.eclipse.jgit.errors.CommandFailedException
-
Get return code returned by the command
- getReusedDeltas() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get number of deltas whose existing representation was reused in the output.
- getReusedDeltas() - Method in class org.eclipse.jgit.storage.pack.PackStatistics.ObjectType
- getReusedObjects() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get number of objects whose existing representation was reused in the output.
- getReusedObjects() - Method in class org.eclipse.jgit.storage.pack.PackStatistics.ObjectType
- getReusedPacks() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get unmodifiable list of the cached packs that were reused in the output
- getReverseBinaryHunk() - Method in class org.eclipse.jgit.patch.FileHeader
-
Get the old-image delta/literal if this is a
FileHeader.PatchType.GIT_BINARY
. - getReverseEntries() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableReflogReader
-
Get all reflog entries in reverse order
- getReverseEntries() - Method in interface org.eclipse.jgit.lib.ReflogReader
-
Get all reflog entries in reverse order
- getReverseEntries(int) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableReflogReader
-
Get all reflog entries in reverse order
- getReverseEntries(int) - Method in interface org.eclipse.jgit.lib.ReflogReader
-
Get all reflog entries in reverse order
- getReverseEntry(int) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableReflogReader
-
Get specific entry in the reflog relative to the last entry which is considered entry zero.
- getReverseEntry(int) - Method in interface org.eclipse.jgit.lib.ReflogReader
-
Get specific entry in the reflog relative to the last entry which is considered entry zero.
- getReverseIndexCacheHits() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReaderIoStats
-
Get total number of reverse index cache hits.
- getRevertedRefs() - Method in class org.eclipse.jgit.api.RevertCommand
-
Get the list of successfully reverted
Ref
's. - getRevFilter() - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Get the currently configured commit filter.
- getRevision() - Method in class org.eclipse.jgit.gitrepo.RepoProject
-
Get the revision of the sub repo.
- getRevSort() - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Obtain the sort types applied to the commits returned.
- getRevWalk() - Method in class org.eclipse.jgit.junit.TestRepository
-
Get RevWalk
- getRevWalk() - Method in class org.eclipse.jgit.pgm.opt.CmdLineParser
-
Get the revision walker used to support option parsing.
- getRevWalk() - Method in class org.eclipse.jgit.revwalk.RevFlag
-
Get the revision walk instance this flag was created from.
- getRevWalk() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Get the RevWalk instance used by this connection.
- getRevWalk() - Method in class org.eclipse.jgit.transport.UploadPack
-
Get the RevWalk instance used by this connection.
- getRevWalkGently() - Method in class org.eclipse.jgit.pgm.opt.CmdLineParser
-
Get the revision walker used to support option parsing.
- getRootCommits() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get unmodifiable collection of the root commits of the history.
- getRules() - Method in class org.eclipse.jgit.attributes.AttributesNode
-
Getter for the field
rules
. - getRules() - Method in class org.eclipse.jgit.ignore.IgnoreNode
-
Get list of all ignore rules held by this node
- getSaveCookies() - Method in class org.eclipse.jgit.transport.HttpConfig
-
Get the "http.saveCookies" setting
- getScanPacks() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReaderIoStats
-
Get number of times the reader explicitly called scanPacks.
- getScheme() - Method in class org.eclipse.jgit.transport.URIish
-
Get protocol name
- getSchemes() - Method in class org.eclipse.jgit.transport.TestProtocol
-
Get immutable set of schemes supported by this protocol.
- getSchemes() - Method in class org.eclipse.jgit.transport.TransportProtocol
-
Get immutable set of schemes supported by this protocol.
- getScore() - Method in class org.eclipse.jgit.diff.DiffEntry
-
Get similarity score
- getScriptText() - Method in class org.eclipse.jgit.patch.FileHeader
-
Convert the patch script for this file into a string.
- getScriptText(Charset[]) - Method in class org.eclipse.jgit.patch.CombinedFileHeader
- getScriptText(Charset, Charset) - Method in class org.eclipse.jgit.patch.CombinedFileHeader
-
Convert the patch script for this file into a string.
- getScriptText(Charset, Charset) - Method in class org.eclipse.jgit.patch.FileHeader
-
Convert the patch script for this file into a string.
- getSearchForReuseTimeout() - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Get the max time to spend during the search for reuse phase.
- getSecondByte() - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Get the second 8 bits of the LongObjectId.
- getSecretKey() - Method in class org.eclipse.jgit.lfs.server.s3.S3Config
-
Get the
secretKey
. - getSections() - Method in class org.eclipse.jgit.lib.Config
-
Get the sections defined in this
Config
. - getSecurePort() - Method in class org.eclipse.jgit.junit.http.AppServer
-
Get secure port.
- getSecureUri() - Method in class org.eclipse.jgit.junit.http.SimpleHttpServer
-
Get the
secureUri
. - getSequenceIndex() - Method in class org.eclipse.jgit.merge.MergeChunk
-
Get the index of the sequence to which this sequence chunks belongs to.
- getSequences() - Method in class org.eclipse.jgit.merge.MergeResult
-
Returns the common predecessor sequence and the merged sequence in one list.
- getServerKeyDatabase(File, File) - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactory
-
Obtains a
ServerKeyDatabase
to verify server host keys. - getServerOptions() - Method in class org.eclipse.jgit.transport.FetchV2Request
-
Options received in server-option lines.
- getServerOptions() - Method in class org.eclipse.jgit.transport.LsRefsV2Request
-
Get application-specific options provided by the client using --server-option.
- getService(String) - Method in class org.eclipse.jgit.transport.Daemon
-
Lookup a supported service so it can be reconfigured.
- getServletContext() - Method in class org.eclipse.jgit.junit.http.MockServletConfig
- getServletName() - Method in class org.eclipse.jgit.junit.http.MockServletConfig
- getServletPath() - Method in class org.eclipse.jgit.http.server.glue.WrappedRequest
- getSession() - Method in class org.eclipse.jgit.transport.SshTransport
-
Get the default SSH session
- getSession(URIish, CredentialsProvider, FS, int) - Method in class org.eclipse.jgit.transport.ssh.jsch.JschConfigSessionFactory
-
Opens (or reuses) a session to a host.
- getSession(URIish, CredentialsProvider, FS, int) - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactory
- getSession(URIish, CredentialsProvider, FS, int) - Method in class org.eclipse.jgit.transport.SshSessionFactory
-
Opens (or reuses) a session to a host.
- getSessionFactory() - Method in class org.eclipse.jgit.junit.ssh.SshTestHarness
- getSeverity() - Method in class org.eclipse.jgit.patch.FormatError
-
Get the severity of the error.
- getSftpChannel() - Method in class org.eclipse.jgit.transport.ssh.jsch.JschSession
-
Deprecated.since 5.2; use
JschSession.getFtpChannel()
instead - getShallowCommits() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReader
-
Returns IDs for those commits which should be considered as shallow.
- getShallowCommits() - Method in class org.eclipse.jgit.internal.storage.dfs.InMemoryRepository.MemObjDatabase
- getShallowCommits() - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectory
- getShallowCommits() - Method in class org.eclipse.jgit.lib.ObjectDatabase
- getShallowCommits() - Method in class org.eclipse.jgit.lib.ObjectReader.Filter
- getShallowCommits() - Method in class org.eclipse.jgit.lib.ObjectReader
-
Returns IDs for those commits which should be considered as shallow.
- getShortMessage() - Method in class org.eclipse.jgit.lib.RebaseTodoLine
-
Get the first line of the commit message of the commit the action will be performed on.
- getShortMessage() - Method in class org.eclipse.jgit.revwalk.RevCommit
-
Parse the commit message and return the first "line" of it.
- getShortMessage() - Method in class org.eclipse.jgit.revwalk.RevTag
-
Parse the tag message and return the first "line" of it.
- getSignature() - Method in class org.eclipse.jgit.transport.PushCertificate
-
Get the raw signature
- getSigner() - Method in interface org.eclipse.jgit.lib.GpgSignatureVerifier.SignatureVerification
-
Obtains the signer as stored in the signature, if known.
- getSigningKey() - Method in class org.eclipse.jgit.api.TagCommand
-
Retrieves the signing key ID.
- getSigningKey() - Method in class org.eclipse.jgit.lib.GpgConfig
-
Retrieves the config value of user.signingKey.
- getSimpleDateFormat(String) - Method in class org.eclipse.jgit.junit.MockSystemReader
-
Returns a simple date format instance as specified by the given pattern.
- getSimpleDateFormat(String) - Method in class org.eclipse.jgit.util.SystemReader
-
Returns a simple date format instance as specified by the given pattern.
- getSimpleDateFormat(String, Locale) - Method in class org.eclipse.jgit.util.SystemReader
-
Returns a simple date format instance as specified by the given pattern.
- getSinglePack() - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Whether all of refs/* should be packed in a single pack.
- getSize() - Method in class org.eclipse.jgit.internal.storage.pack.CachedPackUriProvider.PackInfo
- getSize() - Method in class org.eclipse.jgit.internal.storage.pack.DeltaEncoder
-
Get current size of the delta stream, in bytes.
- getSize() - Method in exception org.eclipse.jgit.lfs.errors.CorruptMediaFile
-
Get the
size
. - getSize() - Method in class org.eclipse.jgit.lfs.LfsBlobLoader
- getSize() - Method in class org.eclipse.jgit.lfs.LfsPointer
-
Getter for the field
size
. - getSize() - Method in class org.eclipse.jgit.lfs.server.LfsObject
-
Get the
size
of this object. - getSize() - Method in interface org.eclipse.jgit.lib.AsyncObjectSizeQueue
-
Get the size of the current object.
- getSize() - Method in class org.eclipse.jgit.lib.ObjectLoader.Filter
- getSize() - Method in class org.eclipse.jgit.lib.ObjectLoader
-
Get size of object in bytes
- getSize() - Method in class org.eclipse.jgit.lib.ObjectLoader.SmallObject
- getSize() - Method in class org.eclipse.jgit.lib.ObjectStream.Filter
- getSize() - Method in class org.eclipse.jgit.lib.ObjectStream
-
Get total size of object in bytes
- getSize() - Method in class org.eclipse.jgit.lib.ObjectStream.SmallStream
- getSize() - Method in class org.eclipse.jgit.patch.BinaryHunk
-
Get inflated size of this hunk's data.
- getSize(AnyLongObjectId) - Method in class org.eclipse.jgit.lfs.server.fs.FileLfsRepository
-
Get size of an object
- getSize(AnyLongObjectId) - Method in interface org.eclipse.jgit.lfs.server.LargeFileRepository
-
Get size of an object
- getSize(AnyLongObjectId) - Method in class org.eclipse.jgit.lfs.server.s3.S3Repository
-
Get size of an object
- getSkipContentRenamesForBinaryFiles() - Method in class org.eclipse.jgit.diff.RenameDetector
-
Get skipping detecting content renames for binary files.
- getSmudgeCommand(int) - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Inspect config and attributes to return a filtercommand applicable for the current path.
- getSmudgeCommand(Attributes) - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Inspect config and attributes to return a filtercommand applicable for the current path.
- getSortedObjectList(Comparator<PackedObjectInfo>) - Method in class org.eclipse.jgit.transport.PackParser
-
Get all of the objects, sorted by their name.
- getSource() - Method in class org.eclipse.jgit.transport.RefSpec
-
Get the source ref description.
- getSourceAuthor() - Method in class org.eclipse.jgit.blame.BlameGenerator
-
Get source author
- getSourceAuthor(int) - Method in class org.eclipse.jgit.blame.BlameResult
-
Get the author that provided the specified line of the result.
- getSourceCommit() - Method in class org.eclipse.jgit.blame.BlameGenerator
-
Get the revision blamed for the current region.
- getSourceCommit(int) - Method in class org.eclipse.jgit.blame.BlameResult
-
Get the commit that provided the specified line of the result.
- getSourceCommitter() - Method in class org.eclipse.jgit.blame.BlameGenerator
-
Get source committer
- getSourceCommitter(int) - Method in class org.eclipse.jgit.blame.BlameResult
-
Get the committer that provided the specified line of the result.
- getSourceContents() - Method in class org.eclipse.jgit.blame.BlameGenerator
-
Get complete contents of the source file blamed for the current output region
- getSourceEnd() - Method in class org.eclipse.jgit.blame.BlameGenerator
-
Get one past the range of the source data that has been blamed for the current region
- getSourceLine(int) - Method in class org.eclipse.jgit.blame.BlameResult
-
Get the corresponding line number in the source file.
- getSourcePacks() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsGarbageCollector
-
Get all of the source packs that fed into this compaction.
- getSourcePacks() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackCompactor
-
Get all of the source packs that fed into this compaction.
- getSourcePath() - Method in class org.eclipse.jgit.blame.BlameGenerator
-
Get source path
- getSourcePath(int) - Method in class org.eclipse.jgit.blame.BlameResult
-
Get the file path that provided the specified line of the result.
- getSourceSize() - Method in class org.eclipse.jgit.internal.storage.pack.DeltaIndex
-
Get size of the source buffer this index has scanned.
- getSourceStart() - Method in class org.eclipse.jgit.blame.BlameGenerator
-
Get first line of the source data that has been blamed for the current region
- getSrcRef() - Method in class org.eclipse.jgit.transport.RemoteRefUpdate
-
Get source revision as specified by user (in constructor)
- getSshConfig(File) - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactory
-
Determines the ssh config file.
- getSshDirectory() - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactory
-
Retrieves the global .ssh directory
- getSshSessionFactory() - Method in class org.eclipse.jgit.transport.SshTransport
-
Get the SSH session factory
- getStage() - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Get the stage of this entry.
- getStartLine() - Method in class org.eclipse.jgit.patch.HunkHeader.OldImage
- getStartOffset() - Method in class org.eclipse.jgit.patch.BinaryHunk
-
Get offset the start of this hunk in
BinaryHunk.getBuffer()
. - getStartOffset() - Method in class org.eclipse.jgit.patch.FileHeader
-
Get offset of the start of this file's script in
FileHeader.getBuffer()
. - getStartOffset() - Method in class org.eclipse.jgit.patch.HunkHeader
-
Get offset of the start of this hunk in
HunkHeader.getBuffer()
. - getState() - Method in class org.eclipse.jgit.attributes.Attribute
-
Return the state.
- getState() - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Get snapshot of the current state of this PackWriter.
- getState(String) - Method in class org.eclipse.jgit.attributes.Attributes
-
Return the state.
- getStatistics() - Method in class org.eclipse.jgit.api.GarbageCollectCommand
-
Computes and returns the repository statistics.
- getStatistics() - Method in class org.eclipse.jgit.internal.storage.file.GC
-
Returns information about objects and pack files for a FileRepository.
- getStatistics() - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Get statistics of what this PackWriter did in order to create the final pack stream.
- getStatistics() - Method in class org.eclipse.jgit.transport.UploadPack
-
Get the PackWriter's statistics if a pack was sent to the client.
- getStats() - Method in class org.eclipse.jgit.internal.storage.file.WindowCache
- getStats() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableCompactor
-
Get statistics of the last written reftable.
- getStats() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter
-
Get statistics of the last written reftable.
- getStats() - Static method in interface org.eclipse.jgit.storage.file.WindowCacheStats
- getStatus() - Method in class org.eclipse.jgit.api.CheckoutResult
-
Get status
- getStatus() - Method in class org.eclipse.jgit.api.CherryPickResult
-
Get status
- getStatus() - Method in class org.eclipse.jgit.api.RebaseResult
-
Get the status
- getStatus() - Method in class org.eclipse.jgit.api.SubmoduleDeinitResult
-
Get the status of the command
- getStatus() - Method in class org.eclipse.jgit.junit.http.AccessEvent
-
Get the
status
. - getStatus() - Method in exception org.eclipse.jgit.transport.FtpChannel.FtpException
- getStatus() - Method in class org.eclipse.jgit.transport.RemoteRefUpdate
-
Get status of remote ref update operation.
- getStatus() - Method in class org.eclipse.jgit.util.ProcessResult
-
Get the status of the process' execution.
- getStatusCode() - Method in exception org.eclipse.jgit.transport.ServiceMayNotContinueException
-
Get status code
- getStderr() - Method in class org.eclipse.jgit.util.FS.ExecutionResult
- getStdinArgs() - Method in class org.eclipse.jgit.hooks.GitHook
-
Override to provide relevant arguments via stdin to the underlying hook script.
- getStdinArgs() - Method in class org.eclipse.jgit.hooks.PrePushHook
-
Override to provide relevant arguments via stdin to the underlying hook script.
- getStdout() - Method in class org.eclipse.jgit.util.FS.ExecutionResult
- getStorage() - Method in class org.eclipse.jgit.lib.ObjectIdRef
-
How was this ref obtained?
- getStorage() - Method in interface org.eclipse.jgit.lib.Ref
-
How was this ref obtained?
- getStorage() - Method in class org.eclipse.jgit.lib.SymbolicRef
-
How was this ref obtained?
- getStorageClass() - Method in class org.eclipse.jgit.lfs.server.s3.S3Config
-
Get the
storageClass
. - getStreamFileThreshold() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReaderOptions
-
Get the size threshold beyond which objects must be streamed.
- getStreamFileThreshold() - Method in class org.eclipse.jgit.lib.ObjectReader
-
Returns the threshold at which a file will be streamed rather than loaded entirely into memory
- getStreamFileThreshold() - Method in class org.eclipse.jgit.storage.file.WindowCacheConfig
-
Get the size threshold beyond which objects must be streamed.
- getStreamKey(PackExt) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Get cache key for use by the block cache.
- getStreamPackBufferSize() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReaderOptions
-
Get number of bytes to use for buffering when streaming a pack file during copying.
- getStreamRatio() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheConfig
-
Get highest percentage of
DfsBlockCacheConfig.getBlockLimit()
a single pack can occupy while being copied by the pack reuse strategy. - getStrictHostKeyChecking() - Method in class org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host
- getStrictHostKeyChecking() - Method in interface org.eclipse.jgit.transport.sshd.ServerKeyDatabase.Configuration
-
Obtains the value of the "StrictHostKeyChecking" ssh config.
- getString(int) - Method in class org.eclipse.jgit.diff.RawText
-
Get the text for a single line.
- getString(int, int, boolean) - Method in class org.eclipse.jgit.diff.RawText
-
Get the text for a region of lines.
- getString(String, String, String) - Method in class org.eclipse.jgit.lfs.internal.LfsConfig
-
Get string value or null if not found.
- getString(String, String, String) - Method in class org.eclipse.jgit.lib.Config
-
Get string value or null if not found.
- getStringList(String, String, String) - Method in class org.eclipse.jgit.lib.Config
-
Get a list of string values
- getSubmoduleDirectory(Repository, String) - Static method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Get submodule directory
- getSubmoduleRemoteUrl(Repository, String) - Static method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Resolve submodule repository URL.
- getSubmoduleRepository(File, String) - Static method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Get submodule repository at path
- getSubmoduleRepository(File, String, FS) - Static method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Get submodule repository at path, using the specified file system abstraction
- getSubmoduleRepository(File, String, FS, BaseRepositoryBuilder<?, ? extends Repository>) - Static method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Get submodule repository at path, using the specified file system abstraction and the specified builder
- getSubmoduleRepository(Repository, String) - Static method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Get submodule repository
- getSubsections(String) - Method in class org.eclipse.jgit.lib.Config
-
Get set of all subsections of specified section within this configuration and its base configuration
- getSupportedCipherSuites() - Method in class org.eclipse.jgit.internal.transport.http.DelegatingSSLSocketFactory
- getSupportedConnectors() - Method in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Factory
-
Tells which kinds of SSH agents this
ConnectorFactory
supports. - getSupportedConnectors() - Method in interface org.eclipse.jgit.transport.sshd.agent.ConnectorFactory
-
Tells which kinds of SSH agents this
ConnectorFactory
supports. - getSupportedMechanisms() - Static method in class org.eclipse.jgit.internal.transport.sshd.GssApiMechanisms
-
Retrieves an immutable collection of the supported mechanisms.
- getSymLinks() - Method in class org.eclipse.jgit.treewalk.WorkingTreeOptions
-
Get how we handle symbolic links
- getSymrefs() - Method in class org.eclipse.jgit.transport.LsRefsV2Request
- getSystemConfig() - Method in class org.eclipse.jgit.junit.MockSystemReader
- getSystemConfig() - Method in class org.eclipse.jgit.util.SystemReader
-
Get the gitconfig configuration found in the system-wide "etc" directory.
- getTag() - Method in class org.eclipse.jgit.lib.TagBuilder
-
Get short name of the tag (no
refs/tags/
prefix). - getTagger() - Method in class org.eclipse.jgit.api.TagCommand
-
Get the
tagger
who created the tag. - getTagger() - Method in class org.eclipse.jgit.lib.TagBuilder
-
Get creator of this tag.
- getTaggerIdent() - Method in class org.eclipse.jgit.revwalk.RevTag
-
Parse the tagger identity from the raw buffer.
- getTagName() - Method in class org.eclipse.jgit.revwalk.RevTag
-
Get the name of this tag, from the tag header.
- getTagOpt() - Method in class org.eclipse.jgit.transport.RemoteConfig
-
Get the description of how annotated tags should be treated during fetch.
- getTagOpt() - Method in class org.eclipse.jgit.transport.Transport
-
Get the description of how annotated tags should be treated during fetch.
- getTags() - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder
-
Get the tag object bitmap.
- getTags() - Method in class org.eclipse.jgit.lib.Repository
-
Deprecated.use
getRefDatabase().getRefsByPrefix(R_TAGS)
instead - getTarget() - Method in class org.eclipse.jgit.lib.ObjectIdRef
-
Get the reference this reference points to, or
this
. - getTarget() - Method in interface org.eclipse.jgit.lib.Ref
-
Get the reference this reference points to, or
this
. - getTarget() - Method in class org.eclipse.jgit.lib.SymbolicRef
-
Get the reference this reference points to, or
this
. - getTemporaryDirectory() - Method in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Get temporary directory.
- getTestResourceFile(String) - Static method in class org.eclipse.jgit.junit.JGitTestUtil
-
Get test resource file.
- getThinPackBytes() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get size of the thin pack in bytes.
- getThreads() - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Get the number of threads used during delta compression.
- getTimeCompressing() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get time in milliseconds spent on delta compression.
- getTimeCounting() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get time in milliseconds spent enumerating the objects that need to be included in the output.
- getTimeNegotiating() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Time in ms spent in the negotiation phase.
- getTimeout() - Method in class org.eclipse.jgit.api.FetchCommand
-
Get timeout
- getTimeout() - Method in class org.eclipse.jgit.api.PushCommand
-
Get timeout used for push operation
- getTimeout() - Method in class org.eclipse.jgit.internal.transport.sshd.proxy.AbstractClientProxyConnector
-
Obtains the timeout for the whole rest of the proxy connection protocol.
- getTimeout() - Method in class org.eclipse.jgit.transport.Daemon
-
Get timeout (in seconds) before aborting an IO operation.
- getTimeout() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Get timeout (in seconds) before aborting an IO operation.
- getTimeout() - Method in class org.eclipse.jgit.transport.RemoteConfig
-
Get timeout (in seconds) before aborting an IO operation.
- getTimeout() - Method in class org.eclipse.jgit.transport.Transport
-
Get timeout (in seconds) before aborting an IO operation.
- getTimeout() - Method in class org.eclipse.jgit.transport.UploadPack
-
Get timeout (in seconds) before aborting an IO operation.
- getTimeout() - Method in class org.eclipse.jgit.util.io.TimeoutInputStream
-
Get number of milliseconds before aborting a read.
- getTimeout() - Method in class org.eclipse.jgit.util.io.TimeoutOutputStream
-
Get number of milliseconds before aborting a write.
- getTimeSearchingForReuse() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get time in milliseconds spent matching existing representations against objects that will be transmitted.
- getTimeSearchingForSizes() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get time in milliseconds spent finding the sizes of all objects that will enter the delta compression search window.
- getTimeTotal() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get total time spent processing this pack.
- getTimeUnit(String, String, String, long, TimeUnit) - Method in class org.eclipse.jgit.lib.Config
-
Parse a numerical time unit, such as "1 minute", from the configuration.
- getTimeUnit(Config, String, String, String, long, TimeUnit) - Method in class org.eclipse.jgit.lib.DefaultTypedConfigGetter
-
Parse a numerical time unit, such as "1 minute", from a git
Config
. - getTimeUnit(Config, String, String, String, long, TimeUnit) - Method in interface org.eclipse.jgit.lib.TypedConfigGetter
-
Parse a numerical time unit, such as "1 minute", from a git
Config
. - getTimeWriting() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get time in milliseconds spent writing the pack output, from start of header until end of trailer.
- getTimezone(long) - Method in class org.eclipse.jgit.junit.MockSystemReader
-
Get the local time zone
- getTimezone(long) - Method in class org.eclipse.jgit.util.SystemReader
-
Get the local time zone
- getTimeZone() - Method in class org.eclipse.jgit.junit.MockSystemReader
-
Get system time zone, possibly mocked for testing
- getTimeZone() - Method in class org.eclipse.jgit.junit.TestRepository
-
Get timezone
- getTimeZone() - Method in class org.eclipse.jgit.lib.PersonIdent
-
Get this person's declared time zone
- getTimeZone() - Method in class org.eclipse.jgit.transport.PushCertificateIdent
-
Get this person's declared time zone
- getTimeZone() - Method in class org.eclipse.jgit.util.SystemReader
-
Get system time zone, possibly mocked for testing
- getTimeZone(int) - Static method in class org.eclipse.jgit.lib.PersonIdent
-
Get timezone object for the given offset.
- getTimeZoneOffset() - Method in class org.eclipse.jgit.lib.PersonIdent
-
Get this person's declared time zone as minutes east of UTC.
- getTimeZoneOffset() - Method in class org.eclipse.jgit.transport.PushCertificateIdent
-
Get this person's declared time zone as minutes east of UTC.
- GETTING_SIZES - org.eclipse.jgit.internal.storage.pack.PackWriter.PackingPhase
-
Getting sizes phase.
- getTipsWithSha1(ObjectId) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReftableDatabase
-
Returns all refs that resolve directly to the given
ObjectId
. - getTipsWithSha1(ObjectId) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableDatabase
-
Returns all refs that resolve directly to the given
ObjectId
. - getTipsWithSha1(ObjectId) - Method in class org.eclipse.jgit.lib.RefDatabase
-
Returns all refs that resolve directly to the given
ObjectId
. - getToBeCheckedOut() - Method in class org.eclipse.jgit.merge.ResolveMerger
-
Get a map which maps the paths of files which have to be checked out because the merge created new fully-merged content for this file into the index.
- getToBeDeleted() - Method in class org.eclipse.jgit.dircache.DirCacheCheckout
-
Get list of paths of files which couldn't be deleted during last call to
DirCacheCheckout.checkout()
- getToBranch() - Method in class org.eclipse.jgit.internal.storage.file.CheckoutEntryImpl
-
Get the name of the branch after checkout
- getToBranch() - Method in interface org.eclipse.jgit.lib.CheckoutEntry
-
Get the name of the branch after checkout
- getToken() - Method in interface org.eclipse.jgit.internal.transport.sshd.auth.AuthenticationHandler
-
Retrieves the last token generated.
- getToken() - Method in class org.eclipse.jgit.internal.transport.sshd.proxy.AuthenticationChallenge
-
Retrieves the token of the challenge, if any.
- getToolNames() - Method in class org.eclipse.jgit.internal.diffmergetool.DiffToolConfig
- getToolNames() - Method in class org.eclipse.jgit.internal.diffmergetool.MergeToolConfig
- getTools() - Method in class org.eclipse.jgit.internal.diffmergetool.DiffToolConfig
- getTools() - Method in class org.eclipse.jgit.internal.diffmergetool.MergeToolConfig
- getTotalBytes() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get total number of bytes written.
- getTotalDeltas() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get total number of deltas output.
- getTotalLoadTime() - Method in interface org.eclipse.jgit.storage.file.WindowCacheStats
-
Total time in nanoseconds the cache spent loading new values.
- getTotalObjects() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get total number of objects output.
- getTotalRequestCount() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCache
-
Get total number of requests (hit + miss), per pack file extension.
- getTrackingBranch() - Method in class org.eclipse.jgit.lib.BranchConfig
-
Get the full tracking branch name
- getTrackingRefUpdate() - Method in class org.eclipse.jgit.transport.RemoteRefUpdate
-
Get tracking branch update if localName was set in constructor.
- getTrackingRefUpdate(String) - Method in class org.eclipse.jgit.transport.OperationResult
-
Get the status for a specific local tracking ref update.
- getTrackingRefUpdates() - Method in class org.eclipse.jgit.transport.OperationResult
-
Get the status of all local tracking refs that were updated.
- getTransferRate() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get the average output speed in terms of bytes-per-second.
- getTransportProtocols() - Static method in class org.eclipse.jgit.transport.Transport
-
Obtain a copy of the registered protocols.
- getTree() - Method in class org.eclipse.jgit.revwalk.RevCommit
-
Get a reference to this commit's tree.
- getTree(int, Class<T>) - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Obtain the tree iterator for the current entry.
- getTree(Class<T>) - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Get the tree of that type.
- getTreeCount() - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Get the number of trees known to this walker.
- getTreeDepth() - Method in class org.eclipse.jgit.revwalk.ObjectWalk
- getTreeDepthLimit() - Method in class org.eclipse.jgit.transport.FilterSpec
- getTreeFilter() - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Get the tree filter used to simplify commits by modified paths.
- getTreeFilterMarks() - Method in class org.eclipse.jgit.diff.DiffEntry
-
Get the raw tree filter marks, as set during
DiffEntry.scan(TreeWalk, boolean, TreeFilter...)
. - getTreeId() - Method in class org.eclipse.jgit.lib.CommitBuilder
-
Get id of the root tree listing this commit's snapshot.
- getTreeId() - Method in class org.eclipse.jgit.lib.GitmoduleEntry
- getTrees() - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder
-
Get the tree object bitmap.
- getTreesTraversed() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
- getTrustExitCode() - Method in interface org.eclipse.jgit.internal.diffmergetool.ExternalMergeTool
- getTrustExitCode() - Method in class org.eclipse.jgit.internal.diffmergetool.UserDefinedMergeTool
- getTrustLevel() - Method in interface org.eclipse.jgit.lib.GpgSignatureVerifier.SignatureVerification
-
Obtains the trust level of the public key used to verify the signature.
- getType() - Method in class org.eclipse.jgit.diff.Edit
-
Get type
- getType() - Method in class org.eclipse.jgit.internal.diffmergetool.FileElement
- getType() - Method in class org.eclipse.jgit.internal.fsck.FsckError.CorruptObject
- getType() - Method in class org.eclipse.jgit.internal.storage.pack.ObjectToPack
-
Get the object type.
- getType() - Method in class org.eclipse.jgit.lfs.LfsBlobLoader
- getType() - Method in class org.eclipse.jgit.lib.BitmapObject
-
Get Git object type.
- getType() - Method in class org.eclipse.jgit.lib.ObjectLoader.Filter
- getType() - Method in class org.eclipse.jgit.lib.ObjectLoader
-
Get Git in pack object type
- getType() - Method in class org.eclipse.jgit.lib.ObjectLoader.SmallObject
- getType() - Method in class org.eclipse.jgit.lib.ObjectStream.Filter
- getType() - Method in class org.eclipse.jgit.lib.ObjectStream
-
Get Git object type, see
Constants
. - getType() - Method in class org.eclipse.jgit.lib.ObjectStream.SmallStream
- getType() - Method in class org.eclipse.jgit.patch.BinaryHunk
-
Get type of this binary hunk.
- getType() - Method in class org.eclipse.jgit.revwalk.RevBlob
-
Get Git object type.
- getType() - Method in class org.eclipse.jgit.revwalk.RevCommit
-
Get Git object type.
- getType() - Method in class org.eclipse.jgit.revwalk.RevObject
-
Get Git object type.
- getType() - Method in class org.eclipse.jgit.revwalk.RevTag
-
Get Git object type.
- getType() - Method in class org.eclipse.jgit.revwalk.RevTree
-
Get Git object type.
- getType() - Method in class org.eclipse.jgit.submodule.SubmoduleStatus
-
Get type
- getType() - Method in class org.eclipse.jgit.transport.PackedObjectInfo
-
Get the object type.
- getType() - Method in class org.eclipse.jgit.transport.ReceiveCommand
-
Get the type of this command; see
ReceiveCommand.Type
. - getType() - Method in class org.eclipse.jgit.transport.ssh.jsch.JschConfigSessionFactory
- getType() - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactory
- getType() - Method in class org.eclipse.jgit.transport.SshSessionFactory
-
The name of the type of session factory.
- getUncommittedChanges() - Method in class org.eclipse.jgit.api.RebaseResult
-
Getter for the field
uncommittedChanges
. - getUncommittedChanges() - Method in class org.eclipse.jgit.api.Status
-
Get uncommitted changes, i.e.
- getUndeletedList() - Method in class org.eclipse.jgit.api.CheckoutResult
-
Get the list of files that could not be deleted during checkout
- getUninterestingObjects() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get unmodifiable collection of objects that should be excluded from the pack
- getUnmergedPaths() - Method in class org.eclipse.jgit.api.RevertCommand
-
Get unmerged paths
- getUnmergedPaths() - Method in class org.eclipse.jgit.merge.ResolveMerger
-
Get the paths with conflicts.
- getUnpackErrorHandler() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Get the current unpack error handler.
- getUnshallowFlag() - Method in interface org.eclipse.jgit.revwalk.DepthWalk
-
Get flag marking commits that should become unshallow.
- getUnshallowFlag() - Method in class org.eclipse.jgit.revwalk.DepthWalk.ObjectWalk
- getUnshallowFlag() - Method in class org.eclipse.jgit.revwalk.DepthWalk.RevWalk
- getUntracked() - Method in class org.eclipse.jgit.api.Status
-
Get untracked files
- getUntracked() - Method in class org.eclipse.jgit.lib.IndexDiff
-
Get list of files that are not ignored, and not in the index.
- getUntrackedFolders() - Method in class org.eclipse.jgit.api.Status
-
Get untracked folders
- getUntrackedFolders() - Method in class org.eclipse.jgit.lib.IndexDiff
-
Get list of folders containing only untracked files/folders
- getUntrackedFolders() - Method in class org.eclipse.jgit.treewalk.filter.IndexDiffFilter
-
Getter for the field
untrackedFolders
. - getUpdated() - Method in class org.eclipse.jgit.dircache.DirCacheCheckout
-
Get list of updated paths and smudgeFilterCommands
- getUpdatedFiles() - Method in class org.eclipse.jgit.api.ApplyResult
-
Get updated files
- getUpdatedPassword(ClientSession, String, String) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitUserInteraction
- getUpdateIndex() - Method in class org.eclipse.jgit.internal.storage.reftable.LogCursor
-
Get identifier of the transaction that created the log record.
- getUpdateIndex() - Method in class org.eclipse.jgit.lib.ObjectIdRef
-
Indicator of the relative order between updates of a specific reference name.
- getUpdateIndex() - Method in interface org.eclipse.jgit.lib.Ref
-
Indicator of the relative order between updates of a specific reference name.
- getUpdateIndex() - Method in class org.eclipse.jgit.lib.SymbolicRef
-
Indicator of the relative order between updates of a specific reference name.
- getUpdateResult() - Method in exception org.eclipse.jgit.api.errors.RefAlreadyExistsException
-
Retrieves the
RefUpdate.Result
that caused the exception. - getUploadAction(AnyLongObjectId, long) - Method in class org.eclipse.jgit.lfs.server.fs.FileLfsRepository
-
Get upload action
- getUploadAction(AnyLongObjectId, long) - Method in interface org.eclipse.jgit.lfs.server.LargeFileRepository
-
Get upload action
- getUploadAction(AnyLongObjectId, long) - Method in class org.eclipse.jgit.lfs.server.s3.S3Repository
-
Get upload action
- getUploadPack() - Method in class org.eclipse.jgit.transport.RemoteConfig
-
Override for the location of 'git-upload-pack' on the remote system.
- getUri() - Method in class org.eclipse.jgit.internal.storage.pack.CachedPackUriProvider.PackInfo
- getUri() - Method in class org.eclipse.jgit.junit.http.SimpleHttpServer
-
Get the
uri
. - getURI() - Method in class org.eclipse.jgit.junit.http.AppServer
-
Get the URI to reference this server.
- getURI() - Method in class org.eclipse.jgit.transport.OperationResult
-
Get the URI this result came from.
- getURI() - Method in class org.eclipse.jgit.transport.Transport
-
Get the URI this transport connects to.
- getURIish() - Method in class org.eclipse.jgit.junit.ssh.SshTestHarness.LogEntry
- getURIs() - Method in class org.eclipse.jgit.transport.RemoteConfig
-
Get all configured URIs under this remote.
- getUrl() - Method in class org.eclipse.jgit.gitrepo.RepoProject
-
Get the url of the sub repo.
- getUrl() - Method in class org.eclipse.jgit.lfs.server.fs.FileLfsRepository
- getURL() - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnection
-
Get URL
- getURL() - Method in interface org.eclipse.jgit.transport.http.HttpConnection
-
Get URL
- getURL() - Method in class org.eclipse.jgit.transport.http.JDKHttpConnection
-
Get URL
- getUsage() - Method in class org.eclipse.jgit.pgm.CommandRef
-
Get
usage
. - getUser() - Method in class org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host
- getUser() - Method in class org.eclipse.jgit.transport.sshd.ProxyData
-
Obtains the user to log in at the proxy with.
- getUser() - Method in class org.eclipse.jgit.transport.URIish
-
Get user name requested for transfer
- getUserAgent() - Method in class org.eclipse.jgit.transport.HttpConfig
-
Get the "http.userAgent" setting
- getUserConfig() - Method in class org.eclipse.jgit.junit.MockSystemReader
- getUserConfig() - Method in class org.eclipse.jgit.util.SystemReader
-
Get the git configuration found in the user home.
- getUserDefinedToolNames() - Method in class org.eclipse.jgit.internal.diffmergetool.DiffTools
-
Get user defined tool names.
- getUserDefinedToolNames() - Method in class org.eclipse.jgit.internal.diffmergetool.MergeTools
-
Get user defined tool names.
- getUserDefinedTools() - Method in class org.eclipse.jgit.internal.diffmergetool.DiffTools
-
Get user defined tools map.
- getUserDefinedTools() - Method in class org.eclipse.jgit.internal.diffmergetool.MergeTools
- getUserId() - Method in class org.eclipse.jgit.transport.PushCertificateIdent
-
Get the OpenPGP User ID, which may be any string.
- getUserKnownHostsFiles() - Method in interface org.eclipse.jgit.transport.sshd.ServerKeyDatabase.Configuration
-
Retrieves the list of file names from the "UserKnownHostsFile" ssh config.
- getUsername() - Method in interface org.eclipse.jgit.transport.sshd.ServerKeyDatabase.Configuration
-
Obtains the user name used in the connection attempt.
- getValue() - Method in class org.eclipse.jgit.attributes.Attribute
-
Get value
- getValue() - Method in class org.eclipse.jgit.revwalk.FooterLine
-
Get value of this footer.
- getValue() - Method in class org.eclipse.jgit.transport.CredentialItem.CharArrayType
-
Get the current value.
- getValue() - Method in class org.eclipse.jgit.transport.CredentialItem.StringType
- getValue() - Method in class org.eclipse.jgit.transport.CredentialItem.YesNoType
- getValue(String) - Method in class org.eclipse.jgit.attributes.Attributes
-
Get attribute value
- getValue(String) - Method in class org.eclipse.jgit.internal.transport.ssh.OpenSshConfigFile.HostEntry
-
Retrieves the value of a single-valued key, or the first if the key has multiple values.
- getValue(String) - Method in interface org.eclipse.jgit.transport.SshConfigStore.HostConfig
-
Retrieves the value of a single-valued key, or the first if the key has multiple values.
- getValues(String) - Method in class org.eclipse.jgit.internal.transport.ssh.OpenSshConfigFile.HostEntry
-
Retrieves the values of a multi or list-valued key.
- getValues(String) - Method in interface org.eclipse.jgit.transport.SshConfigStore.HostConfig
-
Retrieves the values of a multi- or list-valued key.
- getVerification() - Method in interface org.eclipse.jgit.api.VerificationResult
-
Retrieves the signature verification result.
- getVerified() - Method in interface org.eclipse.jgit.lib.GpgSignatureVerifier.SignatureVerification
-
Tells whether the signature verification was successful.
- getVerifier() - Method in class org.eclipse.jgit.api.VerifySignatureCommand
-
Retrieves the currently set
GpgSignatureVerifier
. - getVerifier() - Method in class org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSignatureVerifierFactory
- getVerifier() - Method in class org.eclipse.jgit.lib.GpgSignatureVerifierFactory
-
Creates a new
GpgSignatureVerifier
. - getVerifyAction(AnyLongObjectId) - Method in class org.eclipse.jgit.lfs.server.fs.FileLfsRepository
-
Get verify action
- getVerifyAction(AnyLongObjectId) - Method in interface org.eclipse.jgit.lfs.server.LargeFileRepository
-
Get verify action
- getVerifyAction(AnyLongObjectId) - Method in class org.eclipse.jgit.lfs.server.s3.S3Repository
-
Get verify action
- getVersion() - Method in class org.eclipse.jgit.internal.transport.sshd.proxy.StatusLine
-
Retrieves the version string.
- getVersion() - Method in class org.eclipse.jgit.transport.PushCertificate
-
Get the certificate version string.
- getWalk() - Method in class org.eclipse.jgit.transport.ConnectivityChecker.ConnectivityCheckInfo
- getWantedRefs() - Method in class org.eclipse.jgit.transport.FetchV2Request
- getWants() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Get the count of client wants.
- getWarnings() - Static method in class org.eclipse.jgit.junit.http.RecordingLogger
-
Get the
warnings
. - getWeight() - Method in class org.eclipse.jgit.internal.storage.pack.StoredObjectRepresentation
-
Get relative size of this object's packed form.
- getWhen() - Method in class org.eclipse.jgit.lib.PersonIdent
-
Get timestamp
- getWhen() - Method in class org.eclipse.jgit.transport.PushCertificateIdent
-
Get the timestamp of the identity.
- getWhenAsInstant() - Method in class org.eclipse.jgit.lib.PersonIdent
-
Get when attribute as instant
- getWho() - Method in class org.eclipse.jgit.internal.storage.file.ReflogEntryImpl
-
Get user performing the change
- getWho() - Method in interface org.eclipse.jgit.lib.ReflogEntry
-
Get user performing the change
- getWorkingTreeIterator(Repository) - Method in interface org.eclipse.jgit.lib.IndexDiff.WorkingTreeIteratorFactory
- getWorkTree() - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Get the work tree directory, or null if not set.
- getWorkTree() - Method in class org.eclipse.jgit.lib.Repository
-
Get the root directory of the working tree, where files are checked out for viewing and editing.
- getWriteMonitor() - Method in class org.eclipse.jgit.internal.storage.io.CancellableDigestOutputStream
-
Get the monitor which is used to update on output progress and check cancel.
- getXorOffset() - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder.StoredEntry
- getZoneId() - Method in class org.eclipse.jgit.lib.PersonIdent
-
Get the time zone id
- git() - Method in class org.eclipse.jgit.junit.TestRepository
-
Return Git API wrapper
- Git - Class in org.eclipse.jgit.api
-
Offers a "GitPorcelain"-like API to interact with a git repository.
- Git(Repository) - Constructor for class org.eclipse.jgit.api.Git
-
Construct a new
Git
object which can interact with the specified git repository. - GIT_ALTERNATE_OBJECT_DIRECTORIES_KEY - Static variable in class org.eclipse.jgit.lib.Constants
-
The environment variable that tells us where to look for objects, besides the default objects directory.
- GIT_AUTHOR_EMAIL_KEY - Static variable in class org.eclipse.jgit.lib.Constants
-
The environment variable that contains the author's email
- GIT_AUTHOR_NAME_KEY - Static variable in class org.eclipse.jgit.lib.Constants
-
The environment variable that contains the author's name
- GIT_BINARY - org.eclipse.jgit.patch.FileHeader.PatchType
-
A Git binary patch, holding pre and post image deltas
- GIT_CEILING_DIRECTORIES_KEY - Static variable in class org.eclipse.jgit.lib.Constants
-
The environment variable that limits how close to the root of the file systems JGit will traverse when looking for a repository root.
- GIT_COMMITTER_EMAIL_KEY - Static variable in class org.eclipse.jgit.lib.Constants
-
The environment variable that contains the commiter's email
- GIT_COMMITTER_NAME_KEY - Static variable in class org.eclipse.jgit.lib.Constants
-
The environment variable that contains the commiter's name
- GIT_CONFIG_NOSYSTEM_KEY - Static variable in class org.eclipse.jgit.lib.Constants
-
The environment variable that blocks use of the system config file
- GIT_DIR_KEY - Static variable in class org.eclipse.jgit.lib.Constants
-
The environment variable that tells us which directory is the ".git" directory
- GIT_INDEX_FILE_KEY - Static variable in class org.eclipse.jgit.lib.Constants
-
The environment variable that tells us which file holds the Git index.
- GIT_OBJECT_DIRECTORY_KEY - Static variable in class org.eclipse.jgit.lib.Constants
-
The environment variable that tells us where objects are stored
- GIT_PATH - Static variable in class org.eclipse.jgit.util.QuotedString
-
Quoting style that obeys the rules Git applies to file names
- GIT_PATH_MINIMAL - Static variable in class org.eclipse.jgit.util.QuotedString
-
Quoting style that obeys the rules Git applies to file names when
core.quotePath = false
. - GIT_WORK_TREE_KEY - Static variable in class org.eclipse.jgit.lib.Constants
-
The environment variable that tells us which directory is the working directory.
- GitAddTask - Class in org.eclipse.jgit.ant.tasks
-
Adds a file to the git index.
- GitAddTask() - Constructor for class org.eclipse.jgit.ant.tasks.GitAddTask
- GitAPIException - Exception in org.eclipse.jgit.api.errors
-
Superclass of all exceptions thrown by the API classes in
org.eclipse.jgit.api
- GitAPIException(String) - Constructor for exception org.eclipse.jgit.api.errors.GitAPIException
-
Constructs a new exception with the specified detail message and no cause.
- GitAPIException(String, Throwable) - Constructor for exception org.eclipse.jgit.api.errors.GitAPIException
-
Constructs a new exception with the specified detail message and cause.
- GitCheckoutTask - Class in org.eclipse.jgit.ant.tasks
-
Checkout a branch or paths to the working tree.
- GitCheckoutTask() - Constructor for class org.eclipse.jgit.ant.tasks.GitCheckoutTask
- GitCloneTask - Class in org.eclipse.jgit.ant.tasks
-
Clone a repository into a new directory.
- GitCloneTask() - Constructor for class org.eclipse.jgit.ant.tasks.GitCloneTask
- GitCommand<T> - Class in org.eclipse.jgit.api
-
Common superclass of all commands in the package
org.eclipse.jgit.api
- GitCommand(Repository) - Constructor for class org.eclipse.jgit.api.GitCommand
-
Creates a new command which interacts with a single repository
- GitDateFormatter - Class in org.eclipse.jgit.util
-
A utility for formatting dates according to the Git log.date formats plus extensions.
- GitDateFormatter(GitDateFormatter.Format) - Constructor for class org.eclipse.jgit.util.GitDateFormatter
-
Create a new Git oriented date formatter
- GitDateFormatter.Format - Enum in org.eclipse.jgit.util
-
Git and JGit formats
- GitDateParser - Class in org.eclipse.jgit.util
-
Parses strings with time and date specifications into
Date
. - GitDateParser() - Constructor for class org.eclipse.jgit.util.GitDateParser
- gitdir - Variable in class org.eclipse.jgit.pgm.TextBuiltin
-
Directory supplied via --git-dir command line option.
- GITDIR - Static variable in class org.eclipse.jgit.lib.Constants
-
Prefix of the first line in a ".git" file
- GitFilter - Class in org.eclipse.jgit.http.server
-
Handles Git repository access over HTTP.
- GitFilter() - Constructor for class org.eclipse.jgit.http.server.GitFilter
-
New servlet that will load its base directory from
web.xml
. - GitHook<T> - Class in org.eclipse.jgit.hooks
-
Git can fire off custom scripts when certain important actions occur.
- GitHook(Repository, OutputStream) - Constructor for class org.eclipse.jgit.hooks.GitHook
-
Constructor for GitHook.
- GitHook(Repository, OutputStream, OutputStream) - Constructor for class org.eclipse.jgit.hooks.GitHook
-
Constructor for GitHook
- GITIGNORE_FILENAME - Static variable in class org.eclipse.jgit.lib.Constants
-
A gitignore file name
- GitInitTask - Class in org.eclipse.jgit.ant.tasks
-
Create an empty git repository.
- GitInitTask() - Constructor for class org.eclipse.jgit.ant.tasks.GitInitTask
- GITLINK - Static variable in class org.eclipse.jgit.lib.FileMode
-
Mode indicating an entry is a submodule commit in another repository.
- GitmoduleEntry - Class in org.eclipse.jgit.lib
-
A .gitmodules file found in the pack.
- GitmoduleEntry(AnyObjectId, AnyObjectId) - Constructor for class org.eclipse.jgit.lib.GitmoduleEntry
-
A record of (tree, blob) for a .gitmodule file in a pack
- GITMODULES_BLOB - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- GITMODULES_LARGE - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- GITMODULES_NAME - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- GITMODULES_PARSE - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- GITMODULES_PATH - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- GITMODULES_SYMLINK - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- GITMODULES_URL - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- GitProtocolConstants - Class in org.eclipse.jgit.transport
-
Wire constants for the native Git protocol.
- GitServlet - Class in org.eclipse.jgit.http.server
-
Handles Git repository access over HTTP.
- GitServlet() - Constructor for class org.eclipse.jgit.http.server.GitServlet
-
New servlet that will load its base directory from
web.xml
. - GitSmartHttpTools - Class in org.eclipse.jgit.http.server
-
Utility functions for handling the Git-over-HTTP protocol.
- GLOBAL_KNOWN_HOSTS_FILE - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file.
- GlobalAttributesNode - Class in org.eclipse.jgit.internal.storage.file
-
Attribute node loaded from global system-wide file.
- GlobalAttributesNode(Repository) - Constructor for class org.eclipse.jgit.internal.storage.file.GlobalAttributesNode
-
Constructor for GlobalAttributesNode.
- GpgConfig - Class in org.eclipse.jgit.lib
-
Typed access to GPG related configuration options.
- GpgConfig(String, GpgConfig.GpgFormat, String) - Constructor for class org.eclipse.jgit.lib.GpgConfig
-
Create a
GpgConfig
with the given parameters and defaulttrue
for signing commits andfalse
for tags. - GpgConfig(Config) - Constructor for class org.eclipse.jgit.lib.GpgConfig
-
Create a new GPG config that reads the configuration from config.
- GpgConfig.GpgFormat - Enum in org.eclipse.jgit.lib
-
Config values for gpg.format.
- gpgFailedToParseSecretKey - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- gpgKeyInfo - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- gpgNoCredentialsProvider - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- gpgNoKeygrip - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- gpgNoKeyInLegacySecring - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- gpgNoKeyring - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- gpgNoPublicKeyFound - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- gpgNoSecretKeyForPublicKey - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- gpgNoSuchAlgorithm - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- gpgNotASigningKey - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- GpgObjectSigner - Interface in org.eclipse.jgit.lib
-
Creates GPG signatures for Git objects.
- GpgSignature - Class in org.eclipse.jgit.lib
-
A structure for holding GPG signature together with additional related data.
- GpgSignature(byte[]) - Constructor for class org.eclipse.jgit.lib.GpgSignature
-
Creates a new instance with the specified signature
- GpgSignatureVerifier - Interface in org.eclipse.jgit.lib
-
A
GpgVerifier
can verify GPG signatures on git commits and tags. - GpgSignatureVerifier.SignatureVerification - Interface in org.eclipse.jgit.lib
-
A
SignatureVerification
returns data about a (positively or negatively) verified signature. - GpgSignatureVerifier.TrustLevel - Enum in org.eclipse.jgit.lib
-
The owner's trust in a public key.
- GpgSignatureVerifierFactory - Class in org.eclipse.jgit.lib
-
A
GpgSignatureVerifierFactory
createsGpgSignatureVerifier
instances. - GpgSignatureVerifierFactory() - Constructor for class org.eclipse.jgit.lib.GpgSignatureVerifierFactory
- GpgSigner - Class in org.eclipse.jgit.lib
-
Creates GPG signatures for Git objects.
- GpgSigner() - Constructor for class org.eclipse.jgit.lib.GpgSigner
- GpgSignHandler - Class in org.eclipse.jgit.pgm.opt
-
Special handler for the
--gpg-sign
option of thecommit
command. - GpgSignHandler(CmdLineParser, OptionDef, Setter<? super String>) - Constructor for class org.eclipse.jgit.pgm.opt.GpgSignHandler
-
Constructor for GpgSignHandler.
- gpgSigningCancelled - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- growPath(int) - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Grow the path buffer larger.
- gson() - Static method in interface org.eclipse.jgit.lfs.Protocol
- GSS_AUTHENTICATION_REPORTER - Static variable in interface org.eclipse.jgit.internal.transport.sshd.GssApiWithMicAuthenticationReporter
-
An
AttributeRepository.AttributeKey
 for aClientSession
holding theGssApiWithMicAuthenticationReporter
. - GSSAPI_HOST_PREFIX - Static variable in class org.eclipse.jgit.internal.transport.sshd.GssApiMechanisms
-
Prefix to use with
GSSName.NT_HOSTBASED_SERVICE
. - GssApiAuthentication<ParameterType,TokenType> - Class in org.eclipse.jgit.internal.transport.sshd.auth
-
An abstract implementation of a GSS-API multi-round authentication.
- GssApiAuthentication(InetSocketAddress) - Constructor for class org.eclipse.jgit.internal.transport.sshd.auth.GssApiAuthentication
-
Creates a new
GssApiAuthentication
to authenticate with the givenproxy
. - gssapiFailure - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- gssapiInitFailure - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- GssApiMechanisms - Class in org.eclipse.jgit.internal.transport.sshd
-
Global repository of GSS-API mechanisms that we can use.
- gssapiUnexpectedMechanism - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- gssapiUnexpectedMessage - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- GssApiWithMicAuthentication - Class in org.eclipse.jgit.internal.transport.sshd
-
GSSAPI-with-MIC authentication handler (Kerberos 5).
- GssApiWithMicAuthentication() - Constructor for class org.eclipse.jgit.internal.transport.sshd.GssApiWithMicAuthentication
-
Creates a new
GssApiWithMicAuthentication
. - GssApiWithMicAuthenticationReporter - Interface in org.eclipse.jgit.internal.transport.sshd
-
Callback interface for recording authentication state in
GssApiWithMicAuthentication
. - GssApiWithMicAuthFactory - Class in org.eclipse.jgit.internal.transport.sshd
-
Factory to create
GssApiWithMicAuthentication
handlers. - GSSManagerFactory - Class in org.eclipse.jgit.util
-
Factory to detect which GSSManager implementation should be used.
- GSSManagerFactory() - Constructor for class org.eclipse.jgit.util.GSSManagerFactory
- guiffy - org.eclipse.jgit.internal.diffmergetool.CommandLineDiffTool
- guiffy - org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
- gvimdiff - org.eclipse.jgit.internal.diffmergetool.CommandLineDiffTool
- gvimdiff - org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
- gvimdiff2 - org.eclipse.jgit.internal.diffmergetool.CommandLineDiffTool
- gvimdiff2 - org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
- gvimdiff3 - org.eclipse.jgit.internal.diffmergetool.CommandLineDiffTool
- gvimdiff3 - org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
- GZIP - org.eclipse.jgit.transport.TransportHttp.AcceptEncoding
-
Accept gzip content encoding.
H
- halt() - Method in class org.eclipse.jgit.util.io.StreamCopyThread
-
Request that the thread terminate, and wait for it.
- handleBatchRefUpdateException(List<ReceiveCommand>, IOException) - Method in interface org.eclipse.jgit.transport.ReceiveCommandErrorHandler
-
Handle an exception thrown while checking if the update is fast-forward.
- handleDecodeAttemptResult(SessionContext, NamedResource, int, String, Exception) - Method in class org.eclipse.jgit.internal.transport.sshd.PasswordProviderWrapper
- handleError(String, ProcessResult) - Method in class org.eclipse.jgit.hooks.GitHook
-
Process that the hook exited with an error.
- handleError(String, ProcessResult) - Method in class org.eclipse.jgit.hooks.PostCommitHook
-
Overwrites the default implementation to never throw an
AbortedByHookException
, as the commit has already been done and the exit code of the post-commit hook has no effect. - handleFastForwardCheckException(ReceiveCommand, IOException) - Method in interface org.eclipse.jgit.transport.ReceiveCommandErrorHandler
-
Handle an exception thrown while checking if the update is fast-forward.
- handleNewIdValidationException(ReceiveCommand, IOException) - Method in interface org.eclipse.jgit.transport.ReceiveCommandErrorHandler
-
Handle an exception thrown while validating the new commit ID.
- handleOldIdValidationException(ReceiveCommand, IOException) - Method in interface org.eclipse.jgit.transport.ReceiveCommandErrorHandler
-
Handle an exception thrown while validating the old commit ID.
- handles(String) - Method in class org.eclipse.jgit.transport.DaemonService
-
Determine if this service can handle the requested command.
- handleUnpackException(Throwable) - Method in interface org.eclipse.jgit.transport.UnpackErrorHandler
-
Handle an exception thrown while unpacking the pack file.
- HARD - org.eclipse.jgit.api.ResetCommand.ResetType
-
Change the ref, the index and the workdir
- has(AnyObjectId) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReader
-
Does the requested object exist in this database?
- has(AnyObjectId) - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectory
-
Does the requested object exist in this database?
- has(AnyObjectId) - Method in class org.eclipse.jgit.lib.ObjectDatabase
-
Does the requested object exist in this database?
- has(AnyObjectId) - Method in class org.eclipse.jgit.lib.ObjectReader.Filter
- has(AnyObjectId) - Method in class org.eclipse.jgit.lib.ObjectReader
-
Does the requested object exist in this database?
- has(AnyObjectId, boolean) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase
-
Does the requested object exist in this database?
- has(AnyObjectId, int) - Method in class org.eclipse.jgit.lib.ObjectReader.Filter
- has(AnyObjectId, int) - Method in class org.eclipse.jgit.lib.ObjectReader
-
Does the requested object exist in this database?
- has(RevFlag) - Static method in class org.eclipse.jgit.revwalk.filter.RevFlagFilter
-
Create a new filter that tests for a single flag.
- has(RevFlag) - Method in class org.eclipse.jgit.revwalk.RevObject
-
Test to see if the flag has been set on this object.
- HAS_DOT - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- HAS_DOTDOT - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- HAS_DOTGIT - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- hasAll(RevFlag...) - Static method in class org.eclipse.jgit.revwalk.filter.RevFlagFilter
-
Create a new filter that tests all flags in a set.
- hasAll(RevFlagSet) - Static method in class org.eclipse.jgit.revwalk.filter.RevFlagFilter
-
Create a new filter that tests all flags in a set.
- hasAll(RevFlagSet) - Method in class org.eclipse.jgit.revwalk.RevObject
-
Test to see if all flags in the set have been set on this object.
- hasAny(RevFlag...) - Static method in class org.eclipse.jgit.revwalk.filter.RevFlagFilter
-
Create a new filter that tests for any flag in a set.
- hasAny(RevFlagSet) - Static method in class org.eclipse.jgit.revwalk.filter.RevFlagFilter
-
Create a new filter that tests for any flag in a set.
- hasAny(RevFlagSet) - Method in class org.eclipse.jgit.revwalk.RevObject
-
Test to see if any flag in the set has been set on this object.
- hasBase() - Method in enum org.eclipse.jgit.lib.IndexDiff.StageState
- hasBlock0(DfsStreamKey) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCache
-
Quickly check if the cache contains block 0 of the given stream.
- hasChunkedEncodingRequestBug(int[], HttpServletRequest) - Static method in class org.eclipse.jgit.http.server.ClientVersionUtil
-
Deprecated.no widely used Git versions need this any more
- hasCollision() - Method in class org.eclipse.jgit.util.sha1.SHA1
-
Check if a collision was detected.
- hasCRC32Support() - Method in class org.eclipse.jgit.internal.storage.file.PackIndex
-
Check whether this index supports (has) CRC32 checksums for objects.
- hasCustomRefLog() - Method in class org.eclipse.jgit.transport.ReceiveCommand
-
Check whether this command has a custom reflog message setting that should override defaults in any containing
BatchRefUpdate
. - hasFastTipsWithSha1() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReftableDatabase
-
If the ref database does not support fast inverse queries, it may be advantageous to build a complete SHA1 to ref map in advance for multiple uses.
- hasFastTipsWithSha1() - Method in class org.eclipse.jgit.internal.storage.file.FileReftableDatabase
-
If the ref database does not support fast inverse queries, it may be advantageous to build a complete SHA1 to ref map in advance for multiple uses.
- hasFastTipsWithSha1() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableDatabase
- hasFastTipsWithSha1() - Method in class org.eclipse.jgit.lib.RefDatabase
-
If the ref database does not support fast inverse queries, it may be advantageous to build a complete SHA1 to ref map in advance for multiple uses.
- hasFileExt(PackExt) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Whether the pack file extension is known to exist.
- hasFiles(Path) - Static method in class org.eclipse.jgit.util.FileUtils
-
Whether the path is a directory with files in it.
- hash(byte[]) - Static method in class org.eclipse.jgit.transport.AwsRequestSignerV4
-
Hashes the provided byte array using the SHA-256 algorithm.
- hash(HashedSequence<S>, int) - Method in class org.eclipse.jgit.diff.HashedSequenceComparator
-
Get a hash value for an item in a sequence.
- hash(RawText, int) - Method in class org.eclipse.jgit.diff.RawTextComparator
- hash(Subsequence<S>, int) - Method in class org.eclipse.jgit.diff.SubsequenceComparator
-
Get a hash value for an item in a sequence.
- hash(S, int) - Method in class org.eclipse.jgit.diff.SequenceComparator
-
Get a hash value for an item in a sequence.
- HASH_FUNCTION_NAME - Static variable in class org.eclipse.jgit.lfs.LfsPointer
-
The name of the hash function as used in the pointer files.
- HASH_KNOWN_HOSTS - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file.
- hashCode() - Method in class org.eclipse.jgit.archive.TarFormat
- hashCode() - Method in class org.eclipse.jgit.archive.Tbz2Format
- hashCode() - Method in class org.eclipse.jgit.archive.TgzFormat
- hashCode() - Method in class org.eclipse.jgit.archive.TxzFormat
- hashCode() - Method in class org.eclipse.jgit.archive.ZipFormat
- hashCode() - Method in class org.eclipse.jgit.attributes.Attribute
- hashCode() - Method in class org.eclipse.jgit.attributes.Attributes
- hashCode() - Method in class org.eclipse.jgit.diff.Edit
- hashCode() - Method in class org.eclipse.jgit.gitrepo.RepoProject
- hashCode() - Method in class org.eclipse.jgit.ignore.FastIgnoreRule
- hashCode() - Method in class org.eclipse.jgit.ignore.internal.AbstractMatcher
- hashCode() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
- hashCode() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRepositoryDescription
- hashCode() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsStreamKey
- hashCode() - Method in class org.eclipse.jgit.internal.storage.file.FileSnapshot
- hashCode() - Method in class org.eclipse.jgit.lfs.LfsPointer
- hashCode() - Method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
- hashCode() - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
- hashCode() - Method in class org.eclipse.jgit.lib.AbbreviatedObjectId
- hashCode() - Method in class org.eclipse.jgit.lib.AnyObjectId
- hashCode() - Method in class org.eclipse.jgit.lib.PersonIdent
- hashCode() - Method in class org.eclipse.jgit.lib.RepositoryCache.FileKey
- hashCode() - Method in class org.eclipse.jgit.transport.PushCertificate
- hashCode() - Method in class org.eclipse.jgit.transport.PushCertificateIdent
- hashCode() - Method in class org.eclipse.jgit.transport.RefSpec
- hashCode() - Method in class org.eclipse.jgit.transport.URIish
- HashedSequence<S extends Sequence> - Class in org.eclipse.jgit.diff
-
Wraps a
Sequence
to assign hash codes to elements. - HashedSequenceComparator<S extends Sequence> - Class in org.eclipse.jgit.diff
-
Wrap another comparator for use with
HashedSequence
. - HashedSequencePair<S extends Sequence> - Class in org.eclipse.jgit.diff
-
Wraps two
Sequence
instances to cache their element hash codes. - HashedSequencePair(SequenceComparator<? super S>, S, S) - Constructor for class org.eclipse.jgit.diff.HashedSequencePair
-
Construct a pair to provide fast hash codes.
- hasHostKey(String, int, String, List<String>) - Method in class org.eclipse.jgit.junit.ssh.SshTestHarness
-
Checks whether there is a line for the given host and port that also matches the given key part in the list of lines.
- hashRegion(byte[], int, int) - Method in class org.eclipse.jgit.diff.RawTextComparator
-
Compute a hash code for a region.
- hasId() - Method in class org.eclipse.jgit.dircache.DirCacheIterator
-
Whether the entry has a valid ObjectId.
- hasId() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Whether the entry has a valid ObjectId.
- hasId() - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
-
Whether the entry has a valid ObjectId.
- hasId() - Method in class org.eclipse.jgit.treewalk.EmptyTreeIterator
-
Whether the entry has a valid ObjectId.
- hasId() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Whether the entry has a valid ObjectId.
- hasId(AnyObjectId) - Method in class org.eclipse.jgit.internal.storage.reftable.Reftable
-
Test if any reference directly refers to the object.
- hasMetaDataChanges() - Method in class org.eclipse.jgit.patch.FileHeader
-
Whether this patch modifies metadata about a file
- hasObject(DfsReader, AnyObjectId) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackFile
-
Check if an object is stored within this pack.
- hasObject(ObjectToPack, StoredObjectRepresentation) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsCachedPack
-
Determine if this pack contains the object representation given.
- hasObject(ObjectToPack, StoredObjectRepresentation) - Method in class org.eclipse.jgit.internal.storage.pack.CachedPack
-
Determine if this pack contains the object representation given.
- hasObject(AnyObjectId) - Method in class org.eclipse.jgit.internal.storage.file.Pack
-
Determine if an object is contained within the pack file.
- hasObject(AnyObjectId) - Method in class org.eclipse.jgit.internal.storage.file.PackIndex
-
Determine if an object is contained within the pack file.
- hasObject(AnyObjectId) - Method in class org.eclipse.jgit.lib.Repository
-
Deprecated.use
getObjectDatabase().has(objectId)
- hasObjectMap() - Method in class org.eclipse.jgit.internal.storage.reftable.MergedReftable
- hasObjectMap() - Method in class org.eclipse.jgit.internal.storage.reftable.Reftable
- hasObjectMap() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableReader
- hasOurs() - Method in enum org.eclipse.jgit.lib.IndexDiff.StageState
- hasPushReplacements() - Method in class org.eclipse.jgit.transport.UrlConfig
-
Tells whether there are push replacements.
- hasPushStatusBug(int[]) - Static method in class org.eclipse.jgit.http.server.ClientVersionUtil
-
Deprecated.no widely used Git versions need this any more
- hasReceivedPack() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Get whether or not a pack has been received.
- hasRef(String) - Method in class org.eclipse.jgit.internal.storage.reftable.Reftable
-
Test if a reference exists.
- hasRefs() - Method in class org.eclipse.jgit.lib.RefDatabase
-
Check if any refs exist in the ref database.
- hasRefsWithPrefix(String) - Method in class org.eclipse.jgit.internal.storage.reftable.Reftable
-
Test if any reference starts with
prefix
as a prefix. - hasRevSort(RevSort) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Check whether the provided sorting strategy is enabled.
- hasSourceData(int) - Method in class org.eclipse.jgit.blame.BlameResult
-
Check if the given result line has been annotated yet.
- hasSourceData(int, int) - Method in class org.eclipse.jgit.blame.BlameResult
-
Check if the given result line has been annotated yet.
- hasTheirs() - Method in enum org.eclipse.jgit.lib.IndexDiff.StageState
- hasTrackingRefUpdate() - Method in class org.eclipse.jgit.transport.RemoteRefUpdate
-
Whether user specified a local tracking branch for remote update
- hasUncommittedChanges() - Method in class org.eclipse.jgit.api.Status
-
Whether there are uncommitted changes
- hasUnmergedPaths() - Method in class org.eclipse.jgit.dircache.DirCache
-
Tells whether this index contains unmerged paths.
- hasVersioning() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReftableDatabase
-
With versioning, each reference has a version number that increases on update.
- hasVersioning() - Method in class org.eclipse.jgit.lib.RefDatabase
-
With versioning, each reference has a version number that increases on update.
- haves - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
The count of client haves.
- HDR_ACCEPT - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
Accept
header. - HDR_ACCEPT_ENCODING - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
Accept-Encoding
header. - HDR_ACCEPT_RANGES - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
Accept-Ranges
header. - HDR_APPLICATION_OCTET_STREAM - Static variable in class org.eclipse.jgit.lfs.lib.Constants
-
"Arbitrary binary data" as defined in RFC 2046
- HDR_AUTH - Static variable in interface org.eclipse.jgit.lfs.Protocol
-
Authorization header when auto-discovering via SSH.
- HDR_AUTH_SSH_PREFIX - Static variable in interface org.eclipse.jgit.lfs.Protocol
-
Prefix of authentication token obtained through SSH.
- HDR_AUTHORIZATION - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
Authorization
header. - HDR_CACHE_CONTROL - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
Cache-Control
header. - HDR_CONTENT_ENCODING - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
Content-Encoding
header. - HDR_CONTENT_LENGTH - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
Content-Length
header. - HDR_CONTENT_RANGE - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
Content-Range
header. - HDR_CONTENT_TYPE - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
Content-Type
header. - HDR_COOKIE - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
Cookie
header. - HDR_DATE - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
Date
header. - HDR_ETAG - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
ETag
header. - HDR_EXPIRES - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
Expires
header. - HDR_IF_MODIFIED_SINCE - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
If-Modified-Since
header. - HDR_IF_NONE_MATCH - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
If-None-Match
header. - HDR_IF_RANGE - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
If-Range
header. - HDR_LAST_MODIFIED - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
Last-Modified
header. - HDR_LOCATION - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
Location
header. - HDR_PRAGMA - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
Pragma
header. - HDR_RANGE - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
Range
header. - HDR_SERVER - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
Server
header. - HDR_SET_COOKIE - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
Set-Cookie
header. - HDR_SET_COOKIE2 - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
Set-Cookie2
header. - HDR_USER_AGENT - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
User-Agent
header. - HDR_WWW_AUTHENTICATE - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
WWW-Authenticate
header. - HEAD - Static variable in class org.eclipse.jgit.lib.Constants
-
Special name for the "HEAD" symbolic-ref.
- header - Variable in class org.eclipse.jgit.lfs.Protocol.Action
- header - Variable in class org.eclipse.jgit.lfs.server.Response.Action
- headerEnd(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Locate the end of the header.
- headerStart(byte[], byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Find the start of the contents of a given header.
- headRequiredToStash - Variable in class org.eclipse.jgit.internal.JGitText
- Heap(int) - Constructor for class org.eclipse.jgit.util.TemporaryBuffer.Heap
-
Create a new heap buffer with a maximum storage limit.
- Heap(int, int) - Constructor for class org.eclipse.jgit.util.TemporaryBuffer.Heap
-
Create a new heap buffer with a maximum storage limit.
- Hex - Class in org.eclipse.jgit.util
-
Encodes and decodes to and from hexadecimal notation.
- HISTOGRAM - org.eclipse.jgit.diff.DiffAlgorithm.SupportedAlgorithm
-
Histogram diff algorithm
- HistogramDiff - Class in org.eclipse.jgit.diff
-
An extended form of Bram Cohen's patience diff algorithm.
- HistogramDiff() - Constructor for class org.eclipse.jgit.diff.HistogramDiff
- HMACSHA1NonceGenerator - Class in org.eclipse.jgit.transport
-
The nonce generator which was first introduced to git-core.
- HMACSHA1NonceGenerator(String) - Constructor for class org.eclipse.jgit.transport.HMACSHA1NonceGenerator
-
Constructor for HMACSHA1NonceGenerator.
- Holder<T> - Class in org.eclipse.jgit.util
-
Holder of an object.
- Holder(T) - Constructor for class org.eclipse.jgit.util.Holder
-
Constructor for Holder.
- HOME_DIRECTORY - Static variable in class org.eclipse.jgit.internal.transport.sshd.JGitSshClient
-
An attribute key for the home directory.
- Hooks - Class in org.eclipse.jgit.hooks
-
Factory class for instantiating supported hooks.
- Hooks() - Constructor for class org.eclipse.jgit.hooks.Hooks
- HOOKS - Static variable in class org.eclipse.jgit.lib.Constants
-
Name of the folder (inside gitDir) where the hooks are stored.
- Host() - Constructor for class org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host
-
Creates a new uninitialized
OpenSshConfig.Host
. - HOST - org.eclipse.jgit.transport.TransportProtocol.URIishField
-
the host field
- HOST - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file.
- HOST_KEY_ALGORITHMS - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file.
- HOST_NAME - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file.
- HostEntry() - Constructor for class org.eclipse.jgit.internal.transport.ssh.OpenSshConfigFile.HostEntry
-
Constructor used to build the merged entry; never matches anything
- HostEntry(List<String>) - Constructor for class org.eclipse.jgit.internal.transport.ssh.OpenSshConfigFile.HostEntry
- hostKeys - Variable in class org.eclipse.jgit.junit.ssh.SshTestGitServer
- hoursAgo - Variable in class org.eclipse.jgit.internal.JGitText
- href - Variable in class org.eclipse.jgit.lfs.Protocol.Action
- href - Variable in class org.eclipse.jgit.lfs.server.Response.Action
- HTTP - Static variable in class org.eclipse.jgit.transport.HttpConfig
-
git config section key for http settings.
- HTTP_11_MOVED_PERM - Static variable in interface org.eclipse.jgit.transport.http.HttpConnection
-
HTTP 1.1 additional "permanent redirect" status code; value = 308.
- HTTP_11_MOVED_TEMP - Static variable in interface org.eclipse.jgit.transport.http.HttpConnection
-
HTTP 1.1 additional "temporary redirect" status code; value = 307.
- HTTP_FORBIDDEN - Static variable in interface org.eclipse.jgit.transport.http.HttpConnection
- HTTP_MOVED_PERM - Static variable in interface org.eclipse.jgit.transport.http.HttpConnection
- HTTP_MOVED_TEMP - Static variable in interface org.eclipse.jgit.transport.http.HttpConnection
- HTTP_NOT_AUTHORITATIVE - Static variable in interface org.eclipse.jgit.transport.http.HttpConnection
- HTTP_NOT_FOUND - Static variable in interface org.eclipse.jgit.transport.http.HttpConnection
- HTTP_OK - Static variable in interface org.eclipse.jgit.transport.http.HttpConnection
- HTTP_SEE_OTHER - Static variable in interface org.eclipse.jgit.transport.http.HttpConnection
- HTTP_UNAUTHORIZED - Static variable in interface org.eclipse.jgit.transport.http.HttpConnection
- HttpApacheText - Class in org.eclipse.jgit.transport.http.apache.internal
-
Translation bundle for archivers
- HttpApacheText() - Constructor for class org.eclipse.jgit.transport.http.apache.internal.HttpApacheText
- HttpClientConnection - Class in org.eclipse.jgit.transport.http.apache
-
A
HttpConnection
which usesHttpClient
- HttpClientConnection(String) - Constructor for class org.eclipse.jgit.transport.http.apache.HttpClientConnection
-
Constructor for HttpClientConnection.
- HttpClientConnection(String, Proxy) - Constructor for class org.eclipse.jgit.transport.http.apache.HttpClientConnection
-
Constructor for HttpClientConnection.
- HttpClientConnection(String, Proxy, HttpClient) - Constructor for class org.eclipse.jgit.transport.http.apache.HttpClientConnection
-
Constructor for HttpClientConnection.
- HttpClientConnectionFactory - Class in org.eclipse.jgit.transport.http.apache
-
A factory returning instances of
HttpClientConnection
. - HttpClientConnectionFactory() - Constructor for class org.eclipse.jgit.transport.http.apache.HttpClientConnectionFactory
- HttpClientConnector - Class in org.eclipse.jgit.internal.transport.sshd.proxy
-
Simple HTTP proxy connector using Basic Authentication.
- HttpClientConnector(InetSocketAddress, InetSocketAddress) - Constructor for class org.eclipse.jgit.internal.transport.sshd.proxy.HttpClientConnector
-
Creates a new
HttpClientConnector
. - HttpClientConnector(InetSocketAddress, InetSocketAddress, String, char[]) - Constructor for class org.eclipse.jgit.internal.transport.sshd.proxy.HttpClientConnector
-
Creates a new
HttpClientConnector
. - HttpConfig - Class in org.eclipse.jgit.transport
-
A representation of the "http.*" config values in a git
Config
. - HttpConfig(Config, URIish) - Constructor for class org.eclipse.jgit.transport.HttpConfig
-
Creates a new
HttpConfig
tailored to the givenURIish
. - HttpConfig(URIish) - Constructor for class org.eclipse.jgit.transport.HttpConfig
-
Creates a
HttpConfig
that reads values solely from the user config. - HttpConfig.HttpRedirectMode - Enum in org.eclipse.jgit.transport
-
Config values for http.followRedirect.
- httpConfigCannotNormalizeURL - Variable in class org.eclipse.jgit.internal.JGitText
- httpConfigInvalidURL - Variable in class org.eclipse.jgit.internal.JGitText
- HttpConnection - Interface in org.eclipse.jgit.transport.http
-
The interface of connections used during HTTP communication.
- HttpConnectionFactory - Interface in org.eclipse.jgit.transport.http
-
The interface of a factory returning
HttpConnection
- HttpConnectionFactory2 - Interface in org.eclipse.jgit.transport.http
-
A
HttpConnectionFactory
that supports client-side sessions that can maintain state and configure connections. - HttpConnectionFactory2.GitSession - Interface in org.eclipse.jgit.transport.http
-
A
GitSession
groups the multiple HTTP connectionsTransportHttp
uses for the requests it makes during a git fetch or push. - httpFactoryInUse - Variable in class org.eclipse.jgit.internal.JGitText
- httpOpen(String, URL, TransportHttp.AcceptEncoding) - Method in class org.eclipse.jgit.transport.TransportHttp
-
Open an HTTP connection.
- HttpParser - Class in org.eclipse.jgit.internal.transport.sshd.proxy
-
A basic parser for HTTP response headers.
- HttpParser.ParseException - Exception in org.eclipse.jgit.internal.transport.sshd.proxy
-
An exception indicating some problem parsing HTPP headers.
- httpPreAuthTooLate - Variable in class org.eclipse.jgit.internal.JGitText
- HttpServerText - Class in org.eclipse.jgit.http.server
-
Translation bundle for JGit http server
- HttpServerText() - Constructor for class org.eclipse.jgit.http.server.HttpServerText
- HttpSupport - Class in org.eclipse.jgit.util
-
Extra utilities to support usage of HTTP.
- HttpTestCase - Class in org.eclipse.jgit.junit.http
-
Base class for HTTP related transport testing.
- HttpTestCase() - Constructor for class org.eclipse.jgit.junit.http.HttpTestCase
- HttpTransport - Class in org.eclipse.jgit.transport
-
The base class for transports that use HTTP as underlying protocol.
- HttpTransport(Repository, URIish) - Constructor for class org.eclipse.jgit.transport.HttpTransport
-
Create a new transport instance.
- HttpTransport(URIish) - Constructor for class org.eclipse.jgit.transport.HttpTransport
-
Create a minimal HTTP transport instance not tied to a single repository.
- httpUserInfoDecodeError - Variable in class org.eclipse.jgit.internal.JGitText
- httpWrongConnectionType - Variable in class org.eclipse.jgit.internal.JGitText
- httpWrongConnectionType - Variable in class org.eclipse.jgit.transport.http.apache.internal.HttpApacheText
- hugeIndexesAreNotSupportedByJgitYet - Variable in class org.eclipse.jgit.internal.JGitText
- hunkBelongsToAnotherFile - Variable in class org.eclipse.jgit.internal.JGitText
- hunkDisconnectedFromFile - Variable in class org.eclipse.jgit.internal.JGitText
- HunkHeader - Class in org.eclipse.jgit.patch
-
Hunk header describing the layout of a single block of lines
- HunkHeader.OldImage - Class in org.eclipse.jgit.patch
-
Details about an old image of the file.
- hunkHeaderDoesNotMatchBodyLineCountOf - Variable in class org.eclipse.jgit.internal.JGitText
I
- ID_DSA - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Name of the default DSA private identity file.
- ID_ECDSA - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Name of the default ECDSA private identity file.
- ID_ED25519 - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Name of the default ED25519 private identity file.
- ID_RSA - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Name of the default RSA private identity file.
- idBuffer() - Method in class org.eclipse.jgit.dircache.DirCacheIterator
-
Get the byte array buffer object IDs must be copied out of.
- idBuffer() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Get the byte array buffer object IDs must be copied out of.
- idBuffer() - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
-
Get the byte array buffer object IDs must be copied out of.
- idBuffer() - Method in class org.eclipse.jgit.treewalk.EmptyTreeIterator
-
Get the byte array buffer object IDs must be copied out of.
- idBuffer() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Get the byte array buffer object IDs must be copied out of.
- ident(PersonIdent) - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
-
Set author and committer identity
- IDENTITIES_ONLY - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file.
- IDENTITY_AGENT - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file.
- IDENTITY_FILE - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file.
- identityFileCannotDecrypt - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- identityFileMultipleKeys - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- identityFileNoKey - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- identityFileNotFound - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- identityFileUnsupportedFormat - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- IdentityPasswordProvider - Class in org.eclipse.jgit.transport.sshd
-
A
KeyPasswordProvider
based on aCredentialsProvider
. - IdentityPasswordProvider(CredentialsProvider) - Constructor for class org.eclipse.jgit.transport.sshd.IdentityPasswordProvider
-
Creates a new
IdentityPasswordProvider
to get the passphrase for an encrypted identity. - IdentityPasswordProvider.State - Class in org.eclipse.jgit.transport.sshd
-
A simple state object for repeated attempts to get a password for a resource.
- idEqual(int, int) - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Compare two tree's current ObjectId values for equality.
- idEqual(AbstractTreeIterator) - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Check if the current entry of both iterators has the same id.
- idFor(int, byte[]) - Method in class org.eclipse.jgit.lib.ObjectInserter.Filter
- idFor(int, byte[]) - Method in class org.eclipse.jgit.lib.ObjectInserter
-
Compute the name of an object, without inserting it.
- idFor(int, byte[], int, int) - Method in class org.eclipse.jgit.lib.ObjectInserter.Filter
- idFor(int, byte[], int, int) - Method in class org.eclipse.jgit.lib.ObjectInserter
-
Compute the name of an object, without inserting it.
- idFor(int, long, InputStream) - Method in class org.eclipse.jgit.lib.ObjectInserter.Filter
- idFor(int, long, InputStream) - Method in class org.eclipse.jgit.lib.ObjectInserter
-
Compute the name of an object, without inserting it.
- idFor(TreeFormatter) - Method in class org.eclipse.jgit.lib.ObjectInserter.Filter
- idFor(TreeFormatter) - Method in class org.eclipse.jgit.lib.ObjectInserter
-
Compute the ObjectId for the given tree without inserting it.
- idOffset() - Method in class org.eclipse.jgit.dircache.DirCacheIterator
-
Get the position within
AbstractTreeIterator.idBuffer()
of this entry's ObjectId. - idOffset() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Get the position within
AbstractTreeIterator.idBuffer()
of this entry's ObjectId. - idOffset() - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
-
Get the position within
AbstractTreeIterator.idBuffer()
of this entry's ObjectId. - idOffset() - Method in class org.eclipse.jgit.treewalk.EmptyTreeIterator
-
Get the position within
AbstractTreeIterator.idBuffer()
of this entry's ObjectId. - idOffset() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Get the position within
AbstractTreeIterator.idBuffer()
of this entry's ObjectId. - idSubmodule(File, WorkingTreeIterator.Entry) - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Get submodule id using the repository at the location of the entry relative to the directory.
- idSubmodule(WorkingTreeIterator.Entry) - Method in class org.eclipse.jgit.treewalk.FileTreeIterator
-
Get submodule id for given entry.
- idSubmodule(WorkingTreeIterator.Entry) - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Get submodule id for given entry.
- IGNORE - org.eclipse.jgit.transport.TransferConfig.FsckMode
-
Ignore the error.
- IGNORE_ERRORS - Static variable in class org.eclipse.jgit.util.FileUtils
-
Option not to throw exceptions when a deletion finally doesn't succeed.
- IGNORED - org.eclipse.jgit.ignore.IgnoreNode.MatchResult
-
The file is ignored due to a rule in this node.
- IgnoreNode - Class in org.eclipse.jgit.ignore
-
Represents a bundle of ignore rules inherited from a base directory.
- IgnoreNode() - Constructor for class org.eclipse.jgit.ignore.IgnoreNode
-
Create an empty ignore node with no rules.
- IgnoreNode(List<FastIgnoreRule>) - Constructor for class org.eclipse.jgit.ignore.IgnoreNode
-
Create an ignore node with given rules.
- IgnoreNode.MatchResult - Enum in org.eclipse.jgit.ignore
-
Result from
IgnoreNode.isIgnored(String, boolean)
. - ignoreRepositoryState(boolean) - Method in class org.eclipse.jgit.api.StashApplyCommand
-
Whether to ignore the repository state when applying the stash
- illegalArgumentNotA - Variable in class org.eclipse.jgit.internal.JGitText
- illegalCombinationOfArguments - Variable in class org.eclipse.jgit.internal.JGitText
- illegalHookName - Variable in class org.eclipse.jgit.internal.JGitText
- illegalPackingPhase - Variable in class org.eclipse.jgit.internal.JGitText
- IllegalTodoFileModification - Exception in org.eclipse.jgit.errors
-
Attempt to modify a rebase-todo file in an unsupported way
- IllegalTodoFileModification(String) - Constructor for exception org.eclipse.jgit.errors.IllegalTodoFileModification
-
Constructor for IllegalTodoFileModification
- IMatcher - Interface in org.eclipse.jgit.ignore
-
Generic path matcher.
- in - Variable in class org.eclipse.jgit.attributes.FilterCommand
-
The
InputStream
this command should read from - incCount() - Method in class org.eclipse.jgit.transport.sshd.IdentityPasswordProvider.State
-
Increments the current count.
- include(String, AnyObjectId) - Method in class org.eclipse.jgit.api.CherryPickCommand
-
Include a commit
- include(String, AnyObjectId) - Method in class org.eclipse.jgit.api.MergeCommand
-
Include a commit
- include(String, AnyObjectId) - Method in class org.eclipse.jgit.api.RevertCommand
-
Include a commit to be reverted
- include(String, AnyObjectId) - Method in class org.eclipse.jgit.transport.BundleWriter
-
Include an object (and everything reachable from it) in the bundle.
- include(AnyObjectId) - Method in class org.eclipse.jgit.api.CherryPickCommand
-
Include a commit
- include(AnyObjectId) - Method in class org.eclipse.jgit.api.MergeCommand
-
Id of a commit which is to be merged with the current head
- include(AnyObjectId) - Method in class org.eclipse.jgit.api.RevertCommand
-
Include a commit to be reverted
- include(Ref) - Method in class org.eclipse.jgit.api.CherryPickCommand
-
Include a reference to a commit
- include(Ref) - Method in class org.eclipse.jgit.api.MergeCommand
-
Reference to a commit to be merged with the current head
- include(Ref) - Method in class org.eclipse.jgit.api.RevertCommand
-
Include a
Ref
to a commit to be reverted - include(Ref) - Method in class org.eclipse.jgit.transport.BundleWriter
-
Include a single ref (a name/object pair) in the bundle.
- include(ObjectWalk, AnyObjectId) - Method in class org.eclipse.jgit.revwalk.filter.ObjectFilter
-
Determine if the named object should be included in the walk.
- include(RevWalk, RevCommit) - Method in class org.eclipse.jgit.internal.revwalk.AddToBitmapFilter
-
Determine if the supplied commit should be included in results.
- include(RevWalk, RevCommit) - Method in class org.eclipse.jgit.internal.revwalk.AddToBitmapWithCacheFilter
-
Determine if the supplied commit should be included in results.
- include(RevWalk, RevCommit) - Method in class org.eclipse.jgit.internal.revwalk.AddUnseenToBitmapFilter
-
Determine if the supplied commit should be included in results.
- include(RevWalk, RevCommit) - Method in class org.eclipse.jgit.revwalk.filter.MaxCountRevFilter
-
Determine if the supplied commit should be included in results.
- include(RevWalk, RevCommit) - Method in class org.eclipse.jgit.revwalk.filter.NotRevFilter
-
Determine if the supplied commit should be included in results.
- include(RevWalk, RevCommit) - Method in class org.eclipse.jgit.revwalk.filter.PatternMatchRevFilter
-
Determine if the supplied commit should be included in results.
- include(RevWalk, RevCommit) - Method in class org.eclipse.jgit.revwalk.filter.RevFilter
-
Determine if the supplied commit should be included in results.
- include(RevWalk, RevCommit) - Method in class org.eclipse.jgit.revwalk.filter.SkipRevFilter
-
Determine if the supplied commit should be included in results.
- include(RevWalk, RevCommit) - Method in class org.eclipse.jgit.revwalk.filter.SubStringRevFilter
-
Determine if the supplied commit should be included in results.
- include(RevWalk, RevCommit) - Method in class org.eclipse.jgit.revwalk.TreeRevFilter
-
Determine if the supplied commit should be included in results.
- include(TreeWalk) - Method in class org.eclipse.jgit.lfs.lib.LfsPointerFilter
-
Determine if the current entry is interesting to report.
- include(TreeWalk) - Method in class org.eclipse.jgit.revwalk.FollowFilter
-
Determine if the current entry is interesting to report.
- include(TreeWalk) - Method in class org.eclipse.jgit.treewalk.filter.IndexDiffFilter
-
Determine if the current entry is interesting to report.
- include(TreeWalk) - Method in class org.eclipse.jgit.treewalk.filter.InterIndexDiffFilter
-
Determine if the current entry is interesting to report.
- include(TreeWalk) - Method in class org.eclipse.jgit.treewalk.filter.NotIgnoredFilter
-
Determine if the current entry is interesting to report.
- include(TreeWalk) - Method in class org.eclipse.jgit.treewalk.filter.NotTreeFilter
-
Determine if the current entry is interesting to report.
- include(TreeWalk) - Method in class org.eclipse.jgit.treewalk.filter.PathFilter
-
Determine if the current entry is interesting to report.
- include(TreeWalk) - Method in class org.eclipse.jgit.treewalk.filter.PathSuffixFilter
-
Determine if the current entry is interesting to report.
- include(TreeWalk) - Method in class org.eclipse.jgit.treewalk.filter.SkipWorkTreeFilter
-
Determine if the current entry is interesting to report.
- include(TreeWalk) - Method in class org.eclipse.jgit.treewalk.filter.TreeFilter
-
Determine if the current entry is interesting to report.
- includeDeletes - Variable in class org.eclipse.jgit.internal.storage.reftable.Reftable
-
true
if deletions should be included in results. - inconsistentContentLength - Variable in class org.eclipse.jgit.lfs.internal.LfsText
- inconsistentMediafileLength - Variable in class org.eclipse.jgit.lfs.internal.LfsText
- inCore - Variable in class org.eclipse.jgit.merge.ResolveMerger
-
Set to true if this merge should work in-memory.
- incorrectHashFor - Variable in class org.eclipse.jgit.internal.JGitText
- incorrectLONG_OBJECT_ID_LENGTH - Variable in class org.eclipse.jgit.lfs.internal.LfsText
- incorrectOBJECT_ID_LENGTH - Variable in class org.eclipse.jgit.internal.JGitText
- IncorrectObjectTypeException - Exception in org.eclipse.jgit.errors
-
An inconsistency with respect to handling different object types.
- IncorrectObjectTypeException(ObjectId, int) - Constructor for exception org.eclipse.jgit.errors.IncorrectObjectTypeException
-
Construct an IncorrectObjectTypeException for the specified object id.
- IncorrectObjectTypeException(ObjectId, String) - Constructor for exception org.eclipse.jgit.errors.IncorrectObjectTypeException
-
Construct an IncorrectObjectTypeException for the specified object id.
- incrementOpen() - Method in class org.eclipse.jgit.lib.Repository
-
Increment the use counter by one, requiring a matched
Repository.close()
. - INDEX - org.eclipse.jgit.internal.storage.pack.PackExt
-
A pack index file extension.
- IndexChangedEvent - Class in org.eclipse.jgit.events
-
Describes a change to one or more paths in the index file.
- IndexChangedEvent(boolean) - Constructor for class org.eclipse.jgit.events.IndexChangedEvent
-
Notify that the index changed
- IndexChangedListener - Interface in org.eclipse.jgit.events
-
Receives
IndexChangedEvent
s. - IndexDiff - Class in org.eclipse.jgit.lib
-
Compares the index, a tree, and the working directory Ignored files are not taken into account.
- IndexDiff(Repository, String, WorkingTreeIterator) - Constructor for class org.eclipse.jgit.lib.IndexDiff
-
Construct an IndexDiff
- IndexDiff(Repository, ObjectId, WorkingTreeIterator) - Constructor for class org.eclipse.jgit.lib.IndexDiff
-
Construct an Indexdiff
- IndexDiff.StageState - Enum in org.eclipse.jgit.lib
-
Represents the state of the index for a certain path regarding the stages - which stages exist for a path and which not (base, ours, theirs).
- IndexDiff.WorkingTreeIteratorFactory - Interface in org.eclipse.jgit.lib
-
A factory to producing WorkingTreeIterators
- IndexDiffFilter - Class in org.eclipse.jgit.treewalk.filter
-
A performance optimized variant of
TreeFilter.ANY_DIFF
which should be used when among the walked trees there is aDirCacheIterator
and aWorkingTreeIterator
. - IndexDiffFilter(int, int) - Constructor for class org.eclipse.jgit.treewalk.filter.IndexDiffFilter
-
Creates a new instance of this filter.
- IndexDiffFilter(int, int, boolean) - Constructor for class org.eclipse.jgit.treewalk.filter.IndexDiffFilter
-
Creates a new instance of this filter.
- indexFileCorruptedNegativeBucketCount - Variable in class org.eclipse.jgit.internal.JGitText
- indexFileIsTooLargeForJgit - Variable in class org.eclipse.jgit.internal.JGitText
- indexNumbersNotIncreasing - Variable in class org.eclipse.jgit.internal.JGitText
- indexOf(RevFlag, int) - Method in class org.eclipse.jgit.revwalk.RevCommitList
-
Find the next commit that has the given flag set.
- indexOfChangeId(String, String) - Static method in class org.eclipse.jgit.util.ChangeIdUtil
-
Return the index in the String
message
where the Change-Id entry in the footer begins. - indexOfFirstFooterLine(String[]) - Static method in class org.eclipse.jgit.util.ChangeIdUtil
-
Find the index of the first line of the footer paragraph in an array of the lines, or lines.length if no footer is available
- IndexReadException - Exception in org.eclipse.jgit.errors
-
Cannot read the index.
- IndexReadException() - Constructor for exception org.eclipse.jgit.errors.IndexReadException
-
Constructs an IndexReadException with the default message.
- IndexReadException(String) - Constructor for exception org.eclipse.jgit.errors.IndexReadException
-
Constructs an IndexReadException with the specified detail message.
- IndexReadException(String, Throwable) - Constructor for exception org.eclipse.jgit.errors.IndexReadException
-
Constructs an IndexReadException with the specified detail message.
- indexState(int) - Method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Represent the state of the index in one String.
- indexState(Repository, int) - Static method in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Represent the state of the index in one String.
- indexWriteException - Variable in class org.eclipse.jgit.internal.JGitText
- IndexWriteException - Exception in org.eclipse.jgit.errors
-
Cannot write a modified index.
- IndexWriteException() - Constructor for exception org.eclipse.jgit.errors.IndexWriteException
-
Constructs an IndexWriteException with the default message.
- IndexWriteException(String) - Constructor for exception org.eclipse.jgit.errors.IndexWriteException
-
Constructs an IndexWriteException with the specified detail message.
- IndexWriteException(String, Throwable) - Constructor for exception org.eclipse.jgit.errors.IndexWriteException
-
Constructs an IndexWriteException with the specified detail message.
- INFINITE_DEPTH - Static variable in class org.eclipse.jgit.lib.Constants
-
Depth used to unshallow a repository
- InflaterCache - Class in org.eclipse.jgit.lib
-
Creates zlib based inflaters as necessary for object decompression.
- info(String) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- info(String, Object) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- info(String, Object...) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- info(String, Object, Object) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- info(String, Throwable) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- INFO_ALTERNATES - Static variable in class org.eclipse.jgit.lib.Constants
-
Info alternates file (goes under OBJECTS)
- INFO_ATTRIBUTES - Static variable in class org.eclipse.jgit.lib.Constants
-
Attributes-override-file
- INFO_EXCLUDE - Static variable in class org.eclipse.jgit.lib.Constants
-
Excludes-file
- INFO_HTTP_ALTERNATES - Static variable in class org.eclipse.jgit.lib.Constants
-
HTTP alternates file (goes under OBJECTS)
- INFO_LFS_ENDPOINT - Static variable in interface org.eclipse.jgit.lfs.Protocol
-
Path to the LFS info servlet.
- INFO_REFS - Static variable in class org.eclipse.jgit.lib.Constants
-
Info refs folder
- InfoAttributesNode - Class in org.eclipse.jgit.internal.storage.file
-
Attribute node loaded from the $GIT_DIR/info/attributes file.
- InfoAttributesNode(Repository) - Constructor for class org.eclipse.jgit.internal.storage.file.InfoAttributesNode
-
Constructor for InfoAttributesNode.
- inform(List<String>) - Method in interface org.eclipse.jgit.internal.diffmergetool.InformNoToolHandler
-
Inform the user, that no tool is configured and that one of the given tools is used.
- InformationalMessage(String) - Constructor for class org.eclipse.jgit.transport.CredentialItem.InformationalMessage
-
Initialize an informational message.
- InformNoToolHandler - Interface in org.eclipse.jgit.internal.diffmergetool
-
A handler for when the diff/merge tool manager wants to inform the user that no tool has been configured and one of the default tools will be used.
- inGroup(String) - Method in class org.eclipse.jgit.gitrepo.RepoProject
-
Test whether this sub repo belongs to a specified group.
- init() - Static method in class org.eclipse.jgit.api.Git
-
Return a command object to execute a
init
command - init(InputStream, OutputStream, OutputStream) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Initialize the instance with the given streams.
- init(FilterConfig) - Method in class org.eclipse.jgit.http.server.GitFilter
- init(FilterConfig) - Method in class org.eclipse.jgit.http.server.glue.MetaFilter
- init(FilterConfig) - Method in class org.eclipse.jgit.http.server.glue.RegexGroupFilter
- init(FilterConfig) - Method in class org.eclipse.jgit.http.server.RepositoryFilter
- init(ServletConfig) - Method in class org.eclipse.jgit.http.server.GitServlet
- init(ServletConfig) - Method in class org.eclipse.jgit.http.server.glue.MetaServlet
- init(ClientSession) - Method in class org.eclipse.jgit.internal.transport.sshd.proxy.AbstractClientProxyConnector
-
Initializes this instance.
- init(ClientSession, String) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitPasswordAuthentication
- init(ClientSession, String) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitPublicKeyAuthentication
- init(Repository) - Method in class org.eclipse.jgit.transport.RefAdvertiser
-
Initialize this advertiser with a repository for peeling tags.
- init(Repository, String) - Method in class org.eclipse.jgit.pgm.TextBuiltin
-
Initialize the command to work with a repository.
- init(WorkingTreeIterator.Entry[]) - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Constructor helper.
- InitCommand - Class in org.eclipse.jgit.api
-
Create an empty git repository or reinitalize an existing one
- InitCommand() - Constructor for class org.eclipse.jgit.api.InitCommand
- initFailedBareRepoDifferentDirs - Variable in class org.eclipse.jgit.internal.JGitText
- initFailedDirIsNoDirectory - Variable in class org.eclipse.jgit.internal.JGitText
- initFailedGitDirIsNoDirectory - Variable in class org.eclipse.jgit.internal.JGitText
- initFailedNonBareRepoSameDirs - Variable in class org.eclipse.jgit.internal.JGitText
- INITIAL - org.eclipse.jgit.transport.HttpConfig.HttpRedirectMode
-
Only follow redirects on the initial GET request.
- INITIALIZED - org.eclipse.jgit.submodule.SubmoduleStatusType
-
Submodule's Git repository is initialized
- initializedEmptyGitRepositoryIn - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- initializedSubmodules(Collection<String>) - Method in interface org.eclipse.jgit.api.CloneCommand.Callback
-
Notify initialized submodules.
- initRaw(Repository, String, InputStream, OutputStream, OutputStream) - Method in class org.eclipse.jgit.pgm.TextBuiltin
-
Initializes the command to work with a repository, including setting the output and error streams.
- initRootIterator(Repository) - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Initialize this iterator for the root level of a repository.
- inMemoryBufferLimitExceeded - Variable in class org.eclipse.jgit.internal.JGitText
- InMemoryRepository - Class in org.eclipse.jgit.internal.storage.dfs
-
Git repository stored entirely in the local process memory.
- InMemoryRepository(DfsRepositoryDescription) - Constructor for class org.eclipse.jgit.internal.storage.dfs.InMemoryRepository
-
Initialize a new in-memory repository.
- InMemoryRepository.Builder - Class in org.eclipse.jgit.internal.storage.dfs
-
Builder for in-memory repositories.
- InMemoryRepository.MemObjDatabase - Class in org.eclipse.jgit.internal.storage.dfs
-
DfsObjDatabase used by InMemoryRepository.
- InMemoryRepository.MemRefDatabase - Class in org.eclipse.jgit.internal.storage.dfs
-
DfsRefDatabase used by InMemoryRepository.
- INPUT - org.eclipse.jgit.lib.CoreConfig.AutoCRLF
-
CRLF->LF performed, but no LF->CRLF.
- INPUT - org.eclipse.jgit.transport.PackParser.Source
-
Data is read from the incoming stream.
- inputDidntMatchLength - Variable in class org.eclipse.jgit.internal.JGitText
- InputOverLimitIOException() - Constructor for exception org.eclipse.jgit.transport.PacketLineIn.InputOverLimitIOException
- inputStreamMustSupportMark - Variable in class org.eclipse.jgit.internal.JGitText
- ins - Variable in class org.eclipse.jgit.pgm.TextBuiltin
-
Input stream, typically this is standard input.
- insert(byte[]) - Method in class org.eclipse.jgit.internal.storage.pack.DeltaEncoder
-
Insert a literal binary sequence.
- insert(byte[], int, int) - Method in class org.eclipse.jgit.internal.storage.pack.DeltaEncoder
-
Insert a literal binary sequence.
- insert(int, byte[]) - Method in class org.eclipse.jgit.lib.ObjectInserter.Filter
- insert(int, byte[]) - Method in class org.eclipse.jgit.lib.ObjectInserter
-
Insert a single object into the store, returning its unique name.
- insert(int, byte[], int, int) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsInserter
-
Insert a single object into the store, returning its unique name.
- insert(int, byte[], int, int) - Method in class org.eclipse.jgit.internal.storage.file.PackInserter
-
Insert a single object into the store, returning its unique name.
- insert(int, byte[], int, int) - Method in class org.eclipse.jgit.lib.ObjectInserter.Filter
- insert(int, byte[], int, int) - Method in class org.eclipse.jgit.lib.ObjectInserter
-
Insert a single object into the store, returning its unique name.
- insert(int, long, InputStream) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsInserter
-
Insert a single object into the store, returning its unique name.
- insert(int, long, InputStream) - Method in class org.eclipse.jgit.internal.storage.file.PackInserter
-
Insert a single object into the store, returning its unique name.
- insert(int, long, InputStream) - Method in class org.eclipse.jgit.lib.ObjectInserter.Filter
- insert(int, long, InputStream) - Method in class org.eclipse.jgit.lib.ObjectInserter.Formatter
- insert(int, long, InputStream) - Method in class org.eclipse.jgit.lib.ObjectInserter
-
Insert a single object into the store, returning its unique name.
- insert(String) - Method in class org.eclipse.jgit.internal.storage.pack.DeltaEncoder
-
Insert a literal string of text, in UTF-8 encoding.
- insert(CommitBuilder) - Method in class org.eclipse.jgit.lib.ObjectInserter
-
Insert a single commit into the store, returning its unique name.
- insert(TagBuilder) - Method in class org.eclipse.jgit.lib.ObjectInserter
-
Insert a single annotated tag into the store, returning its unique name.
- insert(TreeFormatter) - Method in class org.eclipse.jgit.lib.ObjectInserter
-
Insert a single tree into the store, returning its unique name.
- INSERT - org.eclipse.jgit.diff.Edit.Type
-
Sequence B has inserted the region.
- INSERT - org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase.PackSource
-
The pack is created by ObjectInserter due to local activity.
- insertChangeId() - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
-
Insert changeId
- insertChangeId(String) - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
-
Insert given changeId
- insertId(String, ObjectId) - Static method in class org.eclipse.jgit.util.ChangeIdUtil
-
Find the right place to insert a Change-Id and return it.
- insertId(String, ObjectId, boolean) - Static method in class org.eclipse.jgit.util.ChangeIdUtil
-
Find the right place to insert a Change-Id and return it.
- insertTo(ObjectInserter) - Method in class org.eclipse.jgit.lib.TreeFormatter
-
Insert this tree and obtain its ObjectId.
- install() - Static method in class org.eclipse.jgit.awtui.AwtAuthenticator
-
Install this authenticator implementation into the JVM.
- install() - Static method in class org.eclipse.jgit.awtui.AwtCredentialsProvider
-
Install this implementation as the default.
- install() - Static method in class org.eclipse.jgit.console.ConsoleAuthenticator
-
Install this authenticator implementation into the JVM.
- install() - Static method in class org.eclipse.jgit.console.ConsoleCredentialsProvider
-
Install this implementation as the default.
- install() - Method in class org.eclipse.jgit.lib.RepositoryCacheConfig
-
Install this configuration as the live settings.
- install() - Method in class org.eclipse.jgit.storage.file.WindowCacheConfig
-
Install this configuration as the live settings.
- install() - Static method in class org.eclipse.jgit.transport.NetRCCredentialsProvider
-
Install default provider for the .netrc parser.
- InstallBuiltinLfsCommand - Class in org.eclipse.jgit.lfs
-
Installs all required LFS properties for the current user, analogous to 'git lfs install', but defaulting to using JGit builtin hooks.
- InstallBuiltinLfsCommand() - Constructor for class org.eclipse.jgit.lfs.InstallBuiltinLfsCommand
- installConfig(String...) - Method in class org.eclipse.jgit.junit.ssh.SshTestHarness
- INSTANCE - Static variable in class org.eclipse.jgit.diff.MyersDiff
-
Singleton instance of MyersDiff.
- INSTANCE - Static variable in exception org.eclipse.jgit.errors.StopWalkException
-
Singleton instance for throwing within a filter.
- INSTANCE - Static variable in class org.eclipse.jgit.internal.transport.sshd.GssApiWithMicAuthFactory
-
The singleton
GssApiWithMicAuthFactory
. - INSTANCE - Static variable in class org.eclipse.jgit.internal.transport.sshd.JGitPasswordAuthFactory
-
The singleton
JGitPasswordAuthFactory
. - INSTANCE - Static variable in class org.eclipse.jgit.lib.NullProgressMonitor
-
Immutable instance of a null progress monitor.
- INSTANCE - Static variable in class org.eclipse.jgit.lib.RefComparator
-
Singleton instance of RefComparator
- INSTANCE - Static variable in class org.eclipse.jgit.treewalk.FileTreeIterator.DefaultFileModeStrategy
-
a singleton instance of the default FileModeStrategy
- INSTANCE - Static variable in class org.eclipse.jgit.treewalk.FileTreeIterator.NoGitlinksStrategy
-
a singleton instance of the default FileModeStrategy
- INSTANCE - Static variable in class org.eclipse.jgit.treewalk.filter.InterIndexDiffFilter
-
Predefined InterIndexDiffFilter for finding changes between two dircaches
- INSTANCE - Static variable in class org.eclipse.jgit.util.io.DisabledOutputStream
-
The canonical instance which always throws IllegalStateException.
- INSTANCE - Static variable in class org.eclipse.jgit.util.io.NullOutputStream
-
The canonical instance.
- instant() - Method in class org.eclipse.jgit.util.time.ProposedTimestamp
-
Get time since epoch, with up to microsecond resolution.
- integerValueNotInRange - Variable in class org.eclipse.jgit.internal.JGitText
- integerValueNotInRangeSubSection - Variable in class org.eclipse.jgit.internal.JGitText
- integerValueOutOfRange - Variable in class org.eclipse.jgit.internal.JGitText
- interactive(ClientSession, String, String, String, String[], boolean[]) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitUserInteraction
- INTERACTIVE - org.eclipse.jgit.lib.BranchConfig.BranchRebaseMode
-
Value for rebasing interactively
- INTERACTIVE_PREPARED - org.eclipse.jgit.api.RebaseResult.Status
-
Interactive rebase has been prepared
- interestingObjects - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
The set of objects to be included in the pack.
- InterIndexDiffFilter - Class in org.eclipse.jgit.treewalk.filter
-
A filter for extracting changes between two versions of the dircache.
- InterIndexDiffFilter() - Constructor for class org.eclipse.jgit.treewalk.filter.InterIndexDiffFilter
- internalErrorDuringReceivePack - Variable in class org.eclipse.jgit.http.server.HttpServerText
- internalErrorDuringUploadPack - Variable in class org.eclipse.jgit.http.server.HttpServerText
- InternalHttpServerGlue - Class in org.eclipse.jgit.transport
-
Internal API to assist
org.eclipse.jgit.http.server
. - internalRevisionError - Variable in class org.eclipse.jgit.internal.JGitText
- internalRunHookIfPresent(Repository, String, String[], OutputStream, OutputStream, String) - Method in class org.eclipse.jgit.util.FS
- internalServerError - Variable in class org.eclipse.jgit.http.server.HttpServerText
- internalServerError - Variable in class org.eclipse.jgit.internal.JGitText
- internalServerErrorRequestAttributeWasAlreadySet - Variable in class org.eclipse.jgit.http.server.HttpServerText
- interruptedWriting - Variable in class org.eclipse.jgit.internal.JGitText
- InterruptTimer - Class in org.eclipse.jgit.util.io
-
Triggers an interrupt on the calling thread if it doesn't complete a block.
- InterruptTimer() - Constructor for class org.eclipse.jgit.util.io.InterruptTimer
-
Create a new timer with a default thread name.
- InterruptTimer(String) - Constructor for class org.eclipse.jgit.util.io.InterruptTimer
-
Create a new timer to signal on interrupt on the caller.
- inTheFuture - Variable in class org.eclipse.jgit.internal.JGitText
- IntList - Class in org.eclipse.jgit.util
-
A more efficient List<Integer> using a primitive integer array.
- IntList() - Constructor for class org.eclipse.jgit.util.IntList
-
Create an empty list with a default capacity.
- IntList(int) - Constructor for class org.eclipse.jgit.util.IntList
-
Create an empty list with the specified capacity.
- invalidAdvertisementOf - Variable in class org.eclipse.jgit.internal.JGitText
- invalidAncestryLength - Variable in class org.eclipse.jgit.internal.JGitText
- invalidAwsApiSignatureVersion - Variable in class org.eclipse.jgit.internal.JGitText
- invalidBoolean - Variable in class org.eclipse.jgit.http.server.HttpServerText
- invalidBooleanValue - Variable in class org.eclipse.jgit.internal.JGitText
- invalidChannel - Variable in class org.eclipse.jgit.internal.JGitText
- invalidCommitParentNumber - Variable in class org.eclipse.jgit.internal.JGitText
- invalidCompressionLevel - Variable in class org.eclipse.jgit.archive.internal.ArchiveText
- InvalidConfigurationException - Exception in org.eclipse.jgit.api.errors
-
Exception thrown when a command fails due to an invalid configuration
- InvalidConfigurationException(String) - Constructor for exception org.eclipse.jgit.api.errors.InvalidConfigurationException
-
Constructor for InvalidConfigurationException.
- InvalidConfigurationException(String, Throwable) - Constructor for exception org.eclipse.jgit.api.errors.InvalidConfigurationException
-
Constructor for InvalidConfigurationException
- invalidCoreAbbrev - Variable in class org.eclipse.jgit.internal.JGitText
- invalidDepth - Variable in class org.eclipse.jgit.internal.JGitText
- invalidEncoding - Variable in class org.eclipse.jgit.internal.JGitText
- invalidEncryption - Variable in class org.eclipse.jgit.internal.JGitText
- invalidExpandWildcard - Variable in class org.eclipse.jgit.internal.JGitText
- invalidFilter - Variable in class org.eclipse.jgit.internal.JGitText
- invalidGitdirRef - Variable in class org.eclipse.jgit.internal.JGitText
- invalidGitModules - Variable in class org.eclipse.jgit.internal.JGitText
- invalidGitType - Variable in class org.eclipse.jgit.internal.JGitText
- invalidHeaderFormat - Variable in class org.eclipse.jgit.internal.JGitText
- invalidHeaderKey - Variable in class org.eclipse.jgit.internal.JGitText
- invalidHeaderValue - Variable in class org.eclipse.jgit.internal.JGitText
- invalidHexString - Variable in class org.eclipse.jgit.internal.JGitText
- invalidHomeDirectory - Variable in class org.eclipse.jgit.internal.JGitText
- invalidHooksPath - Variable in class org.eclipse.jgit.internal.JGitText
- invalidHttpProxyOnlyHttpSupported - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- invalidId - Variable in class org.eclipse.jgit.internal.JGitText
- invalidId0 - Variable in class org.eclipse.jgit.internal.JGitText
- invalidIdLength - Variable in class org.eclipse.jgit.internal.JGitText
- invalidIgnoreParamSubmodule - Variable in class org.eclipse.jgit.internal.JGitText
- invalidIgnoreRule - Variable in class org.eclipse.jgit.internal.JGitText
- invalidIndex - Variable in class org.eclipse.jgit.http.server.HttpServerText
- invalidIntegerValue - Variable in class org.eclipse.jgit.internal.JGitText
- invalidKey - Variable in class org.eclipse.jgit.internal.JGitText
- invalidLineInConfigFile - Variable in class org.eclipse.jgit.internal.JGitText
- invalidLineInConfigFileWithParam - Variable in class org.eclipse.jgit.internal.JGitText
- invalidLongId - Variable in class org.eclipse.jgit.lfs.internal.LfsText
- invalidLongIdLength - Variable in class org.eclipse.jgit.lfs.internal.LfsText
- InvalidLongObjectIdException - Exception in org.eclipse.jgit.lfs.errors
-
Thrown when an invalid long object id is passed in as an argument.
- InvalidLongObjectIdException(byte[], int, int) - Constructor for exception org.eclipse.jgit.lfs.errors.InvalidLongObjectIdException
-
Create exception with bytes of the invalid object id.
- InvalidLongObjectIdException(String) - Constructor for exception org.eclipse.jgit.lfs.errors.InvalidLongObjectIdException
-
Constructor for InvalidLongObjectIdException.
- invalidManifest - Variable in class org.eclipse.jgit.gitrepo.internal.RepoText
- InvalidMergeHeadsException - Exception in org.eclipse.jgit.api.errors
-
Exception thrown when a merge command was called without specifying the proper amount/type of merge heads.
- InvalidMergeHeadsException(String) - Constructor for exception org.eclipse.jgit.api.errors.InvalidMergeHeadsException
-
Constructor for InvalidMergeHeadsException.
- invalidModeFor - Variable in class org.eclipse.jgit.internal.JGitText
- invalidModeForPath - Variable in class org.eclipse.jgit.internal.JGitText
- invalidNameContainsDotDot - Variable in class org.eclipse.jgit.internal.JGitText
- invalidNegativeAndForce - Variable in class org.eclipse.jgit.internal.JGitText
- invalidObject - Variable in class org.eclipse.jgit.internal.JGitText
- InvalidObjectIdException - Exception in org.eclipse.jgit.errors
-
Thrown when an invalid object id is passed in as an argument.
- InvalidObjectIdException(byte[], int, int) - Constructor for exception org.eclipse.jgit.errors.InvalidObjectIdException
-
Create exception with bytes of the invalid object id.
- InvalidObjectIdException(String) - Constructor for exception org.eclipse.jgit.errors.InvalidObjectIdException
-
Constructor for InvalidObjectIdException
- invalidOldIdSent - Variable in class org.eclipse.jgit.internal.JGitText
- invalidPacketLineHeader - Variable in class org.eclipse.jgit.internal.JGitText
- invalidPath - Variable in class org.eclipse.jgit.internal.JGitText
- InvalidPathException - Exception in org.eclipse.jgit.dircache
-
Thrown when JGit detects and refuses to use an invalid path
- InvalidPathException(String) - Constructor for exception org.eclipse.jgit.dircache.InvalidPathException
-
Constructor for InvalidPathException
- invalidPathInfo - Variable in class org.eclipse.jgit.lfs.server.internal.LfsServerText
- InvalidPatternException - Exception in org.eclipse.jgit.errors
-
Thrown when a pattern passed in an argument was wrong.
- InvalidPatternException(String, String) - Constructor for exception org.eclipse.jgit.errors.InvalidPatternException
-
Constructor for InvalidPatternException
- InvalidPatternException(String, String, Throwable) - Constructor for exception org.eclipse.jgit.errors.InvalidPatternException
-
Constructor for InvalidPatternException
- invalidPurgeFactor - Variable in class org.eclipse.jgit.internal.JGitText
- InvalidRebaseStepException - Exception in org.eclipse.jgit.api.errors
-
Exception thrown if a rebase step is invalid.
- InvalidRebaseStepException(String) - Constructor for exception org.eclipse.jgit.api.errors.InvalidRebaseStepException
-
Constructor for InvalidRebaseStepException.
- InvalidRebaseStepException(String, Throwable) - Constructor for exception org.eclipse.jgit.api.errors.InvalidRebaseStepException
-
Constructor for InvalidRebaseStepException.
- invalidRecurseSubmodulesMode - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- invalidRedirectLocation - Variable in class org.eclipse.jgit.internal.JGitText
- invalidRefAdvertisementLine - Variable in class org.eclipse.jgit.internal.JGitText
- invalidReflogRevision - Variable in class org.eclipse.jgit.internal.JGitText
- invalidRefName - Variable in class org.eclipse.jgit.internal.JGitText
- InvalidRefNameException - Exception in org.eclipse.jgit.api.errors
-
Exception thrown when an invalid Ref name was encountered
- InvalidRefNameException(String) - Constructor for exception org.eclipse.jgit.api.errors.InvalidRefNameException
-
Constructor for InvalidRefNameException
- InvalidRefNameException(String, Throwable) - Constructor for exception org.eclipse.jgit.api.errors.InvalidRefNameException
-
Constructor for InvalidRefNameException.
- invalidRefSpec - Variable in class org.eclipse.jgit.internal.JGitText
- invalidReftableBlock - Variable in class org.eclipse.jgit.internal.JGitText
- invalidReftableCRC - Variable in class org.eclipse.jgit.internal.JGitText
- invalidReftableFile - Variable in class org.eclipse.jgit.internal.JGitText
- invalidRegexGroup - Variable in class org.eclipse.jgit.http.server.HttpServerText
- invalidRemote - Variable in class org.eclipse.jgit.internal.JGitText
- InvalidRemoteException - Exception in org.eclipse.jgit.api.errors
-
Exception thrown when a fetch command was called with an invalid remote
- InvalidRemoteException(String) - Constructor for exception org.eclipse.jgit.api.errors.InvalidRemoteException
-
Constructor for InvalidRemoteException
- InvalidRemoteException(String, Throwable) - Constructor for exception org.eclipse.jgit.api.errors.InvalidRemoteException
-
Constructor for InvalidRemoteException
- invalidRepositoryStateNoHead - Variable in class org.eclipse.jgit.internal.JGitText
- invalidShallowObject - Variable in class org.eclipse.jgit.internal.JGitText
- invalidSignatureAlgorithm - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- invalidStageForPath - Variable in class org.eclipse.jgit.internal.JGitText
- invalidSystemProperty - Variable in class org.eclipse.jgit.internal.JGitText
- InvalidTagNameException - Exception in org.eclipse.jgit.api.errors
-
Exception thrown when a tag command was called with an invalid tag name (or null), such as bad~tag.
- InvalidTagNameException(String) - Constructor for exception org.eclipse.jgit.api.errors.InvalidTagNameException
-
Constructor for InvalidTagNameException.
- invalidTagOption - Variable in class org.eclipse.jgit.internal.JGitText
- invalidTimeout - Variable in class org.eclipse.jgit.internal.JGitText
- invalidTimestamp - Variable in class org.eclipse.jgit.internal.JGitText
- invalidTimeUnitValue2 - Variable in class org.eclipse.jgit.internal.JGitText
- invalidTimeUnitValue3 - Variable in class org.eclipse.jgit.internal.JGitText
- invalidTreeZeroLengthName - Variable in class org.eclipse.jgit.internal.JGitText
- invalidUntrackedFilesMode - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- invalidURL - Variable in class org.eclipse.jgit.internal.JGitText
- invalidVersion() - Static method in class org.eclipse.jgit.http.server.ClientVersionUtil
-
An invalid version of Git
- invalidWildcards - Variable in class org.eclipse.jgit.internal.JGitText
- invalidWindowSize - Variable in class org.eclipse.jgit.internal.JGitText
- IO - Class in org.eclipse.jgit.util
-
Input/Output utilities
- IO_FAILURE - org.eclipse.jgit.lib.RefUpdate.Result
-
The ref was probably not updated/deleted because of I/O error.
- isAborted() - Method in exception org.eclipse.jgit.pgm.Die
-
Check if this exception should cause the execution to be aborted.
- isAddToIndex() - Method in class org.eclipse.jgit.internal.storage.pack.BitmapCommit
-
Whether corresponding bitmap should be added to PackBitmapIndexBuilder.
- isAdvertiseObjectInfo() - Method in class org.eclipse.jgit.transport.TransferConfig
- isAdvertiseSidebandAll() - Method in class org.eclipse.jgit.transport.TransferConfig
- isAdvertiseWaitForDone() - Method in class org.eclipse.jgit.transport.TransferConfig
- isAlignBlocks() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableConfig
-
Whether the writer should align blocks.
- isAllowBranchDeletes() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Whether the client can delete from
refs/heads/
. - isAllowCreates() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Whether the client can request refs to be created.
- isAllowDeletes() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Whether the client can request refs to be deleted.
- isAllowFilter() - Method in class org.eclipse.jgit.transport.TransferConfig
- isAllowNonFastForwards() - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Whether the batch update will permit a non-fast-forward update to an existing reference.
- isAllowNonFastForwards() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Whether the client can request non-fast-forward updates of a ref, possibly making objects unreachable.
- isAllowPushOptions() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Whether the server supports receiving push options.
- isAllowQuiet() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Whether clients may request avoiding noisy progress messages.
- isAllowReachableSha1InWant() - Method in class org.eclipse.jgit.transport.TransferConfig
-
Whether to allow clients to request non-tip SHA-1s
- isAllowRefInWant() - Method in class org.eclipse.jgit.transport.TransferConfig
- isAllowSidebandAll() - Method in class org.eclipse.jgit.transport.TransferConfig
- isAllowThin() - Method in class org.eclipse.jgit.transport.PackParser
-
Whether a thin pack (missing base objects) is permitted.
- isAllowTipSha1InWant() - Method in class org.eclipse.jgit.transport.TransferConfig
-
Whether to allow clients to request non-advertised tip SHA-1s
- isAncestorOf(String) - Method in class org.eclipse.jgit.gitrepo.RepoProject
-
Check if this sub repo is an ancestor of the given path.
- isAncestorOf(RepoProject) - Method in class org.eclipse.jgit.gitrepo.RepoProject
-
Check if this sub repo is the ancestor of given sub repo.
- isAnnotated() - Method in class org.eclipse.jgit.api.TagCommand
-
Whether this will create an annotated tag.
- isAnyNull(CredentialItem...) - Static method in class org.eclipse.jgit.transport.CredentialsProvider
-
Whether any of the passed items is null
- isAssumeValid() - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Is this entry always thought to be unmodified?
- isAStaticFlagAndHasNorevWalkInstance - Variable in class org.eclipse.jgit.internal.JGitText
- isAtomic() - Method in class org.eclipse.jgit.api.PushCommand
-
Whether this push should be executed atomically (all references updated, or none)
- isAtomic() - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Whether updates should be atomic.
- isAtomic() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Whether the client's commands should be performed as a single atomic transaction.
- isAuthorEmailImplicit() - Method in class org.eclipse.jgit.lib.UserConfig
-
Whether the author email was not explicitly configured but constructed from information the system has about the logged on user
- isAuthorNameImplicit() - Method in class org.eclipse.jgit.lib.UserConfig
-
Whether the author name was not explicitly configured but constructed from information the system has about the logged on user
- isAutoCommentChar() - Method in class org.eclipse.jgit.lib.CommitConfig
-
Tells whether the comment character should be determined by choosing a character not occurring in a commit message.
- isAvailable() - Method in interface org.eclipse.jgit.internal.diffmergetool.ExternalDiffTool
- isAvailable() - Method in class org.eclipse.jgit.internal.diffmergetool.UserDefinedDiffTool
- isAvailable() - Method in class org.eclipse.jgit.lfs.BuiltinLFS
- isAvailable() - Method in class org.eclipse.jgit.util.LfsFactory
- isBare() - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Whether this repository was forced bare by
BaseRepositoryBuilder.setBare()
. - isBare() - Method in class org.eclipse.jgit.lib.Repository
-
Whether this repository is bare
- isBatchMode() - Method in class org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host
- isBiDirectionalPipe() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Whether this class expects a bi-directional pipe opened between the client and itself.
- isBiDirectionalPipe() - Method in class org.eclipse.jgit.transport.UploadPack
-
Whether this class expects a bi-directional pipe opened between the client and itself.
- isBinary() - Method in class org.eclipse.jgit.util.io.AutoLFInputStream
-
Whether the stream has detected as a binary so far.
- isBinary(byte[]) - Static method in class org.eclipse.jgit.diff.RawText
-
Determine heuristically whether a byte array represents binary (as opposed to text) content.
- isBinary(byte[], int) - Static method in class org.eclipse.jgit.diff.RawText
-
Determine heuristically whether a byte array represents binary (as opposed to text) content.
- isBinary(byte[], int, boolean) - Static method in class org.eclipse.jgit.diff.RawText
-
Determine heuristically whether a byte array represents binary (as opposed to text) content.
- isBinary(byte, byte) - Static method in class org.eclipse.jgit.diff.RawText
-
Determines from the last two bytes read from a source if it looks like binary content.
- isBinary(InputStream) - Static method in class org.eclipse.jgit.diff.RawText
-
Determine heuristically whether the bytes contained in a stream represents binary (as opposed to text) content.
- isBoundary() - Method in class org.eclipse.jgit.revwalk.DepthWalk.Commit
- isBuildBitmaps() - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
True if writer is allowed to build bitmaps for indexes.
- isCancelled() - Method in class org.eclipse.jgit.junit.StrictWorkMonitor
-
Check for user task cancellation.
- isCancelled() - Method in class org.eclipse.jgit.lib.BatchingProgressMonitor
-
Check for user task cancellation.
- isCancelled() - Method in class org.eclipse.jgit.lib.EmptyProgressMonitor
-
Check for user task cancellation.
- isCancelled() - Method in class org.eclipse.jgit.lib.NullProgressMonitor
-
Check for user task cancellation.
- isCancelled() - Method in interface org.eclipse.jgit.lib.ProgressMonitor
-
Check for user task cancellation.
- isCancelled() - Method in class org.eclipse.jgit.lib.ThreadSafeProgressMonitor
-
Check for user task cancellation.
- isCaseSensitive() - Method in class org.eclipse.jgit.util.FS_POSIX
-
Is this file system case sensitive
- isCaseSensitive() - Method in class org.eclipse.jgit.util.FS_Win32
-
Is this file system case sensitive
- isCaseSensitive() - Method in class org.eclipse.jgit.util.FS
-
Is this file system case sensitive
- isCheckEofAfterPackFooter() - Method in class org.eclipse.jgit.transport.PackParser
-
Whether the EOF should be read from the input after the footer.
- isCheckFetchedObjects() - Method in class org.eclipse.jgit.api.FetchCommand
-
Whether to check received objects for validity
- isCheckFetchedObjects() - Method in class org.eclipse.jgit.transport.Transport
-
Whether fetch will verify if received objects are formatted correctly.
- isCheckObjectCollisions() - Method in class org.eclipse.jgit.transport.PackParser
-
Whether received objects are verified to prevent collisions.
- isCheckObjects() - Method in class org.eclipse.jgit.transport.ConnectivityChecker.ConnectivityCheckInfo
- isCheckReceivedObjects() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Whether this instance will verify received objects are formatted correctly.
- isCheckReferencedObjectsAreReachable() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Whether this instance will validate all referenced, but not supplied by the client, objects are reachable from another reference.
- isChild(PlotCommit) - Method in class org.eclipse.jgit.revplot.PlotCommit
-
Determine if the given commit is a child (descendant) of this commit.
- isClean() - Method in class org.eclipse.jgit.api.Status
-
Whether the status is clean
- isCommandExecutionError() - Method in exception org.eclipse.jgit.internal.diffmergetool.ToolException
- isCommit() - Method in class org.eclipse.jgit.merge.MergeConfig
-
Whether
--no-commit
option is not set. - isCommitterEmailImplicit() - Method in class org.eclipse.jgit.lib.UserConfig
-
Whether the author email was not explicitly configured but constructed from information the system has about the logged on user
- isCommitterNameImplicit() - Method in class org.eclipse.jgit.lib.UserConfig
-
Whether the committer name was not explicitly configured but constructed from information the system has about the logged on user
- isCommon() - Method in class org.eclipse.jgit.pgm.CommandRef
-
Is this command commonly used
- isComplete() - Method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
-
Check if this id is complete
- isComplete() - Method in class org.eclipse.jgit.lib.AbbreviatedObjectId
-
Whether this ObjectId is actually a complete id.
- isConnected() - Method in interface org.eclipse.jgit.transport.FtpChannel
- isCreated() - Method in class org.eclipse.jgit.util.FS.LockToken
- isCrLfText(byte[]) - Static method in class org.eclipse.jgit.diff.RawText
-
Determine heuristically whether a byte array represents text content using CR-LF as line separator.
- isCrLfText(byte[], int) - Static method in class org.eclipse.jgit.diff.RawText
-
Determine heuristically whether a byte array represents text content using CR-LF as line separator.
- isCrLfText(byte[], int, boolean) - Static method in class org.eclipse.jgit.diff.RawText
-
Determine heuristically whether a byte array represents text content using CR-LF as line separator.
- isCrLfText(InputStream) - Static method in class org.eclipse.jgit.diff.RawText
-
Determine heuristically whether the bytes contained in a stream represent text content using CR-LF as line separator.
- isCustom(String) - Method in class org.eclipse.jgit.attributes.Attributes
-
Is this a custom attribute
- isCygwin() - Static method in class org.eclipse.jgit.util.FS_Win32_Cygwin
-
Whether cygwin is found
- isDebugEnabled() - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- isDelete() - Method in class org.eclipse.jgit.transport.RemoteRefUpdate
-
Whether this update is a deleting update
- isDelimiter(String) - Static method in class org.eclipse.jgit.transport.PacketLineIn
-
Check if a string is the delimiter marker.
- isDeltaBaseAsOffset() - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Check whether writer can store delta base as an offset (new style reducing pack size) or should store it as an object id (legacy style, compatible with old readers).
- isDeltaBaseAsOffset() - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
True if writer can use offsets to point to a delta base.
- isDeltaCompress() - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Check whether the writer will create new deltas on the fly.
- isDeltaRepresentation() - Method in class org.eclipse.jgit.internal.storage.pack.ObjectToPack
-
Whether object is going to be written as delta
- isDetachingSymbolicRef() - Method in class org.eclipse.jgit.lib.RefUpdate
-
Return whether this update is actually detaching a symbolic ref.
- isDetectRenames() - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Get if rename detection is enabled
- isDirectory() - Method in interface org.eclipse.jgit.transport.FtpChannel.DirEntry
- isDirectory() - Method in class org.eclipse.jgit.util.FS.Attributes
- isDirectory(File) - Method in class org.eclipse.jgit.util.FS
-
Check if path is a directory.
- isDirectoryFileConflict() - Method in class org.eclipse.jgit.treewalk.NameConflictTreeWalk
-
True if the current entry is covered by a directory/file conflict.
- isDirectoryPattern(String) - Static method in class org.eclipse.jgit.ignore.internal.Strings
-
Check if pattern is a directory pattern ending with a path separator
- isDirNoGitLinks() - Method in class org.eclipse.jgit.treewalk.WorkingTreeOptions
-
Whether or not we treat nested repos as directories.
- isDirOnly() - Method in class org.eclipse.jgit.attributes.AttributesRule
-
Whether to match directories only
- isDone() - Method in class org.eclipse.jgit.internal.transport.sshd.auth.AbstractAuthenticationHandler
- isDone() - Method in interface org.eclipse.jgit.internal.transport.sshd.auth.AuthenticationHandler
-
Tells whether is authentication mechanism is done (successfully or unsuccessfully).
- isDone(TreeWalk) - Method in class org.eclipse.jgit.treewalk.filter.PathFilter
-
Whether the path length of this filter matches the length of the current path of the supplied TreeWalk.
- isDownload() - Method in class org.eclipse.jgit.lfs.server.LfsProtocolServlet.LfsRequest
- isDryRun() - Method in class org.eclipse.jgit.api.FetchCommand
-
Whether to do a dry run
- isDryRun() - Method in class org.eclipse.jgit.api.PushCommand
-
Whether to run the push operation as a dry run
- isDryRun() - Method in class org.eclipse.jgit.hooks.PrePushHook
-
Tells whether the push is a dry run.
- isDryRun() - Method in class org.eclipse.jgit.transport.Transport
-
Whether push operation should just check for possible result and not really update remote refs
- isEmpty() - Method in class org.eclipse.jgit.attributes.Attributes
-
Whether the set of attributes is empty
- isEmpty() - Method in class org.eclipse.jgit.diff.Edit
-
Whether edit is empty
- isEmpty() - Method in class org.eclipse.jgit.events.WorkingTreeModifiedEvent
-
Determines whether there are any changes recorded in this event.
- isEmpty() - Method in class org.eclipse.jgit.ignore.FastIgnoreRule
-
Whether the rule never matches
- isEmpty() - Method in class org.eclipse.jgit.lib.ObjectIdOwnerMap
-
Whether this map is empty
- isEmpty() - Method in class org.eclipse.jgit.lib.ObjectIdSubclassMap
-
Whether
ObjectIdSubclassMap.size()
is 0. - isEmpty() - Method in class org.eclipse.jgit.transport.RefAdvertiser
-
Whether no advertisements have been sent yet.
- isEmpty() - Method in class org.eclipse.jgit.util.io.UnionInputStream
-
Returns true if there are no more InputStreams in the stream queue.
- isEmpty() - Method in class org.eclipse.jgit.util.RefList
-
Get if this list is empty.
- isEmpty() - Method in class org.eclipse.jgit.util.RefMap
- isEmptyOrNull(String) - Static method in class org.eclipse.jgit.util.StringUtils
-
Test if a string is empty or null.
- isEnabled() - Method in class org.eclipse.jgit.transport.DaemonService
-
Whether this service is enabled for invocation.
- isEnabled(Repository) - Static method in class org.eclipse.jgit.http.server.resolver.AsIsFileService
-
Determine if
http.getanyfile
is enabled in the configuration. - isEnabled(Repository) - Method in class org.eclipse.jgit.lfs.BuiltinLFS
- isEnabled(Repository) - Method in class org.eclipse.jgit.util.LfsFactory
- isEnd(String) - Static method in class org.eclipse.jgit.transport.PacketLineIn
-
Check if a string is the packet end marker.
- isEntryIgnored() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Determine if the current entry path is ignored by an ignore rule.
- isEntryIgnored(int) - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Determine if the entry path is ignored by an ignore rule.
- isEqual(AnyLongObjectId, AnyLongObjectId) - Static method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Compare two object identifier byte sequences for equality.
- isEqual(AnyObjectId, AnyObjectId) - Static method in class org.eclipse.jgit.lib.AnyObjectId
-
Compare two object identifier byte sequences for equality.
- isEqualOrPrefix(String, String) - Static method in class org.eclipse.jgit.util.Paths
-
Determines whether a git path
folder
is a prefix of another git pathpath
, or the same aspath
. - isErrorEnabled() - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- isExecutable() - Method in class org.eclipse.jgit.util.FS.Attributes
- isExecutedWithError() - Method in class org.eclipse.jgit.util.ProcessResult
-
Whether the execution occurred and resulted in an error
- isExitCodeTrustable() - Method in enum org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
- isExpectDataAfterPackFooter() - Method in class org.eclipse.jgit.transport.PackParser
-
Whether there is data expected after the pack footer.
- isExpectDataAfterPackFooter() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Whether there is data expected after the pack footer.
- isExpectingOldObjectId() - Method in class org.eclipse.jgit.transport.RemoteRefUpdate
-
Whether some object is required to be advertised by remote side, as set in constructor
- isExpired() - Method in interface org.eclipse.jgit.lib.GpgSignatureVerifier.SignatureVerification
-
Tells whether the public key used for this signature verification was expired when the signature was created.
- isExportAll() - Method in class org.eclipse.jgit.transport.resolver.FileResolver
-
Whether
git-daemon-export-ok
is required to export a repository - isExportOk(C, String, Repository) - Method in class org.eclipse.jgit.transport.resolver.FileResolver
-
Check if this repository can be served.
- isExtendedFlag(int) - Method in class org.eclipse.jgit.internal.storage.pack.ObjectToPack
-
Determine if a particular extended flag bit has been set.
- isFastForward() - Method in class org.eclipse.jgit.transport.RemoteRefUpdate
-
Check whether update was fast-forward.
- isFetchThin() - Method in class org.eclipse.jgit.transport.Transport
-
Default setting is:
Transport.DEFAULT_FETCH_THIN
- isFile(File) - Method in class org.eclipse.jgit.util.FS
-
Examine if path represents a regular file.
- isFileMode() - Method in class org.eclipse.jgit.treewalk.WorkingTreeOptions
-
Whether the execute bit on working files should be trusted.
- isFirstParent() - Method in class org.eclipse.jgit.revwalk.RevWalk
- isForce() - Method in class org.eclipse.jgit.api.PushCommand
-
Whether to push forcefully
- isForceRefLog() - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Check whether the reflog should be written regardless of repo defaults.
- isForceRefLog() - Method in class org.eclipse.jgit.lib.RefUpdate
-
Check whether the reflog should be written regardless of repo defaults.
- isForceRefLog() - Method in class org.eclipse.jgit.transport.ReceiveCommand
-
Check whether the reflog should be written regardless of repo defaults.
- isForceRefLog(ReceiveCommand) - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Check whether the reflog for a command should be written regardless of repo defaults.
- isForceUpdate() - Method in class org.eclipse.jgit.api.FetchCommand
-
Whether fetch --force option is enabled
- isForceUpdate() - Method in class org.eclipse.jgit.api.TagCommand
-
Whether this is a forced update
- isForceUpdate() - Method in class org.eclipse.jgit.lib.RefUpdate
-
Check if this update wants to forcefully change the ref.
- isForceUpdate() - Method in class org.eclipse.jgit.transport.RefSpec
-
Check if this specification wants to forcefully update the destination.
- isForceUpdate() - Method in class org.eclipse.jgit.transport.RemoteRefUpdate
-
Whether this update is forced regardless of old remote ref object
- isFullyConsumed() - Method in class org.eclipse.jgit.util.io.BinaryDeltaInputStream
-
Tells whether the delta has been fully consumed, and the expected number of bytes for the combined result have been read from this
BinaryDeltaInputStream
. - isGitClient(HttpServletRequest) - Static method in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Check a request for Git-over-HTTP indicators.
- isGitRepository(File, FS) - Static method in class org.eclipse.jgit.lib.RepositoryCache.FileKey
-
Guess if a directory contains a Git repository.
- isHidden(File) - Method in class org.eclipse.jgit.util.FS
-
Whether path is hidden, either starts with .
- isId(String) - Static method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
-
Test a string of characters to verify it is a hex format.
- isId(String) - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
-
Test a string of characters to verify that it can be interpreted as LongObjectId.
- isId(String) - Static method in class org.eclipse.jgit.lib.AbbreviatedObjectId
-
Test a string of characters to verify it is a hex format.
- isId(String) - Static method in class org.eclipse.jgit.lib.ObjectId
-
Test a string of characters to verify it is a hex format.
- isIgnored(String, boolean) - Method in class org.eclipse.jgit.ignore.IgnoreNode
-
Determine if an entry path matches an ignore rule.
- isIgnoreMissingUninteresting() - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Whether to ignore missing uninteresting objects
- isIndexDisabled() - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Whether the index file cannot be created by this PackWriter.
- isIndexLoaded() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackFile
-
Whether the pack index file is loaded and cached in memory.
- isIndexObjects() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableConfig
-
Whether the writer should index object to ref.
- isInfoEnabled() - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- isInfoRefs(HttpServletRequest) - Static method in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Check if the HTTP request was for the /info/refs?service= Git handler.
- isIntentToAdd() - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Returns whether this entry is intent to be added to the Index.
- isInteractionAllowed(ClientSession) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitUserInteraction
- isInteractive() - Method in class org.eclipse.jgit.awtui.AwtCredentialsProvider
-
Check if the provider is interactive with the end-user.
- isInteractive() - Method in class org.eclipse.jgit.console.ConsoleCredentialsProvider
-
Check if the provider is interactive with the end-user.
- isInteractive() - Method in class org.eclipse.jgit.internal.diffmergetool.DiffTools
-
Is interactive diff (prompt enabled) ?
- isInteractive() - Method in class org.eclipse.jgit.internal.diffmergetool.MergeTools
-
Is interactive merge (prompt enabled) ?
- isInteractive() - Method in class org.eclipse.jgit.junit.ssh.SshTestHarness.TestCredentialsProvider
- isInteractive() - Method in class org.eclipse.jgit.transport.ChainingCredentialsProvider
-
Check if the provider is interactive with the end-user.
- isInteractive() - Method in class org.eclipse.jgit.transport.CredentialsProvider
-
Check if the provider is interactive with the end-user.
- isInteractive() - Method in class org.eclipse.jgit.transport.NetRCCredentialsProvider
-
Check if the provider is interactive with the end-user.
- isInteractive() - Method in class org.eclipse.jgit.transport.UsernamePasswordCredentialsProvider
-
Check if the provider is interactive with the end-user.
- isInternal() - Method in class org.eclipse.jgit.events.IndexChangedEvent
- isKeepBackup() - Method in class org.eclipse.jgit.internal.diffmergetool.MergeToolConfig
- isKeepTemporaries() - Method in class org.eclipse.jgit.internal.diffmergetool.MergeToolConfig
- isLarge() - Method in class org.eclipse.jgit.lib.ObjectLoader.Filter
- isLarge() - Method in class org.eclipse.jgit.lib.ObjectLoader
-
Whether this object is too large to obtain as a byte array.
- isLarge() - Method in class org.eclipse.jgit.lib.ObjectLoader.SmallObject
- isLinux() - Method in class org.eclipse.jgit.util.SystemReader
-
Whether we are running on Linux.
- isListKey(String) - Static method in class org.eclipse.jgit.internal.transport.ssh.OpenSshConfigFile.HostEntry
-
Does the key take a whitespace-separated list of values?
- isLogAllRefUpdates() - Method in class org.eclipse.jgit.lib.CoreConfig
-
Deprecated.since 5.6; default value depends on whether the repository is bare. Use
Config.getEnum(String, String, String, Enum)
directly. - isLoose() - Method in enum org.eclipse.jgit.lib.Ref.Storage
- isMacOS() - Method in class org.eclipse.jgit.util.SystemReader
-
Whether we are running on Mac OS X
- isMarked(int) - Method in class org.eclipse.jgit.diff.DiffEntry
-
Whether the mark tree filter with the specified index matched during scan or not, see
DiffEntry.scan(TreeWalk, boolean, TreeFilter...)
. - isMatch() - Method in class org.eclipse.jgit.fnmatch.FileNameMatcher
-
Whether the matcher matches
- isMatch(String, boolean) - Method in class org.eclipse.jgit.attributes.AttributesRule
-
Returns
true
if a match was made. - isMatch(String, boolean) - Method in class org.eclipse.jgit.ignore.FastIgnoreRule
-
Returns true if a match was made.
- isMatch(String, boolean, boolean) - Method in class org.eclipse.jgit.ignore.FastIgnoreRule
-
Returns true if a match was made.
- isMatching() - Method in class org.eclipse.jgit.transport.RefSpec
-
Tells whether this
RefSpec
is the special "matching" RefSpec ":" for pushing. - isMatching() - Method in class org.eclipse.jgit.transport.RemoteRefUpdate
-
Tells whether this
RemoteRefUpdate
is a placeholder for a "matching"RefSpec
. - isMerged() - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Returns whether this entry is in the fully-merged stage (0).
- isMergedInto(RevCommit, RevCommit) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Determine if a commit is reachable from another commit.
- isMergedIntoAll(RevCommit, Collection<Ref>) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Determine if a
commit
is merged into all of the givenrefs
. - isMergedIntoAny(RevCommit, Collection<Ref>) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Determine if a
commit
is merged into any of the givenrefs
. - isMirror() - Method in class org.eclipse.jgit.transport.RemoteConfig
-
Whether pushing to the remote automatically deletes remote refs which don't exist on the source side.
- isMissing(String) - Static method in class org.eclipse.jgit.lib.Config
-
Check if a given string is the "missing" value.
- isMissingNewlineAtEnd() - Method in class org.eclipse.jgit.diff.RawText
-
Determine if the file ends with a LF ('\n').
- isModeDifferent(int) - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Is the file mode of the current entry different than the given raw mode?
- isModified(File) - Method in class org.eclipse.jgit.internal.storage.file.FileSnapshot
-
Check if the path may have been modified since the snapshot was saved.
- isModified(DirCacheEntry, boolean, ObjectReader) - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Checks whether this entry differs from a given entry from the
DirCache
. - isMustExist() - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Whether the repository must exist before being opened.
- isNameConflicting(String) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRefDatabase
-
Determine if a proposed reference name overlaps with an existing one.
- isNameConflicting(String) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReftableDatabase
- isNameConflicting(String) - Method in class org.eclipse.jgit.internal.storage.file.FileReftableDatabase
-
Determine if a proposed reference name overlaps with an existing one.
- isNameConflicting(String) - Method in class org.eclipse.jgit.internal.storage.file.RefDirectory
-
Determine if a proposed reference name overlaps with an existing one.
- isNameConflicting(String) - Method in class org.eclipse.jgit.lib.RefDatabase
-
Determine if a proposed reference name overlaps with an existing one.
- isNameConflicting(String, TreeSet<String>, Set<String>) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableDatabase
- isNameOnly() - Method in class org.eclipse.jgit.attributes.AttributesRule
-
Whether the pattern is only a file name and not a path
- isNativeHookPresent() - Method in class org.eclipse.jgit.hooks.GitHook
-
Check whether a 'native' (i.e.
- isNegative() - Method in class org.eclipse.jgit.transport.RefSpec
-
Check if this specification is a negative one.
- isNoOp() - Method in class org.eclipse.jgit.transport.FilterSpec
- isNoPrefix() - Method in class org.eclipse.jgit.diff.DiffConfig
-
If prefix should be suppressed
- isNullPath() - Method in class org.eclipse.jgit.internal.diffmergetool.FileElement
-
Check if path id "/dev/null"
- ISO - org.eclipse.jgit.util.GitDateFormatter.Format
-
Git format: ISO 8601 plus time zone
- IsolatedOutputStream - Class in org.eclipse.jgit.util.io
-
OutputStream isolated from interrupts.
- IsolatedOutputStream(OutputStream) - Constructor for class org.eclipse.jgit.util.io.IsolatedOutputStream
-
Wraps an OutputStream.
- isOpen() - Method in class org.eclipse.jgit.internal.transport.sshd.agent.SshAgentClient
- isOutdated() - Method in class org.eclipse.jgit.dircache.DirCache
-
Whether the memory state differs from the index file
- isOutdated() - Method in class org.eclipse.jgit.storage.file.FileBasedConfig
-
Whether the currently loaded configuration file is outdated
- isOutput() - Method in exception org.eclipse.jgit.transport.ServiceMayNotContinueException
-
Whether the message was already output to the client.
- isOverRenameLimit() - Method in class org.eclipse.jgit.diff.RenameDetector
-
Check if the detector is over the rename limit.
- isOverridable() - Method in class org.eclipse.jgit.transport.DaemonService
-
Whether this service can be configured in the repository config file
- isPacked() - Method in enum org.eclipse.jgit.lib.Ref.Storage
- isPackedGitMMAP() - Method in class org.eclipse.jgit.storage.file.WindowCacheConfig
-
Whether to use Java NIO virtual memory mapping for windows
- isPackedGitUseStrongRefs() - Method in class org.eclipse.jgit.storage.file.WindowCacheConfig
-
Get whether the window cache should use strong references or SoftReferences
- isPathMatch(byte[], int) - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Test if the supplied path matches the current entry's path.
- isPathPrefix(byte[], int) - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Test if the supplied path matches the current entry's path.
- isPathSuffix(byte[], int) - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Test if the supplied path matches (being suffix of) the current entry's path.
- isPeeled() - Method in class org.eclipse.jgit.lib.ObjectIdRef.PeeledNonTag
- isPeeled() - Method in class org.eclipse.jgit.lib.ObjectIdRef.PeeledTag
- isPeeled() - Method in class org.eclipse.jgit.lib.ObjectIdRef.Unpeeled
- isPeeled() - Method in interface org.eclipse.jgit.lib.Ref
-
Whether the Ref represents a peeled tag.
- isPeeled() - Method in class org.eclipse.jgit.lib.SymbolicRef
-
Whether the Ref represents a peeled tag.
- isPending() - Method in class org.eclipse.jgit.revwalk.RevCommitList
-
Is this list still pending more items?
- isPostChildren() - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Is the current entry a subtree returned after its children?
- isPostOrderTraversal() - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Does this walker return a tree entry after it exits the subtree?
- isPreserveOldPacks() - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Checks whether to preserve old packs in a preserved directory Default setting: false
- isPrompt() - Method in class org.eclipse.jgit.internal.diffmergetool.DiffToolConfig
- isPrompt() - Method in class org.eclipse.jgit.internal.diffmergetool.MergeToolConfig
- isPrunePreserved() - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Checks whether to remove preserved pack files in a preserved directory Default setting: false
- isPushAtomic() - Method in class org.eclipse.jgit.transport.Transport
-
Default setting is false.
- isPushThin() - Method in class org.eclipse.jgit.transport.Transport
-
Default setting is: false
- isQuiet() - Method in class org.eclipse.jgit.transport.ReceivePack
-
True if the client wants less verbose output.
- isRebase() - Method in class org.eclipse.jgit.lib.BranchConfig
-
Whether the branch is configured to be rebased
- isRebasing() - Method in enum org.eclipse.jgit.lib.RepositoryState
- isReceivePack(HttpServletRequest) - Static method in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Check if the HTTP request was for the /git-receive-pack Git handler.
- isRecursive() - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Is this walker automatically entering into subtrees?
- isReflogDisabled() - Method in class org.eclipse.jgit.api.ResetCommand
-
Whether reflog is disabled
- isRefLogDisabled() - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Check whether log has been disabled by
BatchRefUpdate.disableRefLog()
. - isRefLogDisabled() - Method in class org.eclipse.jgit.transport.ReceiveCommand
-
Check whether log has been disabled by
ReceiveCommand.disableRefLog()
. - isRefLogDisabled(ReceiveCommand) - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Check whether reflog is disabled for a command.
- isRefLogIncludingResult() - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Check whether the reflog message should include the result of the update, such as fast-forward or force-update.
- isRefLogIncludingResult() - Method in class org.eclipse.jgit.lib.RefUpdate
-
Whether the ref log message should show the result.
- isRefLogIncludingResult() - Method in class org.eclipse.jgit.transport.ReceiveCommand
-
Check whether the reflog message should include the result of the update, such as fast-forward or force-update.
- isRefLogIncludingResult(ReceiveCommand) - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Check whether the reflog message for a command should include the result.
- isReftable(File) - Static method in class org.eclipse.jgit.internal.storage.file.FileReftableDatabase
- isRegistered(String) - Static method in class org.eclipse.jgit.attributes.FilterCommandRegistry
-
Check whether any
FilterCommandFactory
is registered for a given command name - isRegularFile() - Method in class org.eclipse.jgit.util.FS.Attributes
- isRemote() - Method in class org.eclipse.jgit.transport.URIish
-
Whether this URI references a repository on another system.
- isRemoteLocal() - Method in class org.eclipse.jgit.lib.BranchConfig
-
Whether the "remote" setting points to the local repository (with ".")
- isRemoveDeletedRefs() - Method in class org.eclipse.jgit.api.FetchCommand
-
Whether to remove refs which no longer exist in the source
- isRemoveDeletedRefs() - Method in class org.eclipse.jgit.transport.Transport
-
Whether destination refs should be removed if they no longer exist at the source repository.
- isRenameDetectionEnabled() - Method in class org.eclipse.jgit.diff.DiffConfig
-
If rename detection is enabled
- isRepeatable() - Method in class org.eclipse.jgit.transport.http.apache.TemporaryBufferEntity
- isResult() - Method in exception org.eclipse.jgit.internal.diffmergetool.ToolException
- isRetainBody() - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Should the body of a commit or tag be retained after parsing its headers?
- isReuseAsIs() - Method in class org.eclipse.jgit.internal.storage.pack.ObjectToPack
-
Whether an existing representation was selected to be reused as-is into the pack stream.
- isReuseDeltaCommits() - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Check if the writer will reuse commits that are already stored as deltas.
- isReuseDeltas() - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Check whether to reuse deltas existing in repository.
- isReuseObjects() - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Checks whether to reuse existing objects representation in repository.
- isReuseValidatingObjects() - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Check if the writer validates objects before copying them.
- isRunning() - Method in class org.eclipse.jgit.transport.Daemon
-
Whether this daemon is receiving connections.
- isSameInstance(T, T) - Static method in class org.eclipse.jgit.util.Equality
-
Compare by reference
- isSameObject(T, T) - Static method in interface org.eclipse.jgit.util.References
-
Compare two references
- isSet(String) - Method in class org.eclipse.jgit.attributes.Attributes
-
Whether the attribute is set
- isShallow() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
-
Whether the resulting pack file was a shallow pack.
- isSideBand() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Check whether the client expects a side-band stream.
- isSideBand() - Method in class org.eclipse.jgit.transport.UploadPack
-
Check whether the client expects a side-band stream.
- isSignAllTags() - Method in class org.eclipse.jgit.lib.GpgConfig
-
Retrieves the value of git config
tag.gpgSign
. - isSignAnnotated() - Method in class org.eclipse.jgit.lib.GpgConfig
-
Retrieves the value of git config
tag.forceSignAnnotated
. - isSignCommits() - Method in class org.eclipse.jgit.lib.GpgConfig
-
Retrieves the config value of commit.gpgSign.
- isSigned() - Method in class org.eclipse.jgit.api.TagCommand
-
Whether
setSigned(true)
has been called or whether asigning key ID
has been set; i.e., whether -s or -u was specified explicitly. - isSkipWorkTree() - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Returns whether this entry should be skipped from the working tree.
- isSmudged() - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Check whether this entry has been smudged or not
- isSquash() - Method in class org.eclipse.jgit.merge.MergeConfig
-
Whether merges into this branch are configured to be squash merges, false otherwise
- isSslVerify() - Method in class org.eclipse.jgit.transport.HttpConfig
-
Get the "http.sslVerify" setting
- isStaleFileHandle(IOException) - Static method in class org.eclipse.jgit.util.FileUtils
-
Determine if an IOException is a Stale NFS File Handle
- isStaleFileHandleInCausalChain(Throwable) - Static method in class org.eclipse.jgit.util.FileUtils
-
Determine if a throwable or a cause in its causal chain is a Stale NFS File Handle
- isStreaming() - Method in class org.eclipse.jgit.transport.http.apache.TemporaryBufferEntity
- isSubtree() - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Is the current entry a subtree?
- isSuccessful() - Method in enum org.eclipse.jgit.api.MergeResult.MergeStatus
- isSuccessful() - Method in class org.eclipse.jgit.api.PullResult
-
Whether the pull was successful
- isSuccessful() - Method in enum org.eclipse.jgit.api.RebaseResult.Status
- isSupported() - Method in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Factory
- isSupported() - Method in interface org.eclipse.jgit.transport.sshd.agent.ConnectorFactory
-
Tells whether this
ConnectorFactory
 is applicable on the currently running platform. - isSymbolic() - Method in class org.eclipse.jgit.lib.ObjectIdRef
-
Test if this reference is a symbolic reference.
- isSymbolic() - Method in interface org.eclipse.jgit.lib.Ref
-
Test if this reference is a symbolic reference.
- isSymbolic() - Method in class org.eclipse.jgit.lib.SymbolicRef
-
Test if this reference is a symbolic reference.
- isSymbolicLink() - Method in class org.eclipse.jgit.util.FS.Attributes
- isSymLink(File) - Method in class org.eclipse.jgit.util.FS
-
Whether the path is a symbolic link (and we support these).
- isThin() - Method in class org.eclipse.jgit.api.FetchCommand
-
Get thin-pack preference
- isThin() - Method in class org.eclipse.jgit.api.PushCommand
-
Get the thin-pack preference
- isThin() - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Whether this writer is producing a thin pack.
- isToolAvailable(FS, File, File, String) - Static method in class org.eclipse.jgit.internal.diffmergetool.ExternalToolUtils
- isTraceEnabled() - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- isTransactionAborted(ReceiveCommand) - Static method in class org.eclipse.jgit.transport.ReceiveCommand
-
Check whether a command failed due to transaction aborted.
- isTrustExitCode() - Method in class org.eclipse.jgit.internal.diffmergetool.DiffToolConfig
- isUnset(String) - Method in class org.eclipse.jgit.attributes.Attributes
-
Whether the attribute is unset
- isUnspecified(String) - Method in class org.eclipse.jgit.attributes.Attributes
-
Whether the attribute with the given key is unspecified
- isUpdate() - Method in class org.eclipse.jgit.api.AddCommand
-
Whether to only match against already tracked files
- isUpdateNeeded() - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Whether this entry should be checked for changes
- isUpload() - Method in class org.eclipse.jgit.lfs.server.LfsProtocolServlet.LfsRequest
- isUploadPack(String) - Static method in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Check if the HTTP request path ends with the /git-upload-pack handler.
- isUploadPack(HttpServletRequest) - Static method in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Check if the HTTP request was for the /git-upload-pack Git handler.
- isUseBitmaps() - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Whether to use bitmaps
- isUseCachedPacks() - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Whether to reuse cached packs.
- isUsingSideband() - Method in class org.eclipse.jgit.transport.PacketLineOut
- isUtf8(byte[]) - Method in class org.eclipse.jgit.lib.Config
-
Check if bytes should be treated as UTF-8 or not.
- isValid() - Method in class org.eclipse.jgit.dircache.DirCacheTree
-
Determine if this cache is currently valid.
- isValidBranchName(String) - Static method in class org.eclipse.jgit.api.CreateBranchCommand
-
Check if the given branch name is valid
- isValidRefName(String) - Static method in class org.eclipse.jgit.lib.Repository
-
Check validity of a ref name.
- isValueSecure() - Method in class org.eclipse.jgit.transport.CredentialItem
-
Whether the value should be masked when entered.
- isVerify() - Method in class org.eclipse.jgit.lfs.server.LfsProtocolServlet.LfsRequest
- isWaitPreventRacyPack() - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Get whether we wait before opening a newly written pack to prevent its lastModified timestamp could be racy
- isWarnEnabled() - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- isWhitespace(byte) - Static method in class org.eclipse.jgit.util.RawCharUtil
-
Determine if an 8-bit US-ASCII encoded character is represents whitespace
- isWildcard() - Method in class org.eclipse.jgit.transport.RefSpec
-
Check if this specification is actually a wildcard pattern.
- isWildcard(String) - Static method in class org.eclipse.jgit.transport.RefSpec
-
Check whether provided string is a wildcard ref spec component.
- isWindows() - Method in class org.eclipse.jgit.util.SystemReader
-
Whether we are running on Windows.
- isWorkingTreeSource() - Method in class org.eclipse.jgit.diff.ContentSource
-
Checks if the source is from "working tree", so it can be accessed as a file directly.
- isWorkingTreeSource(DiffEntry.Side) - Method in class org.eclipse.jgit.diff.ContentSource.Pair
-
Checks if source (side) is a "working tree".
- isWorkTree() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Whether or not this Iterator is iterating through the working tree.
- isWorkTree() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Whether or not this Iterator is iterating through the working tree.
- isWriteToTemp() - Method in class org.eclipse.jgit.internal.diffmergetool.MergeToolConfig
- isWritten() - Method in class org.eclipse.jgit.internal.storage.pack.ObjectToPack
-
Check if object is already written in a pack.
- IterativeConnectivityChecker - Class in org.eclipse.jgit.internal.transport.connectivity
-
Implementation of connectivity checker which tries to do check with smaller set of references first and if it fails will fall back to check against all advertised references.
- IterativeConnectivityChecker(ConnectivityChecker) - Constructor for class org.eclipse.jgit.internal.transport.connectivity.IterativeConnectivityChecker
- iterator() - Method in class org.eclipse.jgit.internal.storage.file.BitmapIndexImpl.CompressedBitmap
- iterator() - Method in class org.eclipse.jgit.internal.storage.file.Pack
- iterator() - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexRemapper
- iterator() - Method in class org.eclipse.jgit.internal.storage.file.PackIndex
- iterator() - Method in class org.eclipse.jgit.internal.transport.sshd.CachingKeyPairProvider
- iterator() - Method in interface org.eclipse.jgit.lib.BitmapIndex.Bitmap
-
Returns an iterator over a set of elements of type BitmapObject.
- iterator() - Method in class org.eclipse.jgit.lib.ObjectIdOwnerMap
- iterator() - Method in class org.eclipse.jgit.lib.ObjectIdSubclassMap
- iterator() - Method in class org.eclipse.jgit.merge.MergeResult
- iterator() - Method in class org.eclipse.jgit.notes.NoteMap
- iterator() - Method in class org.eclipse.jgit.revwalk.RevFlagSet
- iterator() - Method in class org.eclipse.jgit.revwalk.RevWalk
- iterator() - Method in class org.eclipse.jgit.transport.PacketLineIn.PacketLineInIterator
- iterator() - Method in class org.eclipse.jgit.util.BlockList
- iterator() - Method in class org.eclipse.jgit.util.RefList
J
- JDKHttpConnection - Class in org.eclipse.jgit.transport.http
-
A
HttpConnection
which simply delegates every call to aHttpURLConnection
. - JDKHttpConnection(URL) - Constructor for class org.eclipse.jgit.transport.http.JDKHttpConnection
-
Constructor for JDKHttpConnection.
- JDKHttpConnection(URL, Proxy) - Constructor for class org.eclipse.jgit.transport.http.JDKHttpConnection
-
Constructor for JDKHttpConnection.
- JDKHttpConnectionFactory - Class in org.eclipse.jgit.transport.http
-
A factory returning instances of
JDKHttpConnection
- JDKHttpConnectionFactory() - Constructor for class org.eclipse.jgit.transport.http.JDKHttpConnectionFactory
- JGitClientSession - Class in org.eclipse.jgit.internal.transport.sshd
-
A
ClientSession
that can be associated with theHostConfigEntry
the session was created for. - JGitClientSession(ClientFactoryManager, IoSession) - Constructor for class org.eclipse.jgit.internal.transport.sshd.JGitClientSession
- JGitClientSession.ChainingAttributes - Class in org.eclipse.jgit.internal.transport.sshd
-
An
AttributeRepository
that chains together two other attribute sources in a hierarchy. - JGitClientSession.SessionAttributes - Class in org.eclipse.jgit.internal.transport.sshd
-
A
JGitClientSession.ChainingAttributes
repository that doubles as aPropertyResolver
. - JGitHostConfigEntry - Class in org.eclipse.jgit.internal.transport.sshd
-
A
HostConfigEntry
that provides access to the multi-valued keys as lists of strings. - JGitHostConfigEntry() - Constructor for class org.eclipse.jgit.internal.transport.sshd.JGitHostConfigEntry
- JGitInternalException - Exception in org.eclipse.jgit.api.errors
-
Exception thrown when during command execution a low-level exception from the JGit library is thrown.
- JGitInternalException(String) - Constructor for exception org.eclipse.jgit.api.errors.JGitInternalException
-
Construct an exception for low-level internal exceptions
- JGitInternalException(String, Throwable) - Constructor for exception org.eclipse.jgit.api.errors.JGitInternalException
-
Construct an exception for low-level internal exceptions
- JGitKeyCache - Class in org.eclipse.jgit.transport.sshd
-
A simple
KeyCache
. - JGitKeyCache() - Constructor for class org.eclipse.jgit.transport.sshd.JGitKeyCache
- JGitPasswordAuthentication - Class in org.eclipse.jgit.internal.transport.sshd
-
A password authentication handler that respects the
NumberOfPasswordPrompts
ssh config. - JGitPasswordAuthentication() - Constructor for class org.eclipse.jgit.internal.transport.sshd.JGitPasswordAuthentication
- JGitPasswordAuthFactory - Class in org.eclipse.jgit.internal.transport.sshd
-
A customized
UserAuthPasswordFactory
that creates instance ofJGitPasswordAuthentication
. - JGitPublicKeyAuthentication - Class in org.eclipse.jgit.internal.transport.sshd
-
Custom
UserAuthPublicKey
implementation for handling SSH config PubkeyAcceptedAlgorithms and interaction with the SSH agent. - JGitPublicKeyAuthFactory - Class in org.eclipse.jgit.internal.transport.sshd
-
A customized authentication factory for public key user authentication.
- JGitServerKeyVerifier - Class in org.eclipse.jgit.internal.transport.sshd
-
A bridge between the
ServerKeyVerifier
from Apache MINA sshd and ourServerKeyDatabase
. - JGitServerKeyVerifier(ServerKeyDatabase) - Constructor for class org.eclipse.jgit.internal.transport.sshd.JGitServerKeyVerifier
-
Creates a new
JGitServerKeyVerifier
using the givenServerKeyDatabase
. - JGitSshAgentFactory - Class in org.eclipse.jgit.internal.transport.sshd.agent
-
A factory for creating
SshAgentClient
s. - JGitSshAgentFactory(ConnectorFactory, File) - Constructor for class org.eclipse.jgit.internal.transport.sshd.agent.JGitSshAgentFactory
-
Creates a new
JGitSshAgentFactory
. - JGitSshClient - Class in org.eclipse.jgit.internal.transport.sshd
-
Customized
SshClient
for JGit. - JGitSshClient() - Constructor for class org.eclipse.jgit.internal.transport.sshd.JGitSshClient
- JGitSshConfig - Class in org.eclipse.jgit.internal.transport.sshd
-
A bridge between a JGit
SshConfigStore
and the Apache MINA sshdHostConfigEntryResolver
. - JGitSshConfig(SshConfigStore) - Constructor for class org.eclipse.jgit.internal.transport.sshd.JGitSshConfig
-
Creates a new
JGitSshConfig
that will read the config from the givenSshConfigStore
. - JGitTestUtil - Class in org.eclipse.jgit.junit
-
Abstract test util class
- JGitText - Class in org.eclipse.jgit.internal
-
Translation bundle for JGit core
- JGitText() - Constructor for class org.eclipse.jgit.internal.JGitText
- JGitUserInteraction - Class in org.eclipse.jgit.internal.transport.sshd
-
A
UserInteraction
callback implementation based on aCredentialsProvider
. - JGitUserInteraction(CredentialsProvider) - Constructor for class org.eclipse.jgit.internal.transport.sshd.JGitUserInteraction
-
Creates a new
JGitUserInteraction
for interactive password input based on the givenCredentialsProvider
. - jgitVersion - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- join(Collection<String>, String) - Static method in class org.eclipse.jgit.util.StringUtils
-
Join a collection of Strings together using the specified separator.
- join(Collection<String>, String, String) - Static method in class org.eclipse.jgit.util.StringUtils
-
Join a collection of Strings together using the specified separator and a lastSeparator which is used for joining the second last and the last part.
- join(URIish, String) - Static method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Join a base URIish and a path
- JRELacksMD5Implementation - Variable in class org.eclipse.jgit.internal.JGitText
- JSCH - org.eclipse.jgit.pgm.internal.SshDriver
-
Default client: use JSch.
- JschConfigSessionFactory - Class in org.eclipse.jgit.transport.ssh.jsch
-
The base session factory that loads known hosts and private keys from
$HOME/.ssh
. - JschConfigSessionFactory() - Constructor for class org.eclipse.jgit.transport.ssh.jsch.JschConfigSessionFactory
- JschSession - Class in org.eclipse.jgit.transport.ssh.jsch
-
Run remote commands using Jsch.
- JschSession(Session, URIish) - Constructor for class org.eclipse.jgit.transport.ssh.jsch.JschSession
-
Create a new session object by passing the real Jsch session and the URI information.
- JSchText - Class in org.eclipse.jgit.internal.transport.ssh.jsch
-
Externalized text messages for localization.
- JSchText() - Constructor for class org.eclipse.jgit.internal.transport.ssh.jsch.JSchText
K
- KB - Static variable in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheConfig
-
1024 (number of bytes in one kibibyte/kilobyte)
- KB - Static variable in class org.eclipse.jgit.storage.file.WindowCacheConfig
-
1024 (number of bytes in one kibibyte/kilobyte)
- kdiff3 - org.eclipse.jgit.internal.diffmergetool.CommandLineDiffTool
- kdiff3 - org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
- keep(int, int) - Method in class org.eclipse.jgit.dircache.DirCacheBuilder
-
Add a range of existing entries from the destination cache.
- KEEP - org.eclipse.jgit.api.ResetCommand.ResetType
-
Change the ref, the index and the workdir that are different between respective commit and HEAD
- KEEP - org.eclipse.jgit.internal.storage.pack.PackExt
-
A keep pack file extension.
- KERBEROS_5 - Static variable in class org.eclipse.jgit.internal.transport.sshd.GssApiMechanisms
-
The
Oid
of Kerberos 5. - KEX_ALGORITHMS - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file.
- kexServerKeyInvalid - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- KEY - Static variable in class org.eclipse.jgit.diff.DiffConfig
-
Key for
Config.get(SectionParser)
. - KEY - Static variable in class org.eclipse.jgit.internal.diffmergetool.DiffToolConfig
-
Key for
Config.get(SectionParser)
. - KEY - Static variable in class org.eclipse.jgit.internal.diffmergetool.MergeToolConfig
-
Key for
Config.get(SectionParser)
. - KEY - Static variable in class org.eclipse.jgit.lib.CommitConfig
-
Key for
Config.get(SectionParser)
. - KEY - Static variable in class org.eclipse.jgit.lib.CoreConfig
-
Key for
Config.get(SectionParser)
. - KEY - Static variable in class org.eclipse.jgit.lib.UserConfig
-
Key for
Config.get(SectionParser)
. - KEY - Static variable in class org.eclipse.jgit.transport.SignedPushConfig
-
Key for
Config.get(SectionParser)
. - KEY - Static variable in class org.eclipse.jgit.transport.TransferConfig
-
Key for
Config.get(SectionParser)
. - KEY - Static variable in class org.eclipse.jgit.treewalk.WorkingTreeOptions
-
Key for
Config.get(SectionParser)
. - KEY_DIFF_TOOL - Static variable in class org.eclipse.jgit.internal.diffmergetool.ExternalToolUtils
-
Key for diff tool git configuration section
- KEY_MERGE_TOOL - Static variable in class org.eclipse.jgit.internal.diffmergetool.ExternalToolUtils
-
Key for merge tool git configuration section
- KEY_PATHS_BY_FINGERPRINT - Static variable in class org.eclipse.jgit.internal.transport.sshd.CachingKeyPairProvider
-
An attribute set on the
SessionContext
recording loaded keys by fingerprint. - KEY_RESOURCES - Static variable in class org.eclipse.jgit.junit.ssh.SshTestBase
- KeyCache - Interface in org.eclipse.jgit.transport.sshd
-
A cache for
KeyPair
s. - keyEncryptedMsg - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- keyEncryptedPrompt - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- keyEncryptedRetry - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- KeyGrip - Class in org.eclipse.jgit.gpg.bc.internal.keys
-
Utilities to compute the keygrip of a key.
- keyLoaded(URIish, int, Exception) - Method in class org.eclipse.jgit.transport.sshd.IdentityPasswordProvider
- keyLoaded(URIish, int, Exception) - Method in interface org.eclipse.jgit.transport.sshd.KeyPasswordProvider
-
Invoked after a key has been loaded.
- keyLoaded(URIish, IdentityPasswordProvider.State, char[], Exception) - Method in class org.eclipse.jgit.transport.sshd.IdentityPasswordProvider
-
Invoked to inform the password provider about the decoding result.
- keyLoadFailed - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- KeyPasswordProvider - Interface in org.eclipse.jgit.transport.sshd
-
A
KeyPasswordProvider
provides passwords for encrypted private keys. - KiB - Static variable in class org.eclipse.jgit.internal.storage.dfs.DfsReaderOptions
-
1024 (number of bytes in one kibibyte/kilobyte)
- kNotInRange - Variable in class org.eclipse.jgit.internal.JGitText
- KNOWN_HOSTS - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Default name of the user "known hosts" file.
- KnownHostEntryReader - Class in org.eclipse.jgit.internal.transport.sshd
-
Apache MINA sshd 2.0.0 KnownHostEntry cannot read a host entry line like "host:port ssh-rsa
"; it complains about an illegal character in the host name (correct would be "[host]:port"). - knownHosts - Variable in class org.eclipse.jgit.junit.ssh.SshTestHarness
- knownHostsCouldNotUpdate - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- knownHostsFileLockedUpdate - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- knownHostsFileReadFailed - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- knownHostsInvalidLine - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- knownHostsInvalidPath - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- knownHostsKeyFingerprints - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- knownHostsModifiedKeyAcceptPrompt - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- knownHostsModifiedKeyDenyMsg - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- knownHostsModifiedKeyStorePrompt - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- knownHostsModifiedKeyWarning - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- knownHostsRevokedKeyMsg - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- knownHostsUnknownKeyMsg - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- knownHostsUnknownKeyPrompt - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- knownHostsUnknownKeyType - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- knownHostsUserAskCreationMsg - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- knownHostsUserAskCreationPrompt - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- kompare - org.eclipse.jgit.internal.diffmergetool.CommandLineDiffTool
L
- laneColor(TLane) - Method in class org.eclipse.jgit.revplot.AbstractPlotRenderer
-
Obtain the color reference used to paint this lane.
- LargeFileRepository - Interface in org.eclipse.jgit.lfs.server
-
Abstraction of a repository for storing large objects
- largeObjectExceedsByteArray - Variable in class org.eclipse.jgit.internal.JGitText
- largeObjectExceedsLimit - Variable in class org.eclipse.jgit.internal.JGitText
- largeObjectException - Variable in class org.eclipse.jgit.internal.JGitText
- LargeObjectException - Exception in org.eclipse.jgit.errors
-
An object is too big to load into memory as a single byte array.
- LargeObjectException() - Constructor for exception org.eclipse.jgit.errors.LargeObjectException
-
Create a large object exception, where the object isn't known.
- LargeObjectException(Throwable) - Constructor for exception org.eclipse.jgit.errors.LargeObjectException
-
Create a large object exception, where the object isn't known.
- LargeObjectException(AnyObjectId) - Constructor for exception org.eclipse.jgit.errors.LargeObjectException
-
Create a large object exception, naming the object that is too big.
- LargeObjectException.ExceedsByteArrayLimit - Exception in org.eclipse.jgit.errors
-
Object size exceeds JVM limit of 2 GiB per byte array.
- LargeObjectException.ExceedsLimit - Exception in org.eclipse.jgit.errors
-
Object size exceeds the caller's upper limit.
- LargeObjectException.OutOfMemory - Exception in org.eclipse.jgit.errors
-
An error caused by the JVM being out of heap space.
- largeObjectOutOfMemory - Variable in class org.eclipse.jgit.internal.JGitText
- lastDelta() - Method in class org.eclipse.jgit.internal.storage.file.FileSnapshot
- lastIndexOf(RevFlag, int) - Method in class org.eclipse.jgit.revwalk.RevCommitList
-
Find the next commit that has the given flag set.
- lastIndexOfTrim(byte[], char, int) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Get last index of
ch
in raw, trimming spaces. - lastLength() - Method in class org.eclipse.jgit.blame.BlameResult
-
Get last length
- lastModified() - Method in class org.eclipse.jgit.internal.storage.file.FileSnapshot
-
Deprecated.use
FileSnapshot.lastModifiedInstant()
instead - lastModified(File) - Method in class org.eclipse.jgit.util.FS
-
Deprecated.use
FS.lastModifiedInstant(Path)
instead - lastModifiedInstant() - Method in class org.eclipse.jgit.internal.storage.file.FileSnapshot
-
Get time of last snapshot update
- lastModifiedInstant(File) - Method in class org.eclipse.jgit.util.FS
-
Get the last modified time of a file system object.
- lastModifiedInstant(Path) - Method in class org.eclipse.jgit.util.FS
-
Get the last modified time of a file system object.
- lastRacyThreshold() - Method in class org.eclipse.jgit.internal.storage.file.FileSnapshot
- LazyObjectIdSetFile - Class in org.eclipse.jgit.internal.storage.file
-
Lazily loads a set of ObjectIds, one per line.
- LazyObjectIdSetFile(File) - Constructor for class org.eclipse.jgit.internal.storage.file.LazyObjectIdSetFile
-
Create a new lazy set from a file.
- LeadingAsteriskMatcher - Class in org.eclipse.jgit.ignore.internal
-
Matcher for simple regex patterns starting with an asterisk, e.g.
- length - Variable in class org.eclipse.jgit.util.FS.Attributes
-
file length
- length() - Method in class org.eclipse.jgit.internal.storage.io.CancellableDigestOutputStream
-
Get total number of bytes written since stream start.
- length() - Method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
-
Get length
- length() - Method in class org.eclipse.jgit.lib.AbbreviatedObjectId
-
Get number of hex digits appearing in this id.
- length() - Method in class org.eclipse.jgit.util.RawCharSequence
- length() - Method in class org.eclipse.jgit.util.TemporaryBuffer
-
Obtain the length (in bytes) of the buffer.
- length() - Method in class org.eclipse.jgit.util.TemporaryBuffer.LocalFile
- length(File) - Method in class org.eclipse.jgit.util.FS
-
Get the length of a file or link, If the OS/JRE supports symbolic links it's the length of the link, else the length of the target.
- LENGTH - Static variable in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Constant
LENGTH=4
- lengthExceedsMaximumArraySize - Variable in class org.eclipse.jgit.internal.JGitText
- lenient(File, FS) - Static method in class org.eclipse.jgit.lib.RepositoryCache.FileKey
-
Obtain a pointer to a location on disk.
- LF - org.eclipse.jgit.lib.CoreConfig.EOL
-
Check in with LF, check out without conversion.
- Lfs - Class in org.eclipse.jgit.lfs
-
Class which represents the lfs folder hierarchy inside a
.git
folder - Lfs(Repository) - Constructor for class org.eclipse.jgit.lfs.Lfs
-
Constructor for Lfs.
- LFS - Static variable in class org.eclipse.jgit.lfs.lib.Constants
-
lfs folder/section/filter name
- LfsBandwidthLimitExceeded - Exception in org.eclipse.jgit.lfs.errors
-
Thrown when the bandwidth limit for the user or repository has been exceeded.
- LfsBandwidthLimitExceeded(String) - Constructor for exception org.eclipse.jgit.lfs.errors.LfsBandwidthLimitExceeded
-
Constructor for LfsBandwidthLimitExceeded.
- LfsBlobFilter - Class in org.eclipse.jgit.lfs
-
Provides transparently either a stream to the blob or a LFS media file if managed by LFS.
- LfsBlobFilter() - Constructor for class org.eclipse.jgit.lfs.LfsBlobFilter
- LfsBlobLoader - Class in org.eclipse.jgit.lfs
-
An
ObjectLoader
implementation that reads a media file from the LFS storage. - LfsBlobLoader(Path) - Constructor for class org.eclipse.jgit.lfs.LfsBlobLoader
-
Create a loader for the LFS media file at the given path.
- LfsConfig - Class in org.eclipse.jgit.lfs.internal
-
Encapsulate access to the
.lfsconfig
. - LfsConfig(Repository) - Constructor for class org.eclipse.jgit.lfs.internal.LfsConfig
-
Create a new instance of the LfsConfig.
- LfsConfigInvalidException - Exception in org.eclipse.jgit.lfs.errors
-
Thrown when a LFS configuration problem has been detected (i.e.
- LfsConfigInvalidException(String) - Constructor for exception org.eclipse.jgit.lfs.errors.LfsConfigInvalidException
-
Constructor for LfsConfigInvalidException.
- LfsConfigInvalidException(String, Exception) - Constructor for exception org.eclipse.jgit.lfs.errors.LfsConfigInvalidException
-
Constructor for LfsConfigInvalidException.
- LfsConnectionFactory - Class in org.eclipse.jgit.lfs.internal
-
Provides means to get a valid LFS connection for a given repository.
- LfsConnectionFactory() - Constructor for class org.eclipse.jgit.lfs.internal.LfsConnectionFactory
- LfsException - Exception in org.eclipse.jgit.lfs.errors
-
Thrown when an error occurs during LFS operation.
- LfsException(String) - Constructor for exception org.eclipse.jgit.lfs.errors.LfsException
-
Constructor for LfsException.
- LfsFactory - Class in org.eclipse.jgit.util
-
Represents an optionally present LFS support implementation
- LfsFactory() - Constructor for class org.eclipse.jgit.util.LfsFactory
-
Constructor
- LfsFactory.LfsInputStream - Class in org.eclipse.jgit.util
-
Encapsulate a potentially exchanged
InputStream
along with the expected stream content length. - LfsFactory.LfsInstallCommand - Interface in org.eclipse.jgit.util
-
A command to enable LFS.
- lfsFailedToGetRepository - Variable in class org.eclipse.jgit.lfs.internal.LfsText
- LfsGson - Class in org.eclipse.jgit.lfs.server.internal
-
Wrapper for
Gson
used by LFS servlets. - LfsGson() - Constructor for class org.eclipse.jgit.lfs.server.internal.LfsGson
- lfsHookConflict - Variable in class org.eclipse.jgit.internal.JGitText
- LfsInputStream(InputStream, long) - Constructor for class org.eclipse.jgit.util.LfsFactory.LfsInputStream
-
Create a new wrapper around a certain stream
- LfsInputStream(TemporaryBuffer) - Constructor for class org.eclipse.jgit.util.LfsFactory.LfsInputStream
-
Create a new wrapper around a temporary buffer.
- LfsInsufficientStorage - Exception in org.eclipse.jgit.lfs.errors
-
Thrown when there is insufficient storage on the server.
- LfsInsufficientStorage(String) - Constructor for exception org.eclipse.jgit.lfs.errors.LfsInsufficientStorage
-
Constructor for LfsInsufficientStorage.
- lfsNoAccessKey - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- lfsNoDownloadUrl - Variable in class org.eclipse.jgit.lfs.internal.LfsText
- lfsNoSecretKey - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- LfsObject - Class in org.eclipse.jgit.lfs.server
-
LFS object.
- LfsObject() - Constructor for class org.eclipse.jgit.lfs.server.LfsObject
- LfsPointer - Class in org.eclipse.jgit.lfs
-
Represents an LFS pointer file
- LfsPointer(AnyLongObjectId, long) - Constructor for class org.eclipse.jgit.lfs.LfsPointer
-
Constructor for LfsPointer.
- LfsPointerFilter - Class in org.eclipse.jgit.lfs.lib
-
Detects Large File pointers, as described in [1] in Git repository.
- LfsPointerFilter() - Constructor for class org.eclipse.jgit.lfs.lib.LfsPointerFilter
- LfsPrePushHook - Class in org.eclipse.jgit.lfs
-
Pre-push hook that handles uploading LFS artefacts.
- LfsPrePushHook(Repository, PrintStream) - Constructor for class org.eclipse.jgit.lfs.LfsPrePushHook
- LfsPrePushHook(Repository, PrintStream, PrintStream) - Constructor for class org.eclipse.jgit.lfs.LfsPrePushHook
- LfsProtocolServlet - Class in org.eclipse.jgit.lfs.server
-
LFS protocol handler implementing the LFS batch API [1] [1] https://github.com/github/git-lfs/blob/master/docs/api/v1/http-v1-batch.md
- LfsProtocolServlet() - Constructor for class org.eclipse.jgit.lfs.server.LfsProtocolServlet
- LfsProtocolServlet.LfsRequest - Class in org.eclipse.jgit.lfs.server
-
LFS request.
- lfsProtocolUrl - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- LfsRateLimitExceeded - Exception in org.eclipse.jgit.lfs.errors
-
Thrown when the user has hit a rate limit with the server.
- LfsRateLimitExceeded(String) - Constructor for exception org.eclipse.jgit.lfs.errors.LfsRateLimitExceeded
-
Constructor for LfsRateLimitExceeded.
- LfsRepositoryNotFound - Exception in org.eclipse.jgit.lfs.errors
-
Thrown when the repository does not exist for the user.
- LfsRepositoryNotFound(String) - Constructor for exception org.eclipse.jgit.lfs.errors.LfsRepositoryNotFound
-
Constructor for LfsRepositoryNotFound.
- LfsRepositoryReadOnly - Exception in org.eclipse.jgit.lfs.errors
-
Thrown when the user has read, but not write access.
- LfsRepositoryReadOnly(String) - Constructor for exception org.eclipse.jgit.lfs.errors.LfsRepositoryReadOnly
-
Constructor for LfsRepositoryReadOnly.
- LfsRequest() - Constructor for class org.eclipse.jgit.lfs.server.LfsProtocolServlet.LfsRequest
- LfsServerText - Class in org.eclipse.jgit.lfs.server.internal
-
Translation bundle for JGit LFS server
- LfsServerText() - Constructor for class org.eclipse.jgit.lfs.server.internal.LfsServerText
- lfsStoreDirectory - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- lfsStoreUrl - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- LfsText - Class in org.eclipse.jgit.lfs.internal
-
Translation bundle for JGit LFS server
- LfsText() - Constructor for class org.eclipse.jgit.lfs.internal.LfsText
- lfsUnauthorized - Variable in class org.eclipse.jgit.lfs.internal.LfsText
- LfsUnauthorized - Exception in org.eclipse.jgit.lfs.errors
-
Thrown when authorization was refused for an LFS operation.
- LfsUnauthorized(String, String) - Constructor for exception org.eclipse.jgit.lfs.errors.LfsUnauthorized
-
Constructor for LfsUnauthorized.
- lfsUnavailable - Variable in class org.eclipse.jgit.lfs.internal.LfsText
- LfsUnavailable - Exception in org.eclipse.jgit.lfs.errors
-
Thrown when LFS is not available.
- LfsUnavailable(String) - Constructor for exception org.eclipse.jgit.lfs.errors.LfsUnavailable
-
Constructor for LfsUnavailable.
- lfsUnknownStoreType - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- LfsValidationError - Exception in org.eclipse.jgit.lfs.errors
-
Thrown when there is a validation error with one or more of the objects in the request.
- LfsValidationError(String) - Constructor for exception org.eclipse.jgit.lfs.errors.LfsValidationError
-
Constructor for LfsValidationError.
- LIFORevQueue - Class in org.eclipse.jgit.revwalk
-
A queue of commits in LIFO order.
- LIFORevQueue() - Constructor for class org.eclipse.jgit.revwalk.LIFORevQueue
-
Create an empty LIFO queue.
- lightweightTag(String, ObjectId) - Method in class org.eclipse.jgit.junit.TestRepository
-
Tag an object using a lightweight tag.
- limit - Variable in class org.eclipse.jgit.util.io.LimitedInputStream
-
Max number of bytes to be read from the wrapped stream
- LimitedInputStream - Class in org.eclipse.jgit.util.io
-
Wraps a
InputStream
, limiting the number of bytes which can be read. - LimitedInputStream(InputStream, long) - Constructor for class org.eclipse.jgit.util.io.LimitedInputStream
-
Create a new LimitedInputStream
- limitExceeded() - Method in class org.eclipse.jgit.util.io.LimitedInputStream
-
Called when trying to read past the given
LimitedInputStream.limit
and the wrapped InputStreamFilterInputStream.in
hasn't yet reached its EOF - lineFormat - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- lineMap(byte[], int, int) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Index the region between
[ptr, end)
to find line starts. - lineMapOrBinary(byte[], int, int) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Like
RawParseUtils.lineMap(byte[], int, int)
but throwBinaryBlobException
if a NUL byte is encountered. - lines - Variable in class org.eclipse.jgit.diff.RawText
-
Map of line number to starting position within
RawText.content
. - link(String) - Method in class org.eclipse.jgit.lib.RefUpdate
-
Replace this reference with a symbolic reference to another reference.
- link(String, String, String) - Static method in class org.eclipse.jgit.transport.ReceiveCommand
-
Create a command to switch a symbolic reference's target.
- link(String, RevBlob) - Method in class org.eclipse.jgit.junit.TestRepository
-
Construct a symlink mode tree entry.
- link(ObjectId, String, String) - Static method in class org.eclipse.jgit.transport.ReceiveCommand
-
Create a command to switch a reference from object to symbolic.
- LinkFile(Repository, String, String, String) - Constructor for class org.eclipse.jgit.gitrepo.RepoProject.LinkFile
- list(File, FileTreeIterator.FileModeStrategy) - Method in class org.eclipse.jgit.util.FS_Win32
-
Enumerates children of a directory.
- list(File, FileTreeIterator.FileModeStrategy) - Method in class org.eclipse.jgit.util.FS
-
Enumerates children of a directory.
- list(String, String) - Method in class org.eclipse.jgit.transport.AmazonS3
-
List the names of keys available within a bucket.
- ListBranchCommand - Class in org.eclipse.jgit.api
-
Used to obtain a list of branches.
- ListBranchCommand(Repository) - Constructor for class org.eclipse.jgit.api.ListBranchCommand
-
Constructor for ListBranchCommand.
- ListBranchCommand.ListMode - Enum in org.eclipse.jgit.api
-
The modes available for listing branches (corresponding to the -r and -a options)
- ListenerHandle - Class in org.eclipse.jgit.events
-
Tracks a previously registered
RepositoryListener
. - ListenerList - Class in org.eclipse.jgit.events
-
Manages a thread-safe list of
RepositoryListener
s. - ListenerList() - Constructor for class org.eclipse.jgit.events.ListenerList
- listeningOn - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- listingAlternates - Variable in class org.eclipse.jgit.internal.JGitText
- listingPacks - Variable in class org.eclipse.jgit.internal.JGitText
- ListNotesCommand - Class in org.eclipse.jgit.api
-
List object notes.
- ListNotesCommand(Repository) - Constructor for class org.eclipse.jgit.api.ListNotesCommand
-
Constructor for ListNotesCommand.
- listPacks() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase
-
List the available pack files.
- listPacks() - Method in class org.eclipse.jgit.internal.storage.dfs.InMemoryRepository.MemObjDatabase
- ListTagCommand - Class in org.eclipse.jgit.api
-
Used to obtain a list of tags.
- ListTagCommand(Repository) - Constructor for class org.eclipse.jgit.api.ListTagCommand
-
Constructor for ListTagCommand.
- LITERAL_DEFLATED - org.eclipse.jgit.patch.BinaryHunk.Type
-
The full content is stored, deflated.
- load() - Method in interface org.eclipse.jgit.dircache.DirCacheCheckout.StreamSupplier
-
Loads the input stream.
- load() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsConfig
-
Load the configuration from the persistent store.
- load() - Method in class org.eclipse.jgit.internal.storage.file.GlobalAttributesNode
-
Load the attributes node
- load() - Method in class org.eclipse.jgit.internal.storage.file.InfoAttributesNode
-
Load the attributes node
- load() - Method in class org.eclipse.jgit.lib.StoredConfig
-
Load the configuration from the persistent store.
- load() - Method in class org.eclipse.jgit.storage.file.FileBasedConfig
-
Load the configuration from the persistent store.
- load(ObjectLoader, int) - Static method in class org.eclipse.jgit.diff.RawText
-
Read a blob object into RawText, or throw BinaryBlobException if the blob is binary.
- loadConfig() - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Parse and load the repository specific configuration.
- loadKeys(SessionContext) - Method in class org.eclipse.jgit.internal.transport.sshd.CachingKeyPairProvider
- loadModulesConfig() - Method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Load the config for this walk from
.gitmodules
. - local - Variable in class org.eclipse.jgit.transport.Transport
-
The repository this transport fetches into, or pushes out of.
- LOCAL - org.eclipse.jgit.internal.diffmergetool.FileElement.Type
-
The local file element (ours).
- LOCAL - org.eclipse.jgit.util.GitDateFormatter.Format
-
Git format: Date and time in local time zone
- LOCAL_COMMAND - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file.
- LOCAL_FORWARD - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file.
- LOCAL_FORWARD_ADDRESS - Static variable in class org.eclipse.jgit.internal.transport.sshd.JGitSshClient
-
An attribute key for storing an alternate local address to connect to if a local forward from a ProxyJump ssh config is present.
- LOCAL_REPOSITORY - Static variable in class org.eclipse.jgit.lib.BranchConfig
-
The value that means "local repository" for
BranchConfig.getRemote()
: "." - LocalDiskRepositoryTestCase - Class in org.eclipse.jgit.junit
-
JUnit TestCase with specialized support for temporary local repository.
- LocalDiskRepositoryTestCase() - Constructor for class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
- LOCALE - org.eclipse.jgit.util.GitDateFormatter.Format
-
Locale dependent formatting with original time zone
- LOCALELOCAL - org.eclipse.jgit.util.GitDateFormatter.Format
-
Locale dependent formatting in local time zone
- LocalFile(File) - Constructor for class org.eclipse.jgit.util.TemporaryBuffer.LocalFile
-
Create a new temporary buffer, limiting memory usage.
- LocalFile(File, int) - Constructor for class org.eclipse.jgit.util.TemporaryBuffer.LocalFile
-
Create a new temporary buffer, limiting memory usage.
- localObjectsIncomplete - Variable in class org.eclipse.jgit.internal.JGitText
- localRefIsMissingObjects - Variable in class org.eclipse.jgit.internal.JGitText
- localRepository - Variable in class org.eclipse.jgit.internal.JGitText
- lock() - Method in class org.eclipse.jgit.dircache.DirCache
-
Try to establish an update lock on the cache file.
- lock() - Method in class org.eclipse.jgit.internal.storage.file.LockFile
-
Try to establish the lock.
- lock(File, FS) - Static method in class org.eclipse.jgit.dircache.DirCache
-
Create a new in-core index representation, lock it, and read from disk.
- lock(File, FS, IndexChangedListener) - Static method in class org.eclipse.jgit.dircache.DirCache
-
Create a new in-core index representation, lock it, and read from disk.
- lock(String) - Method in class org.eclipse.jgit.internal.storage.file.PackLockImpl
-
Create the
pack-*.keep
file, with the given message. - lock(Repository, IndexChangedListener) - Static method in class org.eclipse.jgit.dircache.DirCache
-
Create a new in-core index representation, lock it, and read from disk.
- LOCK_FAILURE - org.eclipse.jgit.lib.RefUpdate.Result
-
The ref could not be locked for update/delete.
- LOCK_FAILURE - org.eclipse.jgit.transport.ReceiveCommand.Result
-
The ref could not be locked and updated atomically; try again.
- LOCK_SUFFIX - Static variable in class org.eclipse.jgit.lib.Constants
-
Suffix of lock file name
- lockAlreadyHeld - Variable in class org.eclipse.jgit.internal.JGitText
- lockCountMustBeGreaterOrEqual1 - Variable in class org.eclipse.jgit.internal.JGitText
- lockDirCache() - Method in class org.eclipse.jgit.lib.Repository
-
Create a new in-core index representation, lock it, and read from disk.
- lockError - Variable in class org.eclipse.jgit.internal.JGitText
- LockFailedException - Exception in org.eclipse.jgit.errors
-
An exception occurring when a file cannot be locked
- LockFailedException(File) - Constructor for exception org.eclipse.jgit.errors.LockFailedException
-
Construct a CannotLockException for the given file
- LockFailedException(File, String) - Constructor for exception org.eclipse.jgit.errors.LockFailedException
-
Construct a CannotLockException for the given file and message
- LockFailedException(File, String, Throwable) - Constructor for exception org.eclipse.jgit.errors.LockFailedException
-
Constructor for LockFailedException
- lockFailedRetry - Variable in class org.eclipse.jgit.internal.JGitText
- LockFile - Class in org.eclipse.jgit.internal.storage.file
-
Git style file locking and replacement.
- LockFile(File) - Constructor for class org.eclipse.jgit.internal.storage.file.LockFile
-
Create a new lock for any file.
- lockForAppend() - Method in class org.eclipse.jgit.internal.storage.file.LockFile
-
Try to establish the lock for appending.
- lockOnNotClosed - Variable in class org.eclipse.jgit.internal.JGitText
- lockOnNotHeld - Variable in class org.eclipse.jgit.internal.JGitText
- lockStreamClosed - Variable in class org.eclipse.jgit.internal.JGitText
- lockStreamMultiple - Variable in class org.eclipse.jgit.internal.JGitText
- log() - Method in class org.eclipse.jgit.api.Git
-
Return a command object to execute a
Log
command - log(String, ObjectId, ObjectId, PersonIdent, String) - Method in class org.eclipse.jgit.internal.storage.file.ReflogWriter
-
Write the given entry information to the ref's log
- log(String, ReflogEntry) - Method in class org.eclipse.jgit.internal.storage.file.ReflogWriter
-
Write the given entry to the ref's log.
- log(RefUpdate, String, boolean) - Method in class org.eclipse.jgit.internal.storage.file.ReflogWriter
-
Write the given ref update to the ref's log.
- logBlockSize() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter.Stats
- logBytes() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter.Stats
- LogCommand - Class in org.eclipse.jgit.api
-
A class used to execute a
Log
command. - LogCommand(Repository) - Constructor for class org.eclipse.jgit.api.LogCommand
-
Constructor for LogCommand.
- logCount() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter.Stats
- LogCursor - Class in org.eclipse.jgit.internal.storage.reftable
-
Iterator over logs inside a
Reftable
. - LogCursor() - Constructor for class org.eclipse.jgit.internal.storage.reftable.LogCursor
- LogEntry(URIish, List<CredentialItem>) - Constructor for class org.eclipse.jgit.junit.ssh.SshTestHarness.LogEntry
- logErrorLoadLibrary - Variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Texts
- logFor(String) - Method in class org.eclipse.jgit.internal.storage.file.RefDirectory
-
Locate the log file on disk for a single reference name.
- login - Variable in class org.eclipse.jgit.transport.NetRC.NetRCEntry
-
login netrc entry
- logInconsistentFiletimeDiff - Variable in class org.eclipse.jgit.internal.JGitText
- loginDenied - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- logInvalidDefaultCharset - Variable in class org.eclipse.jgit.internal.JGitText
- logLargerFiletimeDiff - Variable in class org.eclipse.jgit.internal.JGitText
- logNoSignatureVerifier - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- LOGS - Static variable in class org.eclipse.jgit.lib.Constants
-
Logs folder name
- logSmallerFiletime - Variable in class org.eclipse.jgit.internal.JGitText
- logWarnGnuPGHome - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- logWarnGpgHomeProperty - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- logXDGConfigHomeInvalid - Variable in class org.eclipse.jgit.internal.JGitText
- LONG_HASH_FUNCTION - Static variable in class org.eclipse.jgit.lfs.lib.Constants
-
Hash function used natively by Git LFS extension for large objects.
- LONG_OBJECT_ID_LENGTH - Static variable in class org.eclipse.jgit.lfs.lib.Constants
-
A Git LFS large object hash is 256 bits, i.e.
- LONG_OBJECT_ID_STRING_LENGTH - Static variable in class org.eclipse.jgit.lfs.lib.Constants
-
A Git LFS large object can be expressed as a 64 character string of hexadecimal digits.
- LongList - Class in org.eclipse.jgit.util
-
A more efficient List<Long> using a primitive long array.
- LongList() - Constructor for class org.eclipse.jgit.util.LongList
-
Create an empty list with a default capacity.
- LongList(int) - Constructor for class org.eclipse.jgit.util.LongList
-
Create an empty list with the specified capacity.
- LongMap<V> - Class in org.eclipse.jgit.util
-
Simple Map<long, Object>.
- LongMap() - Constructor for class org.eclipse.jgit.util.LongMap
-
Initialize an empty LongMap.
- LongObjectId - Class in org.eclipse.jgit.lfs.lib
-
A SHA-256 abstraction.
- LongObjectId(AnyLongObjectId) - Constructor for class org.eclipse.jgit.lfs.lib.LongObjectId
-
Initialize this instance by copying another existing LongObjectId.
- lookup(Object, String, Map<Object, String>) - Static method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Helper method to map arbitrary objects to user-defined names.
- lookup(String) - Method in class org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig
-
Locate the configuration for a specific host request.
- lookup(String, int, String) - Method in class org.eclipse.jgit.internal.transport.ssh.OpenSshConfigFile
-
Locate the configuration for a specific host request.
- lookup(String, int, String) - Method in interface org.eclipse.jgit.transport.SshConfigStore
-
Locate the configuration for a specific host request.
- lookup(String, InetSocketAddress, ServerKeyDatabase.Configuration) - Method in class org.eclipse.jgit.internal.transport.sshd.OpenSshServerKeyDatabase
- lookup(String, InetSocketAddress, ServerKeyDatabase.Configuration) - Method in interface org.eclipse.jgit.transport.sshd.ServerKeyDatabase
-
Retrieves all known and not revoked host keys for the given addresses.
- lookup(ClientSession, SocketAddress) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitServerKeyVerifier
- lookup(ClientSession, SocketAddress) - Method in interface org.eclipse.jgit.internal.transport.sshd.ServerKeyLookup
-
Retrieves all public keys known for a given remote.
- lookupAny(AnyObjectId, int) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Locate a reference to any object without loading it.
- lookupBlob(AnyObjectId) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Locate a reference to a blob without loading it.
- lookupCommit(AnyObjectId) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Locate a reference to a commit without loading it.
- lookupDefault(String, int, String) - Method in class org.eclipse.jgit.internal.transport.ssh.OpenSshConfigFile
- lookupDefault(String, int, String) - Method in interface org.eclipse.jgit.transport.SshConfigStore
-
Locate the configuration for a specific host request and if the configuration has no values for
SshConstants.HOST_NAME
,SshConstants.PORT
,SshConstants.USER
, orSshConstants.CONNECTION_ATTEMPTS
, fill those values with defaults from the arguments: ssh config key value from argumentHostName
hostName
Port
port > 0 ? port : 22
User
userName
ConnectionAttempts
1
- LookupFileStoreBenchmark - Class in org.eclipse.jgit.benchmarks
- LookupFileStoreBenchmark() - Constructor for class org.eclipse.jgit.benchmarks.LookupFileStoreBenchmark
- LookupFileStoreBenchmark_jmhType - Class in org.eclipse.jgit.benchmarks.jmh_generated
- LookupFileStoreBenchmark_jmhType() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.LookupFileStoreBenchmark_jmhType
- LookupFileStoreBenchmark_jmhType_B1 - Class in org.eclipse.jgit.benchmarks.jmh_generated
- LookupFileStoreBenchmark_jmhType_B1() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.LookupFileStoreBenchmark_jmhType_B1
- LookupFileStoreBenchmark_jmhType_B2 - Class in org.eclipse.jgit.benchmarks.jmh_generated
- LookupFileStoreBenchmark_jmhType_B2() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.LookupFileStoreBenchmark_jmhType_B2
- LookupFileStoreBenchmark_jmhType_B3 - Class in org.eclipse.jgit.benchmarks.jmh_generated
- LookupFileStoreBenchmark_jmhType_B3() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.LookupFileStoreBenchmark_jmhType_B3
- LookupFileStoreBenchmark_testLookupFileStore_jmhTest - Class in org.eclipse.jgit.benchmarks.jmh_generated
- LookupFileStoreBenchmark_testLookupFileStore_jmhTest() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.LookupFileStoreBenchmark_testLookupFileStore_jmhTest
- lookupOrNull(AnyObjectId) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Locate an object that was previously allocated in this walk.
- lookupTag(AnyObjectId) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Locate a reference to a tag without loading it.
- lookupTree(AnyObjectId) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Locate a reference to a tree without loading it.
- loose(URIish, AnyObjectId) - Static method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Create loose object path
- LOOSE - org.eclipse.jgit.lib.Ref.Storage
-
The ref is stored in a file by itself.
- LOOSE_PACKED - org.eclipse.jgit.lib.Ref.Storage
-
The ref is both
Ref.Storage.LOOSE
andRef.Storage.PACKED
. - looseObjectHandleIsStale - Variable in class org.eclipse.jgit.internal.JGitText
- LowLevelDiffAlgorithm - Class in org.eclipse.jgit.diff
-
Compares two sequences primarily based upon hash codes.
- LowLevelDiffAlgorithm() - Constructor for class org.eclipse.jgit.diff.LowLevelDiffAlgorithm
- lpData - Variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.PageantLibrary.CopyStruct
-
Points to
PageantLibrary.CopyStruct.cbData
bytes. - LRUMap<K,V> - Class in org.eclipse.jgit.util
-
Map with only up to n entries.
- LRUMap(int, int) - Constructor for class org.eclipse.jgit.util.LRUMap
-
Constructs an empty map which may contain at most the given amount of entries.
- ls(String) - Method in interface org.eclipse.jgit.transport.FtpChannel
-
Lists contents of a remote directory
- LsRefsV2Request - Class in org.eclipse.jgit.transport
-
ls-refs protocol v2 request.
- LsRefsV2Request.Builder - Class in org.eclipse.jgit.transport
-
A builder for
LsRefsV2Request
. - lsRemote() - Method in class org.eclipse.jgit.api.Git
-
Return a command object to execute a
ls-remote
command - LsRemoteCommand - Class in org.eclipse.jgit.api
-
The ls-remote command
- LsRemoteCommand(Repository) - Constructor for class org.eclipse.jgit.api.LsRemoteCommand
-
Constructor for LsRemoteCommand
- lsRemoteRepository() - Static method in class org.eclipse.jgit.api.Git
-
Return a command to list remote branches/tags without a local repository.
M
- macbody - Variable in class org.eclipse.jgit.transport.NetRC.NetRCEntry
-
macro script body of macdef entry.
- macdef - Variable in class org.eclipse.jgit.transport.NetRC.NetRCEntry
-
macdef netrc entry.
- machine - Variable in class org.eclipse.jgit.transport.NetRC.NetRCEntry
-
machine netrc entry
- MACS - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file.
- main(String[]) - Static method in class org.eclipse.jgit.benchmarks.CreateFileSnapshotBenchmark
- main(String[]) - Static method in class org.eclipse.jgit.benchmarks.FileMoveBenchmark
- main(String[]) - Static method in class org.eclipse.jgit.benchmarks.GetRefsBenchmark
- main(String[]) - Static method in class org.eclipse.jgit.benchmarks.LookupFileStoreBenchmark
- main(String[]) - Static method in class org.eclipse.jgit.benchmarks.SimpleLruCacheBenchmark
- main(String[]) - Static method in class org.eclipse.jgit.diff.MyersDiff
-
Main method
- main(String[]) - Static method in class org.eclipse.jgit.pgm.Main
-
Execute the command line.
- Main - Class in org.eclipse.jgit.pgm
-
Command line entry point.
- Main() - Constructor for class org.eclipse.jgit.pgm.Main
-
Constructor for Main.
- ManifestParser - Class in org.eclipse.jgit.gitrepo
-
Repo XML manifest parser.
- ManifestParser(ManifestParser.IncludedFileReader, String, String, String, String, Repository) - Constructor for class org.eclipse.jgit.gitrepo.ManifestParser
-
Constructor for ManifestParser
- ManifestParser.IncludedFileReader - Interface in org.eclipse.jgit.gitrepo
-
A callback to read included xml files.
- MARGINAL - org.eclipse.jgit.lib.GpgSignatureVerifier.TrustLevel
- mark(int) - Method in class org.eclipse.jgit.lib.ObjectStream.Filter
- mark(int) - Method in class org.eclipse.jgit.lib.ObjectStream.SmallStream
- mark(int) - Method in class org.eclipse.jgit.util.io.LimitedInputStream
- markDirty() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase.PackList
-
Mark pack list as dirty.
- markRoot(RevCommit) - Method in class org.eclipse.jgit.revwalk.DepthWalk.RevWalk
-
Mark a root commit (i.e., one whose depth should be considered 0.)
- markRoot(RevObject) - Method in class org.eclipse.jgit.revwalk.DepthWalk.ObjectWalk
-
Mark a root commit (i.e., one whose depth should be considered 0.)
- markStart(Collection<RevCommit>) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Mark commits to start graph traversal from.
- markStart(RevCommit) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Mark a commit to start graph traversal from.
- markStart(RevObject) - Method in class org.eclipse.jgit.revwalk.ObjectWalk
-
Mark an object or commit to start graph traversal from.
- markStartedOperation() - Method in class org.eclipse.jgit.transport.BaseConnection
-
Helper method for ensuring one-operation per connection.
- markSupported() - Method in class org.eclipse.jgit.lib.ObjectStream.Filter
- markSupported() - Method in class org.eclipse.jgit.lib.ObjectStream.SmallStream
- markUninteresting(RevCommit) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Mark a commit to not produce in the output.
- markUninteresting(RevObject) - Method in class org.eclipse.jgit.revwalk.ObjectWalk
-
Mark an object to not produce in the output.
- markUnshallow(RevObject) - Method in class org.eclipse.jgit.revwalk.DepthWalk.ObjectWalk
-
Mark an element which used to be shallow in the client, but which should now be considered a full commit.
- master - Static variable in class org.eclipse.jgit.junit.http.HttpTestCase
-
Constant
master="Constants.R_HEADS + Constants.MASTER"
- MASTER - Static variable in class org.eclipse.jgit.lib.Constants
-
Default main branch name
- match(byte[], int, byte[]) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Determine if b[ptr] matches src.
- match(RawCharSequence) - Method in class org.eclipse.jgit.util.RawSubStringPattern
-
Match a character sequence against this pattern.
- matchConfigValue(String) - Method in enum org.eclipse.jgit.api.MergeCommand.FastForwardMode
- matchConfigValue(String) - Method in enum org.eclipse.jgit.lib.BranchConfig.BranchRebaseMode
- matchConfigValue(String) - Method in enum org.eclipse.jgit.lib.CommitConfig.CleanupMode
- matchConfigValue(String) - Method in interface org.eclipse.jgit.lib.Config.ConfigEnum
-
Checks if the given string matches with enum value.
- matchConfigValue(String) - Method in enum org.eclipse.jgit.lib.GpgConfig.GpgFormat
- matchConfigValue(String) - Method in enum org.eclipse.jgit.lib.SubmoduleConfig.FetchRecurseSubmodulesMode
- matchConfigValue(String) - Method in enum org.eclipse.jgit.transport.HttpConfig.HttpRedirectMode
- matchConfigValue(String) - Method in enum org.eclipse.jgit.transport.PushConfig.PushDefault
- matchConfigValue(String) - Method in enum org.eclipse.jgit.transport.PushConfig.PushRecurseSubmodulesMode
- matchDestination(String) - Method in class org.eclipse.jgit.transport.RefSpec
-
Does this specification's destination description match the ref name?
- matchDestination(Ref) - Method in class org.eclipse.jgit.transport.RefSpec
-
Does this specification's destination description match the ref?
- matches(String, boolean, boolean) - Method in interface org.eclipse.jgit.ignore.IMatcher
-
Matches entire given string
- matches(String, boolean, boolean) - Method in class org.eclipse.jgit.ignore.internal.NameMatcher
-
Matches entire given string
- matches(String, boolean, boolean) - Method in class org.eclipse.jgit.ignore.internal.PathMatcher
-
Matches entire given string
- matches(String, boolean, boolean) - Method in class org.eclipse.jgit.ignore.internal.WildMatcher
-
Matches entire given string
- matches(String, int, int) - Method in interface org.eclipse.jgit.ignore.IMatcher
-
Matches only part of given string
- matches(String, int, int) - Method in class org.eclipse.jgit.ignore.internal.LeadingAsteriskMatcher
-
Matches only part of given string
- matches(String, int, int) - Method in class org.eclipse.jgit.ignore.internal.NameMatcher
-
Matches only part of given string
- matches(String, int, int) - Method in class org.eclipse.jgit.ignore.internal.PathMatcher
-
Matches only part of given string
- matches(String, int, int) - Method in class org.eclipse.jgit.ignore.internal.TrailingAsteriskMatcher
-
Matches only part of given string
- matches(String, int, int) - Method in class org.eclipse.jgit.ignore.internal.WildCardMatcher
-
Matches only part of given string
- matches(String, int, int) - Method in class org.eclipse.jgit.ignore.internal.WildMatcher
-
Matches only part of given string
- matches(FooterKey) - Method in class org.eclipse.jgit.revwalk.FooterLine
-
Whether keys match
- matchFilter(TreeWalk) - Method in class org.eclipse.jgit.treewalk.filter.NotTreeFilter
-
Determine if the current entry is a parent, a match, or no match.
- matchFilter(TreeWalk) - Method in class org.eclipse.jgit.treewalk.filter.PathFilter
-
Determine if the current entry is a parent, a match, or no match.
- matchFilter(TreeWalk) - Method in class org.eclipse.jgit.treewalk.filter.PathSuffixFilter
- matchFilter(TreeWalk) - Method in class org.eclipse.jgit.treewalk.filter.TreeFilter
-
Determine if the current entry is a parent, a match, or no match.
- MATCHING - org.eclipse.jgit.transport.PushConfig.PushDefault
-
Push all current local branches that match a configured push refspec of the remote configuration.
- matchSource(String) - Method in class org.eclipse.jgit.transport.RefSpec
-
Does this specification's source description match the ref name?
- matchSource(Ref) - Method in class org.eclipse.jgit.transport.RefSpec
-
Does this specification's source description match the ref?
- max() - Method in class org.eclipse.jgit.util.Stats
- MAX_BASES - Variable in class org.eclipse.jgit.merge.RecursiveMerger
-
The maximum number of merge bases.
- MAX_BUF - Static variable in class org.eclipse.jgit.transport.SideBandOutputStream
-
Maximum buffer size for a single packet of sideband data.
- MAX_REDIRECTS_KEY - Static variable in class org.eclipse.jgit.transport.HttpConfig
-
git config key for the "maxRedirects" setting.
- MAX_SYMBOLIC_REF_DEPTH - Static variable in class org.eclipse.jgit.lib.RefDatabase
-
Maximum number of times a
SymbolicRef
can be traversed. - MAX_WAIT - Static variable in class org.eclipse.jgit.lib.BatchRefUpdate
-
Maximum delay the calling thread will tolerate while waiting for a
MonotonicClock
to resolve associatedProposedTimestamp
s. - maxCountMustBeNonNegative - Variable in class org.eclipse.jgit.internal.JGitText
- MaxCountRevFilter - Class in org.eclipse.jgit.revwalk.filter
-
Limits the number of commits output.
- maxUpdateIndex() - Method in class org.eclipse.jgit.internal.storage.reftable.MergedReftable
-
Get the maximum update index for ref entries that appear in this reftable.
- maxUpdateIndex() - Method in class org.eclipse.jgit.internal.storage.reftable.Reftable
-
Get the maximum update index for ref entries that appear in this reftable.
- maxUpdateIndex() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableReader
-
Get the maximum update index for ref entries that appear in this reftable.
- maxUpdateIndex() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter.Stats
- MB - Static variable in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheConfig
-
1024
DfsBlockCacheConfig.KB
(number of bytes in one mebibyte/megabyte) - MB - Static variable in class org.eclipse.jgit.storage.file.WindowCacheConfig
-
1024
WindowCacheConfig.KB
(number of bytes in one mebibyte/megabyte) - meld - org.eclipse.jgit.internal.diffmergetool.CommandLineDiffTool
- meld - org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
- MemRefDatabase() - Constructor for class org.eclipse.jgit.internal.storage.dfs.InMemoryRepository.MemRefDatabase
-
Initialize a new in-memory ref database.
- merge() - Method in class org.eclipse.jgit.api.Git
-
Return a command object to execute a
Merge
command - merge(boolean, AnyObjectId...) - Method in class org.eclipse.jgit.merge.Merger
-
Merge together two or more tree-ish objects.
- merge(SequenceComparator<S>, S, S, S) - Method in class org.eclipse.jgit.merge.MergeAlgorithm
-
Does the three way merge between a common base and two sequences.
- merge(FileElement, FileElement, FileElement, FileElement, File, Optional<String>, BooleanTriState, boolean, PromptContinueHandler, InformNoToolHandler) - Method in class org.eclipse.jgit.internal.diffmergetool.MergeTools
-
Merge two versions of a file with optional base file.
- merge(FileElement, FileElement, FileElement, FileElement, File, ExternalMergeTool) - Method in class org.eclipse.jgit.internal.diffmergetool.MergeTools
-
Merge two versions of a file with optional base file.
- merge(AnyObjectId...) - Method in class org.eclipse.jgit.merge.Merger
-
Merge together two or more tree-ish objects.
- merge(AnyObjectId...) - Method in class org.eclipse.jgit.merge.ThreeWayMerger
-
Merge together two or more tree-ish objects.
- merge(NoteMap, NoteMap, NoteMap) - Method in class org.eclipse.jgit.notes.NoteMapMerger
-
Performs the merge.
- merge(Note, Note, Note, ObjectReader, ObjectInserter) - Method in class org.eclipse.jgit.notes.DefaultNoteMerger
-
Merges the conflicting note changes.
- merge(Note, Note, Note, ObjectReader, ObjectInserter) - Method in interface org.eclipse.jgit.notes.NoteMerger
-
Merges the conflicting note changes.
- MERGE - org.eclipse.jgit.api.MergeCommand.ConflictStyle
-
"merge" style: only ours/theirs.
- MERGE - org.eclipse.jgit.api.ResetCommand.ResetType
-
Resets the index and updates the files in the working tree that are different between respective commit and HEAD, but keeps those which are different between the index and working tree
- MERGE_BASE - Static variable in class org.eclipse.jgit.revwalk.filter.RevFilter
-
Selects only merge bases of the starting points (thread safe).
- MERGE_HEAD - Static variable in class org.eclipse.jgit.lib.Constants
-
name of the file containing the IDs of the parents of a merge commit
- MERGE_MSG - Static variable in class org.eclipse.jgit.lib.Constants
-
name of the file containing the commit msg for a merge commit
- mergeAlgorithm - Variable in class org.eclipse.jgit.merge.ResolveMerger
-
our merge algorithm
- MergeAlgorithm - Class in org.eclipse.jgit.merge
-
Provides the merge algorithm which does a three-way merge on content provided as RawText.
- MergeAlgorithm() - Constructor for class org.eclipse.jgit.merge.MergeAlgorithm
-
Creates a new MergeAlgorithm which uses
HistogramDiff
as diff algorithm - MergeAlgorithm(DiffAlgorithm) - Constructor for class org.eclipse.jgit.merge.MergeAlgorithm
-
Creates a new MergeAlgorithm
- mergeAttributes(AttributesNode, String, boolean, Attributes) - Method in class org.eclipse.jgit.attributes.AttributesHandler
-
Merges the matching node attributes for an entry path.
- mergeBase() - Method in class org.eclipse.jgit.merge.ThreeWayMerger
-
Create an iterator to walk the merge base.
- mergeCheckoutConflict - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- mergeCheckoutFailed - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- MergeChunk - Class in org.eclipse.jgit.merge
-
One chunk from a merge result.
- MergeChunk(int, int, int, MergeChunk.ConflictState) - Constructor for class org.eclipse.jgit.merge.MergeChunk
-
Creates a new empty MergeChunk
- MergeChunk.ConflictState - Enum in org.eclipse.jgit.merge
-
A state telling whether a MergeChunk belongs to a conflict or not.
- MergeCommand - Class in org.eclipse.jgit.api
-
A class used to execute a
Merge
command. - MergeCommand(Repository) - Constructor for class org.eclipse.jgit.api.MergeCommand
-
Constructor for MergeCommand.
- MergeCommand.ConflictStyle - Enum in org.eclipse.jgit.api
-
Values for the "merge.conflictStyle" git config.
- MergeCommand.FastForwardMode - Enum in org.eclipse.jgit.api
-
The modes available for fast forward merges corresponding to the
--ff
,--no-ff
and--ff-only
options underbranch.<name>.mergeoptions
. - MergeCommand.FastForwardMode.Merge - Enum in org.eclipse.jgit.api
-
The modes available for fast forward merges corresponding to the options under
merge.ff
. - MergeConfig - Class in org.eclipse.jgit.merge
-
Holds configuration for merging into a given branch
- mergeConflict - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- mergeConflictOnNonNoteEntries - Variable in class org.eclipse.jgit.internal.JGitText
- mergeConflictOnNotes - Variable in class org.eclipse.jgit.internal.JGitText
- MERGED - org.eclipse.jgit.api.MergeResult.MergeStatus
- MERGED - org.eclipse.jgit.internal.diffmergetool.FileElement.Type
-
The merged file element (path in worktree).
- MERGED_NOT_COMMITTED - org.eclipse.jgit.api.MergeResult.MergeStatus
- MERGED_SQUASHED - org.eclipse.jgit.api.MergeResult.MergeStatus
- MERGED_SQUASHED_NOT_COMMITTED - org.eclipse.jgit.api.MergeResult.MergeStatus
- MergedReftable - Class in org.eclipse.jgit.internal.storage.reftable
-
Merges multiple reference tables together.
- MergedReftable(List<ReftableReader>) - Constructor for class org.eclipse.jgit.internal.storage.reftable.MergedReftable
-
Initialize a merged table reader.
- mergedSquashed - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- mergeFailed - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- MergeFormatter - Class in org.eclipse.jgit.merge
-
A class to convert merge results into a Git conformant textual presentation
- MergeFormatter() - Constructor for class org.eclipse.jgit.merge.MergeFormatter
- mergeImpl() - Method in class org.eclipse.jgit.merge.Merger
-
Execute the merge.
- mergeImpl() - Method in class org.eclipse.jgit.merge.ResolveMerger
-
Execute the merge.
- mergeMadeBy - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- MergeMessageFormatter - Class in org.eclipse.jgit.merge
-
Formatter for constructing the commit message for a merge commit.
- MergeMessageFormatter() - Constructor for class org.eclipse.jgit.merge.MergeMessageFormatter
- Merger - Class in org.eclipse.jgit.merge
-
Instance of a specific
MergeStrategy
for a singleRepository
. - Merger(ObjectInserter) - Constructor for class org.eclipse.jgit.merge.Merger
-
Create a new in-core merge instance from an inserter.
- Merger(Repository) - Constructor for class org.eclipse.jgit.merge.Merger
-
Create a new merge instance for a repository.
- mergeRecursiveConflictsWhenMergingCommonAncestors - Variable in class org.eclipse.jgit.internal.JGitText
- mergeRecursiveTooManyMergeBasesFor - Variable in class org.eclipse.jgit.internal.JGitText
- MergeResult - Class in org.eclipse.jgit.api
-
Encapsulates the result of a
MergeCommand
. - MergeResult<S extends Sequence> - Class in org.eclipse.jgit.merge
-
The result of merging a number of
Sequence
objects. - MergeResult(List<String>) - Constructor for class org.eclipse.jgit.api.MergeResult
-
Creates a new result that represents a checkout conflict before the operation even started for real.
- MergeResult(List<S>) - Constructor for class org.eclipse.jgit.merge.MergeResult
-
Creates a new empty MergeResult
- MergeResult(ObjectId, ObjectId, ObjectId[], MergeResult.MergeStatus, MergeStrategy, Map<String, MergeResult<?>>) - Constructor for class org.eclipse.jgit.api.MergeResult
-
Constructor for MergeResult.
- MergeResult(ObjectId, ObjectId, ObjectId[], MergeResult.MergeStatus, MergeStrategy, Map<String, MergeResult<?>>, String) - Constructor for class org.eclipse.jgit.api.MergeResult
-
Constructor for MergeResult.
- MergeResult(ObjectId, ObjectId, ObjectId[], MergeResult.MergeStatus, MergeStrategy, Map<String, MergeResult<?>>, Map<String, ResolveMerger.MergeFailureReason>, String) - Constructor for class org.eclipse.jgit.api.MergeResult
-
Constructor for MergeResult.
- MergeResult.MergeStatus - Enum in org.eclipse.jgit.api
-
The status the merge resulted in.
- mergeResults - Variable in class org.eclipse.jgit.merge.ResolveMerger
-
Low-level textual merge results.
- MergeStrategy - Class in org.eclipse.jgit.merge
-
A method of combining two or more trees together to form an output tree.
- MergeStrategy() - Constructor for class org.eclipse.jgit.merge.MergeStrategy
- mergeStrategyAlreadyExistsAsDefault - Variable in class org.eclipse.jgit.internal.JGitText
- mergeStrategyDoesNotSupportHeads - Variable in class org.eclipse.jgit.internal.JGitText
- MergeToolConfig - Class in org.eclipse.jgit.internal.diffmergetool
-
Keeps track of merge tool related configuration options.
- mergeToolContinueUnresolvedPaths - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- mergeToolDeletedConflict - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- mergeToolDeletedConflictByThem - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- mergeToolDeletedConflictByUs - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- mergeToolDeletedMergeDecision - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- mergeToolDied - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- mergeToolExecutionError - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- mergeToolFileUnchanged - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- mergeToolHelpSetToFollowing - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- mergeToolLaunch - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- mergeToolMergeFailed - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- mergeToolMerging - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- mergeToolNoFiles - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- mergeToolNormalConflict - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- mergeToolNotGivenError - Variable in class org.eclipse.jgit.internal.JGitText
- mergeToolNullError - Variable in class org.eclipse.jgit.internal.JGitText
- mergeToolPromptToolName - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- MergeTools - Class in org.eclipse.jgit.internal.diffmergetool
-
Manages merge tools.
- MergeTools(Repository) - Constructor for class org.eclipse.jgit.internal.diffmergetool.MergeTools
-
Creates the external merge-tools manager for given repository.
- MergeTools(StoredConfig) - Constructor for class org.eclipse.jgit.internal.diffmergetool.MergeTools
-
Creates the external diff-tools manager for given configuration.
- mergeToolUnknownConflict - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- mergeToolUnknownToolName - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- mergeToolWasMergeSuccessfull - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- mergeTrees(AbstractTreeIterator, RevTree, RevTree, boolean) - Method in class org.eclipse.jgit.merge.ResolveMerger
-
The resolve conflict way of three way merging
- mergeTreeWalk(TreeWalk, boolean) - Method in class org.eclipse.jgit.merge.ResolveMerger
-
Process the given TreeWalk's entries.
- mergeUsingStrategyResultedInDescription - Variable in class org.eclipse.jgit.internal.JGitText
- mergeWentWellStoppedBeforeCommitting - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- MERGING - org.eclipse.jgit.lib.RepositoryState
-
An unfinished merge.
- MERGING_RESOLVED - org.eclipse.jgit.lib.RepositoryState
-
An merge where all conflicts have been resolved.
- message - Variable in class org.eclipse.jgit.lfs.Protocol.Error
- message - Variable in class org.eclipse.jgit.lfs.server.Response.Error
- message() - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
-
Get the commit message
- message(String) - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
-
Set commit message
- messageAndTaggerNotAllowedInUnannotatedTags - Variable in class org.eclipse.jgit.internal.JGitText
- messageReceived(IoSession, Readable) - Method in class org.eclipse.jgit.internal.transport.sshd.proxy.HttpClientConnector
- messageReceived(IoSession, Readable) - Method in class org.eclipse.jgit.internal.transport.sshd.proxy.Socks5ClientConnector
- messageReceived(IoSession, Readable) - Method in interface org.eclipse.jgit.internal.transport.sshd.proxy.StatefulProxyConnector
-
Handle a received message.
- messageReceived(Readable) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitClientSession
-
As long as we're still setting up the proxy connection, diverts messages to the
StatefulProxyConnector
. - MessageRevFilter - Class in org.eclipse.jgit.revwalk.filter
-
Matches only commits whose message matches the pattern.
- MessageWriter - Class in org.eclipse.jgit.util.io
-
Combines messages from an OutputStream (hopefully in UTF-8) and a Writer.
- MessageWriter() - Constructor for class org.eclipse.jgit.util.io.MessageWriter
-
Create an empty writer.
- MetaFilter - Class in org.eclipse.jgit.http.server.glue
-
Generic container filter to manage routing to different pipelines.
- MetaFilter() - Constructor for class org.eclipse.jgit.http.server.glue.MetaFilter
-
Empty filter with no bindings.
- MetaServlet - Class in org.eclipse.jgit.http.server.glue
-
Generic container servlet to manage routing to different pipelines.
- MetaServlet() - Constructor for class org.eclipse.jgit.http.server.glue.MetaServlet
-
Empty servlet with no bindings.
- MetaServlet(MetaFilter) - Constructor for class org.eclipse.jgit.http.server.glue.MetaServlet
-
Initialize a servlet wrapping a filter.
- metaVar_archiveFormat - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_archivePrefix - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_arg - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_author - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_bucket - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_command - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_commandDetail - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_commitish - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_commitOrTag - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_commitPaths - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_configFile - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_connProp - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_diffAlg - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_directory - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_file - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_filepattern - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_gitDir - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_hostName - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_KEY - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_lfsStorage - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_linesOfContext - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_message - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_n - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_name - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_object - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_op - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_pass - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_path - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_paths - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_pattern - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_port - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_ref - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_refs - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_refspec - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_remoteName - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_s3Bucket - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_s3Region - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_s3StorageClass - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_seconds - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_service - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_treeish - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_uriish - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_url - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_user - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_values - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- metaVar_version - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- METHOD_GET - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
GET
HTTP method. - METHOD_HEAD - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
HEAD
HTTP method. - METHOD_POST - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
POST
HTTP method. - METHOD_PUT - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The
POST
HTTP method. - MiB - Static variable in class org.eclipse.jgit.internal.storage.dfs.DfsReaderOptions
-
1024
DfsReaderOptions.KiB
(number of bytes in one mebibyte/megabyte) - micros() - Method in class org.eclipse.jgit.util.time.ProposedTimestamp
-
Get microseconds since epoch;
read(MICROSECONDS
). - mightBeRacilyClean(int, int) - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Deprecated.use
DirCacheEntry.mightBeRacilyClean(Instant)
instead - mightBeRacilyClean(Instant) - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Is it possible for this entry to be accidentally assumed clean?
- millis() - Method in class org.eclipse.jgit.util.time.ProposedTimestamp
-
Get milliseconds since epoch;
read(MILLISECONDS
). - min() - Method in class org.eclipse.jgit.util.Stats
- MIN_ABBREV - Static variable in class org.eclipse.jgit.lib.AbbrevConfig
-
The minimum value of abbrev
- MIN_CLIENT_BUFFER - Static variable in class org.eclipse.jgit.transport.BasePackFetchConnection
-
Amount of data the client sends before starting to read.
- MINIMAL - org.eclipse.jgit.lib.CoreConfig.CheckStat
-
Only check the size and whole second part of time stamp when comparing the stat info in the dircache with actual file stat info.
- minUpdateIndex() - Method in class org.eclipse.jgit.internal.storage.reftable.MergedReftable
-
Get the minimum update index for ref entries that appear in this reftable.
- minUpdateIndex() - Method in class org.eclipse.jgit.internal.storage.reftable.Reftable
-
Get the minimum update index for ref entries that appear in this reftable.
- minUpdateIndex() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableReader
-
Get the minimum update index for ref entries that appear in this reftable.
- minUpdateIndex() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter.Stats
- minutesAgo - Variable in class org.eclipse.jgit.internal.JGitText
- mirror(String...) - Static method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Mirror refs
- MISMATCH_CRC - org.eclipse.jgit.errors.CorruptPackIndexException.ErrorType
-
CRC does not match CRC of the object data in pack file.
- MISMATCH_OFFSET - org.eclipse.jgit.errors.CorruptPackIndexException.ErrorType
-
Offset does not match index in pack file.
- mismatchCRC - Variable in class org.eclipse.jgit.internal.JGitText
- mismatchOffset - Variable in class org.eclipse.jgit.internal.JGitText
- MISSING - org.eclipse.jgit.submodule.SubmoduleStatusType
-
Submodule's configuration is missing
- MISSING - org.eclipse.jgit.transport.PushCertificate.NonceStatus
-
Nonce is required, but was not sent by client.
- MISSING - Static variable in class org.eclipse.jgit.lib.FileMode
-
Mode indicating an entry is missing during parallel walks.
- MISSING_AUTHOR - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- MISSING_COMMITTER - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- MISSING_CRC - org.eclipse.jgit.errors.CorruptPackIndexException.ErrorType
-
CRC is not present in index file.
- MISSING_EMAIL - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- MISSING_FILE - Static variable in class org.eclipse.jgit.internal.storage.file.FileSnapshot
-
A FileSnapshot that is clean if the file does not exist.
- MISSING_OBJ - org.eclipse.jgit.errors.CorruptPackIndexException.ErrorType
-
Object in pack is not present in index file.
- MISSING_OBJECT - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- MISSING_SPACE_BEFORE_DATE - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- MISSING_TAG_ENTRY - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- MISSING_TREE - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- MISSING_TYPE_ENTRY - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- missingAccesskey - Variable in class org.eclipse.jgit.internal.JGitText
- missingAwsRegion - Variable in class org.eclipse.jgit.internal.JGitText
- MissingBundlePrerequisiteException - Exception in org.eclipse.jgit.errors
-
Indicates a base/common object was required, but is not found.
- MissingBundlePrerequisiteException(URIish, Map<ObjectId, String>) - Constructor for exception org.eclipse.jgit.errors.MissingBundlePrerequisiteException
-
Constructs a MissingBundlePrerequisiteException for a set of objects.
- missingConfigurationForKey - Variable in class org.eclipse.jgit.internal.JGitText
- missingCookieFile - Variable in class org.eclipse.jgit.internal.JGitText
- missingCRC - Variable in class org.eclipse.jgit.internal.JGitText
- missingDeltaBase - Variable in class org.eclipse.jgit.internal.JGitText
- missingForwardImageInGITBinaryPatch - Variable in class org.eclipse.jgit.internal.JGitText
- missingLocalObject - Variable in class org.eclipse.jgit.lfs.internal.LfsText
- missingObject - Variable in class org.eclipse.jgit.internal.JGitText
- MissingObjectException - Exception in org.eclipse.jgit.errors
-
An expected object is missing.
- MissingObjectException(AbbreviatedObjectId, int) - Constructor for exception org.eclipse.jgit.errors.MissingObjectException
-
Construct a MissingObjectException for the specified object id.
- MissingObjectException(ObjectId, int) - Constructor for exception org.eclipse.jgit.errors.MissingObjectException
-
Construct a MissingObjectException for the specified object id.
- MissingObjectException(ObjectId, String) - Constructor for exception org.eclipse.jgit.errors.MissingObjectException
-
Construct a MissingObjectException for the specified object id.
- missingPrerequisiteCommits - Variable in class org.eclipse.jgit.internal.JGitText
- missingRequiredParameter - Variable in class org.eclipse.jgit.internal.JGitText
- missingSecretkey - Variable in class org.eclipse.jgit.internal.JGitText
- MIXED - org.eclipse.jgit.api.ResetCommand.ResetType
-
Change the ref and the index, the workdir is not changed.
- mixedStagesNotAllowed - Variable in class org.eclipse.jgit.internal.JGitText
- mkdir(File) - Static method in class org.eclipse.jgit.util.FileUtils
-
Creates the directory named by this abstract pathname.
- mkdir(File, boolean) - Static method in class org.eclipse.jgit.util.FileUtils
-
Creates the directory named by this abstract pathname.
- mkdir(String) - Method in interface org.eclipse.jgit.transport.FtpChannel
-
Creates a directory on the remote file system.
- mkDirFailed - Variable in class org.eclipse.jgit.internal.JGitText
- mkdirs(File) - Static method in class org.eclipse.jgit.util.FileUtils
-
Creates the directory named by this abstract pathname, including any necessary but nonexistent parent directories.
- mkdirs(File, boolean) - Static method in class org.eclipse.jgit.util.FileUtils
-
Creates the directory named by this abstract pathname, including any necessary but nonexistent parent directories.
- mkDirsFailed - Variable in class org.eclipse.jgit.internal.JGitText
- MockServletConfig - Class in org.eclipse.jgit.junit.http
-
Mock ServletConfig
- MockServletConfig() - Constructor for class org.eclipse.jgit.junit.http.MockServletConfig
- mockSystemReader - Variable in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
A
SystemReader
used to coordinate time, envars, etc. - MockSystemReader - Class in org.eclipse.jgit.junit
-
Mock
SystemReader
for tests. - MockSystemReader() - Constructor for class org.eclipse.jgit.junit.MockSystemReader
-
Constructor for
MockSystemReader
- MOD_TIME - Static variable in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Constant
MOD_TIME=1
- mode - Variable in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Mode bits for the current entry.
- modifiedFiles - Variable in class org.eclipse.jgit.merge.ResolveMerger
-
Files modified during this operation.
- MODIFY - org.eclipse.jgit.diff.DiffEntry.ChangeType
-
Modify an existing file in the project (content and/or mode)
- modifyAlgorithmList(List<String>, Set<String>, String, String) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitClientSession
-
Modifies a given algorithm list according to a list from the ssh config, including add ('+'), remove ('-') and reordering ('^') operators.
- modifyCommitMessage(String) - Method in interface org.eclipse.jgit.api.RebaseCommand.InteractiveHandler
-
Used for editing commit message on REWORD or SQUASH.
- modifyCommitMessage(String) - Method in interface org.eclipse.jgit.api.RebaseCommand.InteractiveHandler2
- MODULES - Static variable in class org.eclipse.jgit.lib.Constants
-
Name of the folder (inside gitDir) where submodules are stored
- monitor - Variable in class org.eclipse.jgit.merge.Merger
-
A progress monitor.
- Monitoring - Class in org.eclipse.jgit.util
-
Enables monitoring JGit via JMX
- Monitoring() - Constructor for class org.eclipse.jgit.util.Monitoring
- MonotonicClock - Interface in org.eclipse.jgit.util.time
-
A provider of time.
- MonotonicFakeClock - Class in org.eclipse.jgit.junit.time
-
Fake
MonotonicClock
for testing code that uses Clock. - MonotonicFakeClock() - Constructor for class org.eclipse.jgit.junit.time.MonotonicFakeClock
- MonotonicSystemClock - Class in org.eclipse.jgit.util.time
-
A
MonotonicClock
based onSystem.currentTimeMillis
. - MonotonicSystemClock() - Constructor for class org.eclipse.jgit.util.time.MonotonicSystemClock
- month - Variable in class org.eclipse.jgit.internal.JGitText
- months - Variable in class org.eclipse.jgit.internal.JGitText
- monthsAgo - Variable in class org.eclipse.jgit.internal.JGitText
- mostCommonlyUsedCommandsAre - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- moveFileToExistingDir() - Method in class org.eclipse.jgit.benchmarks.FileMoveBenchmark
- moveFileToExistingDir_AverageTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToExistingDir_jmhTest
- moveFileToExistingDir_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, FileMoveBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToExistingDir_jmhTest
- moveFileToExistingDir_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, FileMoveBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToExistingDir_jmhTest
- moveFileToExistingDir_SampleTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToExistingDir_jmhTest
- moveFileToExistingDir_SingleShotTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToExistingDir_jmhTest
- moveFileToExistingDir_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, FileMoveBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToExistingDir_jmhTest
- moveFileToExistingDir_Throughput(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToExistingDir_jmhTest
- moveFileToExistingDir_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, FileMoveBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToExistingDir_jmhTest
- moveFileToExistingDirExists() - Method in class org.eclipse.jgit.benchmarks.FileMoveBenchmark
- moveFileToExistingDirExists_AverageTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToExistingDirExists_jmhTest
- moveFileToExistingDirExists_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, FileMoveBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToExistingDirExists_jmhTest
- moveFileToExistingDirExists_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, FileMoveBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToExistingDirExists_jmhTest
- moveFileToExistingDirExists_SampleTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToExistingDirExists_jmhTest
- moveFileToExistingDirExists_SingleShotTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToExistingDirExists_jmhTest
- moveFileToExistingDirExists_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, FileMoveBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToExistingDirExists_jmhTest
- moveFileToExistingDirExists_Throughput(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToExistingDirExists_jmhTest
- moveFileToExistingDirExists_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, FileMoveBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToExistingDirExists_jmhTest
- moveFileToMissingDir() - Method in class org.eclipse.jgit.benchmarks.FileMoveBenchmark
- moveFileToMissingDir_AverageTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToMissingDir_jmhTest
- moveFileToMissingDir_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, FileMoveBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToMissingDir_jmhTest
- moveFileToMissingDir_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, FileMoveBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToMissingDir_jmhTest
- moveFileToMissingDir_SampleTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToMissingDir_jmhTest
- moveFileToMissingDir_SingleShotTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToMissingDir_jmhTest
- moveFileToMissingDir_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, FileMoveBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToMissingDir_jmhTest
- moveFileToMissingDir_Throughput(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToMissingDir_jmhTest
- moveFileToMissingDir_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, FileMoveBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToMissingDir_jmhTest
- moveFileToMissingDirExists() - Method in class org.eclipse.jgit.benchmarks.FileMoveBenchmark
- moveFileToMissingDirExists_AverageTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToMissingDirExists_jmhTest
- moveFileToMissingDirExists_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, FileMoveBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToMissingDirExists_jmhTest
- moveFileToMissingDirExists_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, FileMoveBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToMissingDirExists_jmhTest
- moveFileToMissingDirExists_SampleTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToMissingDirExists_jmhTest
- moveFileToMissingDirExists_SingleShotTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToMissingDirExists_jmhTest
- moveFileToMissingDirExists_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, FileMoveBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToMissingDirExists_jmhTest
- moveFileToMissingDirExists_Throughput(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToMissingDirExists_jmhTest
- moveFileToMissingDirExists_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, FileMoveBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_moveFileToMissingDirExists_jmhTest
- msgCloseFailed - Variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Texts
- msgConnectFailed - Variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Texts
- msgConnectPipeFailed - Variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Texts
- msgNoMappedFile - Variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Texts
- msgNoSharedMemory - Variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Texts
- msgPageantUnavailable - Variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Texts
- msgReadFailed - Variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Texts
- msgSendFailed - Variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Texts
- msgSendFailed2 - Variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Texts
- msgSharedMemoryFailed - Variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Texts
- msgShortRead - Variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Texts
- MULTIPLE_MERGE_BASES_NOT_SUPPORTED - org.eclipse.jgit.errors.NoMergeBaseException.MergeBaseFailureReason
-
Multiple merge bases have been found (e.g.
- multipleMergeBasesFor - Variable in class org.eclipse.jgit.internal.JGitText
- MultipleParentsNotAllowedException - Exception in org.eclipse.jgit.api.errors
-
The commit to be cherry-pick'ed did not have exactly one parent
- MultipleParentsNotAllowedException(String) - Constructor for exception org.eclipse.jgit.api.errors.MultipleParentsNotAllowedException
-
Constructor for MultipleParentsNotAllowedException.
- MultipleParentsNotAllowedException(String, Throwable) - Constructor for exception org.eclipse.jgit.api.errors.MultipleParentsNotAllowedException
-
Constructor for MultipleParentsNotAllowedException.
- mustBeSpecialTableModel - Variable in class org.eclipse.jgit.awtui.UIText
- MutableEntry() - Constructor for class org.eclipse.jgit.internal.storage.file.PackIndex.MutableEntry
- MutableInteger - Class in org.eclipse.jgit.util
-
A boxed integer that can be modified.
- MutableInteger() - Constructor for class org.eclipse.jgit.util.MutableInteger
- MutableLongObjectId - Class in org.eclipse.jgit.lfs.lib
-
A mutable SHA-256 abstraction.
- MutableLongObjectId() - Constructor for class org.eclipse.jgit.lfs.lib.MutableLongObjectId
-
Empty constructor.
- MutableObjectId - Class in org.eclipse.jgit.lib
-
A mutable SHA-1 abstraction.
- MutableObjectId() - Constructor for class org.eclipse.jgit.lib.MutableObjectId
-
Empty constructor.
- MYERS - org.eclipse.jgit.diff.DiffAlgorithm.SupportedAlgorithm
-
Myers diff algorithm
- MyersDiff<S extends Sequence> - Class in org.eclipse.jgit.diff
-
Diff algorithm, based on "An O(ND) Difference Algorithm and its Variations", by Eugene Myers.
N
- n() - Method in annotation type org.eclipse.jgit.junit.Repeat
-
Number of repetitions
- name() - Method in class org.eclipse.jgit.internal.storage.file.PackIndex.MutableEntry
- name() - Method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
-
name.
- name() - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Get string form of the SHA-256
- name() - Method in class org.eclipse.jgit.lib.AbbreviatedObjectId
-
Get string form of the abbreviation, in lower case hexadecimal.
- name() - Method in class org.eclipse.jgit.lib.AnyObjectId
-
name.
- name() - Method in annotation type org.eclipse.jgit.pgm.Command
-
Get the command name
- NAME - Static variable in class org.eclipse.jgit.hooks.CommitMsgHook
-
Constant indicating the name of the commit-smg hook.
- NAME - Static variable in class org.eclipse.jgit.hooks.PostCommitHook
-
The post-commit hook name.
- NAME - Static variable in class org.eclipse.jgit.hooks.PreCommitHook
-
The pre-commit hook name.
- NAME - Static variable in class org.eclipse.jgit.hooks.PrePushHook
-
Constant indicating the name of the pre-push hook.
- NAME - Static variable in class org.eclipse.jgit.internal.transport.sshd.GssApiWithMicAuthFactory
-
The authentication identifier for GSSApi-with-MIC.
- NameConflictTreeWalk - Class in org.eclipse.jgit.treewalk
-
Specialized TreeWalk to detect directory-file (D/F) name conflicts.
- NameConflictTreeWalk(ObjectReader) - Constructor for class org.eclipse.jgit.treewalk.NameConflictTreeWalk
-
Create a new tree walker for a given repository.
- NameConflictTreeWalk(Repository) - Constructor for class org.eclipse.jgit.treewalk.NameConflictTreeWalk
-
Create a new tree walker for a given repository.
- NameConflictTreeWalk(Repository, ObjectReader) - Constructor for class org.eclipse.jgit.treewalk.NameConflictTreeWalk
-
Create a new tree walker for a given repository.
- NameMatcher - Class in org.eclipse.jgit.ignore.internal
-
Matcher built from patterns for file names (single path segments).
- nameMustNotBeNullOrEmpty - Variable in class org.eclipse.jgit.internal.JGitText
- nameRev() - Method in class org.eclipse.jgit.api.Git
-
Return a command object to find human-readable names of revisions.
- NameRevCommand - Class in org.eclipse.jgit.api
-
Command to find human-readable names of revisions.
- NameRevCommand(Repository) - Constructor for class org.eclipse.jgit.api.NameRevCommand
-
Create a new name-rev command.
- nameWithDotGit(String) - Static method in class org.eclipse.jgit.util.StringUtils
-
Appends
Constants.DOT_GIT_EXT
unless the given name already ends with that suffix. - NATIVE - org.eclipse.jgit.lib.CoreConfig.EOL
-
Use the platform's native line ending.
- NB - Class in org.eclipse.jgit.util
-
Conversion utilities for network byte order handling.
- need2Arguments - Variable in class org.eclipse.jgit.internal.JGitText
- needApprovalToDestroyCurrentRepository - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- needSingleRevision - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- needsStopWalk() - Method in class org.eclipse.jgit.dircache.DirCacheBuildIterator
-
Whether the iterator implements
AbstractTreeIterator.stopWalk()
. - needsStopWalk() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Whether the iterator implements
AbstractTreeIterator.stopWalk()
. - needsStopWalk() - Method in class org.eclipse.jgit.treewalk.EmptyTreeIterator
-
Whether the iterator implements
AbstractTreeIterator.stopWalk()
. - needToUpdateHEAD() - Method in class org.eclipse.jgit.lib.RefRename
-
Whether the
Constants#HEAD
reference needs to be linked to the new destination name. - negate() - Method in class org.eclipse.jgit.revwalk.filter.NotRevFilter
-
Create a new filter that does the opposite of this filter.
- negate() - Method in class org.eclipse.jgit.revwalk.filter.RevFilter
-
Create a new filter that does the opposite of this filter.
- negate() - Method in class org.eclipse.jgit.treewalk.filter.NotTreeFilter
-
Create a new filter that does the opposite of this filter.
- negate() - Method in class org.eclipse.jgit.treewalk.filter.TreeFilter
-
Create a new filter that does the opposite of this filter.
- NetRC - Class in org.eclipse.jgit.transport
-
NetRC file parser.
- NetRC() - Constructor for class org.eclipse.jgit.transport.NetRC
-
Constructor for NetRC.
- NetRC(File) - Constructor for class org.eclipse.jgit.transport.NetRC
-
Constructor for NetRC.
- NetRC.NetRCEntry - Class in org.eclipse.jgit.transport
-
.netrc file entry
- NetRCCredentialsProvider - Class in org.eclipse.jgit.transport
-
Simple .netrc credentials provider.
- NetRCCredentialsProvider() - Constructor for class org.eclipse.jgit.transport.NetRCCredentialsProvider
-
Constructor for NetRCCredentialsProvider.
- NetRCEntry() - Constructor for class org.eclipse.jgit.transport.NetRC.NetRCEntry
-
Default constructor
- NetscapeCookieFile - Class in org.eclipse.jgit.internal.transport.http
-
Wraps all cookies persisted in a Netscape Cookie File Format being referenced via the git config http.cookieFile.
- NetscapeCookieFile(Path) - Constructor for class org.eclipse.jgit.internal.transport.http.NetscapeCookieFile
- NetscapeCookieFileCache - Class in org.eclipse.jgit.internal.transport.http
-
A cache of all known cookie files (
NetscapeCookieFile
). - NETWORK - org.eclipse.jgit.lib.Ref.Storage
-
The ref came from a network advertisement and storage is unknown.
- NEVER - org.eclipse.jgit.lib.GpgSignatureVerifier.TrustLevel
- NEVER - Static variable in class org.eclipse.jgit.util.GitDateParser
-
The Date representing never.
- NEW - org.eclipse.jgit.diff.DiffEntry.Side
-
The new side of a DiffEntry.
- NEW - org.eclipse.jgit.lib.Ref.Storage
-
The ref does not exist yet, updating it may create it.
- NEW - org.eclipse.jgit.lib.RefUpdate.Result
-
The ref was created locally for an update, but ignored for delete.
- newBatchUpdate() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReftableDatabase
-
Create a new batch update to attempt on this database.
- newBatchUpdate() - Method in class org.eclipse.jgit.internal.storage.file.FileReftableDatabase
-
Create a new batch update to attempt on this database.
- newBatchUpdate() - Method in class org.eclipse.jgit.internal.storage.file.RefDirectory
-
Create a new batch update to attempt on this database.
- newBatchUpdate() - Method in class org.eclipse.jgit.lib.RefDatabase
-
Create a new batch update to attempt on this database.
- newBitmapBuilder() - Method in class org.eclipse.jgit.internal.storage.file.BitmapIndexImpl
-
Create a new
BitmapBuilder
based on the values in the index. - newBitmapBuilder() - Method in interface org.eclipse.jgit.lib.BitmapIndex
-
Create a new
BitmapBuilder
based on the values in the index. - newBlobObjectChecker() - Method in class org.eclipse.jgit.lib.ObjectChecker
-
Create a new
BlobObjectChecker
. - newBuilder(AnyObjectId) - Static method in class org.eclipse.jgit.internal.storage.pack.BitmapCommit
-
Get a builder of BitmapCommit whose object id is
objId
. - newCachedDatabase() - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectory
-
Create a new cached database instance over this database.
- newCachedDatabase() - Method in class org.eclipse.jgit.lib.ObjectDatabase
-
Create a new cached database instance over this database.
- newChain(List<? extends AdvertiseRefsHook>) - Static method in class org.eclipse.jgit.transport.AdvertiseRefsHookChain
-
Create a new hook chaining the given hooks together.
- newChain(List<? extends PostReceiveHook>) - Static method in class org.eclipse.jgit.transport.PostReceiveHookChain
-
Create a new hook chaining the given hooks together.
- newChain(List<? extends PreReceiveHook>) - Static method in class org.eclipse.jgit.transport.PreReceiveHookChain
-
Create a new hook chaining the given hooks together.
- newChain(List<? extends ProtocolV2Hook>) - Static method in class org.eclipse.jgit.transport.ProtocolV2HookChain
-
Create a new hook chaining the given hooks together.
- newChain(List<PostUploadHook>) - Static method in class org.eclipse.jgit.transport.PostUploadHookChain
-
Create a new hook chaining the given hooks together.
- newChain(List<PreUploadHook>) - Static method in class org.eclipse.jgit.transport.PreUploadHookChain
-
Create a new hook chaining the given hooks together.
- newEmptyMap() - Static method in class org.eclipse.jgit.notes.NoteMap
-
Construct a new empty note map.
- newFlag(String) - Method in class org.eclipse.jgit.blame.BlameGenerator
-
Allocate a new RevFlag for use by the caller.
- newFlag(String) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Create a new flag for application use during walking.
- newId - Variable in class org.eclipse.jgit.diff.DiffEntry
-
ObjectId listed on the index line for the new (post-image)
- newIdMustNotBeNull - Variable in class org.eclipse.jgit.internal.JGitText
- newInCore() - Static method in class org.eclipse.jgit.dircache.DirCache
-
Create a new empty index which is never stored on disk.
- newInfo(AnyObjectId, PackParser.UnresolvedDelta, ObjectId) - Method in class org.eclipse.jgit.transport.PackParser
-
Construct a PackedObjectInfo instance for this parser.
- newInserter() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase
-
Create a new
ObjectInserter
to insert new objects. - newInserter() - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectory
-
Create a new
ObjectInserter
to insert new objects. - newInserter() - Method in class org.eclipse.jgit.lib.ObjectDatabase
-
Create a new
ObjectInserter
to insert new objects. - newInstance() - Method in class org.eclipse.jgit.util.FS_POSIX
-
Create a new instance of the same type of FS.
- newInstance() - Method in class org.eclipse.jgit.util.FS_Win32_Cygwin
-
Create a new instance of the same type of FS.
- newInstance() - Method in class org.eclipse.jgit.util.FS_Win32
-
Create a new instance of the same type of FS.
- newInstance() - Method in class org.eclipse.jgit.util.FS
-
Create a new instance of the same type of FS.
- newInstance() - Static method in class org.eclipse.jgit.util.sha1.SHA1
-
Create a new context to compute a SHA-1 hash of data.
- newInstance(URL) - Method in class org.eclipse.jgit.util.GSSManagerFactory
-
Returns a GSS Manager instance for the provided url
- newlineInQuotesNotAllowed - Variable in class org.eclipse.jgit.internal.JGitText
- newMerger(ObjectInserter, Config) - Method in class org.eclipse.jgit.merge.MergeStrategy
-
Create a new merge instance.
- newMerger(ObjectInserter, Config) - Method in class org.eclipse.jgit.merge.StrategyOneSided
-
Create a new merge instance.
- newMerger(ObjectInserter, Config) - Method in class org.eclipse.jgit.merge.StrategyRecursive
-
Create a new merge instance.
- newMerger(ObjectInserter, Config) - Method in class org.eclipse.jgit.merge.StrategyResolve
-
Create a new merge instance.
- newMerger(ObjectInserter, Config) - Method in class org.eclipse.jgit.merge.StrategySimpleTwoWayInCore
-
Create a new merge instance.
- newMerger(Repository) - Method in class org.eclipse.jgit.merge.MergeStrategy
-
Create a new merge instance.
- newMerger(Repository) - Method in class org.eclipse.jgit.merge.StrategyOneSided
-
Create a new merge instance.
- newMerger(Repository) - Method in class org.eclipse.jgit.merge.StrategyRecursive
-
Create a new merge instance.
- newMerger(Repository) - Method in class org.eclipse.jgit.merge.StrategyResolve
-
Create a new merge instance.
- newMerger(Repository) - Method in class org.eclipse.jgit.merge.StrategySimpleTwoWayInCore
-
Create a new merge instance.
- newMerger(Repository) - Method in class org.eclipse.jgit.merge.ThreeWayMergeStrategy
-
Create a new merge instance.
- newMerger(Repository, boolean) - Method in class org.eclipse.jgit.merge.MergeStrategy
-
Create a new merge instance.
- newMerger(Repository, boolean) - Method in class org.eclipse.jgit.merge.StrategyOneSided
-
Create a new merge instance.
- newMerger(Repository, boolean) - Method in class org.eclipse.jgit.merge.StrategyRecursive
-
Create a new merge instance.
- newMerger(Repository, boolean) - Method in class org.eclipse.jgit.merge.StrategyResolve
-
Create a new merge instance.
- newMerger(Repository, boolean) - Method in class org.eclipse.jgit.merge.StrategySimpleTwoWayInCore
-
Create a new merge instance.
- newMerger(Repository, boolean) - Method in class org.eclipse.jgit.merge.ThreeWayMergeStrategy
-
Create a new merge instance.
- newMessageDigest() - Static method in class org.eclipse.jgit.lfs.lib.Constants
-
Create a new digest function for objects.
- newMessageDigest() - Static method in class org.eclipse.jgit.lib.Constants
-
Create a new digest function for objects.
- newMode - Variable in class org.eclipse.jgit.diff.DiffEntry
-
New mode of the file, if described by the patch, else null.
- newObjectChecker() - Method in class org.eclipse.jgit.transport.TransferConfig
-
Create checker to verify fetched objects
- newObjectInserter() - Method in class org.eclipse.jgit.lib.Repository
-
Create a new inserter to create objects in
Repository.getObjectDatabase()
. - newObjectReader() - Method in class org.eclipse.jgit.lib.Repository
-
Create a new reader to read objects from
Repository.getObjectDatabase()
. - newObjectToPack(AnyObjectId, int) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReader
-
Allocate a new
PackWriter
state structure for an object. - newObjectToPack(AnyObjectId, int) - Method in interface org.eclipse.jgit.internal.storage.pack.ObjectReuseAsIs
-
Allocate a new
PackWriter
state structure for an object. - newPack(DfsObjDatabase.PackSource) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase
-
Generate a new unique name for a pack file.
- newPack(DfsObjDatabase.PackSource) - Method in class org.eclipse.jgit.internal.storage.dfs.InMemoryRepository.MemObjDatabase
- newPack(DfsObjDatabase.PackSource, long) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase
-
Generate a new unique name for a pack file.
- newPackBitmapIndex(BitmapIndex, PackBitmapIndex) - Static method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexRemapper
-
A PackBitmapIndex that maps the positions in the prevBitmapIndex to the ones in the newIndex.
- newPackInserter() - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectory
-
Create a new inserter that inserts all objects as pack files, not loose objects.
- newPackParser(InputStream) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsInserter
-
Initialize a parser to read from a pack formatted stream.
- newPackParser(InputStream) - Method in class org.eclipse.jgit.internal.storage.file.PackInserter
-
Initialize a parser to read from a pack formatted stream.
- newPackParser(InputStream) - Method in class org.eclipse.jgit.lib.ObjectInserter.Filter
- newPackParser(InputStream) - Method in class org.eclipse.jgit.lib.ObjectInserter.Formatter
- newPackParser(InputStream) - Method in class org.eclipse.jgit.lib.ObjectInserter
-
Initialize a parser to read from a pack formatted stream.
- newPath - Variable in class org.eclipse.jgit.diff.DiffEntry
-
File name of the new (post-image).
- newReader() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsInserter
-
Open a reader for objects that may have been written by this inserter.
- newReader() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase
-
Create a new
ObjectReader
to read existing objects. - newReader() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReader
-
Construct a new reader from the same data.
- newReader() - Method in class org.eclipse.jgit.internal.storage.file.PackInserter
-
Open a reader for objects that may have been written by this inserter.
- newReader() - Method in class org.eclipse.jgit.lib.ObjectDatabase
-
Create a new
ObjectReader
to read existing objects. - newReader() - Method in class org.eclipse.jgit.lib.ObjectInserter.Filter
- newReader() - Method in class org.eclipse.jgit.lib.ObjectInserter.Formatter
- newReader() - Method in class org.eclipse.jgit.lib.ObjectInserter
-
Open a reader for objects that may have been written by this inserter.
- newReader() - Method in class org.eclipse.jgit.lib.ObjectReader.Filter
- newReader() - Method in class org.eclipse.jgit.lib.ObjectReader
-
Construct a new reader from the same data.
- newReceiveObjectChecker() - Method in class org.eclipse.jgit.transport.TransferConfig
-
Create checker to verify objects pushed into this repository
- newRename(String, String) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRefDatabase
-
Create a new update command to rename a reference.
- newRename(String, String) - Method in class org.eclipse.jgit.internal.storage.file.FileReftableDatabase
-
Create a new update command to rename a reference.
- newRename(String, String) - Method in class org.eclipse.jgit.internal.storage.file.RefDirectory
-
Create a new update command to rename a reference.
- newRename(String, String) - Method in class org.eclipse.jgit.lib.RefDatabase
-
Create a new update command to rename a reference.
- newSession() - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnectionFactory
- newSession() - Method in interface org.eclipse.jgit.transport.http.HttpConnectionFactory2
-
Creates a new
HttpConnectionFactory2.GitSession
instance that can be used with connections created by thisHttpConnectionFactory
instance. - newSession() - Method in class org.eclipse.jgit.transport.http.JDKHttpConnectionFactory
- newUpdate(String, boolean) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRefDatabase
-
Create a new update command to create, modify or delete a reference.
- newUpdate(String, boolean) - Method in class org.eclipse.jgit.internal.storage.file.FileReftableDatabase
-
Create a new update command to create, modify or delete a reference.
- newUpdate(String, boolean) - Method in class org.eclipse.jgit.internal.storage.file.RefDirectory
-
Create a new update command to create, modify or delete a reference.
- newUpdate(String, boolean) - Method in class org.eclipse.jgit.lib.RefDatabase
-
Create a new update command to create, modify or delete a reference.
- newUpdate(ReceiveCommand) - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Create a new RefUpdate copying the batch settings.
- next() - Method in class org.eclipse.jgit.blame.BlameGenerator
-
Step the blame algorithm one iteration.
- next() - Method in class org.eclipse.jgit.internal.storage.reftable.LogCursor
-
Check if another log record is available.
- next() - Method in class org.eclipse.jgit.internal.storage.reftable.RefCursor
-
Check if another reference is available.
- next() - Method in interface org.eclipse.jgit.lib.AsyncObjectLoaderQueue
-
Position this queue onto the next available result.
- next() - Method in interface org.eclipse.jgit.lib.AsyncObjectSizeQueue
-
Position this queue onto the next available result.
- next() - Method in class org.eclipse.jgit.revplot.PlotWalk
-
Pop the next most recent commit.
- next() - Method in interface org.eclipse.jgit.revwalk.AsyncRevObjectQueue
-
Obtain the next object.
- next() - Method in class org.eclipse.jgit.revwalk.DateRevQueue
- next() - Method in class org.eclipse.jgit.revwalk.FIFORevQueue
- next() - Method in class org.eclipse.jgit.revwalk.LIFORevQueue
- next() - Method in class org.eclipse.jgit.revwalk.ObjectWalk
-
Pop the next most recent commit.
- next() - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Pop the next most recent commit.
- next() - Method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Advance to next submodule in the index tree.
- next() - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
-
Get this iterator, or its parent, if the tree is at eof.
- next() - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Advance this walker to the next relevant entry.
- next(byte[], int, char) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Locate the first position after a given character.
- next(int) - Method in class org.eclipse.jgit.dircache.DirCacheIterator
-
Move to next entry, populating this iterator with the entry data.
- next(int) - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Move to next entry, populating this iterator with the entry data.
- next(int) - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
-
Move to next entry, populating this iterator with the entry data.
- next(int) - Method in class org.eclipse.jgit.treewalk.EmptyTreeIterator
-
Move to next entry, populating this iterator with the entry data.
- next(int) - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Move to next entry, populating this iterator with the entry data.
- NEXT_CONFLICTING_RANGE - org.eclipse.jgit.merge.MergeChunk.ConflictState
-
This chunk does belong to a conflict but is not the first one of the conflicting chunks.
- nextBytes(int) - Method in class org.eclipse.jgit.junit.TestRng
-
Get the next
cnt
bytes of random data. - nextEntry(int) - Method in class org.eclipse.jgit.dircache.DirCache
-
Determine the next index position past all entries with the same name.
- nextInt() - Method in class org.eclipse.jgit.junit.TestRng
-
Next int
- nextLF(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Locate the first position after the next LF.
- nextLF(byte[], int, char) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Locate the first position after either the given character or LF.
- nextObject() - Method in class org.eclipse.jgit.revwalk.ObjectWalk
-
Pop the next most recent object.
- nextUpdateIndex() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableDatabase
- NLS - Class in org.eclipse.jgit.nls
-
The purpose of this class is to provide NLS (National Language Support) configurable per thread.
- NO - org.eclipse.jgit.lib.SubmoduleConfig.FetchRecurseSubmodulesMode
-
Completely disable recursion.
- NO - org.eclipse.jgit.transport.PushConfig.PushRecurseSubmodulesMode
-
Default behavior of ignoring submodules when pushing is retained.
- NO - Static variable in class org.eclipse.jgit.lib.AbbrevConfig
-
No abbreviation
- NO - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Flag value.
- NO_CHANGE - org.eclipse.jgit.lib.RefUpdate.Result
-
Same value already stored.
- NO_CLEANUP - Static variable in class org.eclipse.jgit.lib.RepositoryCacheConfig
-
Set cleanupDelayMillis to this value in order to switch off time-based cache eviction.
- NO_CONFLICT - org.eclipse.jgit.merge.MergeChunk.ConflictState
-
This chunk does not belong to a conflict
- NO_ENTRIES - Static variable in class org.eclipse.jgit.util.FS
-
An empty array of entries, suitable as a return value for
FS.list(File, FileModeStrategy)
. - NO_FF - org.eclipse.jgit.api.MergeCommand.FastForwardMode
-
Corresponds to the --no-ff option (create a merge commit even for a fast forward).
- NO_FILTER - Static variable in class org.eclipse.jgit.transport.FilterSpec
-
A placeholder that indicates no filtering.
- NO_MATCH - Static variable in interface org.eclipse.jgit.ignore.IMatcher
-
Matcher that does not match any pattern.
- NO_MERGES - Static variable in class org.eclipse.jgit.revwalk.filter.RevFilter
-
Excludes commits with more than one parent (thread safe).
- NO_PERMISSION - Static variable in exception org.eclipse.jgit.transport.FtpChannel.FtpException
- NO_SUCH_FILE - Static variable in exception org.eclipse.jgit.transport.FtpChannel.FtpException
- NO_TAGS - org.eclipse.jgit.transport.TagOpt
-
Never fetch tags, even if we have the thing it points at.
- noApplyInDelete - Variable in class org.eclipse.jgit.internal.JGitText
- NoCheckX509TrustManager - Class in org.eclipse.jgit.transport.http
-
A
X509TrustManager
that doesn't verify anything. - NoCheckX509TrustManager() - Constructor for class org.eclipse.jgit.transport.http.NoCheckX509TrustManager
- noClosingBracket - Variable in class org.eclipse.jgit.internal.JGitText
- NoClosingBracketException - Exception in org.eclipse.jgit.errors
-
Thrown when a pattern contains a character group which is open to the right side or a character class which is open to the right side.
- NoClosingBracketException(int, String, String, String) - Constructor for exception org.eclipse.jgit.errors.NoClosingBracketException
-
Constructor for NoClosingBracketException
- noCommitsSelectedForShallow - Variable in class org.eclipse.jgit.internal.JGitText
- noCredentialsProvider - Variable in class org.eclipse.jgit.internal.JGitText
- NoFilepatternException - Exception in org.eclipse.jgit.api.errors
-
Exception thrown when the options given to a command don't include a file pattern which is mandatory for processing.
- NoFilepatternException(String) - Constructor for exception org.eclipse.jgit.api.errors.NoFilepatternException
-
Constructor for NoFilepatternException.
- NoFilepatternException(String, Throwable) - Constructor for exception org.eclipse.jgit.api.errors.NoFilepatternException
-
Constructor for NoFilepatternException.
- noFiles() - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
-
Remove files
- NoGitlinksStrategy() - Constructor for class org.eclipse.jgit.treewalk.FileTreeIterator.NoGitlinksStrategy
- noGitRepositoryConfigured - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- NoHeadException - Exception in org.eclipse.jgit.api.errors
-
Exception thrown when a command expected the
HEAD
reference to exist but couldn't find such a reference - NoHeadException(String) - Constructor for exception org.eclipse.jgit.api.errors.NoHeadException
-
Constructor for NoHeadException
- NoHeadException(String, Throwable) - Constructor for exception org.eclipse.jgit.api.errors.NoHeadException
-
Constructor for NoHeadException
- noHEADExistsAndNoExplicitStartingRevisionWasSpecified - Variable in class org.eclipse.jgit.internal.JGitText
- noHMACsupport - Variable in class org.eclipse.jgit.internal.JGitText
- noMergeBase - Variable in class org.eclipse.jgit.internal.JGitText
- NoMergeBaseException - Exception in org.eclipse.jgit.errors
-
Exception thrown if a merge fails because no merge base could be determined.
- NoMergeBaseException(NoMergeBaseException.MergeBaseFailureReason, String) - Constructor for exception org.eclipse.jgit.errors.NoMergeBaseException
-
Construct a NoMergeBase exception
- NoMergeBaseException(NoMergeBaseException.MergeBaseFailureReason, String, Throwable) - Constructor for exception org.eclipse.jgit.errors.NoMergeBaseException
-
Construct a NoMergeBase exception
- NoMergeBaseException.MergeBaseFailureReason - Enum in org.eclipse.jgit.errors
-
An enum listing the different reason why no merge base could be determined.
- noMergeHeadSpecified - Variable in class org.eclipse.jgit.internal.JGitText
- NoMessageException - Exception in org.eclipse.jgit.api.errors
-
Exception thrown when the options given to a command don't include a specification of a message text (e.g.
- NoMessageException(String) - Constructor for exception org.eclipse.jgit.api.errors.NoMessageException
-
Constructor for NoMessageException
- NoMessageException(String, Throwable) - Constructor for exception org.eclipse.jgit.api.errors.NoMessageException
-
Constructor for NoMessageException
- NON_EXISTING - org.eclipse.jgit.transport.RemoteRefUpdate.Status
-
Remote ref didn't exist.
- noNamesFound - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- nonBareLinkFilesNotSupported - Variable in class org.eclipse.jgit.internal.JGitText
- NonceGenerator - Interface in org.eclipse.jgit.transport
-
A NonceGenerator is used to create a nonce to be sent out to the pusher who will sign the nonce to prove it is not a replay attack on the push certificate.
- nonCommitToHeads - Variable in class org.eclipse.jgit.internal.JGitText
- NONDELETED - org.eclipse.jgit.api.CheckoutResult.Status
-
Checkout has completed, but some files could not be deleted
- NONE - org.eclipse.jgit.lib.BranchConfig.BranchRebaseMode
-
Value for not rebasing at all but merging
- NONE - org.eclipse.jgit.revwalk.RevSort
-
No specific sorting is requested.
- NONE - org.eclipse.jgit.submodule.SubmoduleWalk.IgnoreSubmoduleMode
-
Ignore nothing.
- NONE - Static variable in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Empty set of objects for
preparePack()
. - NONE - Static variable in class org.eclipse.jgit.revwalk.filter.RevFilter
-
Default filter that always returns false (thread safe).
- NONE - Static variable in interface org.eclipse.jgit.transport.resolver.RepositoryResolver
-
Resolver configured to open nothing.
- NONE - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Property value.
- NONE - Static variable in class org.eclipse.jgit.util.FileUtils
-
Option to delete given
File
- nonFastForward - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- NonNull - Annotation Type in org.eclipse.jgit.annotations
-
JGit's replacement for the
javax.annotation.Nonnull
. - nonNullRepo() - Method in class org.eclipse.jgit.merge.Merger
-
Get non-null repository instance
- nonSignatureError - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- NoPackSignatureException - Exception in org.eclipse.jgit.errors
-
Thrown when a Pack is found not to contain the pack signature defined by git.
- NoPackSignatureException(String) - Constructor for exception org.eclipse.jgit.errors.NoPackSignatureException
-
Construct an exception.
- noParents() - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
-
Remove parent commits
- noPathAttributesFound - Variable in class org.eclipse.jgit.internal.JGitText
- NoRemoteRepositoryException - Exception in org.eclipse.jgit.errors
-
Indicates a remote repository does not exist.
- NoRemoteRepositoryException(URIish, String) - Constructor for exception org.eclipse.jgit.errors.NoRemoteRepositoryException
-
Constructs an exception indicating a repository does not exist.
- NoRemoteRepositoryException(URIish, String, Throwable) - Constructor for exception org.eclipse.jgit.errors.NoRemoteRepositoryException
-
Constructs an exception indicating a repository does not exist.
- noRepository(Throwable) - Method in class org.eclipse.jgit.transport.BasePackPushConnection
-
Create an exception to indicate problems finding a remote repository.
- noResolverAvailable - Variable in class org.eclipse.jgit.http.server.HttpServerText
- normalize(File) - Static method in class org.eclipse.jgit.util.FileUtils
-
NFC normalize a file (on Mac), otherwise do nothing
- normalize(File) - Method in class org.eclipse.jgit.util.FS_POSIX
-
Normalize the unicode path to composed form.
- normalize(File) - Method in class org.eclipse.jgit.util.FS
-
Normalize the unicode path to composed form.
- normalize(String) - Static method in class org.eclipse.jgit.util.FileUtils
-
On Mac: get NFC normalized form of given name, otherwise the given name.
- normalize(String) - Method in class org.eclipse.jgit.util.FS_POSIX
-
Normalize the unicode path to composed form.
- normalize(String) - Method in class org.eclipse.jgit.util.FS
-
Normalize the unicode path to composed form.
- normalizeBranchName(String) - Static method in class org.eclipse.jgit.lib.Repository
-
Normalizes the passed branch name into a possible valid branch name.
- noSuchFile - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- noSuchPathInRef - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- noSuchRef - Variable in class org.eclipse.jgit.internal.JGitText
- noSuchRef - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- noSuchRefKnown - Variable in class org.eclipse.jgit.internal.JGitText
- noSuchSubmodule - Variable in class org.eclipse.jgit.internal.JGitText
- NoSuchSubmoduleException(String) - Constructor for exception org.eclipse.jgit.api.SubmoduleDeinitCommand.NoSuchSubmoduleException
-
Constructor of NoSuchSubmoduleException
- noSystemConsoleAvailable - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- not(AnyObjectId) - Method in class org.eclipse.jgit.api.LogCommand
-
Same as
--not start
, or^start
- NOT_ATTEMPTED - org.eclipse.jgit.lib.RefUpdate.Result
-
The ref update/delete has not been attempted by the caller.
- NOT_ATTEMPTED - org.eclipse.jgit.transport.ReceiveCommand.Result
-
The command has not yet been attempted by the server.
- NOT_ATTEMPTED - org.eclipse.jgit.transport.RemoteRefUpdate.Status
-
Push process hasn't yet attempted to update this ref.
- NOT_IGNORED - org.eclipse.jgit.ignore.IgnoreNode.MatchResult
-
The file is not ignored, due to a rule saying its not ignored.
- NOT_PRESENT - org.eclipse.jgit.util.ProcessResult.Status
-
The script was not found on disk and thus could not be launched.
- NOT_SUPPORTED - org.eclipse.jgit.api.MergeResult.MergeStatus
- NOT_SUPPORTED - org.eclipse.jgit.util.ProcessResult.Status
-
The script was found but could not be launched since it was not supported by the current
FS
. - NOT_TRIED - org.eclipse.jgit.api.CheckoutResult.Status
-
The call() method has not yet been executed
- NOT_TRIED_RESULT - Static variable in class org.eclipse.jgit.api.CheckoutResult
-
The
CheckoutResult.Status.NOT_TRIED
result; - notABoolean - Variable in class org.eclipse.jgit.internal.JGitText
- notABranch - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- notABundle - Variable in class org.eclipse.jgit.internal.JGitText
- notACommit - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- notADIRCFile - Variable in class org.eclipse.jgit.internal.JGitText
- notAdvertisedWants - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
The count of wants that were not advertised by the server.
- notAGitDirectory - Variable in class org.eclipse.jgit.internal.JGitText
- notAGitRepository - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- notAJgitCommand - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- notAnIndexFile - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- notAnObject - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- notAPACKFile - Variable in class org.eclipse.jgit.internal.JGitText
- notARef - Variable in class org.eclipse.jgit.internal.JGitText
- notARevision - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- notASCIIString - Variable in class org.eclipse.jgit.internal.JGitText
- notATree - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- notAuthorized - Variable in class org.eclipse.jgit.internal.JGitText
- notAValidCommitName - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- notAValidPack - Variable in class org.eclipse.jgit.internal.JGitText
- notAValidRefName - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- Note - Class in org.eclipse.jgit.notes
-
In-memory representation of a single note attached to one object.
- Note(AnyObjectId, ObjectId) - Constructor for class org.eclipse.jgit.notes.Note
-
A Git note about the object referenced by
noteOn
. - NoteMap - Class in org.eclipse.jgit.notes
-
Index of notes from a note branch.
- NoteMapMerger - Class in org.eclipse.jgit.notes
-
Three-way note tree merge.
- NoteMapMerger(Repository) - Constructor for class org.eclipse.jgit.notes.NoteMapMerger
-
Constructs a NoteMapMerger with
DefaultNoteMerger
as the merger for notes and theMergeStrategy.RESOLVE
as the strategy for resolving conflicts on non-notes - NoteMapMerger(Repository, NoteMerger, MergeStrategy) - Constructor for class org.eclipse.jgit.notes.NoteMapMerger
-
Constructs a NoteMapMerger with custom
NoteMerger
and customMergeStrategy
. - NoteMerger - Interface in org.eclipse.jgit.notes
-
Three-way note merge operation.
- noteObjectTooLargeToPrint - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- notesAdd() - Method in class org.eclipse.jgit.api.Git
-
Return a command to add notes to an object
- notesList() - Method in class org.eclipse.jgit.api.Git
-
Return a command to list all notes
- NotesMergeConflictException - Exception in org.eclipse.jgit.notes
-
This exception will be thrown from the
NoteMerger
when a conflict on Notes content is found during merge. - NotesMergeConflictException(NonNoteEntry, NonNoteEntry, NonNoteEntry) - Constructor for exception org.eclipse.jgit.notes.NotesMergeConflictException
-
Constructs a NotesMergeConflictException for the specified base, ours and theirs versions of the root note tree.
- NotesMergeConflictException(Note, Note, Note) - Constructor for exception org.eclipse.jgit.notes.NotesMergeConflictException
-
Construct a NotesMergeConflictException for the specified base, ours and theirs note versions.
- notesRemove() - Method in class org.eclipse.jgit.api.Git
-
Return a command to remove notes on an object
- notesShow() - Method in class org.eclipse.jgit.api.Git
-
Return a command to show notes on an object
- notFound - Variable in class org.eclipse.jgit.internal.JGitText
- notFound - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- NOTHING - org.eclipse.jgit.transport.PushConfig.PushDefault
-
Do not push if there are no explicit refspecs.
- NOTHING_TO_COMMIT - org.eclipse.jgit.api.RebaseResult.Status
-
Continue with nothing left to commit (possibly want skip).
- nothingToFetch - Variable in class org.eclipse.jgit.internal.JGitText
- nothingToPush - Variable in class org.eclipse.jgit.internal.JGitText
- nothingToSquash - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- notifyIndexChanged(boolean) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRepository
-
Notify that the index changed by firing an IndexChangedEvent.
- notifyIndexChanged(boolean) - Method in class org.eclipse.jgit.internal.storage.file.FileRepository
-
Notify that the index changed by firing an IndexChangedEvent.
- notifyIndexChanged(boolean) - Method in class org.eclipse.jgit.lib.Repository
-
Notify that the index changed by firing an IndexChangedEvent.
- notifyUponTransientChanges() - Method in class org.eclipse.jgit.lib.Config
-
Determine whether to issue change events for transient changes.
- notifyUponTransientChanges() - Method in class org.eclipse.jgit.storage.file.FileBasedConfig
-
Determine whether to issue change events for transient changes.
- NotIgnoredFilter - Class in org.eclipse.jgit.treewalk.filter
-
Skip
WorkingTreeIterator
entries that appear in gitignore files. - NotIgnoredFilter(int) - Constructor for class org.eclipse.jgit.treewalk.filter.NotIgnoredFilter
-
Construct a filter to ignore paths known to a particular iterator.
- NotMergedException - Exception in org.eclipse.jgit.api.errors
-
Thrown when branch deletion fails due to unmerged data
- NotMergedException() - Constructor for exception org.eclipse.jgit.api.errors.NotMergedException
-
The default constructor with a default message
- notMergedExceptionMessage - Variable in class org.eclipse.jgit.internal.JGitText
- notOnAnyBranch - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- NOTRACK - org.eclipse.jgit.api.CreateBranchCommand.SetupUpstreamMode
-
Corresponds to the --no-track option
- noTREESectionInIndex - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- NotRevFilter - Class in org.eclipse.jgit.revwalk.filter
-
Includes a commit only if the subfilter does not include the commit.
- notShallowedUnshallow - Variable in class org.eclipse.jgit.internal.JGitText
- NotSupportedException - Exception in org.eclipse.jgit.errors
-
JGit encountered a case that it knows it cannot yet handle.
- NotSupportedException(String) - Constructor for exception org.eclipse.jgit.errors.NotSupportedException
-
Construct a NotSupportedException for some issue JGit cannot yet handle.
- NotSupportedException(String, Throwable) - Constructor for exception org.eclipse.jgit.errors.NotSupportedException
-
Construct a NotSupportedException for some issue JGit cannot yet handle.
- NotTreeFilter - Class in org.eclipse.jgit.treewalk.filter
-
Includes an entry only if the subfilter does not include the entry.
- NoWorkTreeException - Exception in org.eclipse.jgit.errors
-
Indicates a
Repository
has no working directory, and is thus bare. - NoWorkTreeException() - Constructor for exception org.eclipse.jgit.errors.NoWorkTreeException
-
Creates an exception indicating there is no work tree for a repository.
- noXMLParserAvailable - Variable in class org.eclipse.jgit.internal.JGitText
- NULL - Static variable in interface org.eclipse.jgit.transport.PostReceiveHook
-
A simple no-op hook.
- NULL - Static variable in interface org.eclipse.jgit.transport.PostUploadHook
-
A simple no-op hook.
- NULL - Static variable in interface org.eclipse.jgit.transport.PreReceiveHook
-
A simple no-op hook.
- NULL - Static variable in interface org.eclipse.jgit.transport.PreUploadHook
-
A simple no-op hook.
- NULL_CHECKER - Static variable in interface org.eclipse.jgit.lib.BlobObjectChecker
-
No-op implementation of
BlobObjectChecker
. - NULL_SHA1 - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- Nullable - Annotation Type in org.eclipse.jgit.annotations
-
Marks types that can hold the value
null
at run time. - NullOutputStream - Class in org.eclipse.jgit.util.io
-
An OutputStream which ignores everything written to it.
- NullProgressMonitor - Class in org.eclipse.jgit.lib
-
A NullProgressMonitor does not report progress anywhere.
- NUMBER_OF_PASSWORD_PROMPTS - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file.
- numberOfBitmaps - Variable in class org.eclipse.jgit.internal.storage.file.GC.RepoStatistics
-
The number of bitmaps in the bitmap indices.
- numberOfLooseObjects - Variable in class org.eclipse.jgit.internal.storage.file.GC.RepoStatistics
-
The number of objects stored as loose objects.
- numberOfLooseRefs - Variable in class org.eclipse.jgit.internal.storage.file.GC.RepoStatistics
-
The number of loose refs.
- numberOfPackedObjects - Variable in class org.eclipse.jgit.internal.storage.file.GC.RepoStatistics
-
The number of objects stored in pack files.
- numberOfPackedRefs - Variable in class org.eclipse.jgit.internal.storage.file.GC.RepoStatistics
-
The number of refs stored in pack files.
- numberOfPackFiles - Variable in class org.eclipse.jgit.internal.storage.file.GC.RepoStatistics
-
The number of pack files
O
- OBJ_ANY - Static variable in class org.eclipse.jgit.lib.ObjectReader
-
Type hint indicating the caller doesn't know the type.
- OBJ_BAD - Static variable in class org.eclipse.jgit.lib.Constants
-
An unknown or invalid object type code.
- OBJ_BLOB - Static variable in class org.eclipse.jgit.lib.Constants
-
In-pack object type: blob.
- OBJ_COMMIT - Static variable in class org.eclipse.jgit.lib.Constants
-
In-pack object type: commit.
- OBJ_EXT - Static variable in class org.eclipse.jgit.lib.Constants
-
In-pack object type: extended types.
- OBJ_OFS_DELTA - Static variable in class org.eclipse.jgit.lib.Constants
-
In-pack object type: offset delta
- OBJ_REF_DELTA - Static variable in class org.eclipse.jgit.lib.Constants
-
In-pack object type: reference delta
- OBJ_TAG - Static variable in class org.eclipse.jgit.lib.Constants
-
In-pack object type: annotated tag.
- OBJ_TREE - Static variable in class org.eclipse.jgit.lib.Constants
-
In-pack object type: tree.
- OBJ_TYPE_5 - Static variable in class org.eclipse.jgit.lib.Constants
-
In-pack object type: reserved for future use.
- objBytes() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter.Stats
- objCount() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter.Stats
- object - Static variable in class org.eclipse.jgit.lib.ObjectChecker
-
Header "object "
- OBJECT_ID_ABBREV_STRING_LENGTH - Static variable in class org.eclipse.jgit.lib.Constants
-
The historic length of an abbreviated Git object hash string.
- OBJECT_ID_LENGTH - Static variable in class org.eclipse.jgit.lib.Constants
-
A Git object hash is 160 bits, i.e.
- OBJECT_ID_STRING_LENGTH - Static variable in class org.eclipse.jgit.lib.Constants
-
A Git object can be expressed as a 40 character string of hexadecimal digits.
- objectAtHasBadZlibStream - Variable in class org.eclipse.jgit.internal.JGitText
- ObjectBuilder - Class in org.eclipse.jgit.lib
-
Common base class for
CommitBuilder
andTagBuilder
. - ObjectBuilder() - Constructor for class org.eclipse.jgit.lib.ObjectBuilder
- ObjectChecker - Class in org.eclipse.jgit.lib
-
Verifies that an object is formatted correctly.
- ObjectChecker() - Constructor for class org.eclipse.jgit.lib.ObjectChecker
- ObjectChecker.ErrorType - Enum in org.eclipse.jgit.lib
-
Potential issues identified by the checker.
- ObjectCountCallback - Interface in org.eclipse.jgit.transport
-
A callback to tell caller the count of objects ASAP.
- ObjectDatabase - Class in org.eclipse.jgit.lib
-
Abstraction of arbitrary object storage.
- ObjectDatabase() - Constructor for class org.eclipse.jgit.lib.ObjectDatabase
-
Initialize a new database instance for access.
- ObjectDirectory - Class in org.eclipse.jgit.internal.storage.file
-
Traditional file system based
ObjectDatabase
. - ObjectDirectory(Config, File, File[], FS, File) - Constructor for class org.eclipse.jgit.internal.storage.file.ObjectDirectory
-
Initialize a reference to an on-disk object directory.
- ObjectDirectoryPackParser - Class in org.eclipse.jgit.internal.storage.file
-
Consumes a pack stream and stores as a pack file in
ObjectDirectory
. - ObjectDownloadListener - Class in org.eclipse.jgit.lfs.server.fs
-
Handle asynchronous large object download.
- ObjectDownloadListener(FileLfsRepository, AsyncContext, HttpServletResponse, AnyLongObjectId) - Constructor for class org.eclipse.jgit.lfs.server.fs.ObjectDownloadListener
-
Constructor for ObjectDownloadListener.
- ObjectFilter - Class in org.eclipse.jgit.revwalk.filter
-
Selects interesting objects when walking.
- ObjectFilter() - Constructor for class org.eclipse.jgit.revwalk.filter.ObjectFilter
- ObjectId - Class in org.eclipse.jgit.lib
-
A SHA-1 abstraction.
- ObjectId(int, int, int, int, int) - Constructor for class org.eclipse.jgit.lib.ObjectId
-
Construct an ObjectId from 160 bits provided in 5 words.
- ObjectId(AnyObjectId) - Constructor for class org.eclipse.jgit.lib.ObjectId
-
Initialize this instance by copying another existing ObjectId.
- ObjectIdHandler - Class in org.eclipse.jgit.pgm.opt
-
Custom argument handler
ObjectId
from string values. - ObjectIdHandler(CmdLineParser, OptionDef, Setter<? super ObjectId>) - Constructor for class org.eclipse.jgit.pgm.opt.ObjectIdHandler
-
Create a new handler for the command name.
- ObjectIdOwnerMap<V extends ObjectIdOwnerMap.Entry> - Class in org.eclipse.jgit.lib
-
Fast, efficient map for
ObjectId
subclasses in only one map. - ObjectIdOwnerMap() - Constructor for class org.eclipse.jgit.lib.ObjectIdOwnerMap
-
Create an empty map.
- ObjectIdOwnerMap.Entry - Class in org.eclipse.jgit.lib
-
Type of entry stored in the
ObjectIdOwnerMap
. - ObjectIdRef - Class in org.eclipse.jgit.lib
- ObjectIdRef(Ref.Storage, String, ObjectId, long) - Constructor for class org.eclipse.jgit.lib.ObjectIdRef
-
Create a new ref pairing.
- ObjectIdRef.PeeledNonTag - Class in org.eclipse.jgit.lib
-
A reference to a non-tag object coming from a cached source.
- ObjectIdRef.PeeledTag - Class in org.eclipse.jgit.lib
-
An annotated tag whose peeled object has been cached.
- ObjectIdRef.Unpeeled - Class in org.eclipse.jgit.lib
-
Any reference whose peeled value is not yet known.
- ObjectIdSerializer - Class in org.eclipse.jgit.lib
-
Helper to serialize
ObjectId
instances. - ObjectIdSet - Interface in org.eclipse.jgit.lib
-
Simple set of ObjectIds.
- ObjectIdSubclassMap<V extends ObjectId> - Class in org.eclipse.jgit.lib
-
Fast, efficient map specifically for
ObjectId
subclasses. - ObjectIdSubclassMap() - Constructor for class org.eclipse.jgit.lib.ObjectIdSubclassMap
-
Create an empty map.
- ObjectInfo() - Constructor for class org.eclipse.jgit.lfs.Protocol.ObjectInfo
- ObjectInfo() - Constructor for class org.eclipse.jgit.lfs.server.Response.ObjectInfo
- ObjectInfoRequest - Class in org.eclipse.jgit.transport
-
object-info request.
- ObjectInfoRequest.Builder - Class in org.eclipse.jgit.transport
-
A builder for
ObjectInfoRequest
. - ObjectInserter - Class in org.eclipse.jgit.lib
-
Inserts objects into an existing
ObjectDatabase
. - ObjectInserter() - Constructor for class org.eclipse.jgit.lib.ObjectInserter
-
Create a new inserter for a database.
- ObjectInserter.Filter - Class in org.eclipse.jgit.lib
-
Wraps a delegate ObjectInserter.
- ObjectInserter.Formatter - Class in org.eclipse.jgit.lib
-
An inserter that can be used for formatting and id generation only.
- objectIsCorrupt - Variable in class org.eclipse.jgit.internal.JGitText
- objectIsCorrupt3 - Variable in class org.eclipse.jgit.internal.JGitText
- objectIsNotA - Variable in class org.eclipse.jgit.internal.JGitText
- ObjectLoader - Class in org.eclipse.jgit.lib
-
Base class for a set of loaders for different representations of Git objects.
- ObjectLoader() - Constructor for class org.eclipse.jgit.lib.ObjectLoader
- ObjectLoader.Filter - Class in org.eclipse.jgit.lib
-
Wraps a delegate ObjectLoader.
- ObjectLoader.SmallObject - Class in org.eclipse.jgit.lib
-
Simple loader around the cached byte array.
- objectLookupComparator() - Static method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Comparator for packs when looking up objects in indexes.
- objectLookupComparator(Comparator<DfsObjDatabase.PackSource>) - Static method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Comparator for packs when looking up objects in indexes.
- objectNotFound - Variable in class org.eclipse.jgit.internal.JGitText
- objectNotFound - Variable in class org.eclipse.jgit.lfs.server.internal.LfsServerText
- objectNotFoundIn - Variable in class org.eclipse.jgit.internal.JGitText
- ObjectReachabilityChecker - Interface in org.eclipse.jgit.revwalk
-
Checks if all objects are reachable from certain starting points.
- ObjectReader - Class in org.eclipse.jgit.lib
-
Reads an
ObjectDatabase
for a single thread. - ObjectReader() - Constructor for class org.eclipse.jgit.lib.ObjectReader
- ObjectReader.Filter - Class in org.eclipse.jgit.lib
-
Wraps a delegate ObjectReader.
- ObjectReuseAsIs - Interface in org.eclipse.jgit.internal.storage.pack
-
Extension of
ObjectReader
that supports reusing objects in packs. - objects - Variable in class org.eclipse.jgit.lfs.Protocol.Request
-
The objects of this request
- objects - Variable in class org.eclipse.jgit.lfs.Protocol.Response
- objects - Variable in class org.eclipse.jgit.lfs.server.Response.Body
- OBJECTS - Static variable in class org.eclipse.jgit.lib.Constants
-
Objects folder name
- OBJECTS_LFS_ENDPOINT - Static variable in interface org.eclipse.jgit.lfs.Protocol
-
Path to the LFS objects servlet.
- ObjectSpec() - Constructor for class org.eclipse.jgit.lfs.Protocol.ObjectSpec
- ObjectStream - Class in org.eclipse.jgit.lib
-
Stream of data coming from an object loaded by
ObjectLoader
. - ObjectStream() - Constructor for class org.eclipse.jgit.lib.ObjectStream
- ObjectStream.Filter - Class in org.eclipse.jgit.lib
-
Simple filter stream around another stream.
- ObjectStream.SmallStream - Class in org.eclipse.jgit.lib
-
Simple stream around the cached byte array created by a loader.
- ObjectToPack - Class in org.eclipse.jgit.internal.storage.pack
-
Per-object state used by
PackWriter
. - ObjectToPack(AnyObjectId, int) - Constructor for class org.eclipse.jgit.internal.storage.pack.ObjectToPack
-
Construct for the specified object id.
- ObjectType(PackStatistics.ObjectType.Accumulator) - Constructor for class org.eclipse.jgit.storage.pack.PackStatistics.ObjectType
-
Creates a new
PackStatistics.ObjectType
object from the accumulator. - ObjectTypeAndSize() - Constructor for class org.eclipse.jgit.transport.PackParser.ObjectTypeAndSize
- objectTypes - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
Statistics about each object type in the pack (commits, tags, trees and blobs.)
- ObjectUploadListener - Class in org.eclipse.jgit.lfs.server.fs
-
Handle asynchronous object upload.
- ObjectUploadListener(FileLfsRepository, AsyncContext, HttpServletRequest, HttpServletResponse, AnyLongObjectId) - Constructor for class org.eclipse.jgit.lfs.server.fs.ObjectUploadListener
-
Constructor for ObjectUploadListener.
- ObjectUploadListener.Callback - Interface in org.eclipse.jgit.lfs.server.fs
-
Callback invoked after object upload completed.
- ObjectWalk - Class in org.eclipse.jgit.revwalk
-
Specialized subclass of RevWalk to include trees, blobs and tags.
- ObjectWalk(ObjectReader) - Constructor for class org.eclipse.jgit.revwalk.ObjectWalk
-
Create a new revision and object walker for a given repository.
- ObjectWalk(ObjectReader, int) - Constructor for class org.eclipse.jgit.revwalk.DepthWalk.ObjectWalk
- ObjectWalk(Repository) - Constructor for class org.eclipse.jgit.revwalk.ObjectWalk
-
Create a new revision and object walker for a given repository.
- ObjectWalk(Repository, int) - Constructor for class org.eclipse.jgit.revwalk.DepthWalk.ObjectWalk
- ObjectWalk.VisitationPolicy - Interface in org.eclipse.jgit.revwalk
-
When walking over a tree and blob graph, objects are usually marked as seen as they are visited and this "seen" status is checked upon the next visit.
- ObjectWritingException - Exception in org.eclipse.jgit.errors
-
Cannot store an object in the object database.
- ObjectWritingException(String) - Constructor for exception org.eclipse.jgit.errors.ObjectWritingException
-
Constructs an ObjectWritingException with the specified detail message.
- ObjectWritingException(String, Throwable) - Constructor for exception org.eclipse.jgit.errors.ObjectWritingException
-
Constructs an ObjectWritingException with the specified detail message.
- objIdLength() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter.Stats
- objIndexLevels() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter.Stats
- objIndexSize() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter.Stats
- obtainingCommitsForCherryPick - Variable in class org.eclipse.jgit.internal.JGitText
- of(DfsRepositoryDescription, String, PackExt) - Static method in class org.eclipse.jgit.internal.storage.dfs.DfsStreamKey
-
Create a
DfsStreamKey
- of(Repository, String) - Static method in class org.eclipse.jgit.lib.BranchTrackingStatus
-
Compute the tracking status for the
branchName
inrepository
. - OFF - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Flag value.
- offloadedPackfiles - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
Amount of packfile uris sent to the client to download via HTTP.
- offloadedPackfileSize - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
Total size (in bytes) offloaded to HTTP downloads.
- ofObjectType(EWAHCompressedBitmap, int) - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndex
-
Returns a bitmap containing positions for objects that have the given Git type.
- ofObjectType(EWAHCompressedBitmap, int) - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder
-
Returns a bitmap containing positions for objects that have the given Git type.
- ofObjectType(EWAHCompressedBitmap, int) - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexRemapper
-
Returns a bitmap containing positions for objects that have the given Git type.
- oid - Variable in class org.eclipse.jgit.lfs.Protocol.ObjectSpec
- oid - Variable in class org.eclipse.jgit.lfs.server.Response.ObjectInfo
- OK - org.eclipse.jgit.api.CheckoutResult.Status
-
Checkout completed normally
- OK - org.eclipse.jgit.api.CherryPickResult.CherryPickStatus
- OK - org.eclipse.jgit.api.RebaseResult.Status
-
Rebase was successful, HEAD points to the new commit
- OK - org.eclipse.jgit.transport.PushCertificate.NonceStatus
-
Received nonce matches sent nonce, or is valid within the accepted slop window.
- OK - org.eclipse.jgit.transport.ReceiveCommand.Result
-
The change was completed successfully.
- OK - org.eclipse.jgit.transport.RemoteRefUpdate.Status
-
Remote ref was successfully updated.
- OK - org.eclipse.jgit.util.ProcessResult.Status
-
The script was found and launched properly.
- OK - Static variable in exception org.eclipse.jgit.transport.FtpChannel.FtpException
- OLD - org.eclipse.jgit.diff.DiffEntry.Side
-
The old side of a DiffEntry.
- oldestPossibleFormat(List<? extends PackedObjectInfo>) - Static method in class org.eclipse.jgit.internal.storage.file.PackIndexWriter
-
Return the oldest (most widely understood) index format.
- oldId - Variable in class org.eclipse.jgit.diff.DiffEntry
-
ObjectId listed on the index line for the old (pre-image)
- oldIdMustNotBeNull - Variable in class org.eclipse.jgit.internal.JGitText
- OldImage() - Constructor for class org.eclipse.jgit.patch.HunkHeader.OldImage
- oldMode - Variable in class org.eclipse.jgit.diff.DiffEntry
-
Old mode of the file, if described by the patch, else null.
- oldPath - Variable in class org.eclipse.jgit.diff.DiffEntry
-
File name of the old (pre-image).
- ON - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Flag value.
- ON_DEMAND - org.eclipse.jgit.lib.SubmoduleConfig.FetchRecurseSubmodulesMode
-
Only recurse into a populated submodule when the superproject retrieves a commit that updates the submodule's reference to a commit that isn't already in the local submodule clone.
- ON_DEMAND - org.eclipse.jgit.transport.PushConfig.PushRecurseSubmodulesMode
-
All submodules that changed in the revisions to be pushed will be pushed.
- onAllDataRead() - Method in class org.eclipse.jgit.lfs.server.fs.ObjectUploadListener
- onAppendBase(int, byte[], PackedObjectInfo) - Method in class org.eclipse.jgit.internal.fsck.FsckPackParser
-
Provide the implementation with a base that was outside of the pack.
- onAppendBase(int, byte[], PackedObjectInfo) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackParser
-
Provide the implementation with a base that was outside of the pack.
- onAppendBase(int, byte[], PackedObjectInfo) - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser
-
Provide the implementation with a base that was outside of the pack.
- onAppendBase(int, byte[], PackedObjectInfo) - Method in class org.eclipse.jgit.transport.PackParser
-
Provide the implementation with a base that was outside of the pack.
- onBeforeDfsPackIndexLoaded(BeforeDfsPackIndexLoadedEvent) - Method in interface org.eclipse.jgit.internal.storage.dfs.BeforeDfsPackIndexLoadedListener
-
Invoked just before a pack index is loaded from the block cache.
- onBeginNegotiateRound(UploadPack, Collection<? extends ObjectId>, int) - Method in interface org.eclipse.jgit.transport.PreUploadHook
-
Invoked before negotiation round is started.
- onBeginNegotiateRound(UploadPack, Collection<? extends ObjectId>, int) - Method in class org.eclipse.jgit.transport.PreUploadHookChain
-
Invoked before negotiation round is started.
- onBeginOfsDelta(long, long, long) - Method in class org.eclipse.jgit.internal.fsck.FsckPackParser
-
Event notifying start of a delta referencing its base by offset.
- onBeginOfsDelta(long, long, long) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackParser
-
Event notifying start of a delta referencing its base by offset.
- onBeginOfsDelta(long, long, long) - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser
-
Event notifying start of a delta referencing its base by offset.
- onBeginOfsDelta(long, long, long) - Method in class org.eclipse.jgit.transport.PackParser
-
Event notifying start of a delta referencing its base by offset.
- onBeginRefDelta(long, AnyObjectId, long) - Method in class org.eclipse.jgit.internal.fsck.FsckPackParser
-
Event notifying start of a delta referencing its base by ObjectId.
- onBeginRefDelta(long, AnyObjectId, long) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackParser
-
Event notifying start of a delta referencing its base by ObjectId.
- onBeginRefDelta(long, AnyObjectId, long) - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser
-
Event notifying start of a delta referencing its base by ObjectId.
- onBeginRefDelta(long, AnyObjectId, long) - Method in class org.eclipse.jgit.transport.PackParser
-
Event notifying start of a delta referencing its base by ObjectId.
- onBeginWholeObject(long, int, long) - Method in class org.eclipse.jgit.internal.fsck.FsckPackParser
-
Event notifying the start of an object stored whole (not as a delta).
- onBeginWholeObject(long, int, long) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackParser
-
Event notifying the start of an object stored whole (not as a delta).
- onBeginWholeObject(long, int, long) - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser
-
Event notifying the start of an object stored whole (not as a delta).
- onBeginWholeObject(long, int, long) - Method in class org.eclipse.jgit.transport.PackParser
-
Event notifying the start of an object stored whole (not as a delta).
- onBranch - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- onBranchToBeBorn - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- onCapabilities(CapabilitiesV2Request) - Method in interface org.eclipse.jgit.transport.ProtocolV2Hook
- onCapabilities(CapabilitiesV2Request) - Method in class org.eclipse.jgit.transport.ProtocolV2HookChain
- onConfigChanged(ConfigChangedEvent) - Method in interface org.eclipse.jgit.events.ConfigChangedListener
-
Invoked when any change is made to the configuration.
- onDataAvailable() - Method in class org.eclipse.jgit.lfs.server.fs.ObjectUploadListener
-
Writes all the received data to the output channel
- onEndDelta() - Method in class org.eclipse.jgit.internal.fsck.FsckPackParser
-
Event notifying the current object.
- onEndDelta() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackParser
-
Event notifying the current object.
- onEndDelta() - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser
-
Event notifying the current object.
- onEndDelta() - Method in class org.eclipse.jgit.transport.PackParser
-
Event notifying the current object.
- onEndNegotiateRound(UploadPack, Collection<? extends ObjectId>, int, int, boolean) - Method in interface org.eclipse.jgit.transport.PreUploadHook
-
Invoked after a negotiation round is completed.
- onEndNegotiateRound(UploadPack, Collection<? extends ObjectId>, int, int, boolean) - Method in class org.eclipse.jgit.transport.PreUploadHookChain
-
Invoked after a negotiation round is completed.
- onEndTask(String, int) - Method in class org.eclipse.jgit.lib.BatchingProgressMonitor
-
Finish the progress monitor when the total wasn't known in advance.
- onEndTask(String, int) - Method in class org.eclipse.jgit.lib.TextProgressMonitor
-
Finish the progress monitor when the total wasn't known in advance.
- onEndTask(String, int, int, int) - Method in class org.eclipse.jgit.lib.BatchingProgressMonitor
-
Finish the progress monitor when the total is known in advance.
- onEndTask(String, int, int, int) - Method in class org.eclipse.jgit.lib.TextProgressMonitor
-
Finish the progress monitor when the total is known in advance.
- onEndThinPack() - Method in class org.eclipse.jgit.internal.fsck.FsckPackParser
-
Event indicating a thin pack has been completely processed.
- onEndThinPack() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackParser
-
Event indicating a thin pack has been completely processed.
- onEndThinPack() - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser
-
Event indicating a thin pack has been completely processed.
- onEndThinPack() - Method in class org.eclipse.jgit.transport.PackParser
-
Event indicating a thin pack has been completely processed.
- onEndWholeObject(PackedObjectInfo) - Method in class org.eclipse.jgit.internal.fsck.FsckPackParser
-
Event notifying the current object.
- onEndWholeObject(PackedObjectInfo) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackParser
-
Event notifying the current object.
- onEndWholeObject(PackedObjectInfo) - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser
-
Event notifying the current object.
- onEndWholeObject(PackedObjectInfo) - Method in class org.eclipse.jgit.transport.PackParser
-
Event notifying the current object.
- onError(Throwable) - Method in class org.eclipse.jgit.lfs.server.fs.ObjectDownloadListener
-
Handle errors
- onError(Throwable) - Method in class org.eclipse.jgit.lfs.server.fs.ObjectUploadListener
- onFetch(FetchV2Request) - Method in interface org.eclipse.jgit.transport.ProtocolV2Hook
- onFetch(FetchV2Request) - Method in class org.eclipse.jgit.transport.ProtocolV2HookChain
- onIndexChanged(IndexChangedEvent) - Method in interface org.eclipse.jgit.events.IndexChangedListener
-
Invoked when any change is made to the index.
- onInflatedObjectData(PackedObjectInfo, int, byte[]) - Method in class org.eclipse.jgit.internal.fsck.FsckPackParser
-
Invoked for commits, trees, tags, and small blobs.
- onInflatedObjectData(PackedObjectInfo, int, byte[]) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackParser
-
Invoked for commits, trees, tags, and small blobs.
- onInflatedObjectData(PackedObjectInfo, int, byte[]) - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser
-
Invoked for commits, trees, tags, and small blobs.
- onInflatedObjectData(PackedObjectInfo, int, byte[]) - Method in class org.eclipse.jgit.transport.PackParser
-
Invoked for commits, trees, tags, and small blobs.
- onLsRefs(LsRefsV2Request) - Method in interface org.eclipse.jgit.transport.ProtocolV2Hook
- onLsRefs(LsRefsV2Request) - Method in class org.eclipse.jgit.transport.ProtocolV2HookChain
- ONLY - org.eclipse.jgit.api.MergeCommand.FastForwardMode.Merge
- ONLY_MERGES - Static variable in class org.eclipse.jgit.revwalk.filter.RevFilter
-
Filter including only merge commits, excluding all commits with less than two parents (thread safe).
- onlyOneCommitOptionAllowed - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- onlyOneFetchSupported - Variable in class org.eclipse.jgit.internal.JGitText
- onlyOneMetaVarExpectedIn - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- onlyOneOperationCallPerConnectionIsSupported - Variable in class org.eclipse.jgit.internal.JGitText
- onlyOpenPgpSupportedForSigning - Variable in class org.eclipse.jgit.internal.JGitText
- onObjectData(PackParser.Source, byte[], int, int) - Method in class org.eclipse.jgit.internal.fsck.FsckPackParser
-
Store (and/or checksum) a portion of an object's data.
- onObjectData(PackParser.Source, byte[], int, int) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackParser
-
Store (and/or checksum) a portion of an object's data.
- onObjectData(PackParser.Source, byte[], int, int) - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser
-
Store (and/or checksum) a portion of an object's data.
- onObjectData(PackParser.Source, byte[], int, int) - Method in class org.eclipse.jgit.transport.PackParser
-
Store (and/or checksum) a portion of an object's data.
- onObjectHeader(PackParser.Source, byte[], int, int) - Method in class org.eclipse.jgit.internal.fsck.FsckPackParser
-
Store (and/or checksum) an object header.
- onObjectHeader(PackParser.Source, byte[], int, int) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackParser
-
Store (and/or checksum) an object header.
- onObjectHeader(PackParser.Source, byte[], int, int) - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser
-
Store (and/or checksum) an object header.
- onObjectHeader(PackParser.Source, byte[], int, int) - Method in class org.eclipse.jgit.transport.PackParser
-
Store (and/or checksum) an object header.
- onObjectInfo(ObjectInfoRequest) - Method in interface org.eclipse.jgit.transport.ProtocolV2Hook
- onObjectInfo(ObjectInfoRequest) - Method in class org.eclipse.jgit.transport.ProtocolV2HookChain
- onPackFooter(byte[]) - Method in class org.eclipse.jgit.internal.fsck.FsckPackParser
-
Provide the implementation with the original stream's pack footer.
- onPackFooter(byte[]) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackParser
-
Provide the implementation with the original stream's pack footer.
- onPackFooter(byte[]) - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser
-
Provide the implementation with the original stream's pack footer.
- onPackFooter(byte[]) - Method in class org.eclipse.jgit.transport.PackParser
-
Provide the implementation with the original stream's pack footer.
- onPackHeader(long) - Method in class org.eclipse.jgit.internal.fsck.FsckPackParser
-
Provide the implementation with the original stream's pack header.
- onPackHeader(long) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackParser
-
Provide the implementation with the original stream's pack header.
- onPackHeader(long) - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser
-
Provide the implementation with the original stream's pack header.
- onPackHeader(long) - Method in class org.eclipse.jgit.transport.PackParser
-
Provide the implementation with the original stream's pack header.
- onPacksChanged(DfsPacksChangedEvent) - Method in interface org.eclipse.jgit.internal.storage.dfs.DfsPacksChangedListener
-
Invoked when all packs in a repository are listed.
- onPostReceive(ReceivePack, Collection<ReceiveCommand>) - Method in interface org.eclipse.jgit.transport.PostReceiveHook
-
Invoked after all commands are executed and status has been returned.
- onPostReceive(ReceivePack, Collection<ReceiveCommand>) - Method in class org.eclipse.jgit.transport.PostReceiveHookChain
-
Invoked after all commands are executed and status has been returned.
- onPostUpload(PackStatistics) - Method in interface org.eclipse.jgit.transport.PostUploadHook
-
Notifies the hook that a pack has been sent.
- onPostUpload(PackStatistics) - Method in class org.eclipse.jgit.transport.PostUploadHookChain
-
Notifies the hook that a pack has been sent.
- onPreReceive(ReceivePack, Collection<ReceiveCommand>) - Method in interface org.eclipse.jgit.transport.PreReceiveHook
-
Invoked just before commands are executed.
- onPreReceive(ReceivePack, Collection<ReceiveCommand>) - Method in class org.eclipse.jgit.transport.PreReceiveHookChain
-
Invoked just before commands are executed.
- onReceivePack() - Method in class org.eclipse.jgit.transport.BasePackFetchConnection
-
Notification event delivered just before the pack is received from the network.
- onRefsChanged(RefsChangedEvent) - Method in interface org.eclipse.jgit.events.RefsChangedListener
-
Invoked when any reference changes.
- onSendPack(UploadPack, Collection<? extends ObjectId>, Collection<? extends ObjectId>) - Method in interface org.eclipse.jgit.transport.PreUploadHook
-
Invoked just before a pack will be sent to the client.
- onSendPack(UploadPack, Collection<? extends ObjectId>, Collection<? extends ObjectId>) - Method in class org.eclipse.jgit.transport.PreUploadHookChain
-
Invoked just before a pack will be sent to the client.
- onStoreStream(byte[], int, int) - Method in class org.eclipse.jgit.internal.fsck.FsckPackParser
-
Store bytes received from the raw stream.
- onStoreStream(byte[], int, int) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackParser
-
Store bytes received from the raw stream.
- onStoreStream(byte[], int, int) - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser
-
Store bytes received from the raw stream.
- onStoreStream(byte[], int, int) - Method in class org.eclipse.jgit.transport.PackParser
-
Store bytes received from the raw stream.
- onUpdate(String, int) - Method in class org.eclipse.jgit.lib.BatchingProgressMonitor
-
Update the progress monitor if the total work isn't known,
- onUpdate(String, int) - Method in class org.eclipse.jgit.lib.TextProgressMonitor
-
Update the progress monitor if the total work isn't known,
- onUpdate(String, int, int, int) - Method in class org.eclipse.jgit.lib.BatchingProgressMonitor
-
Update the progress monitor when the total is known in advance.
- onUpdate(String, int, int, int) - Method in class org.eclipse.jgit.lib.TextProgressMonitor
-
Update the progress monitor when the total is known in advance.
- onWorkingTreeModified(WorkingTreeModifiedEvent) - Method in interface org.eclipse.jgit.events.WorkingTreeModifiedListener
-
Respond to working tree modifications.
- onWritePossible() - Method in class org.eclipse.jgit.lfs.server.fs.ObjectDownloadListener
-
Write file content
- open() - Method in interface org.eclipse.jgit.lib.AsyncObjectLoaderQueue
-
Obtain a loader to read the object.
- open(boolean) - Method in class org.eclipse.jgit.lib.RepositoryCache.FileKey
- open(boolean) - Method in interface org.eclipse.jgit.lib.RepositoryCache.Key
-
Called by
RepositoryCache.open(Key)
if it doesn't exist yet. - open(C, String) - Method in class org.eclipse.jgit.transport.resolver.FileResolver
-
Locate and open a reference to a
Repository
. - open(C, String) - Method in interface org.eclipse.jgit.transport.resolver.RepositoryResolver
-
Locate and open a reference to a
Repository
. - open(File) - Static method in class org.eclipse.jgit.api.Git
-
Open repository
- open(File) - Static method in class org.eclipse.jgit.internal.storage.file.PackIndex
-
Open an existing pack
.idx
file for reading. - open(File, PackIndex, PackReverseIndex) - Static method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndex
-
Read an existing pack bitmap index file from a buffered stream.
- open(File, FS) - Static method in class org.eclipse.jgit.api.Git
-
Open repository
- open(Iterable<T>, boolean) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReader
-
Asynchronous object opening.
- open(Iterable<T>, boolean) - Method in class org.eclipse.jgit.lib.ObjectReader.Filter
- open(Iterable<T>, boolean) - Method in class org.eclipse.jgit.lib.ObjectReader
-
Asynchronous object opening.
- open(String, ObjectId) - Method in class org.eclipse.jgit.diff.ContentSource
-
Open the object.
- open(DiffEntry.Side, DiffEntry) - Method in class org.eclipse.jgit.diff.ContentSource.Pair
-
Open the object.
- open(DfsReader) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReftable
-
Open reader on the reftable.
- open(DfsReader, List<DfsReftable>) - Static method in class org.eclipse.jgit.internal.storage.dfs.DfsReftableStack
-
Opens a stack of tables for reading.
- open(AnyObjectId) - Method in class org.eclipse.jgit.lib.ObjectDatabase
-
Open an object from this database.
- open(AnyObjectId) - Method in class org.eclipse.jgit.lib.ObjectReader.Filter
- open(AnyObjectId) - Method in class org.eclipse.jgit.lib.ObjectReader
-
Open an object from this database.
- open(AnyObjectId) - Method in class org.eclipse.jgit.lib.Repository
-
Open an object from this repository.
- open(AnyObjectId, int) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReader
-
Open an object from this database.
- open(AnyObjectId, int) - Method in class org.eclipse.jgit.lib.ObjectDatabase
-
Open an object from this database.
- open(AnyObjectId, int) - Method in class org.eclipse.jgit.lib.ObjectReader.Filter
- open(AnyObjectId, int) - Method in class org.eclipse.jgit.lib.ObjectReader
-
Open an object from this database.
- open(AnyObjectId, int) - Method in class org.eclipse.jgit.lib.Repository
-
Open an object from this repository.
- open(RepositoryCache.Key) - Static method in class org.eclipse.jgit.lib.RepositoryCache
-
Open an existing repository, reusing a cached instance if possible.
- open(RepositoryCache.Key, boolean) - Static method in class org.eclipse.jgit.lib.RepositoryCache
-
Open a repository, reusing a cached instance if possible.
- open(Repository, String) - Static method in class org.eclipse.jgit.transport.Transport
-
Open a new transport instance to connect two repositories.
- open(Repository, String, Transport.Operation) - Static method in class org.eclipse.jgit.transport.Transport
-
Open a new transport instance to connect two repositories.
- open(Repository, RemoteConfig) - Static method in class org.eclipse.jgit.transport.Transport
-
Open a new transport instance to connect two repositories.
- open(Repository, RemoteConfig, Transport.Operation) - Static method in class org.eclipse.jgit.transport.Transport
-
Open a new transport instance to connect two repositories.
- open(Repository, URIish) - Static method in class org.eclipse.jgit.transport.Transport
-
Open a new transport instance to connect two repositories.
- open(Repository, URIish, String) - Static method in class org.eclipse.jgit.transport.Transport
-
Open a new transport instance to connect two repositories.
- open(URIish) - Static method in class org.eclipse.jgit.transport.Transport
-
Open a new transport with no local repository.
- open(URIish) - Method in class org.eclipse.jgit.transport.TransportProtocol
-
Open a new transport instance to the remote repository.
- open(URIish, Repository, String) - Method in class org.eclipse.jgit.transport.TestProtocol
-
Open a Transport instance to the other repository.
- open(URIish, Repository, String) - Method in class org.eclipse.jgit.transport.TransportProtocol
-
Open a Transport instance to the other repository.
- openAll(Repository, String) - Static method in class org.eclipse.jgit.transport.Transport
-
Open new transport instances to connect two repositories.
- openAll(Repository, String, Transport.Operation) - Static method in class org.eclipse.jgit.transport.Transport
-
Open new transport instances to connect two repositories.
- openAll(Repository, RemoteConfig) - Static method in class org.eclipse.jgit.transport.Transport
-
Open new transport instances to connect two repositories.
- openAll(Repository, RemoteConfig, Transport.Operation) - Static method in class org.eclipse.jgit.transport.Transport
-
Open new transport instances to connect two repositories.
- opendiff - org.eclipse.jgit.internal.diffmergetool.CommandLineDiffTool
- opendiff - org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
- openEntryStream() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Obtain an input stream to read the file content.
- openFetch() - Method in class org.eclipse.jgit.transport.Transport
-
Begins a new connection for fetching from the remote repository.
- openFetch() - Method in class org.eclipse.jgit.transport.TransportAmazonS3
-
Begins a new connection for fetching from the remote repository.
- openFetch() - Method in class org.eclipse.jgit.transport.TransportBundleStream
-
Begins a new connection for fetching from the remote repository.
- openFetch() - Method in class org.eclipse.jgit.transport.TransportGitSsh
-
Begins a new connection for fetching from the remote repository.
- openFetch() - Method in class org.eclipse.jgit.transport.TransportHttp
-
Begins a new connection for fetching from the remote repository.
- openFetch() - Method in class org.eclipse.jgit.transport.TransportSftp
-
Begins a new connection for fetching from the remote repository.
- openFetch(Collection<RefSpec>, String...) - Method in class org.eclipse.jgit.transport.Transport
-
Begins a new connection for fetching from the remote repository.
- openFetch(Collection<RefSpec>, String...) - Method in class org.eclipse.jgit.transport.TransportGitSsh
- openFetch(Collection<RefSpec>, String...) - Method in class org.eclipse.jgit.transport.TransportHttp
- openFile(DfsPackDescription, PackExt) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase
-
Open a pack, pack index, or other related file for reading.
- openFile(DfsPackDescription, PackExt) - Method in class org.eclipse.jgit.internal.storage.dfs.InMemoryRepository.MemObjDatabase
- openFilesMustBeAtLeast1 - Variable in class org.eclipse.jgit.internal.JGitText
- openGitDir(String) - Method in class org.eclipse.jgit.pgm.Main
-
Evaluate the
--git-dir
option and open the repository. - openingConnection - Variable in class org.eclipse.jgit.internal.JGitText
- openInputStream() - Method in class org.eclipse.jgit.treewalk.FileTreeIterator.FileEntry
- openInputStream() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator.Entry
-
Obtain an input stream to read the file content.
- openInputStream() - Method in class org.eclipse.jgit.util.TemporaryBuffer.LocalFile
- openInputStream() - Method in class org.eclipse.jgit.util.TemporaryBuffer
-
Open an input stream to read from the buffered data.
- openInputStreamWithAutoDestroy() - Method in class org.eclipse.jgit.util.TemporaryBuffer.LocalFile
- openInputStreamWithAutoDestroy() - Method in class org.eclipse.jgit.util.TemporaryBuffer
-
Same as
TemporaryBuffer.openInputStream()
but handling destruction of any associated resources automatically when closing the returned stream. - openJGitConfig(Config, FS) - Method in class org.eclipse.jgit.junit.MockSystemReader
- openJGitConfig(Config, FS) - Method in class org.eclipse.jgit.util.SystemReader
-
Open the jgit configuration located at $XDG_CONFIG_HOME/jgit/config.
- openMergedReftable() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableDatabase
-
ReftableDatabase lazily initializes its merged reftable on the first read after construction or clearCache() call.
- openPack(File) - Method in class org.eclipse.jgit.internal.storage.file.FileRepository
-
Add a single existing pack to the list of available pack files.
- openPack(File) - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectory
- OPENPGP - org.eclipse.jgit.lib.GpgConfig.GpgFormat
-
Value for openpgp
- openPush() - Method in class org.eclipse.jgit.transport.Transport
-
Begins a new connection for pushing into the remote repository.
- openPush() - Method in class org.eclipse.jgit.transport.TransportAmazonS3
-
Begins a new connection for pushing into the remote repository.
- openPush() - Method in class org.eclipse.jgit.transport.TransportBundleStream
-
Begins a new connection for pushing into the remote repository.
- openPush() - Method in class org.eclipse.jgit.transport.TransportGitSsh
-
Begins a new connection for pushing into the remote repository.
- openPush() - Method in class org.eclipse.jgit.transport.TransportHttp
-
Begins a new connection for pushing into the remote repository.
- openPush() - Method in class org.eclipse.jgit.transport.TransportSftp
-
Begins a new connection for pushing into the remote repository.
- OpenSshConfig - Class in org.eclipse.jgit.transport.ssh.jsch
-
Fairly complete configuration parser for the OpenSSH ~/.ssh/config file.
- OpenSshConfig(File, File) - Constructor for class org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig
-
Create an OpenSshConfig
- OpenSshConfig.Host - Class in org.eclipse.jgit.transport.ssh.jsch
-
Configuration of one "Host" block in the configuration file.
- OpenSshConfigFile - Class in org.eclipse.jgit.internal.transport.ssh
-
Fairly complete configuration parser for the openssh ~/.ssh/config file.
- OpenSshConfigFile(File, File, String) - Constructor for class org.eclipse.jgit.internal.transport.ssh.OpenSshConfigFile
-
Creates a new
OpenSshConfigFile
that will read the config from fileconfig
use the given filehome
as "home" directory. - OpenSshConfigFile.HostEntry - Class in org.eclipse.jgit.internal.transport.ssh
-
A host entry from the ssh config file.
- OpenSshServerKeyDatabase - Class in org.eclipse.jgit.internal.transport.sshd
-
A sever host key verifier that honors the
StrictHostKeyChecking
andUserKnownHostsFile
values from the ssh configuration. - OpenSshServerKeyDatabase(boolean, List<Path>) - Constructor for class org.eclipse.jgit.internal.transport.sshd.OpenSshServerKeyDatabase
-
Creates a new
OpenSshServerKeyDatabase
. - openStream() - Method in class org.eclipse.jgit.lfs.LfsBlobLoader
- openStream() - Method in class org.eclipse.jgit.lib.ObjectLoader.Filter
- openStream() - Method in class org.eclipse.jgit.lib.ObjectLoader
-
Obtain an input stream to read this object's data.
- openStream() - Method in class org.eclipse.jgit.lib.ObjectLoader.SmallObject
- openSystemConfig(Config, FS) - Method in class org.eclipse.jgit.junit.MockSystemReader
-
Open the gitconfig configuration found in the system-wide "etc" directory.
- openSystemConfig(Config, FS) - Method in class org.eclipse.jgit.util.SystemReader
-
Open the gitconfig configuration found in the system-wide "etc" directory.
- openTree(AnyObjectId) - Method in class org.eclipse.jgit.merge.Merger
-
Open an iterator over a tree.
- openUserConfig(Config, FS) - Method in class org.eclipse.jgit.junit.MockSystemReader
-
Open the git configuration found in the user home.
- openUserConfig(Config, FS) - Method in class org.eclipse.jgit.util.SystemReader
-
Open the git configuration found in the user home.
- operation - Variable in class org.eclipse.jgit.lfs.Protocol.Request
-
The operation of this request
- OPERATION_DOWNLOAD - Static variable in interface org.eclipse.jgit.lfs.Protocol
-
The "download" operation
- OPERATION_UPLOAD - Static variable in interface org.eclipse.jgit.lfs.Protocol
-
The "upload" operation
- operationCanceled - Variable in class org.eclipse.jgit.internal.JGitText
- OperationResult - Class in org.eclipse.jgit.transport
-
Class holding result of operation on remote repository.
- OperationResult() - Constructor for class org.eclipse.jgit.transport.OperationResult
- option() - Method in enum org.eclipse.jgit.transport.TagOpt
-
Get the command line/configuration file text for this value.
- OPTION_AGENT - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
Implementation name and version of the client or server.
- OPTION_ALLOW_REACHABLE_SHA1_IN_WANT - Static variable in class org.eclipse.jgit.transport.BasePackFetchConnection
-
The client supports fetching objects that are reachable from a tip of a ref that is allowed to fetch.
- OPTION_ALLOW_REACHABLE_SHA1_IN_WANT - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The client supports fetching objects that are reachable from a tip of a ref that is allowed to fetch.
- OPTION_ALLOW_TIP_SHA1_IN_WANT - Static variable in class org.eclipse.jgit.transport.BasePackFetchConnection
-
The client supports fetching objects at the tip of any ref, even if not advertised.
- OPTION_ALLOW_TIP_SHA1_IN_WANT - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The client supports fetching objects at the tip of any ref, even if not advertised.
- OPTION_DEEPEN_RELATIVE - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The client wants the "deepen" command to be interpreted as relative to the client's shallow commits.
- OPTION_FILTER - Static variable in class org.eclipse.jgit.transport.BasePackFetchConnection
-
The client specified a filter expression.
- OPTION_FILTER - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The client specified a filter expression.
- OPTION_INCLUDE_TAG - Static variable in class org.eclipse.jgit.transport.BasePackFetchConnection
-
Include tags if we are also including the referenced objects.
- OPTION_INCLUDE_TAG - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
Include tags if we are also including the referenced objects.
- OPTION_MULTI_ACK - Static variable in class org.eclipse.jgit.transport.BasePackFetchConnection
-
Multi-ACK support for improved negotiation.
- OPTION_MULTI_ACK - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
Multi-ACK support for improved negotiation.
- OPTION_MULTI_ACK_DETAILED - Static variable in class org.eclipse.jgit.transport.BasePackFetchConnection
-
Multi-ACK detailed support for improved negotiation.
- OPTION_MULTI_ACK_DETAILED - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
Multi-ACK detailed support for improved negotiation.
- OPTION_NO_DONE - Static variable in class org.eclipse.jgit.transport.BasePackFetchConnection
-
The client supports receiving a pack before it has sent "done".
- OPTION_NO_DONE - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The client supports receiving a pack before it has sent "done".
- OPTION_NO_PROGRESS - Static variable in class org.eclipse.jgit.transport.BasePackFetchConnection
-
The client does not want progress messages and will ignore them.
- OPTION_NO_PROGRESS - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The client does not want progress messages and will ignore them.
- OPTION_OFS_DELTA - Static variable in class org.eclipse.jgit.transport.BasePackFetchConnection
-
The client supports packs with OFS deltas.
- OPTION_OFS_DELTA - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The client supports packs with OFS deltas.
- OPTION_PUSH_CERT - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The client will send a push certificate.
- OPTION_SERVER_OPTION - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
Option for passing application-specific options to the server.
- OPTION_SHALLOW - Static variable in class org.eclipse.jgit.transport.BasePackFetchConnection
-
The client supports shallow fetches.
- OPTION_SHALLOW - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The client supports shallow fetches.
- OPTION_SIDE_BAND - Static variable in class org.eclipse.jgit.transport.BasePackFetchConnection
-
The client supports using the side-band for progress messages.
- OPTION_SIDE_BAND - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The client supports using the side-band for progress messages.
- OPTION_SIDE_BAND_64K - Static variable in class org.eclipse.jgit.transport.BasePackFetchConnection
-
The client supports using the 64K side-band for progress messages.
- OPTION_SIDE_BAND_64K - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The client supports using the 64K side-band for progress messages.
- OPTION_SIDEBAND_ALL - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The client requested that the whole response be multiplexed, with each non-flush and non-delim pkt prefixed by a sideband designator.
- OPTION_SYMREF - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
Symbolic reference support for better negotiation.
- OPTION_THIN_PACK - Static variable in class org.eclipse.jgit.transport.BasePackFetchConnection
-
The client supports packs with deltas but not their bases.
- OPTION_THIN_PACK - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The client supports packs with deltas but not their bases.
- OPTION_WAIT_FOR_DONE - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The server waits for client to send "done" before sending any packs back.
- OPTION_WANT_REF - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The client specified a want-ref expression.
- OptionWithValuesListHandler - Class in org.eclipse.jgit.pgm.opt
-
Handler which allows to parse option with few values
- OptionWithValuesListHandler(CmdLineParser, OptionDef, Setter<List<?>>) - Constructor for class org.eclipse.jgit.pgm.opt.OptionWithValuesListHandler
-
Constructor for OptionWithValuesListHandler.
- or(BitmapIndex.Bitmap) - Method in class org.eclipse.jgit.internal.storage.file.BitmapIndexImpl.CompressedBitmap
- or(BitmapIndex.Bitmap) - Method in interface org.eclipse.jgit.lib.BitmapIndex.Bitmap
-
Bitwise-OR the current bitmap with the value from the other bitmap.
- or(BitmapIndex.Bitmap) - Method in interface org.eclipse.jgit.lib.BitmapIndex.BitmapBuilder
-
Bitwise-OR the current bitmap with the value from the other bitmap.
- org.eclipse.jgit.annotations - package org.eclipse.jgit.annotations
- org.eclipse.jgit.ant.tasks - package org.eclipse.jgit.ant.tasks
- org.eclipse.jgit.api - package org.eclipse.jgit.api
-
High-level API commands (the porcelain of JGit).
- org.eclipse.jgit.api.errors - package org.eclipse.jgit.api.errors
-
Exceptions thrown by API commands.
- org.eclipse.jgit.archive - package org.eclipse.jgit.archive
- org.eclipse.jgit.archive.internal - package org.eclipse.jgit.archive.internal
- org.eclipse.jgit.attributes - package org.eclipse.jgit.attributes
-
Support for reading .gitattributes.
- org.eclipse.jgit.awtui - package org.eclipse.jgit.awtui
- org.eclipse.jgit.benchmarks - package org.eclipse.jgit.benchmarks
- org.eclipse.jgit.benchmarks.jmh_generated - package org.eclipse.jgit.benchmarks.jmh_generated
- org.eclipse.jgit.blame - package org.eclipse.jgit.blame
-
Computing blame/annotate information of files.
- org.eclipse.jgit.console - package org.eclipse.jgit.console
- org.eclipse.jgit.diff - package org.eclipse.jgit.diff
-
Comparing file contents by computing diffs.
- org.eclipse.jgit.dircache - package org.eclipse.jgit.dircache
-
Reading and editing the directory cache (index).
- org.eclipse.jgit.errors - package org.eclipse.jgit.errors
-
Exceptions thrown by lower-level JGit APIs.
- org.eclipse.jgit.events - package org.eclipse.jgit.events
-
Events and listener interfaces.
- org.eclipse.jgit.fnmatch - package org.eclipse.jgit.fnmatch
-
File name matcher.
- org.eclipse.jgit.gitrepo - package org.eclipse.jgit.gitrepo
- org.eclipse.jgit.gitrepo.internal - package org.eclipse.jgit.gitrepo.internal
- org.eclipse.jgit.gpg.bc - package org.eclipse.jgit.gpg.bc
- org.eclipse.jgit.gpg.bc.internal - package org.eclipse.jgit.gpg.bc.internal
- org.eclipse.jgit.gpg.bc.internal.keys - package org.eclipse.jgit.gpg.bc.internal.keys
- org.eclipse.jgit.hooks - package org.eclipse.jgit.hooks
- org.eclipse.jgit.http.server - package org.eclipse.jgit.http.server
- org.eclipse.jgit.http.server.glue - package org.eclipse.jgit.http.server.glue
- org.eclipse.jgit.http.server.resolver - package org.eclipse.jgit.http.server.resolver
- org.eclipse.jgit.ignore - package org.eclipse.jgit.ignore
-
Ignore rule parser/matcher (for .gitignore entries).
- org.eclipse.jgit.ignore.internal - package org.eclipse.jgit.ignore.internal
- org.eclipse.jgit.internal - package org.eclipse.jgit.internal
-
Internal classes.
- org.eclipse.jgit.internal.diff - package org.eclipse.jgit.internal.diff
- org.eclipse.jgit.internal.diffmergetool - package org.eclipse.jgit.internal.diffmergetool
- org.eclipse.jgit.internal.fsck - package org.eclipse.jgit.internal.fsck
-
Git fsck support.
- org.eclipse.jgit.internal.revwalk - package org.eclipse.jgit.internal.revwalk
- org.eclipse.jgit.internal.storage.dfs - package org.eclipse.jgit.internal.storage.dfs
-
Distributed file system based repository storage.
- org.eclipse.jgit.internal.storage.file - package org.eclipse.jgit.internal.storage.file
-
File based repository storage.
- org.eclipse.jgit.internal.storage.io - package org.eclipse.jgit.internal.storage.io
- org.eclipse.jgit.internal.storage.pack - package org.eclipse.jgit.internal.storage.pack
-
Reading/writing Git pack files.
- org.eclipse.jgit.internal.storage.reftable - package org.eclipse.jgit.internal.storage.reftable
- org.eclipse.jgit.internal.submodule - package org.eclipse.jgit.internal.submodule
- org.eclipse.jgit.internal.transport.connectivity - package org.eclipse.jgit.internal.transport.connectivity
- org.eclipse.jgit.internal.transport.http - package org.eclipse.jgit.internal.transport.http
- org.eclipse.jgit.internal.transport.parser - package org.eclipse.jgit.internal.transport.parser
- org.eclipse.jgit.internal.transport.ssh - package org.eclipse.jgit.internal.transport.ssh
- org.eclipse.jgit.internal.transport.ssh.jsch - package org.eclipse.jgit.internal.transport.ssh.jsch
- org.eclipse.jgit.internal.transport.sshd - package org.eclipse.jgit.internal.transport.sshd
- org.eclipse.jgit.internal.transport.sshd.agent - package org.eclipse.jgit.internal.transport.sshd.agent
- org.eclipse.jgit.internal.transport.sshd.agent.connector - package org.eclipse.jgit.internal.transport.sshd.agent.connector
- org.eclipse.jgit.internal.transport.sshd.auth - package org.eclipse.jgit.internal.transport.sshd.auth
- org.eclipse.jgit.internal.transport.sshd.proxy - package org.eclipse.jgit.internal.transport.sshd.proxy
- org.eclipse.jgit.junit - package org.eclipse.jgit.junit
- org.eclipse.jgit.junit.http - package org.eclipse.jgit.junit.http
- org.eclipse.jgit.junit.ssh - package org.eclipse.jgit.junit.ssh
- org.eclipse.jgit.junit.time - package org.eclipse.jgit.junit.time
- org.eclipse.jgit.lfs - package org.eclipse.jgit.lfs
- org.eclipse.jgit.lfs.errors - package org.eclipse.jgit.lfs.errors
- org.eclipse.jgit.lfs.internal - package org.eclipse.jgit.lfs.internal
- org.eclipse.jgit.lfs.lib - package org.eclipse.jgit.lfs.lib
- org.eclipse.jgit.lfs.server - package org.eclipse.jgit.lfs.server
- org.eclipse.jgit.lfs.server.fs - package org.eclipse.jgit.lfs.server.fs
- org.eclipse.jgit.lfs.server.internal - package org.eclipse.jgit.lfs.server.internal
- org.eclipse.jgit.lfs.server.s3 - package org.eclipse.jgit.lfs.server.s3
- org.eclipse.jgit.lib - package org.eclipse.jgit.lib
-
Core API for repository, config, refs, object database.
- org.eclipse.jgit.lib.internal - package org.eclipse.jgit.lib.internal
- org.eclipse.jgit.logging - package org.eclipse.jgit.logging
- org.eclipse.jgit.merge - package org.eclipse.jgit.merge
-
Content and commit history merge algorithms.
- org.eclipse.jgit.nls - package org.eclipse.jgit.nls
-
Native language support (i18n).
- org.eclipse.jgit.notes - package org.eclipse.jgit.notes
-
Git notes processing (for commits, etc).
- org.eclipse.jgit.patch - package org.eclipse.jgit.patch
-
Patch file parser and data structure.
- org.eclipse.jgit.pgm - package org.eclipse.jgit.pgm
- org.eclipse.jgit.pgm.debug - package org.eclipse.jgit.pgm.debug
- org.eclipse.jgit.pgm.internal - package org.eclipse.jgit.pgm.internal
- org.eclipse.jgit.pgm.opt - package org.eclipse.jgit.pgm.opt
- org.eclipse.jgit.revplot - package org.eclipse.jgit.revplot
-
Building/rendering revision graphs.
- org.eclipse.jgit.revwalk - package org.eclipse.jgit.revwalk
-
Walking revision graphs (commit history).
- org.eclipse.jgit.revwalk.filter - package org.eclipse.jgit.revwalk.filter
-
Filters for use in revision walking.
- org.eclipse.jgit.storage.file - package org.eclipse.jgit.storage.file
- org.eclipse.jgit.storage.pack - package org.eclipse.jgit.storage.pack
- org.eclipse.jgit.submodule - package org.eclipse.jgit.submodule
-
Git submodule support.
- org.eclipse.jgit.transport - package org.eclipse.jgit.transport
-
Transport (fetch/push) for different protocols.
- org.eclipse.jgit.transport.http - package org.eclipse.jgit.transport.http
- org.eclipse.jgit.transport.http.apache - package org.eclipse.jgit.transport.http.apache
- org.eclipse.jgit.transport.http.apache.internal - package org.eclipse.jgit.transport.http.apache.internal
- org.eclipse.jgit.transport.resolver - package org.eclipse.jgit.transport.resolver
-
Server-side resolver for locating repositories by URLs.
- org.eclipse.jgit.transport.ssh.jsch - package org.eclipse.jgit.transport.ssh.jsch
-
Provides a JGit
SshSessionFactory
implemented via JSch. - org.eclipse.jgit.transport.sshd - package org.eclipse.jgit.transport.sshd
-
Provides a JGit
SshSessionFactory
implemented via Apache MINA sshd. - org.eclipse.jgit.transport.sshd.agent - package org.eclipse.jgit.transport.sshd.agent
-
Service provider interfaces for connecting to an SSH agent.
- org.eclipse.jgit.treewalk - package org.eclipse.jgit.treewalk
-
Walking and comparing directory/file trees (of commits, file system).
- org.eclipse.jgit.treewalk.filter - package org.eclipse.jgit.treewalk.filter
-
Filters for use in tree walking.
- org.eclipse.jgit.util - package org.eclipse.jgit.util
-
Utility classes.
- org.eclipse.jgit.util.io - package org.eclipse.jgit.util.io
-
Utility classes for IO (streams).
- org.eclipse.jgit.util.sha1 - package org.eclipse.jgit.util.sha1
- org.eclipse.jgit.util.time - package org.eclipse.jgit.util.time
- ORIG_HEAD - Static variable in class org.eclipse.jgit.lib.Constants
-
name of the ref ORIG_HEAD used by certain commands to store the original value of HEAD
- OrRevFilter - Class in org.eclipse.jgit.revwalk.filter
-
Includes a commit if any subfilters include the same commit.
- OrRevFilter() - Constructor for class org.eclipse.jgit.revwalk.filter.OrRevFilter
- OrTreeFilter - Class in org.eclipse.jgit.treewalk.filter
-
Includes a tree entry if any subfilters include the same tree entry.
- OrTreeFilter() - Constructor for class org.eclipse.jgit.treewalk.filter.OrTreeFilter
- OS_USER_DIR - Static variable in class org.eclipse.jgit.lib.Constants
-
The system property that contains the system user name
- OS_USER_NAME_KEY - Static variable in class org.eclipse.jgit.lib.Constants
-
The system property that contains the system user name
- OURS - org.eclipse.jgit.api.CheckoutCommand.Stage
-
Ours stage (#2)
- OURS - org.eclipse.jgit.merge.ContentMergeStrategy
-
Resolve the conflict hunk using the ours version.
- OURS - Static variable in class org.eclipse.jgit.merge.MergeStrategy
-
Simple strategy that sets the output tree to the first input tree.
- out - Variable in class org.eclipse.jgit.attributes.FilterCommand
-
The
OutputStream
this command should write to - out - Variable in class org.eclipse.jgit.internal.storage.file.PackIndexWriter
-
The index data stream we are responsible for creating.
- OutOfMemory(OutOfMemoryError) - Constructor for exception org.eclipse.jgit.errors.LargeObjectException.OutOfMemory
-
Construct a wrapper around the original OutOfMemoryError.
- outputHasAlreadyBeenStarted - Variable in class org.eclipse.jgit.internal.JGitText
- outs - Variable in class org.eclipse.jgit.pgm.TextBuiltin
-
Stream to output to, typically this is standard output.
- outw - Variable in class org.eclipse.jgit.pgm.TextBuiltin
-
Writer to output to, typically this is standard output.
- overflow() - Method in class org.eclipse.jgit.util.TemporaryBuffer.Heap
- overflow() - Method in class org.eclipse.jgit.util.TemporaryBuffer.LocalFile
- overflow() - Method in class org.eclipse.jgit.util.TemporaryBuffer
-
Open the overflow output stream, so the remaining output can be stored.
- overflowedReftableBlock - Variable in class org.eclipse.jgit.internal.JGitText
- overwriteObjectCount(long) - Method in class org.eclipse.jgit.internal.fsck.FsckPackParser
-
Set the object count for overwriting the expected object count from pack header.
P
- p4merge - org.eclipse.jgit.internal.diffmergetool.CommandLineDiffTool
- p4merge - org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
- pack(List<String>) - Method in class org.eclipse.jgit.internal.storage.file.RefDirectory
-
Adds a set of refs to the set of packed-refs.
- pack(ProgressMonitor) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsGarbageCollector
-
Create a single new pack file containing all of the live objects.
- Pack - Class in org.eclipse.jgit.internal.storage.file
-
A Git version 2 pack file representation.
- Pack(File, PackFile) - Constructor for class org.eclipse.jgit.internal.storage.file.Pack
-
Construct a reader for an existing, pre-indexed packfile.
- PACK - org.eclipse.jgit.internal.storage.pack.PackExt
-
A pack file extension.
- PACK_DELTA - Static variable in class org.eclipse.jgit.internal.storage.pack.StoredObjectRepresentation
-
Stored in pack format, as a delta to another object.
- PACK_SIGNATURE - Static variable in class org.eclipse.jgit.lib.Constants
-
Pack file signature that occurs at file header - identifies file as Git packfile formatted.
- PACK_WHOLE - Static variable in class org.eclipse.jgit.internal.storage.pack.StoredObjectRepresentation
-
Stored in pack format, without delta.
- packAndPrune() - Method in class org.eclipse.jgit.junit.TestRepository
-
Pack all reachable objects in the repository into a single pack file.
- PackBitmapIndex - Class in org.eclipse.jgit.internal.storage.file
-
Logical representation of the bitmap data stored in the pack index.
- PackBitmapIndex() - Constructor for class org.eclipse.jgit.internal.storage.file.PackBitmapIndex
- PackBitmapIndex.SupplierWithIOException<T> - Interface in org.eclipse.jgit.internal.storage.file
-
Supplier that propagates IOException.
- PackBitmapIndexBuilder - Class in org.eclipse.jgit.internal.storage.file
-
Helper for constructing
PackBitmapIndex
es. - PackBitmapIndexBuilder(List<ObjectToPack>) - Constructor for class org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder
-
Creates a PackBitmapIndex used for building the contents of an index file.
- PackBitmapIndexBuilder.StoredEntry - Class in org.eclipse.jgit.internal.storage.file
-
Data object for the on disk representation of a bitmap entry.
- PackBitmapIndexRemapper - Class in org.eclipse.jgit.internal.storage.file
-
A PackBitmapIndex that remaps the bitmaps in the previous index to the positions in the new pack index.
- PackBitmapIndexRemapper.Entry - Class in org.eclipse.jgit.internal.storage.file
-
An entry in the old PackBitmapIndex.
- PackBitmapIndexWriterV1 - Class in org.eclipse.jgit.internal.storage.file
-
Creates the version 1 pack bitmap index files.
- PackBitmapIndexWriterV1(OutputStream) - Constructor for class org.eclipse.jgit.internal.storage.file.PackBitmapIndexWriterV1
-
Creates the version 1 pack bitmap index files.
- packChecksum - Variable in class org.eclipse.jgit.internal.storage.file.PackIndex
-
Footer checksum applied on the bottom of the pack file.
- packChecksum - Variable in class org.eclipse.jgit.internal.storage.file.PackIndexWriter
-
SHA-1 checksum for the entire pack data.
- packChecksumMismatch - Variable in class org.eclipse.jgit.internal.JGitText
- PackConfig - Class in org.eclipse.jgit.storage.pack
-
Configuration used by a pack writer when constructing the stream.
- PackConfig() - Constructor for class org.eclipse.jgit.storage.pack.PackConfig
-
Create a default configuration.
- PackConfig(Config) - Constructor for class org.eclipse.jgit.storage.pack.PackConfig
-
Create a configuration honoring settings in a
Config
. - PackConfig(Repository) - Constructor for class org.eclipse.jgit.storage.pack.PackConfig
-
Create a configuration honoring the repository's settings.
- PackConfig(PackConfig) - Constructor for class org.eclipse.jgit.storage.pack.PackConfig
-
Copy an existing configuration to a new instance.
- packCorruptedWhileWritingToFilesystem - Variable in class org.eclipse.jgit.internal.JGitText
- PACKED - org.eclipse.jgit.lib.Ref.Storage
-
The ref is stored in the
packed-refs
file, with others. - PACKED_REFS - Static variable in class org.eclipse.jgit.lib.Constants
-
Packed refs file
- PACKED_REFS_HEADER - Static variable in class org.eclipse.jgit.internal.storage.file.RefDirectory
-
Magic string denoting the header of a packed-refs file.
- PACKED_REFS_PEELED - Static variable in class org.eclipse.jgit.internal.storage.file.RefDirectory
-
If in the header, denotes the file has peeled data.
- PackedObjectInfo - Class in org.eclipse.jgit.transport
-
Description of an object stored in a pack file, including offset.
- PackedObjectInfo(AnyObjectId) - Constructor for class org.eclipse.jgit.transport.PackedObjectInfo
-
Create a new structure to remember information about an object.
- packedRefsCorruptionDetected - Variable in class org.eclipse.jgit.internal.JGitText
- packedRefsHandleIsStale - Variable in class org.eclipse.jgit.internal.JGitText
- PACKET_ACK - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
An "ACK" packet beginning.
- PACKET_DEEPEN - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
A "deepen" packet beginning.
- PACKET_DEEPEN_NOT - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
A "deepen-not" packet beginning.
- PACKET_DEEPEN_SINCE - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
A "deepen-since" packet beginning.
- PACKET_DELIM - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The delimiter packet in protocol V2.
- PACKET_DONE - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
A "done" packet beginning.
- PACKET_END - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
An alias for
GitProtocolConstants.PACKET_FLUSH
. - PACKET_ERR - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
A "ERR" packet beginning.
- PACKET_FLUSH - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
The flush packet.
- PACKET_HAVE - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
A "have" packet beginning.
- PACKET_SHALLOW - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
A "shallow" packet beginning.
- PACKET_UNSHALLOW - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
A "shallow" packet beginning.
- PACKET_WANT - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
A "want" packet beginning.
- PACKET_WANT_REF - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
A "want-ref" packet beginning.
- PacketLineIn - Class in org.eclipse.jgit.transport
-
Read Git style pkt-line formatting from an input stream.
- PacketLineIn(InputStream) - Constructor for class org.eclipse.jgit.transport.PacketLineIn
-
Create a new packet line reader.
- PacketLineIn(InputStream, long) - Constructor for class org.eclipse.jgit.transport.PacketLineIn
-
Create a new packet line reader.
- PacketLineIn.InputOverLimitIOException - Exception in org.eclipse.jgit.transport
-
IOException thrown by read when the configured input limit is exceeded.
- PacketLineIn.PacketLineInIterator - Class in org.eclipse.jgit.transport
-
Iterator over packet lines.
- PacketLineOut - Class in org.eclipse.jgit.transport
-
Write Git style pkt-line formatting to an output stream.
- PacketLineOut(OutputStream) - Constructor for class org.eclipse.jgit.transport.PacketLineOut
-
Create a new packet line writer.
- PacketLineOut(OutputStream, boolean) - Constructor for class org.eclipse.jgit.transport.PacketLineOut
-
Create a new packet line writer that potentially doesn't log.
- PacketLineOutRefAdvertiser(PacketLineOut) - Constructor for class org.eclipse.jgit.transport.RefAdvertiser.PacketLineOutRefAdvertiser
-
Create a new advertiser for the supplied stream.
- packetSizeMustBeAtLeast - Variable in class org.eclipse.jgit.internal.JGitText
- packetSizeMustBeAtMost - Variable in class org.eclipse.jgit.internal.JGitText
- PackExt - Enum in org.eclipse.jgit.internal.storage.pack
-
A pack file extension.
- PackFile - Class in org.eclipse.jgit.internal.storage.file
-
A pack file (or pack related) File.
- PackFile(File) - Constructor for class org.eclipse.jgit.internal.storage.file.PackFile
-
Create a PackFile for a pack or related file.
- PackFile(File, String) - Constructor for class org.eclipse.jgit.internal.storage.file.PackFile
-
Create a PackFile for a pack or related file.
- PackFile(File, String, PackExt) - Constructor for class org.eclipse.jgit.internal.storage.file.PackFile
-
Create a PackFile for a pack or related file.
- PackFile(File, ObjectId, PackExt) - Constructor for class org.eclipse.jgit.internal.storage.file.PackFile
-
Create a PackFile for a pack or related file.
- packfileCorruptionDetected - Variable in class org.eclipse.jgit.internal.JGitText
- packFileInvalid - Variable in class org.eclipse.jgit.internal.JGitText
- packfileIsTruncated - Variable in class org.eclipse.jgit.internal.JGitText
- packfileIsTruncatedNoParam - Variable in class org.eclipse.jgit.internal.JGitText
- PackfileUriConfig(PacketLineOut, Collection<String>, CachedPackUriProvider) - Constructor for class org.eclipse.jgit.internal.storage.pack.PackWriter.PackfileUriConfig
- packHandleIsStale - Variable in class org.eclipse.jgit.internal.JGitText
- packHasUnresolvedDeltas - Variable in class org.eclipse.jgit.internal.JGitText
- packInaccessible - Variable in class org.eclipse.jgit.internal.JGitText
- PackIndex - Class in org.eclipse.jgit.internal.storage.file
- PackIndex() - Constructor for class org.eclipse.jgit.internal.storage.file.PackIndex
- PackIndex.MutableEntry - Class in org.eclipse.jgit.internal.storage.file
-
Represent mutable entry of pack index consisting of object id and offset in pack (both mutable).
- PackIndexWriter - Class in org.eclipse.jgit.internal.storage.file
-
Creates a table of contents to support random access by
Pack
. - PackIndexWriter(OutputStream) - Constructor for class org.eclipse.jgit.internal.storage.file.PackIndexWriter
-
Create a new writer instance.
- PackInfo(String, String, long) - Constructor for class org.eclipse.jgit.internal.storage.pack.CachedPackUriProvider.PackInfo
-
Constructs an object containing information about a packfile.
- packingCancelledDuringObjectsWriting - Variable in class org.eclipse.jgit.internal.JGitText
- PackInserter - Class in org.eclipse.jgit.internal.storage.file
-
Object inserter that inserts one pack per call to
PackInserter.flush()
, and never inserts loose objects. - PackInvalidException - Exception in org.eclipse.jgit.errors
-
Thrown when a Pack previously failed and is known to be unusable
- PackInvalidException(File) - Constructor for exception org.eclipse.jgit.errors.PackInvalidException
-
Deprecated.
- PackInvalidException(File, Throwable) - Constructor for exception org.eclipse.jgit.errors.PackInvalidException
-
Construct a pack invalid error with cause.
- PackInvalidException(String) - Constructor for exception org.eclipse.jgit.errors.PackInvalidException
-
Deprecated.
- PackInvalidException(String, Throwable) - Constructor for exception org.eclipse.jgit.errors.PackInvalidException
-
Construct a pack invalid error with cause.
- PackLock - Interface in org.eclipse.jgit.transport
-
A
PackLock
describes a.keep
file that holds a pack in place. - PackLockImpl - Class in org.eclipse.jgit.internal.storage.file
-
Keeps track of a
Pack
's associated.keep
file. - PackLockImpl(File, FS) - Constructor for class org.eclipse.jgit.internal.storage.file.PackLockImpl
-
Create a new lock for a pack file.
- PackMismatchException - Exception in org.eclipse.jgit.errors
-
Thrown when a Pack no longer matches the PackIndex.
- PackMismatchException(String) - Constructor for exception org.eclipse.jgit.errors.PackMismatchException
-
Construct a pack modification error.
- packObjectCountMismatch - Variable in class org.eclipse.jgit.internal.JGitText
- PackOutputStream - Class in org.eclipse.jgit.internal.storage.pack
-
Custom output stream to support
PackWriter
. - PackOutputStream(ProgressMonitor, OutputStream, PackWriter) - Constructor for class org.eclipse.jgit.internal.storage.pack.PackOutputStream
-
Initialize a pack output stream.
- PackParser - Class in org.eclipse.jgit.transport
-
Parses a pack stream and imports it for an
ObjectInserter
. - PackParser(ObjectDatabase, InputStream) - Constructor for class org.eclipse.jgit.transport.PackParser
-
Initialize a pack parser.
- PackParser.ObjectTypeAndSize - Class in org.eclipse.jgit.transport
-
Type and size information about an object in the database buffer.
- PackParser.Source - Enum in org.eclipse.jgit.transport
-
Location data is being obtained from.
- PackParser.UnresolvedDelta - Class in org.eclipse.jgit.transport
-
Information about an unresolved delta in this pack stream.
- PackProtocolException - Exception in org.eclipse.jgit.errors
-
Indicates a protocol error has occurred while fetching/pushing objects.
- PackProtocolException(String) - Constructor for exception org.eclipse.jgit.errors.PackProtocolException
-
Constructs an PackProtocolException with the specified detail message.
- PackProtocolException(String, Throwable) - Constructor for exception org.eclipse.jgit.errors.PackProtocolException
-
Constructs an PackProtocolException with the specified detail message.
- PackProtocolException(URIish, String) - Constructor for exception org.eclipse.jgit.errors.PackProtocolException
-
Constructs an PackProtocolException with the specified detail message prefixed with provided URI.
- PackProtocolException(URIish, String, Throwable) - Constructor for exception org.eclipse.jgit.errors.PackProtocolException
-
Constructs an PackProtocolException with the specified detail message prefixed with provided URI.
- packRefs - Variable in class org.eclipse.jgit.internal.JGitText
- packRefs() - Method in class org.eclipse.jgit.internal.storage.file.GC
-
Pack ref storage.
- PackReverseIndex - Class in org.eclipse.jgit.internal.storage.file
-
Reverse index for forward pack index.
- PackReverseIndex(PackIndex) - Constructor for class org.eclipse.jgit.internal.storage.file.PackReverseIndex
-
Create reverse index from straight/forward pack index, by indexing all its entries.
- packs - Variable in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase.PackList
-
All known packs, sorted.
- packSizeNotSetYet - Variable in class org.eclipse.jgit.internal.JGitText
- PackStatistics - Class in org.eclipse.jgit.storage.pack
-
Statistics about
PackWriter
pack creation. - PackStatistics(PackStatistics.Accumulator) - Constructor for class org.eclipse.jgit.storage.pack.PackStatistics
-
Creates a new
PackStatistics
object from the accumulator. - PackStatistics.Accumulator - Class in org.eclipse.jgit.storage.pack
-
POJO for accumulating the statistics.
- PackStatistics.ObjectType - Class in org.eclipse.jgit.storage.pack
-
Statistics about a single type of object (commits, tags, trees and blobs).
- PackStatistics.ObjectType.Accumulator - Class in org.eclipse.jgit.storage.pack
-
POJO for accumulating the ObjectType statistics.
- packTooLargeForIndexVersion1 - Variable in class org.eclipse.jgit.internal.JGitText
- PackTransport - Interface in org.eclipse.jgit.transport
-
Marker interface an object transport using Git pack transfers.
- packWasDeleted - Variable in class org.eclipse.jgit.internal.JGitText
- PackWriter - Class in org.eclipse.jgit.internal.storage.pack
-
PackWriter class is responsible for generating pack files from specified set of objects from repository.
- PackWriter(ObjectReader) - Constructor for class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Create a writer to load objects from the specified reader.
- PackWriter(Repository) - Constructor for class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Create writer for specified repository.
- PackWriter(Repository, ObjectReader) - Constructor for class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Create writer for specified repository.
- PackWriter(PackConfig, ObjectReader) - Constructor for class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Create writer with a specified configuration.
- PackWriter(PackConfig, ObjectReader, PackStatistics.Accumulator) - Constructor for class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Create writer with a specified configuration.
- PackWriter.PackfileUriConfig - Class in org.eclipse.jgit.internal.storage.pack
-
Configuration related to the packfile URI feature.
- PackWriter.PackingPhase - Enum in org.eclipse.jgit.internal.storage.pack
-
Possible states that a PackWriter can be in.
- PackWriter.State - Class in org.eclipse.jgit.internal.storage.pack
-
Summary of the current state of a PackWriter.
- packWriterStatistics - Variable in class org.eclipse.jgit.internal.JGitText
- paddingBytes() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter.Stats
- pageant - Variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Texts
- PageantConnector - Class in org.eclipse.jgit.internal.transport.sshd.agent.connector
-
A connector using Pageant's shared memory IPC mechanism.
- PageantConnector() - Constructor for class org.eclipse.jgit.internal.transport.sshd.agent.connector.PageantConnector
-
Creates a new
PageantConnector
. - PageantLibrary - Class in org.eclipse.jgit.internal.transport.sshd.agent.connector
-
The
PageantLibrary
encapsulates the shared memory access and provides a simple pipe abstraction. - PageantLibrary() - Constructor for class org.eclipse.jgit.internal.transport.sshd.agent.connector.PageantLibrary
- PageantLibrary.CopyStruct - Class in org.eclipse.jgit.internal.transport.sshd.agent.connector
-
Windows' COPYDATASTRUCT.
- paintCommit(PlotCommit<TLane>, int) - Method in class org.eclipse.jgit.revplot.AbstractPlotRenderer
-
Paint one commit using the underlying graphics library.
- Pair(ContentSource, ContentSource) - Constructor for class org.eclipse.jgit.diff.ContentSource.Pair
-
Construct a pair of sources.
- panicCantRenameIndexFile - Variable in class org.eclipse.jgit.internal.JGitText
- parameterNotSet - Variable in class org.eclipse.jgit.http.server.HttpServerText
- params - Variable in class org.eclipse.jgit.internal.transport.sshd.auth.AbstractAuthenticationHandler
-
The last set parameters.
- parent - Static variable in class org.eclipse.jgit.lib.ObjectChecker
-
Header "parent "
- parent - Variable in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Iterator for the parent tree; null if we are the root iterator.
- parent(RevCommit) - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
-
set parent commit
- parents - Variable in class org.eclipse.jgit.revwalk.RevCommit
-
Avoid accessing this field directly.
- parents() - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
-
Get parent commits
- parse(byte[]) - Static method in class org.eclipse.jgit.revwalk.RevCommit
-
Parse a commit from its canonical format.
- parse(byte[]) - Static method in class org.eclipse.jgit.revwalk.RevTag
-
Parse an annotated tag from its canonical format.
- parse(byte[], int, int) - Method in class org.eclipse.jgit.patch.Patch
-
Parse a patch stored in a byte[].
- parse(byte[], AnyObjectId) - Static method in class org.eclipse.jgit.internal.storage.file.UnpackedObject
-
Parse an object from the unpacked object format.
- parse(InputStream) - Method in class org.eclipse.jgit.attributes.AttributesNode
-
Parse files according to gitattribute standards.
- parse(InputStream) - Method in class org.eclipse.jgit.ignore.IgnoreNode
-
Parse files according to gitignore standards.
- parse(InputStream) - Method in class org.eclipse.jgit.patch.Patch
-
Parse a patch received from an InputStream.
- parse(Reader) - Method in class org.eclipse.jgit.transport.PushCertificateParser
-
Parse a push certificate from a reader.
- parse(String) - Static method in enum org.eclipse.jgit.lib.RebaseTodoLine.Action
- parse(String) - Static method in class org.eclipse.jgit.transport.PushCertificateIdent
-
Parse an identity from a string.
- parse(String, InputStream) - Method in class org.eclipse.jgit.ignore.IgnoreNode
-
Parse files according to gitignore standards.
- parse(String, Calendar) - Static method in class org.eclipse.jgit.util.GitDateParser
-
Parses a string into a
Date
using the default locale. - parse(String, Calendar, Locale) - Static method in class org.eclipse.jgit.util.GitDateParser
-
Parses a string into a
Date
using the given locale. - parse(Config) - Method in interface org.eclipse.jgit.lib.Config.SectionParser
-
Create a model object from a configuration.
- parse(ProgressMonitor) - Method in class org.eclipse.jgit.transport.PackParser
-
Parse the pack stream.
- parse(ProgressMonitor, ProgressMonitor) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackParser
-
Parse the pack stream.
- parse(ProgressMonitor, ProgressMonitor) - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser
-
Parse the pack stream.
- parse(ProgressMonitor, ProgressMonitor) - Method in class org.eclipse.jgit.transport.PackParser
-
Parse the pack stream.
- parse(RevWalk, byte[]) - Static method in class org.eclipse.jgit.revwalk.RevCommit
-
Parse a commit from its canonical format.
- parse(RevWalk, byte[]) - Static method in class org.eclipse.jgit.revwalk.RevTag
-
Parse an annotated tag from its canonical format.
- parseAny(Iterable<T>, boolean) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Asynchronous object parsing.
- parseAny(AnyObjectId) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Locate a reference to any object and immediately parse its headers.
- parseArgument(String...) - Method in class org.eclipse.jgit.pgm.opt.CmdLineParser
- parseArguments(String[]) - Method in class org.eclipse.jgit.pgm.TextBuiltin
-
Parses the command line arguments prior to running.
- parseArguments(Parameters) - Method in class org.eclipse.jgit.pgm.opt.AbstractTreeIteratorHandler
- parseArguments(Parameters) - Method in class org.eclipse.jgit.pgm.opt.GpgSignHandler
- parseArguments(Parameters) - Method in class org.eclipse.jgit.pgm.opt.ObjectIdHandler
- parseArguments(Parameters) - Method in class org.eclipse.jgit.pgm.opt.OptionWithValuesListHandler
- parseArguments(Parameters) - Method in class org.eclipse.jgit.pgm.opt.PathTreeFilterHandler
- parseArguments(Parameters) - Method in class org.eclipse.jgit.pgm.opt.RefSpecHandler
- parseArguments(Parameters) - Method in class org.eclipse.jgit.pgm.opt.RevCommitHandler
- parseArguments(Parameters) - Method in class org.eclipse.jgit.pgm.opt.RevTreeHandler
- parseArguments(Parameters) - Method in class org.eclipse.jgit.pgm.opt.SubcommandHandler
- parseArguments(Parameters) - Method in class org.eclipse.jgit.pgm.opt.UntrackedFilesHandler
- parseBase10(byte[], int, MutableInteger) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Parse a base 10 numeric from a sequence of ASCII digits into an int.
- parseBody(RevObject) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Ensure the object's full body content is available.
- parseBody(T) - Method in class org.eclipse.jgit.junit.TestRepository
-
Ensure the body of the given object has been parsed.
- parseCheckout() - Method in class org.eclipse.jgit.internal.storage.file.ReflogEntryImpl
-
Parse checkout
- parseCheckout() - Method in interface org.eclipse.jgit.lib.ReflogEntry
-
Parse checkout
- parseCommit(AnyObjectId) - Method in class org.eclipse.jgit.lib.Repository
-
Locate a reference to a commit and immediately parse its content.
- parseCommit(AnyObjectId) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Locate a reference to a commit and immediately parse its content.
- parseEncoding(byte[]) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Parse the "encoding " header into a character set reference.
- parseEncodingName(byte[]) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Parse the "encoding " header as a string.
- ParseException() - Constructor for exception org.eclipse.jgit.internal.transport.sshd.proxy.HttpParser.ParseException
-
Creates a new
HttpParser.ParseException
without cause. - ParseException(Throwable) - Constructor for exception org.eclipse.jgit.internal.transport.sshd.proxy.HttpParser.ParseException
-
Creates a new
HttpParser.ParseException
with the givencause
. - parseFromConfig(Repository) - Static method in class org.eclipse.jgit.lib.AbbrevConfig
-
Parse string value of core.abbrev git option for a given repository
- parseHeaders(RevObject) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Ensure the object's critical headers have been parsed.
- parseHexInt16(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Parse 4 character base 16 (hex) formatted string to unsigned integer.
- parseHexInt32(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Parse 8 character base 16 (hex) formatted string to unsigned integer.
- parseHexInt4(byte) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Parse a single hex digit to its numeric value (0-15).
- parseHexInt64(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Parse 16 character base 16 (hex) formatted string to unsigned long.
- parseIndexLine(int, int) - Method in class org.eclipse.jgit.patch.CombinedFileHeader
- parseIntWithSuffix(String, boolean) - Static method in class org.eclipse.jgit.util.StringUtils
-
Parses a number with optional case-insensitive suffix 'k', 'm', or 'g' indicating KiB, MiB, and GiB, respectively.
- parseLfsPointer(InputStream) - Static method in class org.eclipse.jgit.lfs.LfsPointer
-
Try to parse the data provided by an InputStream to the format defined by
LfsPointer.VERSION
. - parseLongBase10(byte[], int, MutableInteger) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Parse a base 10 numeric from a sequence of ASCII digits into a long.
- parseLongWithSuffix(String, boolean) - Static method in class org.eclipse.jgit.util.StringUtils
-
Parses a number with optional case-insensitive suffix 'k', 'm', or 'g' indicating KiB, MiB, and GiB, respectively.
- parseNewFileMode(int, int) - Method in class org.eclipse.jgit.patch.CombinedFileHeader
- parsePersonIdent(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Parse a name line (e.g.
- parsePersonIdent(String) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Parse a name string (e.g.
- parsePersonIdentOnly(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Parse a name data (e.g.
- parseSecretKey(InputStream, PBEProtectionRemoverFactory, KeyFingerPrintCalculator) - Method in class org.eclipse.jgit.gpg.bc.internal.keys.SExprParser
-
Parse a secret key from one of the GPG S expression keys.
- parseSecretKey(InputStream, PBEProtectionRemoverFactory, PGPPublicKey) - Method in class org.eclipse.jgit.gpg.bc.internal.keys.SExprParser
-
Parse a secret key from one of the GPG S expression keys associating it with the passed in public key.
- parseStatusLine(String) - Static method in class org.eclipse.jgit.internal.transport.sshd.proxy.HttpParser
-
Parse a HTTP response status line.
- parseTag(AnyObjectId) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Locate a reference to an annotated tag and immediately parse its content.
- parseTimeZoneOffset(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Parse a Git style timezone string.
- parseTimeZoneOffset(byte[], int, MutableInteger) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Parse a Git style timezone string.
- parseTree(AnyObjectId) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Locate a reference to a tree.
- parseVersion(String) - Static method in class org.eclipse.jgit.http.server.ClientVersionUtil
-
Parse a Git client User-Agent header value.
- PASS - org.eclipse.jgit.transport.TransportProtocol.URIishField
-
the pass (aka password) field
- password - Variable in class org.eclipse.jgit.awtui.UIText
- password - Variable in class org.eclipse.jgit.internal.transport.sshd.auth.BasicAuthentication
-
The current password.
- password - Static variable in class org.eclipse.jgit.junit.http.AppServer
-
Password for
AppServer.username
in secured access areas. - password - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- password - Variable in class org.eclipse.jgit.transport.NetRC.NetRCEntry
-
password netrc entry
- Password() - Constructor for class org.eclipse.jgit.transport.CredentialItem.Password
-
Initialize a new password item, with a default password prompt.
- Password(String) - Constructor for class org.eclipse.jgit.transport.CredentialItem.Password
-
Initialize a new password item, with given prompt.
- passwordPrompt - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- PasswordProviderWrapper - Class in org.eclipse.jgit.internal.transport.sshd
-
A bridge from sshd's
FilePasswordProvider
to our per-sessionKeyPasswordProvider
API. - PasswordProviderWrapper(Supplier<KeyPasswordProvider>) - Constructor for class org.eclipse.jgit.internal.transport.sshd.PasswordProviderWrapper
-
Creates a new
PasswordProviderWrapper
. - Patch - Class in org.eclipse.jgit.patch
-
A parsed collection of
FileHeader
s from a unified diff patch file - Patch() - Constructor for class org.eclipse.jgit.patch.Patch
-
Create an empty patch.
- patchApplyException - Variable in class org.eclipse.jgit.internal.JGitText
- PatchApplyException - Exception in org.eclipse.jgit.api.errors
-
Exception thrown when applying a patch fails
- PatchApplyException(String) - Constructor for exception org.eclipse.jgit.api.errors.PatchApplyException
-
Constructor for PatchApplyException
- PatchApplyException(String, Throwable) - Constructor for exception org.eclipse.jgit.api.errors.PatchApplyException
-
Constructor for PatchApplyException
- patchFormatException - Variable in class org.eclipse.jgit.internal.JGitText
- PatchFormatException - Exception in org.eclipse.jgit.api.errors
-
Exception thrown when applying a patch fails due to an invalid format
- PatchFormatException(List<FormatError>) - Constructor for exception org.eclipse.jgit.api.errors.PatchFormatException
-
Constructor for PatchFormatException
- PatchIdDiffFormatter - Class in org.eclipse.jgit.diff
-
A DiffFormatter used to calculate the patch-id of the diff.
- PatchIdDiffFormatter() - Constructor for class org.eclipse.jgit.diff.PatchIdDiffFormatter
-
Initialize a formatter to compute a patch id.
- path - Variable in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Path buffer for the current entry.
- PATH - org.eclipse.jgit.transport.TransportProtocol.URIishField
-
the path field
- PATH_SEPARATOR - Static variable in class org.eclipse.jgit.ignore.FastIgnoreRule
-
Character used as default path separator for ignore entries
- pathCompare(byte[], int, int, int) - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Compare the path of this current entry to a raw buffer.
- pathCompare(AbstractTreeIterator) - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Compare the path of this current entry to another iterator's entry.
- pathDoesNotMatchMode - Variable in class org.eclipse.jgit.archive.internal.ArchiveText
- PathEdit(String) - Constructor for class org.eclipse.jgit.dircache.DirCacheEditor.PathEdit
-
Create a new update command by path name.
- PathEdit(DirCacheEntry) - Constructor for class org.eclipse.jgit.dircache.DirCacheEditor.PathEdit
-
Create a new update command for an existing entry instance.
- PathFilter - Class in org.eclipse.jgit.treewalk.filter
-
Includes tree entries only if they match the configured path.
- PathFilterGroup - Class in org.eclipse.jgit.treewalk.filter
-
Includes tree entries only if they match one or more configured paths.
- PathFilterGroup() - Constructor for class org.eclipse.jgit.treewalk.filter.PathFilterGroup
- pathForParamNotFound - Variable in class org.eclipse.jgit.http.server.HttpServerText
- pathLen - Variable in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Total length of the current entry's complete path from the root.
- PathMatcher - Class in org.eclipse.jgit.ignore.internal
-
Matcher built by patterns consists of multiple path segments.
- pathNotConfigured - Variable in class org.eclipse.jgit.internal.JGitText
- pathNotSupported - Variable in class org.eclipse.jgit.http.server.HttpServerText
- pathOffset - Variable in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Position within
AbstractTreeIterator.path
this iterator starts writing at. - Paths - Class in org.eclipse.jgit.util
-
Utility functions for paths inside of a Git repository.
- pathspecDidNotMatch - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- pathsRequired - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- PathSuffixFilter - Class in org.eclipse.jgit.treewalk.filter
-
Includes tree entries only if they end with the configured path (suffix match).
- pathToString(File) - Static method in class org.eclipse.jgit.util.FileUtils
-
Convert a path to String, replacing separators as necessary.
- PathTreeFilterHandler - Class in org.eclipse.jgit.pgm.opt
-
Create a
TreeFilter
to match path names. - PathTreeFilterHandler(CmdLineParser, OptionDef, Setter<? super TreeFilter>) - Constructor for class org.eclipse.jgit.pgm.opt.PathTreeFilterHandler
-
Create a new handler for the command name.
- pattern() - Method in class org.eclipse.jgit.revwalk.filter.PatternMatchRevFilter
-
Get the pattern this filter uses.
- pattern() - Method in class org.eclipse.jgit.util.RawSubStringPattern
-
Get the literal pattern string this instance searches for.
- PatternMatchRevFilter - Class in org.eclipse.jgit.revwalk.filter
-
Abstract filter that searches text using extended regular expressions.
- PatternMatchRevFilter(String, boolean, boolean, int) - Constructor for class org.eclipse.jgit.revwalk.filter.PatternMatchRevFilter
-
Construct a new pattern matching filter.
- PedestrianObjectReachabilityChecker - Class in org.eclipse.jgit.internal.revwalk
-
Checks if all objects are reachable from certain starting points doing a walk.
- PedestrianObjectReachabilityChecker(ObjectWalk) - Constructor for class org.eclipse.jgit.internal.revwalk.PedestrianObjectReachabilityChecker
-
New instance of the reachability checker using a existing walk.
- PedestrianReachabilityChecker - Class in org.eclipse.jgit.internal.revwalk
-
Checks the reachability walking the graph from the starters towards the target.
- PedestrianReachabilityChecker(boolean, RevWalk) - Constructor for class org.eclipse.jgit.internal.revwalk.PedestrianReachabilityChecker
-
New instance of the reachability checker using a existing walk.
- peek() - Method in class org.eclipse.jgit.revwalk.DateRevQueue
-
Peek at the next commit, without removing it.
- peel(Ref) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRefDatabase
-
Peel a possibly unpeeled reference by traversing the annotated tags.
- peel(Ref) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReftableDatabase
-
Peel a possibly unpeeled reference by traversing the annotated tags.
- peel(Ref) - Method in class org.eclipse.jgit.internal.storage.file.FileReftableDatabase
-
Peel a possibly unpeeled reference by traversing the annotated tags.
- peel(Ref) - Method in class org.eclipse.jgit.internal.storage.file.RefDirectory
-
Peel a possibly unpeeled reference by traversing the annotated tags.
- peel(Ref) - Method in class org.eclipse.jgit.lib.RefDatabase
-
Peel a possibly unpeeled reference by traversing the annotated tags.
- peel(Ref) - Method in class org.eclipse.jgit.lib.Repository
-
Deprecated.use
getRefDatabase().peel(ref)
instead. - peel(RevObject) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Peel back annotated tags until a non-tag object is found.
- peeledLineBeforeRef - Variable in class org.eclipse.jgit.internal.JGitText
- PeeledNonTag(Ref.Storage, String, ObjectId) - Constructor for class org.eclipse.jgit.lib.ObjectIdRef.PeeledNonTag
-
Create a new ref pairing.
- PeeledNonTag(Ref.Storage, String, ObjectId, long) - Constructor for class org.eclipse.jgit.lib.ObjectIdRef.PeeledNonTag
-
Create a new ref pairing with update index.
- peeledRefIsRequired - Variable in class org.eclipse.jgit.internal.JGitText
- PeeledTag(Ref.Storage, String, ObjectId, ObjectId) - Constructor for class org.eclipse.jgit.lib.ObjectIdRef.PeeledTag
-
Create a new ref pairing.
- PeeledTag(Ref.Storage, String, ObjectId, ObjectId, long) - Constructor for class org.eclipse.jgit.lib.ObjectIdRef.PeeledTag
-
Create a new ref pairing with update index.
- peerDidNotSupplyACompleteObjectGraph - Variable in class org.eclipse.jgit.internal.JGitText
- PerformanceLogContext - Class in org.eclipse.jgit.logging
-
Singleton that collects performance logs.
- PerformanceLogRecord - Class in org.eclipse.jgit.logging
-
Class to register a performance log record.
- PerformanceLogRecord(String, long) - Constructor for class org.eclipse.jgit.logging.PerformanceLogRecord
-
Create a new performance log record for an event.
- performsAtomicTransactions() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReftableDatabase
-
Whether the database is capable of performing batch updates as atomic transactions.
- performsAtomicTransactions() - Method in class org.eclipse.jgit.internal.storage.dfs.InMemoryRepository.MemRefDatabase
- performsAtomicTransactions() - Method in class org.eclipse.jgit.internal.storage.file.FileReftableDatabase
-
Whether the database is capable of performing batch updates as atomic transactions.
- performsAtomicTransactions() - Method in class org.eclipse.jgit.internal.storage.file.RefDirectory
-
Whether the database is capable of performing batch updates as atomic transactions.
- performsAtomicTransactions() - Method in class org.eclipse.jgit.lib.RefDatabase
-
Whether the database is capable of performing batch updates as atomic transactions.
- PersonIdent - Class in org.eclipse.jgit.lib
-
A combination of a person identity and time in Git.
- PersonIdent(String, String) - Constructor for class org.eclipse.jgit.lib.PersonIdent
-
Construct a new
PersonIdent
with current time. - PersonIdent(String, String, long, int) - Constructor for class org.eclipse.jgit.lib.PersonIdent
-
Construct a
PersonIdent
. - PersonIdent(String, String, Instant, ZoneId) - Constructor for class org.eclipse.jgit.lib.PersonIdent
-
Construct a PersonIdent from simple data
- PersonIdent(String, String, Date, TimeZone) - Constructor for class org.eclipse.jgit.lib.PersonIdent
-
Construct a PersonIdent from simple data
- PersonIdent(String, String, ProposedTimestamp) - Constructor for class org.eclipse.jgit.lib.PersonIdent
-
Construct a new
PersonIdent
with current time. - PersonIdent(PersonIdent) - Constructor for class org.eclipse.jgit.lib.PersonIdent
-
Copy a
PersonIdent
. - PersonIdent(PersonIdent, long, int) - Constructor for class org.eclipse.jgit.lib.PersonIdent
-
Copy a PersonIdent, but alter the clone's time stamp
- PersonIdent(PersonIdent, Instant) - Constructor for class org.eclipse.jgit.lib.PersonIdent
-
Copy a
PersonIdent
, but alter the clone's time stamp - PersonIdent(PersonIdent, Date) - Constructor for class org.eclipse.jgit.lib.PersonIdent
-
Copy a
PersonIdent
, but alter the clone's time stamp - PersonIdent(PersonIdent, Date, TimeZone) - Constructor for class org.eclipse.jgit.lib.PersonIdent
-
Copy a PersonIdent, but alter the clone's time stamp
- PersonIdent(Repository) - Constructor for class org.eclipse.jgit.lib.PersonIdent
-
Creates new PersonIdent from config info in repository, with current time.
- personIdentEmailNonNull - Variable in class org.eclipse.jgit.internal.JGitText
- personIdentNameNonNull - Variable in class org.eclipse.jgit.internal.JGitText
- PICK - org.eclipse.jgit.lib.RebaseTodoLine.Action
-
Use commit
- PlotCommit<L extends PlotLane> - Class in org.eclipse.jgit.revplot
-
A commit reference to a commit in the DAG.
- PlotCommit(AnyObjectId) - Constructor for class org.eclipse.jgit.revplot.PlotCommit
-
Create a new commit.
- PlotCommitList<L extends PlotLane> - Class in org.eclipse.jgit.revplot
-
An ordered list of
PlotCommit
subclasses. - PlotCommitList() - Constructor for class org.eclipse.jgit.revplot.PlotCommitList
- PlotLane - Class in org.eclipse.jgit.revplot
-
A line space within the graph.
- PlotLane() - Constructor for class org.eclipse.jgit.revplot.PlotLane
- PlotWalk - Class in org.eclipse.jgit.revplot
-
Specialized RevWalk for visualization of a commit graph.
- PlotWalk(Repository) - Constructor for class org.eclipse.jgit.revplot.PlotWalk
-
Create a new revision walker for a given repository.
- pollForUpdates() - Method in class org.eclipse.jgit.lib.ThreadSafeProgressMonitor
-
Non-blocking poll for pending updates.
- PORT - org.eclipse.jgit.transport.TransportProtocol.URIishField
-
the port field
- PORT - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file.
- position() - Method in interface org.eclipse.jgit.internal.storage.dfs.ReadableChannel
-
Get the current position of the channel.
- position(long) - Method in interface org.eclipse.jgit.internal.storage.dfs.ReadableChannel
-
Seek the current position of the channel to a new offset.
- positive(String) - Static method in class org.eclipse.jgit.internal.transport.ssh.OpenSshConfigFile
-
Converts a positive value into an
int
. - POST_BUFFER_KEY - Static variable in class org.eclipse.jgit.transport.HttpConfig
-
git config key for the "postBuffer" setting.
- postCommit(Repository, PrintStream) - Static method in class org.eclipse.jgit.hooks.Hooks
-
Create post-commit hook for the given repository with the default error stream
- postCommit(Repository, PrintStream, PrintStream) - Static method in class org.eclipse.jgit.hooks.Hooks
-
Create post-commit hook for the given repository
- PostCommitHook - Class in org.eclipse.jgit.hooks
-
The
post-commit
hook implementation. - PostCommitHook(Repository, PrintStream) - Constructor for class org.eclipse.jgit.hooks.PostCommitHook
-
Constructor for PostCommitHook
- PostCommitHook(Repository, PrintStream, PrintStream) - Constructor for class org.eclipse.jgit.hooks.PostCommitHook
-
Constructor for PostCommitHook
- postCommitHookFailed - Variable in class org.eclipse.jgit.internal.JGitText
- PostReceiveHook - Interface in org.eclipse.jgit.transport
-
Hook invoked by
ReceivePack
after all updates are executed. - PostReceiveHookChain - Class in org.eclipse.jgit.transport
-
PostReceiveHook
that delegates to a list of other hooks. - PostUploadHook - Interface in org.eclipse.jgit.transport
-
Hook invoked by
UploadPack
after the pack has been uploaded. - PostUploadHookChain - Class in org.eclipse.jgit.transport
-
PostUploadHook
that delegates to a list of other hooks. - preCommit(Repository, PrintStream) - Static method in class org.eclipse.jgit.hooks.Hooks
-
Create pre-commit hook for the given repository with the default error stream
- preCommit(Repository, PrintStream, PrintStream) - Static method in class org.eclipse.jgit.hooks.Hooks
-
Create pre-commit hook for the given repository
- PreCommitHook - Class in org.eclipse.jgit.hooks
-
The
pre-commit
hook implementation. - PreCommitHook(Repository, PrintStream) - Constructor for class org.eclipse.jgit.hooks.PreCommitHook
-
Constructor for PreCommitHook
- PreCommitHook(Repository, PrintStream, PrintStream) - Constructor for class org.eclipse.jgit.hooks.PreCommitHook
-
Constructor for PreCommitHook
- PreDefinedDiffTool - Class in org.eclipse.jgit.internal.diffmergetool
-
The pre-defined diff tool.
- PreDefinedDiffTool(String, String, String) - Constructor for class org.eclipse.jgit.internal.diffmergetool.PreDefinedDiffTool
-
Create a pre-defined diff tool
- PreDefinedDiffTool(CommandLineDiffTool) - Constructor for class org.eclipse.jgit.internal.diffmergetool.PreDefinedDiffTool
-
Creates the pre-defined diff tool
- PreDefinedMergeTool - Class in org.eclipse.jgit.internal.diffmergetool
-
The pre-defined merge tool.
- PreDefinedMergeTool(String, String, String, String, BooleanTriState) - Constructor for class org.eclipse.jgit.internal.diffmergetool.PreDefinedMergeTool
-
Creates the pre-defined merge tool
- PreDefinedMergeTool(CommandLineMergeTool) - Constructor for class org.eclipse.jgit.internal.diffmergetool.PreDefinedMergeTool
-
Creates the pre-defined merge tool
- PREFERRED_AUTHENTICATIONS - Static variable in class org.eclipse.jgit.internal.transport.sshd.JGitSshClient
-
An attribute key for the comma-separated list of default preferred authentication mechanisms.
- PREFERRED_AUTHENTICATIONS - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file.
- PREFIX_CREATED - Static variable in interface org.eclipse.jgit.lib.ReflogEntry
-
Prefix used in reflog messages when the ref was first created.
- PREFIX_FAST_FORWARD - Static variable in interface org.eclipse.jgit.lib.ReflogEntry
-
Prefix used in reflog messages when the ref was updated with a fast forward.
- PREFIX_FORCED_UPDATE - Static variable in interface org.eclipse.jgit.lib.ReflogEntry
-
Prefix used in reflog messages when the ref was force updated.
- prefixCompare(byte[], int) - Method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
-
Compare this abbreviation to a network-byte-order LongObjectId.
- prefixCompare(byte[], int) - Method in class org.eclipse.jgit.lib.AbbreviatedObjectId
-
Compare this abbreviation to a network-byte-order ObjectId.
- prefixCompare(int[], int) - Method in class org.eclipse.jgit.lib.AbbreviatedObjectId
-
Compare this abbreviation to a network-byte-order ObjectId.
- prefixCompare(long[], int) - Method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
-
Compare this abbreviation to a network-byte-order LongObjectId.
- prefixCompare(AnyLongObjectId) - Method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
-
Compares this abbreviation to a full object id.
- prefixCompare(AnyObjectId) - Method in class org.eclipse.jgit.lib.AbbreviatedObjectId
-
Compares this abbreviation to a full object id.
- prefixRemote - Variable in class org.eclipse.jgit.internal.JGitText
- prepareBitmapIndex(ProgressMonitor) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Prepares the bitmaps to be written to the bitmap index file.
- prepareCommand(String, FileElement, FileElement, FileElement, FileElement) - Static method in class org.eclipse.jgit.internal.diffmergetool.ExternalToolUtils
-
Prepare command for execution.
- prepareEnvironment(File, FileElement, FileElement, FileElement, FileElement) - Static method in class org.eclipse.jgit.internal.diffmergetool.ExternalToolUtils
-
Prepare environment needed for execution.
- prepareHead() - Method in class org.eclipse.jgit.blame.BlameGenerator
-
Pushes HEAD, index, and working tree as appropriate for blaming the file given in the constructor
BlameGenerator(Repository, String)
against HEAD. - prepareMessage(byte, byte[]) - Method in class org.eclipse.jgit.transport.sshd.agent.AbstractConnector
-
Prepares a message for sending by inserting the command and message length.
- preparePack(Collection<? extends CachedPack>) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Prepare the list of objects to be written to the pack stream.
- preparePack(Iterator<RevObject>) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Prepare the list of objects to be written to the pack stream.
- preparePack(ProgressMonitor, Set<? extends ObjectId>, Set<? extends ObjectId>) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Prepare the list of objects to be written to the pack stream.
- preparePack(ProgressMonitor, Set<? extends ObjectId>, Set<? extends ObjectId>, Set<? extends ObjectId>) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Prepare the list of objects to be written to the pack stream.
- preparePack(ProgressMonitor, Set<? extends ObjectId>, Set<? extends ObjectId>, Set<? extends ObjectId>, Set<? extends ObjectId>) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Prepare the list of objects to be written to the pack stream.
- preparePack(ProgressMonitor, ObjectWalk, Set<? extends ObjectId>, Set<? extends ObjectId>, Set<? extends ObjectId>) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Prepare the list of objects to be written to the pack stream.
- prepareSteps(List<RebaseTodoLine>) - Method in interface org.eclipse.jgit.api.RebaseCommand.InteractiveHandler
-
Callback API to modify the initial list of interactive rebase steps.
- prePush(Repository, PrintStream) - Static method in class org.eclipse.jgit.hooks.Hooks
-
Create pre-push hook for the given repository with the default error stream
- prePush(Repository, PrintStream, PrintStream) - Static method in class org.eclipse.jgit.hooks.Hooks
-
Create pre-push hook for the given repository
- PrePushHook - Class in org.eclipse.jgit.hooks
-
The
pre-push
hook implementation. - PrePushHook(Repository, PrintStream) - Constructor for class org.eclipse.jgit.hooks.PrePushHook
-
Constructor for PrePushHook
- PrePushHook(Repository, PrintStream, PrintStream) - Constructor for class org.eclipse.jgit.hooks.PrePushHook
-
Constructor for PrePushHook
- PreReceiveHook - Interface in org.eclipse.jgit.transport
-
Hook invoked by
ReceivePack
before any updates are executed. - PreReceiveHookChain - Class in org.eclipse.jgit.transport
-
PreReceiveHook
that delegates to a list of other hooks. - prescanOneTree() - Method in class org.eclipse.jgit.dircache.DirCacheCheckout
-
Scan index and merge tree (no HEAD).
- preScanTwoTrees() - Method in class org.eclipse.jgit.dircache.DirCacheCheckout
-
Scan head, index and merge tree.
- PRESERVE - org.eclipse.jgit.lib.BranchConfig.BranchRebaseMode
-
Value for rebasing preserving local merge commits
- PreUploadHook - Interface in org.eclipse.jgit.transport
-
Hook invoked by
UploadPack
before during critical phases. - PreUploadHookChain - Class in org.eclipse.jgit.transport
-
PreUploadHook
that delegates to a list of other hooks. - prev(byte[], int, char) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Locate the first position before a given character.
- prevLF(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Locate the first position before the previous LF.
- prevLF(byte[], int, char) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Locate the previous position before either the given character or LF.
- print(char) - Method in class org.eclipse.jgit.util.io.ThrowingPrintWriter
-
Print a char
- print(int) - Method in class org.eclipse.jgit.util.io.ThrowingPrintWriter
-
Print an int as string
- print(long) - Method in class org.eclipse.jgit.util.io.ThrowingPrintWriter
-
Print a long as string
- print(short) - Method in class org.eclipse.jgit.util.io.ThrowingPrintWriter
-
Print a short as string
- print(Object) - Method in class org.eclipse.jgit.util.io.ThrowingPrintWriter
-
Print an object's toString representations
- println() - Method in class org.eclipse.jgit.util.io.ThrowingPrintWriter
-
Print a platform dependent new line
- println(String) - Method in class org.eclipse.jgit.util.io.ThrowingPrintWriter
-
Print a string and terminate with a line feed.
- printSingleLineUsage(Writer, ResourceBundle) - Method in class org.eclipse.jgit.pgm.opt.CmdLineParser
- printUsage(String, CmdLineParser) - Method in class org.eclipse.jgit.pgm.TextBuiltin
-
Print usage help text.
- printUsageAndExit(String, CmdLineParser) - Method in class org.eclipse.jgit.pgm.TextBuiltin
-
Print an error message and the usage line
- printUsageAndExit(CmdLineParser) - Method in class org.eclipse.jgit.pgm.TextBuiltin
-
Print the usage line
- privateKey1 - Variable in class org.eclipse.jgit.junit.ssh.SshTestHarness
- privateKey2 - Variable in class org.eclipse.jgit.junit.ssh.SshTestHarness
- problemWithResolvingPushRefSpecsLocally - Variable in class org.eclipse.jgit.internal.JGitText
- process() - Method in interface org.eclipse.jgit.internal.transport.sshd.auth.AuthenticationHandler
-
Produces the next authentication token, if any.
- process() - Method in class org.eclipse.jgit.internal.transport.sshd.auth.BasicAuthentication
- process() - Method in class org.eclipse.jgit.internal.transport.sshd.auth.GssApiAuthentication
- PROCESS_STEPS - org.eclipse.jgit.api.RebaseCommand.Operation
-
Starts processing steps
- processAuthDataRequest(ClientSession, String, Buffer) - Method in class org.eclipse.jgit.internal.transport.sshd.GssApiWithMicAuthentication
- processBitmapForWrite(BitmapCommit, BitmapIndex.Bitmap, int) - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder
-
Processes a commit and prepares its bitmap to write to the bitmap index file.
- processEntry(CanonicalTreeParser, CanonicalTreeParser, CanonicalTreeParser, DirCacheBuildIterator, WorkingTreeIterator, boolean, Attributes[]) - Method in class org.eclipse.jgit.merge.ResolveMerger
-
Processes one path and tries to merge taking git attributes in account.
- ProcessResult - Class in org.eclipse.jgit.util
-
Describes the result of running an external process.
- ProcessResult(int, ProcessResult.Status) - Constructor for class org.eclipse.jgit.util.ProcessResult
-
Constructor for ProcessResult.
- ProcessResult(ProcessResult.Status) - Constructor for class org.eclipse.jgit.util.ProcessResult
-
Instantiates a process result with the given status and an exit code of
-1
. - ProcessResult.Status - Enum in org.eclipse.jgit.util
-
Status of a process' execution.
- ProgressMonitor - Interface in org.eclipse.jgit.lib
-
A progress reporting interface.
- progressMonUploading - Variable in class org.eclipse.jgit.internal.JGitText
- ProgressSpinner - Class in org.eclipse.jgit.transport
-
A simple spinner connected to an
OutputStream
. - ProgressSpinner(OutputStream) - Constructor for class org.eclipse.jgit.transport.ProgressSpinner
-
Initialize a new spinner.
- prompt(String) - Method in interface org.eclipse.jgit.internal.diffmergetool.PromptContinueHandler
-
Prompt the user whether to continue with the next file by opening a given tool.
- PromptContinueHandler - Interface in org.eclipse.jgit.internal.diffmergetool
-
A handler for when the diff/merge tool manager wants to prompt the user whether to continue
- promptKeyboardInteractive(String, String, String, String[], boolean[]) - Method in class org.eclipse.jgit.internal.transport.ssh.jsch.CredentialsProviderUserInfo
- promptPassphrase(String) - Method in class org.eclipse.jgit.internal.transport.ssh.jsch.CredentialsProviderUserInfo
- promptPassword(String) - Method in class org.eclipse.jgit.internal.transport.ssh.jsch.CredentialsProviderUserInfo
- promptPasswordAuthentication() - Method in class org.eclipse.jgit.awtui.AwtAuthenticator
-
Prompt for and request authentication from the end-user.
- promptPasswordAuthentication() - Method in class org.eclipse.jgit.console.ConsoleAuthenticator
-
Prompt for and request authentication from the end-user.
- promptPasswordAuthentication() - Method in class org.eclipse.jgit.util.CachedAuthenticator
-
Prompt for and request authentication from the end-user.
- promptYesNo(String) - Method in class org.eclipse.jgit.internal.transport.ssh.jsch.CredentialsProviderUserInfo
- PROPERTIES - Static variable in class org.eclipse.jgit.internal.transport.sshd.JGitClientSession.SessionAttributes
-
Key for storing a map of properties in the attributes.
- propertyIsAlreadyNonNull - Variable in class org.eclipse.jgit.internal.JGitText
- propose() - Method in class org.eclipse.jgit.junit.time.MonotonicFakeClock
-
Obtain a timestamp close to "now".
- propose() - Method in interface org.eclipse.jgit.util.time.MonotonicClock
-
Obtain a timestamp close to "now".
- propose() - Method in class org.eclipse.jgit.util.time.MonotonicSystemClock
-
Obtain a timestamp close to "now".
- ProposedTimestamp - Class in org.eclipse.jgit.util.time
-
A timestamp generated by
MonotonicClock.propose()
. - ProposedTimestamp() - Constructor for class org.eclipse.jgit.util.time.ProposedTimestamp
- Protocol - Interface in org.eclipse.jgit.lfs
-
This interface describes the network protocol used between lfs client and lfs server
- PROTOCOL_ENVIRONMENT_VARIABLE - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
Environment variable to set by clients to request a specific git protocol in the file:// and ssh:// transports.
- PROTOCOL_ERROR - Static variable in exception org.eclipse.jgit.transport.FtpChannel.FtpException
- PROTOCOL_HEADER - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
HTTP header to set by clients to request a specific git protocol version in the HTTP transport.
- Protocol.Action - Class in org.eclipse.jgit.lfs
-
Describes in a Response a single action the client can execute on a single object
- Protocol.Error - Class in org.eclipse.jgit.lfs
-
Describes an error to be returned by the LFS batch API
- Protocol.ExpiringAction - Class in org.eclipse.jgit.lfs
-
An action with an additional expiration timestamp
- Protocol.ObjectInfo - Class in org.eclipse.jgit.lfs
-
Describes in a response all actions the LFS server offers for a single object
- Protocol.ObjectSpec - Class in org.eclipse.jgit.lfs
-
MetaData of an LFS object.
- Protocol.Request - Class in org.eclipse.jgit.lfs
-
A request sent to an LFS server
- Protocol.Response - Class in org.eclipse.jgit.lfs
-
A response received from an LFS server
- protocolError - Variable in class org.eclipse.jgit.lfs.internal.LfsText
- ProtocolV2Hook - Interface in org.eclipse.jgit.transport
-
Hook to allow callers to be notified on Git protocol v2 requests.
- ProtocolV2HookChain - Class in org.eclipse.jgit.transport
-
ProtocolV2Hook
that delegates to a list of other hooks. - proxy - Variable in class org.eclipse.jgit.internal.transport.sshd.auth.AbstractAuthenticationHandler
-
The
InetSocketAddress
or the proxy to connect to. - PROXY_COMMAND - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file.
- PROXY_JUMP - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Comma-separated list of jump hosts, defining a jump host chain in reverse order.
- proxyAddress - Variable in class org.eclipse.jgit.internal.transport.sshd.proxy.AbstractClientProxyConnector
-
The proxy address.
- proxyCannotAuthenticate - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- ProxyData - Class in org.eclipse.jgit.transport.sshd
-
A DTO encapsulating the data needed to connect through a proxy server.
- ProxyData(Proxy) - Constructor for class org.eclipse.jgit.transport.sshd.ProxyData
-
Creates a new
ProxyData
instance without user name or password. - ProxyData(Proxy, String, char[]) - Constructor for class org.eclipse.jgit.transport.sshd.ProxyData
-
Creates a new
ProxyData
instance. - ProxyDataFactory - Interface in org.eclipse.jgit.transport.sshd
-
Interface for obtaining
ProxyData
to connect through some proxy. - proxyFor(ProxySelector, URL) - Static method in class org.eclipse.jgit.util.HttpSupport
-
Determine the proxy server (if any) needed to obtain a URL.
- proxyHttpFailure - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- proxyHttpInvalidUserName - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- proxyHttpUnexpectedReply - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- proxyHttpUnspecifiedFailureReason - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- proxyJumpAbort - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- proxyPassword - Variable in class org.eclipse.jgit.internal.transport.sshd.proxy.AbstractClientProxyConnector
-
The password to use for authentication at the proxy.
- proxyPasswordPrompt - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- proxySocksAuthenticationFailed - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- proxySocksFailureForbidden - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- proxySocksFailureGeneral - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- proxySocksFailureHostUnreachable - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- proxySocksFailureNetworkUnreachable - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- proxySocksFailureRefused - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- proxySocksFailureTTL - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- proxySocksFailureUnspecified - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- proxySocksFailureUnsupportedAddress - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- proxySocksFailureUnsupportedCommand - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- proxySocksGssApiFailure - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- proxySocksGssApiMessageTooShort - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- proxySocksGssApiUnknownMessage - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- proxySocksGssApiVersionMismatch - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- proxySocksNoRemoteHostName - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- proxySocksPasswordTooLong - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- proxySocksUnexpectedMessage - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- proxySocksUnexpectedVersion - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- proxySocksUsernameTooLong - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- proxyUser - Variable in class org.eclipse.jgit.internal.transport.sshd.proxy.AbstractClientProxyConnector
-
The user to authenticate at the proxy with.
- prune(Set<ObjectId>) - Method in class org.eclipse.jgit.internal.storage.file.GC
-
Like "git prune" this method tries to prune all loose objects which are unreferenced.
- pruneLoosePackedObjects - Variable in class org.eclipse.jgit.internal.JGitText
- pruneLooseUnreferencedObjects - Variable in class org.eclipse.jgit.internal.JGitText
- prunePacked() - Method in class org.eclipse.jgit.internal.storage.file.GC
-
Like "git prune-packed" this method tries to prune all loose objects which can be found in packs.
- ptr - Variable in class org.eclipse.jgit.dircache.DirCacheIterator
-
Index of entry within
DirCacheIterator.cache
. - PUBKEY_ACCEPTED_ALGORITHMS - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file; defines signature algorithms for public key authentication as a comma-separated list.
- pubkeyAuthAddKeyToAgentError - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- pubkeyAuthAddKeyToAgentQuestion - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- pubkeyAuthWrongCommand - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- pubkeyAuthWrongKey - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- pubkeyAuthWrongSignatureAlgorithm - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- publicKey1 - Variable in class org.eclipse.jgit.junit.ssh.SshTestHarness
- publicKey2 - Variable in class org.eclipse.jgit.junit.ssh.SshTestHarness
- pull() - Method in class org.eclipse.jgit.api.Git
-
Return a command object to execute a
Pull
command - PullCommand - Class in org.eclipse.jgit.api
-
The Pull command
- PullCommand(Repository) - Constructor for class org.eclipse.jgit.api.PullCommand
-
Constructor for PullCommand.
- PullResult - Class in org.eclipse.jgit.api
-
Encapsulates the result of a
PullCommand
- pullTaskName - Variable in class org.eclipse.jgit.internal.JGitText
- push() - Method in class org.eclipse.jgit.api.Git
-
Return a command object to execute a
Push
command - push(String, byte[]) - Method in class org.eclipse.jgit.blame.BlameGenerator
-
Push a candidate blob onto the generator's traversal stack.
- push(String, RawText) - Method in class org.eclipse.jgit.blame.BlameGenerator
-
Push a candidate blob onto the generator's traversal stack.
- push(String, AnyObjectId) - Method in class org.eclipse.jgit.blame.BlameGenerator
-
Push a candidate object onto the generator's traversal stack.
- push(TestRepository, RevCommit) - Static method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Push a commit
- push(ProgressMonitor, Collection<RemoteRefUpdate>) - Method in class org.eclipse.jgit.transport.Transport
-
Push objects and refs from the local repository to the remote one.
- push(ProgressMonitor, Collection<RemoteRefUpdate>, OutputStream) - Method in class org.eclipse.jgit.transport.Transport
-
Push objects and refs from the local repository to the remote one.
- push(ProgressMonitor, Map<String, RemoteRefUpdate>) - Method in class org.eclipse.jgit.transport.BasePackPushConnection
-
Pushes to the remote repository basing on provided specification.
- push(ProgressMonitor, Map<String, RemoteRefUpdate>) - Method in interface org.eclipse.jgit.transport.PushConnection
-
Pushes to the remote repository basing on provided specification.
- push(ProgressMonitor, Map<String, RemoteRefUpdate>, OutputStream) - Method in class org.eclipse.jgit.transport.BasePackPushConnection
-
Pushes to the remote repository basing on provided specification.
- push(ProgressMonitor, Map<String, RemoteRefUpdate>, OutputStream) - Method in interface org.eclipse.jgit.transport.PushConnection
-
Pushes to the remote repository basing on provided specification.
- PUSH - org.eclipse.jgit.api.RemoteSetUrlCommand.UriType
-
Push URL for the remote.
- PUSH - org.eclipse.jgit.transport.Transport.Operation
-
Transport is to push objects remotely.
- pushCancelled - Variable in class org.eclipse.jgit.internal.JGitText
- PushCertificate - Class in org.eclipse.jgit.transport
-
The required information to verify the push.
- PushCertificate.NonceStatus - Enum in org.eclipse.jgit.transport
-
Verification result of the nonce returned during push.
- PushCertificateIdent - Class in org.eclipse.jgit.transport
-
Identity in a push certificate.
- PushCertificateIdent(String, long, int) - Constructor for class org.eclipse.jgit.transport.PushCertificateIdent
-
Construct a new identity from an OpenPGP User ID.
- pushCertificateInvalidField - Variable in class org.eclipse.jgit.internal.JGitText
- pushCertificateInvalidFieldValue - Variable in class org.eclipse.jgit.internal.JGitText
- pushCertificateInvalidHeader - Variable in class org.eclipse.jgit.internal.JGitText
- pushCertificateInvalidSignature - Variable in class org.eclipse.jgit.internal.JGitText
- PushCertificateParser - Class in org.eclipse.jgit.transport
-
Parser for signed push certificates.
- PushCertificateParser(Repository, SignedPushConfig) - Constructor for class org.eclipse.jgit.transport.PushCertificateParser
-
Constructor for PushCertificateParser.
- PushCertificateStore - Class in org.eclipse.jgit.transport
-
Storage for recorded push certificates.
- PushCertificateStore(Repository) - Constructor for class org.eclipse.jgit.transport.PushCertificateStore
-
Create a new store backed by the given repository.
- PushCommand - Class in org.eclipse.jgit.api
-
A class used to execute a
Push
command. - PushCommand(Repository) - Constructor for class org.eclipse.jgit.api.PushCommand
-
Constructor for PushCommand.
- PushConfig - Class in org.eclipse.jgit.transport
-
Push section of a Git configuration file.
- PushConfig(Config) - Constructor for class org.eclipse.jgit.transport.PushConfig
-
Creates a new instance.
- PushConfig.PushDefault - Enum in org.eclipse.jgit.transport
-
Git config values for
push.default
. - PushConfig.PushRecurseSubmodulesMode - Enum in org.eclipse.jgit.transport
-
Git config values for
push.recurseSubmodules
. - PushConnection - Interface in org.eclipse.jgit.transport
-
Lists known refs from the remote and sends objects to the remote.
- pushDefaultNothing - Variable in class org.eclipse.jgit.internal.JGitText
- pushDefaultNoUpstream - Variable in class org.eclipse.jgit.internal.JGitText
- pushDefaultSimple - Variable in class org.eclipse.jgit.internal.JGitText
- pushDefaultTriangularUpstream - Variable in class org.eclipse.jgit.internal.JGitText
- pushDefaultUnknown - Variable in class org.eclipse.jgit.internal.JGitText
- pushIsNotSupportedForBundleTransport - Variable in class org.eclipse.jgit.internal.JGitText
- pushNotPermitted - Variable in class org.eclipse.jgit.internal.JGitText
- pushOptionsNotSupported - Variable in class org.eclipse.jgit.internal.JGitText
- PushResult - Class in org.eclipse.jgit.transport
-
Result of push operation to the remote repository.
- PushResult() - Constructor for class org.eclipse.jgit.transport.PushResult
- pushTo - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- pushTo(File) - Method in class org.eclipse.jgit.junit.ssh.SshTestHarness
- pushTo(CredentialsProvider, File) - Method in class org.eclipse.jgit.junit.ssh.SshTestHarness
- put(long, V) - Method in class org.eclipse.jgit.util.LongMap
-
Put a new entry into the map
- put(String) - Method in interface org.eclipse.jgit.transport.FtpChannel
-
Obtain an
OutputStream
to write to a remote file. - put(String, String, byte[]) - Method in class org.eclipse.jgit.transport.AmazonS3
-
Atomically create or replace a single small object.
- put(String, Ref) - Method in class org.eclipse.jgit.util.RefMap
- put(K, V) - Method in class org.eclipse.jgit.util.SimpleLruCache
-
Maps the specified key to the specified value in this cache.
- put(Attribute) - Method in class org.eclipse.jgit.attributes.Attributes
-
Put an attribute
- put(Ref) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRefDatabase.RefCache
-
Obtain a modified copy of the cache with a ref stored.
- put(PushCertificate, PersonIdent) - Method in class org.eclipse.jgit.transport.PushCertificateStore
-
Put a certificate to be saved to the store.
- put(PushCertificate, PersonIdent, Collection<ReceiveCommand>) - Method in class org.eclipse.jgit.transport.PushCertificateStore
-
Put a certificate to be saved to the store, matching a set of commands.
- put(T) - Method in class org.eclipse.jgit.util.RefList
-
Store a reference, adding or replacing as necessary.
- putEntry(ArchiveOutputStream, ObjectId, String, FileMode, ObjectLoader) - Method in class org.eclipse.jgit.archive.TarFormat
-
Write an entry to an archive.
- putEntry(ArchiveOutputStream, ObjectId, String, FileMode, ObjectLoader) - Method in class org.eclipse.jgit.archive.Tbz2Format
-
Write an entry to an archive.
- putEntry(ArchiveOutputStream, ObjectId, String, FileMode, ObjectLoader) - Method in class org.eclipse.jgit.archive.TgzFormat
-
Write an entry to an archive.
- putEntry(ArchiveOutputStream, ObjectId, String, FileMode, ObjectLoader) - Method in class org.eclipse.jgit.archive.TxzFormat
-
Write an entry to an archive.
- putEntry(ArchiveOutputStream, ObjectId, String, FileMode, ObjectLoader) - Method in class org.eclipse.jgit.archive.ZipFormat
-
Write an entry to an archive.
- putEntry(T, ObjectId, String, FileMode, ObjectLoader) - Method in interface org.eclipse.jgit.api.ArchiveCommand.Format
-
Write an entry to an archive.
- pwd() - Method in interface org.eclipse.jgit.transport.FtpChannel
Q
- quote(String) - Method in class org.eclipse.jgit.util.QuotedString.BourneStyle
- quote(String) - Method in class org.eclipse.jgit.util.QuotedString.BourneUserPathStyle
- quote(String) - Method in class org.eclipse.jgit.util.QuotedString.GitPathStyle
- quote(String) - Method in class org.eclipse.jgit.util.QuotedString
-
Quote an input string by the quoting rules.
- QuotedString - Class in org.eclipse.jgit.util
-
Utility functions related to quoted string handling.
- QuotedString() - Constructor for class org.eclipse.jgit.util.QuotedString
- QuotedString.BourneStyle - Class in org.eclipse.jgit.util
-
Quoting style used by the Bourne shell.
- QuotedString.BourneUserPathStyle - Class in org.eclipse.jgit.util
-
Bourne style, but permits
~user
at the start of the string. - QuotedString.GitPathStyle - Class in org.eclipse.jgit.util
-
Quoting style that obeys the rules Git applies to file names
- quotePath(String) - Static method in class org.eclipse.jgit.internal.diffmergetool.ExternalToolUtils
R
- R_HEADS - Static variable in class org.eclipse.jgit.lib.Constants
-
Prefix for branch refs
- R_NOTES - Static variable in class org.eclipse.jgit.lib.Constants
-
Prefix for notes refs
- R_NOTES_COMMITS - Static variable in class org.eclipse.jgit.lib.Constants
-
Standard notes ref
- R_REFS - Static variable in class org.eclipse.jgit.lib.Constants
-
Prefix for any ref
- R_REMOTES - Static variable in class org.eclipse.jgit.lib.Constants
-
Prefix for remotes refs
- R_STASH - Static variable in class org.eclipse.jgit.lib.Constants
-
Standard stash ref
- R_TAGS - Static variable in class org.eclipse.jgit.lib.Constants
-
Prefix for tag refs
- RAW - org.eclipse.jgit.util.GitDateFormatter.Format
-
Git format: Seconds size 1970 in UTC plus time zone
- RawCharSequence - Class in org.eclipse.jgit.util
-
A rough character sequence around a raw byte buffer.
- RawCharSequence(byte[], int, int) - Constructor for class org.eclipse.jgit.util.RawCharSequence
-
Create a rough character sequence around the raw byte buffer.
- RawCharUtil - Class in org.eclipse.jgit.util
-
Utility class for character functions on raw bytes
- rawLogMessageDoesNotParseAsLogEntry - Variable in class org.eclipse.jgit.internal.JGitText
- RawParseUtils - Class in org.eclipse.jgit.util
-
Handy utility functions to parse raw object contents.
- RawSubStringPattern - Class in org.eclipse.jgit.util
-
Searches text using only substring search.
- RawSubStringPattern(String) - Constructor for class org.eclipse.jgit.util.RawSubStringPattern
-
Construct a new substring pattern.
- RawText - Class in org.eclipse.jgit.diff
-
A Sequence supporting UNIX formatted text in byte[] format.
- RawText(byte[]) - Constructor for class org.eclipse.jgit.diff.RawText
-
Create a new sequence from an existing content byte array.
- RawText(byte[], IntList) - Constructor for class org.eclipse.jgit.diff.RawText
-
Create a new sequence from the existing content byte array and the line map indicating line boundaries.
- RawText(File) - Constructor for class org.eclipse.jgit.diff.RawText
-
Create a new sequence from a file.
- RawTextComparator - Class in org.eclipse.jgit.diff
-
Equivalence function for
RawText
. - RawTextComparator() - Constructor for class org.eclipse.jgit.diff.RawTextComparator
- reachabilityCheckDuration - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
Time in ms spent checking reachability.
- ReachabilityChecker - Interface in org.eclipse.jgit.revwalk
-
Check if a commit is reachable from a collection of starting commits.
- REACHABLE_COMMIT - org.eclipse.jgit.transport.UploadPack.RequestPolicy
-
Client may ask for any commit reachable from a reference advertised by the server.
- REACHABLE_COMMIT_TIP - org.eclipse.jgit.transport.UploadPack.RequestPolicy
-
Client may ask for any commit reachable from any reference, even if that reference wasn't advertised.
- ReachableCommitRequestValidator() - Constructor for class org.eclipse.jgit.transport.UploadPack.ReachableCommitRequestValidator
- ReachableCommitTipRequestValidator() - Constructor for class org.eclipse.jgit.transport.UploadPack.ReachableCommitTipRequestValidator
- read() - Method in class org.eclipse.jgit.dircache.DirCache
-
Read the index from disk, if it has changed on disk.
- read() - Method in class org.eclipse.jgit.lib.ObjectStream.Filter
- read() - Method in class org.eclipse.jgit.lib.ObjectStream.SmallStream
- read() - Method in class org.eclipse.jgit.transport.SideBandInputStream
- read() - Method in class org.eclipse.jgit.util.io.AutoCRLFInputStream
- read() - Method in class org.eclipse.jgit.util.io.AutoLFInputStream
- read() - Method in class org.eclipse.jgit.util.io.BinaryDeltaInputStream
- read() - Method in class org.eclipse.jgit.util.io.BinaryHunkInputStream
- read() - Method in class org.eclipse.jgit.util.io.LimitedInputStream
- read() - Method in class org.eclipse.jgit.util.io.TeeInputStream
- read() - Method in class org.eclipse.jgit.util.io.TimeoutInputStream
- read() - Method in class org.eclipse.jgit.util.io.UnionInputStream
- read() - Method in class org.eclipse.jgit.util.LfsFactory.LfsInputStream
- read(byte[]) - Method in class org.eclipse.jgit.util.io.TimeoutInputStream
- read(byte[], int, int) - Method in class org.eclipse.jgit.lib.ObjectStream.Filter
- read(byte[], int, int) - Method in class org.eclipse.jgit.lib.ObjectStream.SmallStream
- read(byte[], int, int) - Method in class org.eclipse.jgit.transport.SideBandInputStream
- read(byte[], int, int) - Method in class org.eclipse.jgit.util.io.AutoCRLFInputStream
- read(byte[], int, int) - Method in class org.eclipse.jgit.util.io.AutoLFInputStream
- read(byte[], int, int) - Method in class org.eclipse.jgit.util.io.BinaryDeltaInputStream
- read(byte[], int, int) - Method in class org.eclipse.jgit.util.io.BinaryHunkInputStream
- read(byte[], int, int) - Method in class org.eclipse.jgit.util.io.LimitedInputStream
- read(byte[], int, int) - Method in class org.eclipse.jgit.util.io.TeeInputStream
- read(byte[], int, int) - Method in class org.eclipse.jgit.util.io.TimeoutInputStream
- read(byte[], int, int) - Method in class org.eclipse.jgit.util.io.UnionInputStream
- read(byte[], int, int) - Method in class org.eclipse.jgit.util.LfsFactory.LfsInputStream
- read(long, int) - Method in class org.eclipse.jgit.internal.storage.io.BlockSource
-
Read a block from the file.
- read(long, ByteBuffer) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsOutputStream
-
Read back a portion of already written data.
- read(File) - Static method in class org.eclipse.jgit.junit.JGitTestUtil
-
Fully read a UTF-8 file and return as a string.
- read(File) - Method in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Read a file's content
- read(File, FS) - Static method in class org.eclipse.jgit.dircache.DirCache
-
Create a new in-core index representation and read an index from disk.
- read(InputStream) - Method in class org.eclipse.jgit.gitrepo.ManifestParser
-
Read the xml file.
- read(InputStream) - Static method in class org.eclipse.jgit.internal.storage.file.PackIndex
-
Read an existing pack index file from a buffered stream.
- read(InputStream) - Static method in class org.eclipse.jgit.lib.ObjectIdSerializer
-
Read a possibly null
ObjectId
from the stream. - read(InputStream, PackBitmapIndex.SupplierWithIOException<PackIndex>, PackBitmapIndex.SupplierWithIOException<PackReverseIndex>, boolean) - Static method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndex
-
Read an existing pack bitmap index file from a buffered stream.
- read(InputStream, PackIndex, PackReverseIndex) - Static method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndex
-
Read an existing pack bitmap index file from a buffered stream.
- read(String) - Method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Read content of a file
- read(ReadableByteChannel, byte[], int, int) - Static method in class org.eclipse.jgit.util.IO
-
Read as much of the array as possible from a channel.
- read(TimeUnit) - Method in class org.eclipse.jgit.util.time.ProposedTimestamp
-
Read the timestamp as
unit
since the epoch. - read(ObjectReader, AnyObjectId) - Static method in class org.eclipse.jgit.dircache.DirCache
-
Create a new in memory index read from the contents of a tree.
- read(ObjectReader, RevCommit) - Static method in class org.eclipse.jgit.notes.NoteMap
-
Load a collection of notes from a branch.
- read(ObjectReader, RevTree) - Static method in class org.eclipse.jgit.notes.NoteMap
-
Load a collection of notes from a tree.
- read(Repository) - Static method in class org.eclipse.jgit.dircache.DirCache
-
Create a new in-core index representation and read an index from disk.
- read(Repository, String) - Static method in class org.eclipse.jgit.junit.JGitTestUtil
-
Read a file's content
- ReadableChannel - Interface in org.eclipse.jgit.internal.storage.dfs
-
Readable random access byte channel from a file.
- readCherryPickHead() - Method in class org.eclipse.jgit.lib.Repository
-
Return the information stored in the file $GIT_DIR/CHERRY_PICK_HEAD.
- readCommitEditMsg() - Method in class org.eclipse.jgit.lib.Repository
-
Return the information stored in the file $GIT_DIR/COMMIT_EDITMSG.
- readConfigFailed - Variable in class org.eclipse.jgit.internal.JGitText
- readDatabase(byte[], int, int) - Method in class org.eclipse.jgit.internal.fsck.FsckPackParser
-
Read from the database's current position into the buffer.
- readDatabase(byte[], int, int) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackParser
-
Read from the database's current position into the buffer.
- readDatabase(byte[], int, int) - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser
-
Read from the database's current position into the buffer.
- readDatabase(byte[], int, int) - Method in class org.eclipse.jgit.transport.PackParser
-
Read from the database's current position into the buffer.
- readDirCache() - Method in class org.eclipse.jgit.lib.Repository
-
Create a new in-core index representation and read an index from disk.
- readEnvironment() - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Read standard Git environment variables and configure from those.
- readEnvironment(SystemReader) - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Read standard Git environment variables and configure from those.
- reader - Variable in class org.eclipse.jgit.merge.Merger
-
Reader to support
Merger.walk
and other object loading. - readerIsRequired - Variable in class org.eclipse.jgit.internal.JGitText
- readers() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReftableStack
-
Get unmodifiable list of tables
- readFile(String, String, String) - Method in interface org.eclipse.jgit.gitrepo.RepoCommand.RemoteReader
-
Deprecated.
- readFileStoreAttributesFailed - Variable in class org.eclipse.jgit.internal.JGitText
- readFileWithMode(String, String, String) - Method in class org.eclipse.jgit.gitrepo.RepoCommand.DefaultRemoteReader
- readFileWithMode(String, String, String) - Method in interface org.eclipse.jgit.gitrepo.RepoCommand.RemoteReader
-
Read contents and mode (i.e.
- readFromFile(Path) - Static method in class org.eclipse.jgit.internal.transport.sshd.KnownHostEntryReader
-
Reads a known_hosts file and returns all valid entries.
- readFully(File) - Static method in class org.eclipse.jgit.util.IO
-
Read an entire local file into memory as a byte array.
- readFully(File, int) - Static method in class org.eclipse.jgit.util.IO
-
Read an entire local file into memory as a byte array.
- readFully(InputStream, byte[], int) - Static method in class org.eclipse.jgit.util.IO
-
Read the entire byte array into memory, unless input is shorter
- readFully(InputStream, byte[], int, int) - Static method in class org.eclipse.jgit.util.IO
-
Read the entire byte array into memory, or throw an exception.
- readIncludedConfig(String) - Method in class org.eclipse.jgit.lib.Config
-
Read the included config from the specified (possibly) relative path
- readIncludedConfig(String) - Method in class org.eclipse.jgit.storage.file.FileBasedConfig
-
Read the included config from the specified (possibly) relative path
- readIncludeFile(String) - Method in interface org.eclipse.jgit.gitrepo.ManifestParser.IncludedFileReader
-
Read a file from the same base dir of the manifest xml file.
- readingObjectsFromLocalRepositoryFailed - Variable in class org.eclipse.jgit.internal.JGitText
- readLastModifiedFailed - Variable in class org.eclipse.jgit.internal.JGitText
- readLine(Reader, int) - Static method in class org.eclipse.jgit.util.IO
-
Read the next line from a reader.
- readLines(String) - Static method in class org.eclipse.jgit.util.IO
-
Divides the given string into lines.
- readMergeCommitMsg() - Method in class org.eclipse.jgit.lib.Repository
-
Return the information stored in the file $GIT_DIR/MERGE_MSG.
- readMergeHeads() - Method in class org.eclipse.jgit.lib.Repository
-
Return the information stored in the file $GIT_DIR/MERGE_HEAD.
- readObjectHeader(PackParser.ObjectTypeAndSize) - Method in class org.eclipse.jgit.transport.PackParser
-
Read the header of the current object.
- readOrigHead() - Method in class org.eclipse.jgit.lib.Repository
-
Return the information stored in the file $GIT_DIR/ORIG_HEAD.
- readPipe(File, String[], String) - Static method in class org.eclipse.jgit.util.FS
-
Execute a command and return a single line of output as a String
- readPipe(File, String[], String, Map<String, String>) - Static method in class org.eclipse.jgit.util.FS
-
Execute a command and return a single line of output as a String
- readPipeIsNotAllowed - Variable in class org.eclipse.jgit.internal.JGitText
- readPipeIsNotAllowedRequiredPermission - Variable in class org.eclipse.jgit.internal.JGitText
- readRebaseTodo(String, boolean) - Method in class org.eclipse.jgit.lib.RebaseTodoFile
-
Read a file formatted like the git-rebase-todo file.
- readRebaseTodo(String, boolean) - Method in class org.eclipse.jgit.lib.Repository
-
Read a file formatted like the git-rebase-todo file.
- readRevertHead() - Method in class org.eclipse.jgit.lib.Repository
-
Return the information stored in the file $GIT_DIR/REVERT_HEAD.
- readSecretKey(InputStream, PGPDigestCalculatorProvider, SecretKeys.PassphraseSupplier, PGPPublicKey) - Static method in class org.eclipse.jgit.gpg.bc.internal.keys.SecretKeys
-
Reads a GPG secret key from the given stream.
- readShallowFailed - Variable in class org.eclipse.jgit.internal.JGitText
- readSome(File, int) - Static method in class org.eclipse.jgit.util.IO
-
Read at most limit bytes from the local file into memory as a byte array.
- readSquashCommitMsg() - Method in class org.eclipse.jgit.lib.Repository
-
Return the information stored in the file $GIT_DIR/SQUASH_MSG.
- readString() - Method in class org.eclipse.jgit.transport.PacketLineIn
-
Read a single UTF-8 encoded string packet from the input stream.
- readStringRaw() - Method in class org.eclipse.jgit.transport.PacketLineIn
-
Read a single UTF-8 encoded string packet from the input stream.
- readStrings() - Method in class org.eclipse.jgit.transport.PacketLineIn
-
Get an iterator to read strings from the input stream.
- readSymLink(File) - Static method in class org.eclipse.jgit.util.FileUtils
-
Read target path of the symlink.
- readSymLink(File) - Method in class org.eclipse.jgit.util.FS
-
Check if a file is a symbolic link and read it
- readSymlinkTarget(WorkingTreeIterator.Entry) - Method in class org.eclipse.jgit.treewalk.FileTreeIterator
-
Reads the target of a symlink as a string.
- readSymlinkTarget(WorkingTreeIterator.Entry) - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Reads the target of a symlink as a string.
- readTimedOut - Variable in class org.eclipse.jgit.internal.JGitText
- readTree(ObjectReader, ObjectId) - Static method in class org.eclipse.jgit.notes.NoteMap
-
Load a collection of notes from a tree.
- readWholeStream(InputStream, int) - Static method in class org.eclipse.jgit.util.IO
-
Read an entire input stream into memory as a ByteBuffer.
- readWithoutMarker(InputStream) - Static method in class org.eclipse.jgit.lib.ObjectIdSerializer
-
Read a non-null
ObjectId
from the stream. - readWithRetries(File, FileUtils.IOFunction<File, ? extends T>) - Static method in class org.eclipse.jgit.util.FileUtils
-
Invokes the given
FileUtils.IOFunction
, performing a limited number of re-tries if exceptions occur that indicate either a stale NFS file handle or that indicate that the file may be written concurrently. - readwrite_AverageTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_readwrite_jmhTest
- readwrite_SampleTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_readwrite_jmhTest
- readwrite_SingleShotTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_readwrite_jmhTest
- readwrite_Throughput(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_readwrite_jmhTest
- readyInvocation - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_BenchmarkState_jmhType_B2
- readyInvocation - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_jmhType_B2
- readyIteration - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_BenchmarkState_jmhType_B2
- readyIteration - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_jmhType_B2
- readyTrial - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_BenchmarkState_jmhType_B2
- readyTrial - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_jmhType_B2
- realm - Static variable in class org.eclipse.jgit.junit.http.AppServer
-
Realm name for the secure access areas.
- rebase() - Method in class org.eclipse.jgit.api.Git
-
Return a command object to execute a
Rebase
command - REBASE - org.eclipse.jgit.lib.BranchConfig.BranchRebaseMode
-
Value for rebasing
- REBASE_MERGE - Static variable in class org.eclipse.jgit.api.RebaseCommand
-
The name of the "rebase-merge" folder for interactive rebases.
- RebaseCommand - Class in org.eclipse.jgit.api
-
A class used to execute a
Rebase
command. - RebaseCommand(Repository) - Constructor for class org.eclipse.jgit.api.RebaseCommand
-
Constructor for RebaseCommand.
- RebaseCommand.InteractiveHandler - Interface in org.eclipse.jgit.api
-
Allows to configure the interactive rebase process steps and to modify commit messages.
- RebaseCommand.InteractiveHandler2 - Interface in org.eclipse.jgit.api
-
Extends
RebaseCommand.InteractiveHandler
with an enhanced callback for editing commit messages. - RebaseCommand.InteractiveHandler2.ModifyResult - Interface in org.eclipse.jgit.api
-
Describes the result of editing a commit message: the new message, and how it should be cleaned.
- RebaseCommand.Operation - Enum in org.eclipse.jgit.api
-
The available operations
- RebaseResult - Class in org.eclipse.jgit.api
-
The result of a
RebaseCommand
execution - RebaseResult.Status - Enum in org.eclipse.jgit.api
-
The overall status
- RebaseTodoFile - Class in org.eclipse.jgit.lib
-
Offers methods to read and write files formatted like the git-rebase-todo file
- RebaseTodoFile(Repository) - Constructor for class org.eclipse.jgit.lib.RebaseTodoFile
-
Constructor for RebaseTodoFile.
- RebaseTodoLine - Class in org.eclipse.jgit.lib
-
Describes a single line in a file formatted like the git-rebase-todo file.
- RebaseTodoLine(String) - Constructor for class org.eclipse.jgit.lib.RebaseTodoLine
-
Create a new comment line
- RebaseTodoLine(RebaseTodoLine.Action, AbbreviatedObjectId, String) - Constructor for class org.eclipse.jgit.lib.RebaseTodoLine
-
Create a new non-comment line
- RebaseTodoLine.Action - Enum in org.eclipse.jgit.lib
-
Describes rebase actions
- REBASING - org.eclipse.jgit.lib.RepositoryState
-
An unfinished rebase or am.
- REBASING_INTERACTIVE - org.eclipse.jgit.lib.RepositoryState
-
An unfinished interactive rebase.
- REBASING_MERGE - org.eclipse.jgit.lib.RepositoryState
-
An unfinished rebase with merge.
- REBASING_REBASING - org.eclipse.jgit.lib.RepositoryState
-
An unfinished rebase.
- receive() - Method in interface org.eclipse.jgit.http.server.ReceivePackErrorHandler.ReceivePackRunnable
- receive(InputStream, OutputStream, OutputStream) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Execute the receive task on the socket.
- receive(HttpServletRequest, HttpServletResponse, ReceivePackErrorHandler.ReceivePackRunnable) - Method in interface org.eclipse.jgit.http.server.ReceivePackErrorHandler
- RECEIVE - org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase.PackSource
-
The pack is created by PackParser due to a network event.
- RECEIVE_PACK - Static variable in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Name of the git-receive-pack service.
- RECEIVE_PACK_REQUEST_TYPE - Static variable in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Content type supplied by the client to the /git-receive-pack handler.
- RECEIVE_PACK_RESULT_TYPE - Static variable in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Content type returned from the /git-receive-pack handler.
- ReceiveCommand - Class in org.eclipse.jgit.transport
-
A command being processed by
ReceivePack
. - ReceiveCommand(ObjectId, ObjectId, String) - Constructor for class org.eclipse.jgit.transport.ReceiveCommand
-
Create a new command for
ReceivePack
. - ReceiveCommand(ObjectId, ObjectId, String, ReceiveCommand.Type) - Constructor for class org.eclipse.jgit.transport.ReceiveCommand
-
Create a new command for
ReceivePack
. - ReceiveCommand.Result - Enum in org.eclipse.jgit.transport
-
Result of the update command.
- ReceiveCommand.Type - Enum in org.eclipse.jgit.transport
-
Type of operation requested.
- ReceiveCommandErrorHandler - Interface in org.eclipse.jgit.transport
-
Exception handler for processing
ReceiveCommand
. - receivedCorruptObject - Variable in class org.eclipse.jgit.http.server.HttpServerText
- ReceivedPackStatistics - Class in org.eclipse.jgit.transport
-
Statistics about
PackParser
. - ReceivedPackStatistics() - Constructor for class org.eclipse.jgit.transport.ReceivedPackStatistics
- ReceivedPackStatistics.Builder - Class in org.eclipse.jgit.transport
-
A builder for
ReceivedPackStatistics
. - receiveHeader(PacketLineIn, boolean) - Method in class org.eclipse.jgit.transport.PushCertificateParser
-
Receive a list of commands from the input encapsulated in a push certificate.
- ReceivePack - Class in org.eclipse.jgit.transport
-
Implements the server side of a push connection, receiving objects.
- ReceivePack(Repository) - Constructor for class org.eclipse.jgit.transport.ReceivePack
-
Create a new pack receive for an open repository.
- ReceivePack.FirstLine - Class in org.eclipse.jgit.transport
-
Deprecated.Use
FirstCommand
instead. - receivePackAndCheckConnectivity() - Method in class org.eclipse.jgit.transport.ReceivePack
-
Receive a pack from the stream and check connectivity if necessary.
- ReceivePackErrorHandler - Interface in org.eclipse.jgit.http.server
-
Handle git-receive-pack errors.
- ReceivePackErrorHandler.ReceivePackRunnable - Interface in org.eclipse.jgit.http.server
-
Process a git-receive-pack request.
- ReceivePackFactory<C> - Interface in org.eclipse.jgit.transport.resolver
-
Create and configure
ReceivePack
service instance. - receivePackInvalidLimit - Variable in class org.eclipse.jgit.internal.JGitText
- receivePackObjectTooLarge1 - Variable in class org.eclipse.jgit.internal.JGitText
- receivePackObjectTooLarge2 - Variable in class org.eclipse.jgit.internal.JGitText
- receivePackTooLarge - Variable in class org.eclipse.jgit.internal.JGitText
- receiveSignature(PacketLineIn) - Method in class org.eclipse.jgit.transport.PushCertificateParser
-
Read the PGP signature.
- receiveWithExceptionPropagation(InputStream, OutputStream, OutputStream) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Execute the receive task on the socket.
- receivingObjects - Variable in class org.eclipse.jgit.internal.JGitText
- reconfigure(DfsBlockCacheConfig) - Static method in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCache
-
Modify the configuration of the window cache.
- reconfigure(WindowCacheConfig) - Static method in class org.eclipse.jgit.internal.storage.file.WindowCache
-
Deprecated.use
cfg.install()
to avoid internal reference. - RecordingLogger - Class in org.eclipse.jgit.junit.http
- RecordingLogger() - Constructor for class org.eclipse.jgit.junit.http.RecordingLogger
-
Constructor for
RecordingLogger
. - RecordingLogger(String) - Constructor for class org.eclipse.jgit.junit.http.RecordingLogger
-
Constructor for
RecordingLogger
. - RecordingLogger.Warning - Exception in org.eclipse.jgit.junit.http
- RECURSIVE - Static variable in class org.eclipse.jgit.merge.MergeStrategy
-
Recursive strategy to merge paths.
- RECURSIVE - Static variable in class org.eclipse.jgit.util.FileUtils
-
Option to recursively delete given
File
- recursiveDelete(File) - Method in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Recursively delete a directory, failing the test if the delete fails.
- RecursiveMerger - Class in org.eclipse.jgit.merge
-
A three-way merger performing a content-merge if necessary across multiple bases using recursion This merger extends the resolve merger and does several things differently: - allow more than one merge base, up to a maximum - uses "Lists" instead of Arrays for chained types - recursively merges the merge bases together to compute a usable base
- RecursiveMerger(ObjectInserter, Config) - Constructor for class org.eclipse.jgit.merge.RecursiveMerger
-
Normal recursive merge, implies inCore.
- RecursiveMerger(Repository) - Constructor for class org.eclipse.jgit.merge.RecursiveMerger
-
Normal recursive merge, implies not inCore
- RecursiveMerger(Repository, boolean) - Constructor for class org.eclipse.jgit.merge.RecursiveMerger
-
Normal recursive merge when you want a choice of DirCache placement inCore
- recycleLane(L) - Method in class org.eclipse.jgit.revplot.PlotCommitList
-
Return colors and other reusable information to the plotter when a lane is no longer needed.
- redirectBlocked - Variable in class org.eclipse.jgit.internal.JGitText
- redirectHttp - Variable in class org.eclipse.jgit.internal.JGitText
- redirectLimitExceeded - Variable in class org.eclipse.jgit.internal.JGitText
- redirectLocationMissing - Variable in class org.eclipse.jgit.internal.JGitText
- redirectsOff - Variable in class org.eclipse.jgit.internal.JGitText
- reduceCommonStartEnd(RawText, RawText, Edit) - Method in class org.eclipse.jgit.diff.RawTextComparator
-
Modify the edit to remove common leading and trailing items.
- reduceCommonStartEnd(S, S, Edit) - Method in class org.eclipse.jgit.diff.SequenceComparator
-
Modify the edit to remove common leading and trailing items.
- Ref - Interface in org.eclipse.jgit.lib
-
Pairing of a name and the
ObjectId
it currently has. - REF_ATTR_PEELED - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
Protocol V2 ref advertisement attribute containing the peeled object id for annotated tags.
- REF_ATTR_SYMREF_TARGET - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
Protocol V2 ref advertisement attribute containing the name of the ref for symbolic refs.
- Ref.Storage - Enum in org.eclipse.jgit.lib
-
Location where a
Ref
is stored. - RefAdvertiser - Class in org.eclipse.jgit.transport
-
Support for the start of
UploadPack
andReceivePack
. - RefAdvertiser() - Constructor for class org.eclipse.jgit.transport.RefAdvertiser
- RefAdvertiser.PacketLineOutRefAdvertiser - Class in org.eclipse.jgit.transport
-
Advertiser which frames lines in a
PacketLineOut
format. - refAlreadyExists - Variable in class org.eclipse.jgit.internal.JGitText
- refAlreadyExists1 - Variable in class org.eclipse.jgit.internal.JGitText
- RefAlreadyExistsException - Exception in org.eclipse.jgit.api.errors
-
Thrown when trying to create a
Ref
with the same name as an existing one - RefAlreadyExistsException(String) - Constructor for exception org.eclipse.jgit.api.errors.RefAlreadyExistsException
-
Creates a new instance with the given message.
- RefAlreadyExistsException(String, RefUpdate.Result) - Constructor for exception org.eclipse.jgit.api.errors.RefAlreadyExistsException
-
Constructor for RefAlreadyExistsException
- refBlockSize() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter.Stats
- refBytes() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter.Stats
- RefCache(RefList<Ref>, RefList<Ref>) - Constructor for class org.eclipse.jgit.internal.storage.dfs.DfsRefDatabase.RefCache
-
Initialize a new reference cache.
- RefComparator - Class in org.eclipse.jgit.lib
-
Util for sorting (or comparing) Ref instances by name.
- RefComparator() - Constructor for class org.eclipse.jgit.lib.RefComparator
- refCount() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter.Stats
- RefCursor - Class in org.eclipse.jgit.internal.storage.reftable
-
Iterator over references inside a
Reftable
. - RefCursor() - Constructor for class org.eclipse.jgit.internal.storage.reftable.RefCursor
- RefDatabase - Class in org.eclipse.jgit.lib
-
Abstraction of name to
ObjectId
mapping. - RefDatabase() - Constructor for class org.eclipse.jgit.lib.RefDatabase
- RefDirectory - Class in org.eclipse.jgit.internal.storage.file
-
Traditional file system based
RefDatabase
. - refDoesNotExistOrNoCommit - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- ReferenceFile(Repository, String, String, String) - Constructor for class org.eclipse.jgit.gitrepo.RepoProject.ReferenceFile
- References - Interface in org.eclipse.jgit.util
-
Utility methods for object references
- RefFilter - Interface in org.eclipse.jgit.transport
-
Filters the list of refs that are advertised to the client.
- refIndexLevels() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter.Stats
- refIndexSize() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter.Stats
- RefLeaseSpec - Class in org.eclipse.jgit.transport
-
Describes the expected value for a ref being pushed.
- RefLeaseSpec(String, String) - Constructor for class org.eclipse.jgit.transport.RefLeaseSpec
-
Constructor for RefLeaseSpec.
- RefList<T extends Ref> - Class in org.eclipse.jgit.util
-
Specialized variant of an ArrayList to support a
RefDatabase
. - RefList(RefList<T>) - Constructor for class org.eclipse.jgit.util.RefList
-
Initialize this list to use the same backing array as another list.
- RefList.Builder<T extends Ref> - Class in org.eclipse.jgit.util
-
Builder to facilitate fast construction of an immutable RefList.
- refLockFor(String) - Static method in class org.eclipse.jgit.internal.storage.file.ReflogWriter
-
Get the ref name to be used for when locking a ref's log for rewriting.
- reflog() - Method in class org.eclipse.jgit.api.Git
-
Return a command object to execute a
reflog
command - ReflogCommand - Class in org.eclipse.jgit.api
-
The reflog command
- ReflogCommand(Repository) - Constructor for class org.eclipse.jgit.api.ReflogCommand
-
Constructor for ReflogCommand.
- ReflogEntry - Interface in org.eclipse.jgit.lib
-
Parsed reflog entry
- ReflogEntryImpl - Class in org.eclipse.jgit.internal.storage.file
-
Parsed reflog entry
- reflogEntryNotFound - Variable in class org.eclipse.jgit.internal.JGitText
- ReflogReader - Interface in org.eclipse.jgit.lib
-
Utility for reading reflog entries
- ReflogWriter - Class in org.eclipse.jgit.internal.storage.file
-
Utility for writing reflog entries using the traditional one-file-per-log format.
- ReflogWriter(RefDirectory) - Constructor for class org.eclipse.jgit.internal.storage.file.ReflogWriter
-
Create writer for ref directory.
- ReflogWriter(RefDirectory, boolean) - Constructor for class org.eclipse.jgit.internal.storage.file.ReflogWriter
-
Create writer for ref directory.
- RefMap - Class in org.eclipse.jgit.util
-
Specialized Map to present a
RefDatabase
namespace. - RefMap() - Constructor for class org.eclipse.jgit.util.RefMap
-
Construct an empty map with a small initial capacity.
- RefMap(String, RefList<? extends Ref>, RefList<? extends Ref>, RefList<? extends Ref>) - Constructor for class org.eclipse.jgit.util.RefMap
-
Construct a map to merge 3 collections together.
- RefNotAdvertisedException - Exception in org.eclipse.jgit.api.errors
-
Thrown when a ref is not found in advertised refs
- RefNotAdvertisedException(String) - Constructor for exception org.eclipse.jgit.api.errors.RefNotAdvertisedException
-
Constructor for RefNotAdvertisedException
- RefNotFoundException - Exception in org.eclipse.jgit.api.errors
-
Thrown when a Ref can not be resolved
- RefNotFoundException(String) - Constructor for exception org.eclipse.jgit.api.errors.RefNotFoundException
-
Constructor for RefNotFoundException
- RefNotFoundException(String, Throwable) - Constructor for exception org.eclipse.jgit.api.errors.RefNotFoundException
-
Constructor for RefNotFoundException
- refNotResolved - Variable in class org.eclipse.jgit.internal.JGitText
- RefRename - Class in org.eclipse.jgit.lib
-
A RefUpdate combination for renaming a reference.
- RefRename(RefUpdate, RefUpdate) - Constructor for class org.eclipse.jgit.lib.RefRename
-
Initialize a new rename operation.
- refresh() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRefDatabase
-
Triggers a refresh of all internal data structures.
- refresh() - Method in class org.eclipse.jgit.internal.storage.file.RefDirectory
-
Triggers a refresh of all internal data structures.
- refresh() - Method in class org.eclipse.jgit.lib.RefDatabase
-
Triggers a refresh of all internal data structures.
- RefsChangedEvent - Class in org.eclipse.jgit.events
-
Describes a change to one or more references of a repository.
- RefsChangedEvent() - Constructor for class org.eclipse.jgit.events.RefsChangedEvent
- RefsChangedListener - Interface in org.eclipse.jgit.events
-
Receives
RefsChangedEvent
s. - RefSpec - Class in org.eclipse.jgit.transport
-
Describes how refs in one repository copy into another repository.
- RefSpec() - Constructor for class org.eclipse.jgit.transport.RefSpec
-
Construct an empty RefSpec.
- RefSpec(String) - Constructor for class org.eclipse.jgit.transport.RefSpec
-
Parse a ref specification for use during transport operations.
- RefSpec(String, RefSpec.WildcardMode) - Constructor for class org.eclipse.jgit.transport.RefSpec
-
Parse a ref specification for use during transport operations.
- REFSPEC_PUSH_ALL - Static variable in class org.eclipse.jgit.transport.Transport
-
Specification for push operation, to push all refs under refs/heads.
- REFSPEC_TAGS - Static variable in class org.eclipse.jgit.transport.Transport
-
Specification for fetch or push operations, to fetch or push all tags.
- RefSpec.WildcardMode - Enum in org.eclipse.jgit.transport
-
How strict to be about wildcards.
- RefSpecHandler - Class in org.eclipse.jgit.pgm.opt
-
Custom argument handler
RefSpec
from string values. - RefSpecHandler(CmdLineParser, OptionDef, Setter<? super RefSpec>) - Constructor for class org.eclipse.jgit.pgm.opt.RefSpecHandler
-
Create a new handler for the command name.
- Reftable - Class in org.eclipse.jgit.internal.storage.reftable
-
Abstract table of references.
- Reftable() - Constructor for class org.eclipse.jgit.internal.storage.reftable.Reftable
- REFTABLE - org.eclipse.jgit.internal.storage.pack.PackExt
-
A reftable file.
- REFTABLE - Static variable in class org.eclipse.jgit.lib.Constants
-
Reftable folder name
- ReftableBatchRefUpdate - Class in org.eclipse.jgit.internal.storage.reftable
-
BatchRefUpdate
for Reftable based RefDatabase. - ReftableBatchRefUpdate(RefDatabase, ReftableDatabase, Lock, Repository) - Constructor for class org.eclipse.jgit.internal.storage.reftable.ReftableBatchRefUpdate
-
Initialize.
- ReftableCompactor - Class in org.eclipse.jgit.internal.storage.reftable
-
Merges reftables and compacts them into a single output.
- ReftableCompactor(OutputStream) - Constructor for class org.eclipse.jgit.internal.storage.reftable.ReftableCompactor
-
Creates a new compactor.
- reftableComparator() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase
-
Get comparator to sort
DfsReftable
by priority. - ReftableConfig - Class in org.eclipse.jgit.internal.storage.reftable
-
Configuration used by a reftable writer when constructing the stream.
- ReftableConfig() - Constructor for class org.eclipse.jgit.internal.storage.reftable.ReftableConfig
-
Create a default configuration.
- ReftableConfig(ReftableConfig) - Constructor for class org.eclipse.jgit.internal.storage.reftable.ReftableConfig
-
Copy an existing configuration to a new instance.
- ReftableConfig(Config) - Constructor for class org.eclipse.jgit.internal.storage.reftable.ReftableConfig
-
Create a configuration honoring settings in a
Config
. - ReftableConfig(Repository) - Constructor for class org.eclipse.jgit.internal.storage.reftable.ReftableConfig
-
Create a configuration honoring the repository's settings.
- ReftableDatabase - Class in org.eclipse.jgit.internal.storage.reftable
-
Operations on
MergedReftable
that is common to various reftable-using subclasses ofRefDatabase
. - ReftableDatabase() - Constructor for class org.eclipse.jgit.internal.storage.reftable.ReftableDatabase
- reftableDirExists - Variable in class org.eclipse.jgit.internal.JGitText
- ReftableReader - Class in org.eclipse.jgit.internal.storage.reftable
-
Reads a reftable formatted file.
- ReftableReader(BlockSource) - Constructor for class org.eclipse.jgit.internal.storage.reftable.ReftableReader
-
Initialize a new reftable reader.
- reftableRecordsMustIncrease - Variable in class org.eclipse.jgit.internal.JGitText
- ReftableReflogReader - Class in org.eclipse.jgit.internal.storage.reftable
-
Implement the ReflogReader interface for a reflog stored in reftable.
- reftables - Variable in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase.PackList
-
All known reftables, sorted.
- ReftableWriter - Class in org.eclipse.jgit.internal.storage.reftable
-
Writes a reftable formatted file.
- ReftableWriter(OutputStream) - Constructor for class org.eclipse.jgit.internal.storage.reftable.ReftableWriter
-
Initialize a writer with a default configuration.
- ReftableWriter(ReftableConfig, OutputStream) - Constructor for class org.eclipse.jgit.internal.storage.reftable.ReftableWriter
-
Initialize a writer with a configuration.
- ReftableWriter.Stats - Class in org.eclipse.jgit.internal.storage.reftable
-
Statistics about a written reftable.
- RefUpdate - Class in org.eclipse.jgit.lib
-
Creates, updates or deletes any reference.
- RefUpdate(Ref) - Constructor for class org.eclipse.jgit.lib.RefUpdate
-
Construct a new update operation for the reference.
- RefUpdate.Result - Enum in org.eclipse.jgit.lib
-
Status of an update request.
- refUpdateReturnCodeWas - Variable in class org.eclipse.jgit.internal.JGitText
- RefWriter - Class in org.eclipse.jgit.lib
-
Writes out refs to the
Constants.INFO_REFS
andConstants.PACKED_REFS
files. - RefWriter(Collection<Ref>) - Constructor for class org.eclipse.jgit.lib.RefWriter
-
Constructor for RefWriter.
- RefWriter(Map<String, Ref>) - Constructor for class org.eclipse.jgit.lib.RefWriter
-
Constructor for RefWriter.
- RefWriter(RefList<Ref>) - Constructor for class org.eclipse.jgit.lib.RefWriter
-
Constructor for RefWriter.
- RegexGroupFilter - Class in org.eclipse.jgit.http.server.glue
-
Switch servlet path and path info to use another regex match group.
- RegexGroupFilter(int) - Constructor for class org.eclipse.jgit.http.server.glue.RegexGroupFilter
-
Constructor for RegexGroupFilter
- register() - Static method in class org.eclipse.jgit.lfs.BuiltinLFS
-
Activates the built-in LFS support.
- register(C, Repository) - Method in class org.eclipse.jgit.transport.TestProtocol
-
Register a repository connection over the internal test protocol.
- register(String, FilterCommandFactory) - Static method in class org.eclipse.jgit.attributes.FilterCommandRegistry
-
Register a
FilterCommandFactory
responsible for creatingFilterCommand
s for a certain command name. - register(String, MergeStrategy) - Static method in class org.eclipse.jgit.merge.MergeStrategy
-
Register a merge strategy so it can later be obtained by name.
- register(ServletBinder) - Method in class org.eclipse.jgit.http.server.GitFilter
-
Configure a newly created binder.
- register(ServletBinder) - Method in class org.eclipse.jgit.http.server.glue.MetaFilter
-
Configure a newly created binder.
- register(ServletBinder) - Method in class org.eclipse.jgit.http.server.glue.MetaServlet
-
Configure a newly created binder.
- register(Repository) - Static method in class org.eclipse.jgit.lib.RepositoryCache
-
Register one repository into the cache.
- register(MergeStrategy) - Static method in class org.eclipse.jgit.merge.MergeStrategy
-
Register a merge strategy so it can later be obtained by name.
- register(TransportProtocol) - Static method in class org.eclipse.jgit.transport.Transport
-
Register a TransportProtocol instance for use during open.
- registerAll() - Static method in class org.eclipse.jgit.archive.ArchiveFormats
-
Register all included archive formats so they can be used as arguments to the ArchiveCommand.setFormat() method.
- registerFormat(String, ArchiveCommand.Format<?>) - Static method in class org.eclipse.jgit.api.ArchiveCommand
-
Adds support for an additional archival format.
- registerMBean(Object, String) - Static method in class org.eclipse.jgit.util.Monitoring
-
Register a MBean with the platform MBean server
- REGULAR_FILE - Static variable in class org.eclipse.jgit.lib.FileMode
-
Mode indicating an entry is a non-executable file.
- REJECTED - org.eclipse.jgit.lib.RefUpdate.Result
-
Not a fast-forward and not stored.
- REJECTED_CURRENT_BRANCH - org.eclipse.jgit.lib.RefUpdate.Result
-
Rejected because trying to delete the current branch.
- REJECTED_CURRENT_BRANCH - org.eclipse.jgit.transport.ReceiveCommand.Result
-
The update affects
HEAD
and cannot be permitted. - REJECTED_MISSING_OBJECT - org.eclipse.jgit.lib.RefUpdate.Result
-
One or more objects aren't in the repository.
- REJECTED_MISSING_OBJECT - org.eclipse.jgit.transport.ReceiveCommand.Result
-
One or more objects aren't in the repository.
- REJECTED_NOCREATE - org.eclipse.jgit.transport.ReceiveCommand.Result
-
The server is configured to deny creation of this ref.
- REJECTED_NODELETE - org.eclipse.jgit.transport.ReceiveCommand.Result
-
The server is configured to deny deletion of this ref.
- REJECTED_NODELETE - org.eclipse.jgit.transport.RemoteRefUpdate.Status
-
Remote ref update was rejected, because remote side doesn't support/allow deleting refs.
- REJECTED_NONFASTFORWARD - org.eclipse.jgit.transport.ReceiveCommand.Result
-
The update is a non-fast-forward update and isn't permitted.
- REJECTED_NONFASTFORWARD - org.eclipse.jgit.transport.RemoteRefUpdate.Status
-
Remote ref update was rejected, as it would cause non fast-forward update.
- REJECTED_OTHER_REASON - org.eclipse.jgit.lib.RefUpdate.Result
-
Rejected for some other reason not covered by another enum value.
- REJECTED_OTHER_REASON - org.eclipse.jgit.transport.ReceiveCommand.Result
-
Other failure; see
ReceiveCommand.getMessage()
. - REJECTED_OTHER_REASON - org.eclipse.jgit.transport.RemoteRefUpdate.Status
-
Remote ref update was rejected for other reason, possibly described in
RemoteRefUpdate.getMessage()
. - REJECTED_REMOTE_CHANGED - org.eclipse.jgit.transport.RemoteRefUpdate.Status
-
Remote ref update was rejected, because old object id on remote repository wasn't the same as defined expected old object.
- RELATIVE - org.eclipse.jgit.util.GitDateFormatter.Format
-
Git format: Relative time stamp
- RelativeDateFormatter - Class in org.eclipse.jgit.util
-
Formatter to format timestamps relative to the current time using time units in the format defined by
git log --relative-date
. - RelativeDateFormatter() - Constructor for class org.eclipse.jgit.util.RelativeDateFormatter
- relativize(String, String) - Method in class org.eclipse.jgit.util.FS_Win32_Cygwin
- relativize(String, String) - Method in class org.eclipse.jgit.util.FS
- relativizeGitPath(String, String) - Static method in class org.eclipse.jgit.util.FileUtils
-
Expresses
other
as a relative file path frombase
. - relativizeNativePath(String, String) - Static method in class org.eclipse.jgit.util.FileUtils
-
Expresses
other
as a relative file path frombase
. - relativizePath(String, String, String, boolean) - Static method in class org.eclipse.jgit.util.FileUtils
-
Expresses
other
as a relative file path frombase
- release() - Method in interface org.eclipse.jgit.lib.AsyncOperation
-
Release resources used by the operation, including cancellation.
- release(Inflater) - Static method in class org.eclipse.jgit.lib.InflaterCache
-
Release an inflater previously obtained from this cache.
- releaseKeys() - Method in class org.eclipse.jgit.internal.transport.sshd.JGitPublicKeyAuthentication
- releaseSession(RemoteSession) - Method in class org.eclipse.jgit.transport.SshSessionFactory
-
Closes (or recycles) a session to a host.
- REMOTE - org.eclipse.jgit.api.ListBranchCommand.ListMode
-
Corresponds to the -r option (remote branches only)
- REMOTE - org.eclipse.jgit.internal.diffmergetool.FileElement.Type
-
The remote file element (theirs).
- REMOTE_COMMAND - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file.
- REMOTE_FORWARD - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file.
- remoteAdd() - Method in class org.eclipse.jgit.api.Git
-
Return a command used to add a new remote.
- RemoteAddCommand - Class in org.eclipse.jgit.api
-
Used to add a new remote.
- RemoteAddCommand(Repository) - Constructor for class org.eclipse.jgit.api.RemoteAddCommand
-
Constructor for RemoteAddCommand.
- remoteAddress - Variable in class org.eclipse.jgit.internal.transport.sshd.proxy.AbstractClientProxyConnector
-
The ultimate remote address to connect to.
- remoteBranchNotFound - Variable in class org.eclipse.jgit.internal.JGitText
- RemoteConfig - Class in org.eclipse.jgit.transport
-
A remembered remote repository, including URLs and RefSpecs.
- RemoteConfig(Config, String) - Constructor for class org.eclipse.jgit.transport.RemoteConfig
-
Parse a remote block from an existing configuration file.
- remoteConfigHasNoURIAssociated - Variable in class org.eclipse.jgit.internal.JGitText
- remoteDoesNotHaveSpec - Variable in class org.eclipse.jgit.internal.JGitText
- remoteDoesNotSupportSmartHTTPPush - Variable in class org.eclipse.jgit.internal.JGitText
- RemoteFile(byte[], FileMode) - Constructor for class org.eclipse.jgit.gitrepo.RepoCommand.RemoteFile
- remoteHungUpUnexpectedly - Variable in class org.eclipse.jgit.internal.JGitText
- remoteList() - Method in class org.eclipse.jgit.api.Git
-
Return a command used to list the available remotes.
- RemoteListCommand - Class in org.eclipse.jgit.api
-
Used to obtain the list of remotes.
- RemoteListCommand(Repository) - Constructor for class org.eclipse.jgit.api.RemoteListCommand
-
Constructor for RemoteListCommand.
- remoteMessage - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- remoteNameCannotBeNull - Variable in class org.eclipse.jgit.internal.JGitText
- remoteRefObjectChangedIsNotExpectedOne - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- RemoteRefUpdate - Class in org.eclipse.jgit.transport
-
Represent request and status of a remote ref update.
- RemoteRefUpdate(Repository, String, String, boolean, String, ObjectId) - Constructor for class org.eclipse.jgit.transport.RemoteRefUpdate
-
Construct remote ref update request by providing an update specification.
- RemoteRefUpdate(Repository, String, ObjectId, String, boolean, String, ObjectId) - Constructor for class org.eclipse.jgit.transport.RemoteRefUpdate
-
Construct remote ref update request by providing an update specification.
- RemoteRefUpdate(Repository, Ref, String, boolean, String, ObjectId) - Constructor for class org.eclipse.jgit.transport.RemoteRefUpdate
-
Construct remote ref update request by providing an update specification.
- RemoteRefUpdate(RemoteRefUpdate, ObjectId) - Constructor for class org.eclipse.jgit.transport.RemoteRefUpdate
-
Create a new instance of this object basing on existing instance for configuration.
- RemoteRefUpdate.Status - Enum in org.eclipse.jgit.transport
-
Represent current status of a remote ref update.
- remoteRemove() - Method in class org.eclipse.jgit.api.Git
-
Return a command used to remove an existing remote.
- RemoteRemoveCommand - Class in org.eclipse.jgit.api
-
Used to remove an existing remote.
- RemoteRemoveCommand(Repository) - Constructor for class org.eclipse.jgit.api.RemoteRemoveCommand
-
Constructor for RemoteRemoveCommand.
- RemoteRepositoryException - Exception in org.eclipse.jgit.errors
-
Contains a message from the remote repository indicating a problem.
- RemoteRepositoryException(URIish, String) - Constructor for exception org.eclipse.jgit.errors.RemoteRepositoryException
-
Constructs a RemoteRepositoryException for a message.
- RemoteSession - Interface in org.eclipse.jgit.transport
-
An abstraction of a remote "session" for executing remote commands.
- RemoteSession2 - Interface in org.eclipse.jgit.transport
-
A
RemoteSession
that supports passing environment variables to commands. - remoteSetUrl() - Method in class org.eclipse.jgit.api.Git
-
Return a command used to change the URL of an existing remote.
- RemoteSetUrlCommand - Class in org.eclipse.jgit.api
-
Used to change the URL of a remote.
- RemoteSetUrlCommand(Repository) - Constructor for class org.eclipse.jgit.api.RemoteSetUrlCommand
-
Constructor for RemoteSetUrlCommand.
- RemoteSetUrlCommand.UriType - Enum in org.eclipse.jgit.api
-
The available URI types for the remote.
- remoteSideDoesNotSupportDeletingRefs - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- remove() - Method in class org.eclipse.jgit.events.ListenerHandle
-
Remove the listener and stop receiving events.
- remove(int) - Method in class org.eclipse.jgit.util.BlockList
- remove(int) - Method in class org.eclipse.jgit.util.RefList.Builder
-
Remove an item at a specific index.
- remove(int) - Method in class org.eclipse.jgit.util.RefList
-
Remove an item at a specific index.
- remove(long) - Method in class org.eclipse.jgit.util.LongMap
-
Remove an entry from the map
- remove(Object) - Method in class org.eclipse.jgit.revwalk.RevFlagSet
- remove(Object) - Method in class org.eclipse.jgit.util.RefMap
- remove(String) - Method in class org.eclipse.jgit.attributes.Attributes
-
Remove attribute with given key
- remove(String) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRefDatabase.RefCache
-
Obtain a modified copy of the cache with the ref removed.
- remove(AnyObjectId) - Method in interface org.eclipse.jgit.lib.BitmapIndex.BitmapBuilder
-
Remove the id from the bitmap.
- remove(AnyObjectId) - Method in class org.eclipse.jgit.notes.NoteMap
-
Remove a note from an object.
- remove(RevFlag) - Method in class org.eclipse.jgit.revwalk.RevObject
-
Remove a flag from this object.
- remove(RevFlagSet) - Method in class org.eclipse.jgit.revwalk.RevObject
-
Remove a set of flags from this object.
- removeAllIdentities() - Method in class org.eclipse.jgit.internal.transport.sshd.agent.SshAgentClient
- removeAllOrNone(PackBitmapIndex) - Method in interface org.eclipse.jgit.lib.BitmapIndex.BitmapBuilder
-
Determines if the entire bitmap index is contained in the bitmap.
- removeCloseListener(SessionCloseListener) - Method in class org.eclipse.jgit.transport.sshd.SshdSession
-
Removes the given
listener
; has no effect if the listener is not currently registered with this session. - removeEldestEntry(Map.Entry<K, V>) - Method in class org.eclipse.jgit.util.LRUMap
- removeFetchRefSpec(RefSpec) - Method in class org.eclipse.jgit.transport.RemoteConfig
-
Remove a fetch RefSpec from this remote.
- removeIdentity(PublicKey) - Method in class org.eclipse.jgit.internal.transport.sshd.agent.SshAgentClient
- RemoveNoteCommand - Class in org.eclipse.jgit.api
-
Remove object notes.
- RemoveNoteCommand(Repository) - Constructor for class org.eclipse.jgit.api.RemoveNoteCommand
-
Constructor for RemoveNoteCommand.
- removePushRefSpec(RefSpec) - Method in class org.eclipse.jgit.transport.RemoteConfig
-
Remove a push RefSpec from this remote.
- removePushURI(URIish) - Method in class org.eclipse.jgit.transport.RemoteConfig
-
Remove a push-only URI from the list of URIs.
- removeURI(URIish) - Method in class org.eclipse.jgit.transport.RemoteConfig
-
Remove a URI from the list of URIs.
- removing - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- rename() - Method in class org.eclipse.jgit.lib.RefRename
-
Rename
- rename(File, File) - Static method in class org.eclipse.jgit.util.FileUtils
-
Rename a file or folder.
- rename(File, File, CopyOption...) - Static method in class org.eclipse.jgit.util.FileUtils
-
Rename a file or folder using the passed
CopyOption
s. - rename(String, String) - Method in interface org.eclipse.jgit.transport.FtpChannel
-
Renames a file on the remote file system.
- RENAME - org.eclipse.jgit.diff.DiffEntry.ChangeType
-
Rename an existing file to a new location
- RenameBranchCommand - Class in org.eclipse.jgit.api
-
Used to rename branches.
- RenameBranchCommand(Repository) - Constructor for class org.eclipse.jgit.api.RenameBranchCommand
-
Constructor for RenameBranchCommand.
- renameBranchFailedAmbiguous - Variable in class org.eclipse.jgit.internal.JGitText
- renameBranchFailedNotABranch - Variable in class org.eclipse.jgit.internal.JGitText
- renameBranchFailedUnknownReason - Variable in class org.eclipse.jgit.internal.JGitText
- renameBranchUnexpectedResult - Variable in class org.eclipse.jgit.internal.JGitText
- RenameCallback - Class in org.eclipse.jgit.revwalk
-
An instance of this class can be used in conjunction with a
FollowFilter
. - RenameCallback() - Constructor for class org.eclipse.jgit.revwalk.RenameCallback
- renameCancelled - Variable in class org.eclipse.jgit.internal.JGitText
- renamed(DiffEntry) - Method in class org.eclipse.jgit.revwalk.RenameCallback
-
Called whenever a diff was found that is actually a rename or copy of a file.
- RENAMED - org.eclipse.jgit.lib.RefUpdate.Result
-
The ref was renamed from another name
- RenameDetector - Class in org.eclipse.jgit.diff
-
Detect and resolve object renames.
- RenameDetector(ObjectReader, DiffConfig) - Constructor for class org.eclipse.jgit.diff.RenameDetector
-
Create a new rename detector with a specified reader and diff config.
- RenameDetector(Repository) - Constructor for class org.eclipse.jgit.diff.RenameDetector
-
Create a new rename detector for the given repository
- renameFileFailed - Variable in class org.eclipse.jgit.internal.JGitText
- renameRef(String, String) - Method in class org.eclipse.jgit.lib.Repository
-
Create a command to rename a ref in this repository
- renamesAlreadyFound - Variable in class org.eclipse.jgit.internal.JGitText
- renamesBreakingModifies - Variable in class org.eclipse.jgit.internal.JGitText
- renamesFindingByContent - Variable in class org.eclipse.jgit.internal.JGitText
- renamesFindingExact - Variable in class org.eclipse.jgit.internal.JGitText
- renamesRejoiningModifies - Variable in class org.eclipse.jgit.internal.JGitText
- repack() - Method in class org.eclipse.jgit.internal.storage.file.GC
-
Packs all objects which reachable from any of the heads into one pack file.
- repaint - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- Repeat - Annotation Type in org.eclipse.jgit.junit
-
Annotation enabling to run tests repeatedly
- RepeatedTestException(String) - Constructor for exception org.eclipse.jgit.junit.RepeatRule.RepeatedTestException
-
Constructor
- RepeatedTestException(String, Throwable) - Constructor for exception org.eclipse.jgit.junit.RepeatRule.RepeatedTestException
-
Constructor
- RepeatRule - Class in org.eclipse.jgit.junit
-
TestRule
which enables to run the same JUnit test repeatedly. - RepeatRule() - Constructor for class org.eclipse.jgit.junit.RepeatRule
- RepeatRule.RepeatedTestException - Exception in org.eclipse.jgit.junit
-
Exception thrown if repeated execution of a test annotated with
@Repeat
failed. - replace(String) - Method in class org.eclipse.jgit.transport.UrlConfig
-
Performs replacements as defined by git config
url.<base>.insteadOf
. - REPLACE - org.eclipse.jgit.diff.Edit.Type
-
Sequence B has replaced the region with different content.
- replaceLineBreaksWithSpace(String) - Static method in class org.eclipse.jgit.util.StringUtils
-
Replace CRLF, CR or LF with a single space.
- replacePush(String) - Method in class org.eclipse.jgit.transport.UrlConfig
-
Performs replacements as defined by git config
url.<base>.pushInsteadOf
. - replaceVariable(String) - Method in class org.eclipse.jgit.internal.diffmergetool.FileElement
-
Replace variable in input.
- repo - Variable in class org.eclipse.jgit.api.GitCommand
-
The repository this command is working with
- RepoCommand - Class in org.eclipse.jgit.gitrepo
-
A class used to execute a repo command.
- RepoCommand(Repository) - Constructor for class org.eclipse.jgit.gitrepo.RepoCommand
-
Constructor for RepoCommand
- RepoCommand.DefaultRemoteReader - Class in org.eclipse.jgit.gitrepo
-
A default implementation of
RepoCommand.RemoteReader
callback. - RepoCommand.RemoteFile - Class in org.eclipse.jgit.gitrepo
-
Read-only view of contents and file mode (i.e.
- RepoCommand.RemoteReader - Interface in org.eclipse.jgit.gitrepo
-
A callback to get ref sha1 of a repository from its uri.
- repoCommitMessage - Variable in class org.eclipse.jgit.gitrepo.internal.RepoText
- RepoProject - Class in org.eclipse.jgit.gitrepo
-
The representation of a repo sub project.
- RepoProject(String, String, String, String, String) - Constructor for class org.eclipse.jgit.gitrepo.RepoProject
-
Constructor for RepoProject
- RepoProject(String, String, String, String, Set<String>, String) - Constructor for class org.eclipse.jgit.gitrepo.RepoProject
-
Constructor for RepoProject
- RepoProject.CopyFile - Class in org.eclipse.jgit.gitrepo
-
The representation of a copy file configuration.
- RepoProject.LinkFile - Class in org.eclipse.jgit.gitrepo
-
The representation of a link file configuration.
- RepoProject.ReferenceFile - Class in org.eclipse.jgit.gitrepo
-
The representation of a reference file configuration.
- repository - Variable in class org.eclipse.jgit.junit.ssh.SshTestGitServer
- repository - Variable in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Repository that is the root level being iterated over
- Repository - Class in org.eclipse.jgit.lib
-
Represents a Git repository.
- Repository(BaseRepositoryBuilder) - Constructor for class org.eclipse.jgit.lib.Repository
-
Initialize a new repository instance.
- repositoryAccessForbidden - Variable in class org.eclipse.jgit.http.server.HttpServerText
- repositoryAlreadyExists - Variable in class org.eclipse.jgit.internal.JGitText
- RepositoryBuilder - Class in org.eclipse.jgit.lib
-
Base class to support constructing a
Repository
. - RepositoryBuilder() - Constructor for class org.eclipse.jgit.lib.RepositoryBuilder
- RepositoryBuilderFactory - Interface in org.eclipse.jgit.lib
-
A factory for
BaseRepositoryBuilder
s. - RepositoryCache - Class in org.eclipse.jgit.lib
-
Cache of active
Repository
instances. - RepositoryCache.FileKey - Class in org.eclipse.jgit.lib
-
Location of a Repository, using the standard java.io.File API.
- RepositoryCache.Key - Interface in org.eclipse.jgit.lib
-
Abstract hash key for
RepositoryCache
entries. - RepositoryCacheConfig - Class in org.eclipse.jgit.lib
-
Configuration parameters for JVM-wide repository cache used by JGit.
- RepositoryCacheConfig() - Constructor for class org.eclipse.jgit.lib.RepositoryCacheConfig
-
Create a default configuration.
- repositoryConfigFileInvalid - Variable in class org.eclipse.jgit.internal.JGitText
- RepositoryEvent<T extends RepositoryListener> - Class in org.eclipse.jgit.events
-
Describes a modification made to a repository.
- RepositoryEvent() - Constructor for class org.eclipse.jgit.events.RepositoryEvent
- RepositoryFilter - Class in org.eclipse.jgit.http.server
-
Open a repository named by the path info through
RepositoryResolver
. - RepositoryFilter(RepositoryResolver<HttpServletRequest>) - Constructor for class org.eclipse.jgit.http.server.RepositoryFilter
-
Create a new filter.
- repositoryIsRequired - Variable in class org.eclipse.jgit.internal.JGitText
- RepositoryListener - Interface in org.eclipse.jgit.events
-
A listener can register for event delivery.
- repositoryNotFound - Variable in class org.eclipse.jgit.http.server.HttpServerText
- repositoryNotFound - Variable in class org.eclipse.jgit.internal.JGitText
- repositoryNotFound - Variable in class org.eclipse.jgit.lfs.internal.LfsText
- RepositoryNotFoundException - Exception in org.eclipse.jgit.errors
-
Indicates a local repository does not exist.
- RepositoryNotFoundException(File) - Constructor for exception org.eclipse.jgit.errors.RepositoryNotFoundException
-
Constructs an exception indicating a local repository does not exist.
- RepositoryNotFoundException(File, Throwable) - Constructor for exception org.eclipse.jgit.errors.RepositoryNotFoundException
-
Constructs an exception indicating a local repository does not exist.
- RepositoryNotFoundException(String) - Constructor for exception org.eclipse.jgit.errors.RepositoryNotFoundException
-
Constructs an exception indicating a local repository does not exist.
- RepositoryNotFoundException(String, Throwable) - Constructor for exception org.eclipse.jgit.errors.RepositoryNotFoundException
-
Constructs an exception indicating a local repository does not exist.
- repositoryReadOnly - Variable in class org.eclipse.jgit.lfs.internal.LfsText
- RepositoryResolver<C> - Interface in org.eclipse.jgit.transport.resolver
-
Locate a Git
Repository
by name from the URL. - RepositoryState - Enum in org.eclipse.jgit.lib
-
Important state of the repository that affects what can and cannot bed done.
- repositoryState_applyMailbox - Variable in class org.eclipse.jgit.internal.JGitText
- repositoryState_bare - Variable in class org.eclipse.jgit.internal.JGitText
- repositoryState_bisecting - Variable in class org.eclipse.jgit.internal.JGitText
- repositoryState_conflicts - Variable in class org.eclipse.jgit.internal.JGitText
- repositoryState_merged - Variable in class org.eclipse.jgit.internal.JGitText
- repositoryState_normal - Variable in class org.eclipse.jgit.internal.JGitText
- repositoryState_rebase - Variable in class org.eclipse.jgit.internal.JGitText
- repositoryState_rebaseInteractive - Variable in class org.eclipse.jgit.internal.JGitText
- repositoryState_rebaseOrApplyMailbox - Variable in class org.eclipse.jgit.internal.JGitText
- repositoryState_rebaseWithMerge - Variable in class org.eclipse.jgit.internal.JGitText
- RepositoryTestCase - Class in org.eclipse.jgit.junit
-
Base class for most JGit unit tests.
- RepositoryTestCase() - Constructor for class org.eclipse.jgit.junit.RepositoryTestCase
- RepoStatistics() - Constructor for class org.eclipse.jgit.internal.storage.file.GC.RepoStatistics
- RepoText - Class in org.eclipse.jgit.gitrepo.internal
-
Translation bundle for repo command
- RepoText() - Constructor for class org.eclipse.jgit.gitrepo.internal.RepoText
- Request() - Constructor for class org.eclipse.jgit.lfs.Protocol.Request
- RequestNotYetReadException - Exception in org.eclipse.jgit.transport
-
Indicates that a client request has not yet been read from the wire.
- RequestNotYetReadException() - Constructor for exception org.eclipse.jgit.transport.RequestNotYetReadException
-
Initialize with no message.
- RequestNotYetReadException(String) - Constructor for exception org.eclipse.jgit.transport.RequestNotYetReadException
-
Constructor for RequestNotYetReadException.
- REQUIRE_MATCH - org.eclipse.jgit.transport.RefSpec.WildcardMode
-
Reject refspecs with an asterisk on the source side and not the destination side or vice versa.
- REQUIRE_MATCH - org.eclipse.jgit.transport.sshd.ServerKeyDatabase.Configuration.StrictHostKeyChecking
-
"yes", "on": never accept new or mismatched keys.
- requiredHashFunctionNotAvailable - Variable in class org.eclipse.jgit.internal.JGitText
- requiredHashFunctionNotAvailable - Variable in class org.eclipse.jgit.lfs.internal.LfsText
- requireGitDirOrWorkTree() - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Require either
gitDir
orworkTree
to be set. - requiresCommitBody() - Method in class org.eclipse.jgit.internal.revwalk.AddToBitmapFilter
-
Whether the filter needs the commit body to be parsed.
- requiresCommitBody() - Method in class org.eclipse.jgit.internal.revwalk.AddToBitmapWithCacheFilter
-
Whether the filter needs the commit body to be parsed.
- requiresCommitBody() - Method in class org.eclipse.jgit.internal.revwalk.AddUnseenToBitmapFilter
-
Whether the filter needs the commit body to be parsed.
- requiresCommitBody() - Method in class org.eclipse.jgit.revwalk.filter.CommitTimeRevFilter
-
Whether the filter needs the commit body to be parsed.
- requiresCommitBody() - Method in class org.eclipse.jgit.revwalk.filter.NotRevFilter
-
Whether the filter needs the commit body to be parsed.
- requiresCommitBody() - Method in class org.eclipse.jgit.revwalk.filter.PatternMatchRevFilter
-
Whether the filter needs the commit body to be parsed.
- requiresCommitBody() - Method in class org.eclipse.jgit.revwalk.filter.RevFilter
-
Whether the filter needs the commit body to be parsed.
- requiresCommitBody() - Method in class org.eclipse.jgit.revwalk.filter.SubStringRevFilter
-
Whether the filter needs the commit body to be parsed.
- requiresCommitBody() - Method in class org.eclipse.jgit.revwalk.TreeRevFilter
-
Whether the filter needs the commit body to be parsed.
- requiresRepository() - Method in class org.eclipse.jgit.pgm.TextBuiltin
-
If this command requires a repository.
- reset() - Method in class org.eclipse.jgit.api.Git
-
Return a command object to execute a
reset
command - reset() - Method in class org.eclipse.jgit.diff.RenameDetector
-
Reset this rename detector for another rename detection pass.
- reset() - Method in class org.eclipse.jgit.dircache.DirCacheIterator
-
Position this iterator on the first entry.
- reset() - Method in class org.eclipse.jgit.fnmatch.FileNameMatcher
-
Resets this matcher to it's state right after construction.
- reset() - Method in class org.eclipse.jgit.lib.ObjectChecker
-
Reset the invocation-specific state from this instance.
- reset() - Method in class org.eclipse.jgit.lib.ObjectStream.Filter
- reset() - Method in class org.eclipse.jgit.lib.ObjectStream.SmallStream
- reset() - Method in class org.eclipse.jgit.revplot.PlotCommit
-
Reset this commit to allow another RevWalk with the same instances.
- reset() - Method in class org.eclipse.jgit.revwalk.RevCommit
-
Reset this commit to allow another RevWalk with the same instances.
- reset() - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Resets internal state and allows this instance to be used again.
- reset() - Method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Reset generator and start new submodule walk
- reset() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Position this iterator on the first entry.
- reset() - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
-
Position this iterator on the first entry.
- reset() - Method in class org.eclipse.jgit.treewalk.EmptyTreeIterator
-
Position this iterator on the first entry.
- reset() - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Reset this walker so new tree iterators can be added to it.
- reset() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Position this iterator on the first entry.
- reset() - Method in class org.eclipse.jgit.util.io.LimitedInputStream
- reset() - Method in class org.eclipse.jgit.util.sha1.SHA1
-
Reset this instance to compute another hash.
- reset() - Method in class org.eclipse.jgit.util.TemporaryBuffer
-
Reset this buffer for reuse, purging all buffered content.
- reset(byte[]) - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
-
Reset this parser to walk through the given tree data.
- reset(int) - Method in class org.eclipse.jgit.revwalk.ObjectWalk
-
Resets internal state and allows this instance to be used again.
- reset(int) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Resets internal state and allows this instance to be used again.
- reset(String) - Method in class org.eclipse.jgit.junit.TestRepository
-
Soft-reset HEAD to a different commit.
- reset(AnyObjectId) - Method in class org.eclipse.jgit.junit.TestRepository
-
Soft-reset HEAD to a detached state.
- reset(AnyObjectId) - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Reset this walker to run over a single existing tree.
- reset(AnyObjectId...) - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Reset this walker to run over a set of existing trees.
- reset(ObjectReader, AnyObjectId) - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
-
Reset this parser to walk through the given tree.
- reset(URIish) - Method in class org.eclipse.jgit.transport.CredentialsProvider
-
Reset the credentials provider for the given URI
- resetBitmaps(int) - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder
-
Remove all the bitmaps entries added.
- ResetCommand - Class in org.eclipse.jgit.api
-
A class used to execute a
Reset
command. - ResetCommand(Repository) - Constructor for class org.eclipse.jgit.api.ResetCommand
-
Constructor for ResetCommand.
- ResetCommand.ResetType - Enum in org.eclipse.jgit.api
-
Kind of reset
- resetCounters() - Method in interface org.eclipse.jgit.storage.file.WindowCacheStats
-
Reset counters.
- resetIndex(FileTreeIterator) - Method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Resets the index to represent exactly some filesystem content.
- resetNoMode - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- resetRetain(RevFlag...) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Resets internal state and allows this instance to be used again.
- resetRetain(RevFlagSet) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Resets internal state and allows this instance to be used again.
- resetRoot(ObjectReader, AnyObjectId) - Method in class org.eclipse.jgit.treewalk.CanonicalTreeParser
-
Reset this parser to walk through the given tree.
- resetStats() - Method in class org.eclipse.jgit.internal.storage.file.WindowCache
-
Reset stats.
- resettingHead - Variable in class org.eclipse.jgit.internal.JGitText
- resolve(File, String) - Method in class org.eclipse.jgit.util.FS_Win32_Cygwin
-
Resolve this file to its actual path name that the JRE can use.
- resolve(File, String) - Method in class org.eclipse.jgit.util.FS
-
Resolve this file to its actual path name that the JRE can use.
- resolve(File, FS) - Static method in class org.eclipse.jgit.lib.RepositoryCache.FileKey
-
Guess the proper path for a Git repository.
- resolve(String) - Method in class org.eclipse.jgit.lib.Repository
-
Parse a git revision string and return an object id.
- resolve(InetSocketAddress) - Static method in class org.eclipse.jgit.internal.transport.sshd.GssApiMechanisms
-
Resolves an
InetSocketAddress
. - resolve(Set<ObjectId>, AbbreviatedObjectId, int) - Method in class org.eclipse.jgit.internal.storage.file.PackIndex
-
Find objects matching the prefix abbreviation.
- resolve(AbbreviatedObjectId) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReader
-
Resolve an abbreviated ObjectId to its full form.
- resolve(AbbreviatedObjectId) - Method in class org.eclipse.jgit.lib.ObjectReader.Filter
- resolve(AbbreviatedObjectId) - Method in class org.eclipse.jgit.lib.ObjectReader
-
Resolve an abbreviated ObjectId to its full form.
- resolve(CommitConfig.CleanupMode, boolean) - Method in class org.eclipse.jgit.lib.CommitConfig
-
Computes a non-default
CommitConfig.CleanupMode
from the given mode and the git config. - resolve(Ref) - Method in class org.eclipse.jgit.internal.storage.reftable.Reftable
-
Resolve a symbolic reference to populate its value.
- RESOLVE - Static variable in class org.eclipse.jgit.merge.MergeStrategy
-
Simple strategy to merge paths.
- resolveAttemptedPassword(ClientSession, String) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitPasswordAuthentication
- resolveAttemptedPublicKeyIdentity(ClientSession, String) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitPublicKeyAuthentication
- resolveAttribute(AttributeRepository.AttributeKey<T>) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitClientSession.ChainingAttributes
- resolveAuthPasswordAttempt(ClientSession) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitUserInteraction
- resolveAvailableSignaturesProposal(FactoryManager) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitClientSession
- resolveEffectiveHost(String, int, SocketAddress, String, String, AttributeRepository) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitSshConfig
- resolveGrandparentFile(File) - Static method in class org.eclipse.jgit.util.FS
-
Get the parent directory of this file's parent directory
- ResolveMerger - Class in org.eclipse.jgit.merge
-
A three-way merger performing a content-merge if necessary
- ResolveMerger(ObjectInserter, Config) - Constructor for class org.eclipse.jgit.merge.ResolveMerger
-
Constructor for ResolveMerger.
- ResolveMerger(Repository) - Constructor for class org.eclipse.jgit.merge.ResolveMerger
-
Constructor for ResolveMerger.
- ResolveMerger(Repository, boolean) - Constructor for class org.eclipse.jgit.merge.ResolveMerger
-
Constructor for ResolveMerger.
- ResolveMerger.MergeFailureReason - Enum in org.eclipse.jgit.merge
-
If the merge fails (means: not stopped because of unresolved conflicts) this enum is used to explain why it failed
- resolveSessionKexProposal(String) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitClientSession
- resolvingDeltas - Variable in class org.eclipse.jgit.internal.JGitText
- resourceBundle() - Method in class org.eclipse.jgit.nls.TranslationBundle
-
Get the resource bundle on which this translation bundle is based.
- response(HttpURLConnection) - Static method in class org.eclipse.jgit.util.HttpSupport
-
Get the HTTP response code from the request.
- response(HttpConnection) - Static method in class org.eclipse.jgit.util.HttpSupport
-
Get the HTTP response code from the request.
- Response - Interface in org.eclipse.jgit.lfs.server
-
POJOs for Gson serialization/de-serialization.
- Response() - Constructor for class org.eclipse.jgit.lfs.Protocol.Response
- Response.Action - Class in org.eclipse.jgit.lfs.server
-
Describes an action the client can execute on a single object
- Response.Body - Class in org.eclipse.jgit.lfs.server
-
Describes the body of a LFS batch API response
- Response.Error - Class in org.eclipse.jgit.lfs.server
-
Describes an error to be returned by the LFS batch API
- Response.ObjectInfo - Class in org.eclipse.jgit.lfs.server
-
Describes the actions the LFS server offers for a single object
- responseHeader(HttpConnection, String) - Static method in class org.eclipse.jgit.util.HttpSupport
-
Extract a HTTP header from the response.
- restartInterval() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter.Stats
- resultLengthIncorrect - Variable in class org.eclipse.jgit.internal.JGitText
- resultTree - Variable in class org.eclipse.jgit.merge.ResolveMerger
-
merge result as tree
- retainOnReset(Collection<RevFlag>) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Preserve a set of RevFlags during all
reset
methods. - retainOnReset(RevFlag) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Preserve a RevFlag during all
reset
methods. - retrieveCompressed() - Method in class org.eclipse.jgit.internal.storage.file.BitmapIndexImpl.CompressedBitmap
- retrieveCompressed() - Method in interface org.eclipse.jgit.lib.BitmapIndex.Bitmap
-
Returns the corresponding raw compressed EWAH bitmap of the bitmap.
- RETRY - Static variable in class org.eclipse.jgit.util.FileUtils
-
Option to retry deletion if not successful
- retryFailedLockFileCommit() - Method in class org.eclipse.jgit.util.FS_POSIX
-
Does this file system have problems with atomic renames?
- retryFailedLockFileCommit() - Method in class org.eclipse.jgit.util.FS_Win32
-
Does this file system have problems with atomic renames?
- retryFailedLockFileCommit() - Method in class org.eclipse.jgit.util.FS
-
Does this file system have problems with atomic renames?
- reusedDeltas - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
The count of reused deltas in the pack.
- reusedDeltas - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.ObjectType.Accumulator
-
Count of reused deltas of this type.
- reusedObjects - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
The count of reused objects in the pack.
- reusedObjects - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.ObjectType.Accumulator
-
Count of reused objects of this type.
- reusedPacks - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
The collection of reused packs in the upload.
- REV_CHECKED_OUT - org.eclipse.jgit.submodule.SubmoduleStatusType
-
Submodule commit checked out is different than the commit referenced in the index tree
- RevBlob - Class in org.eclipse.jgit.revwalk
-
A binary file, or a symbolic link.
- RevBlob(AnyObjectId) - Constructor for class org.eclipse.jgit.revwalk.RevBlob
-
Create a new blob reference.
- RevCommit - Class in org.eclipse.jgit.revwalk
-
A commit reference to a commit in the DAG.
- RevCommit(AnyObjectId) - Constructor for class org.eclipse.jgit.revwalk.RevCommit
-
Create a new commit reference.
- RevCommitHandler - Class in org.eclipse.jgit.pgm.opt
-
Custom argument handler
RevCommit
from string values. - RevCommitHandler(CmdLineParser, OptionDef, Setter<? super RevCommit>) - Constructor for class org.eclipse.jgit.pgm.opt.RevCommitHandler
-
Create a new handler for the command name.
- RevCommitList<E extends RevCommit> - Class in org.eclipse.jgit.revwalk
-
An ordered list of
RevCommit
subclasses. - RevCommitList() - Constructor for class org.eclipse.jgit.revwalk.RevCommitList
- reverse(AnyObjectId, Collection<? extends ObjectId>) - Method in class org.eclipse.jgit.blame.BlameGenerator
-
Configure the generator to compute reverse blame (history of deletes).
- reverse(AnyObjectId, Collection<ObjectId>) - Method in class org.eclipse.jgit.api.BlameCommand
-
Configure the generator to compute reverse blame (history of deletes).
- reverse(AnyObjectId, AnyObjectId) - Method in class org.eclipse.jgit.api.BlameCommand
-
Configure the command to compute reverse blame (history of deletes).
- reverse(AnyObjectId, AnyObjectId) - Method in class org.eclipse.jgit.blame.BlameGenerator
-
Configure the generator to compute reverse blame (history of deletes).
- REVERSE - org.eclipse.jgit.revwalk.RevSort
-
Flip the output into the reverse ordering.
- revert() - Method in class org.eclipse.jgit.api.Git
-
Return a command object to execute a
revert
command - REVERT_HEAD - Static variable in class org.eclipse.jgit.lib.Constants
-
name of the file containing the ID of a revert commit in case of conflicts
- RevertCommand - Class in org.eclipse.jgit.api
-
A class used to execute a
revert
command. - RevertCommand(Repository) - Constructor for class org.eclipse.jgit.api.RevertCommand
-
Constructor for RevertCommand.
- REVERTING - org.eclipse.jgit.lib.RepositoryState
-
An unfinished revert.
- REVERTING_RESOLVED - org.eclipse.jgit.lib.RepositoryState
-
A revert where all conflicts have been resolved.
- RevFilter - Class in org.eclipse.jgit.revwalk.filter
-
Selects interesting revisions during walking.
- RevFilter() - Constructor for class org.eclipse.jgit.revwalk.filter.RevFilter
- RevFlag - Class in org.eclipse.jgit.revwalk
-
Application level mark bit for
RevObject
s. - RevFlagFilter - Class in org.eclipse.jgit.revwalk.filter
-
Matches only commits with some/all RevFlags already set.
- RevFlagSet - Class in org.eclipse.jgit.revwalk
-
Multiple application level mark bits for
RevObject
s. - RevFlagSet() - Constructor for class org.eclipse.jgit.revwalk.RevFlagSet
-
Create an empty set of flags.
- RevFlagSet(Collection<RevFlag>) - Constructor for class org.eclipse.jgit.revwalk.RevFlagSet
-
Create a set of flags, copied from an existing collection.
- RevFlagSet(RevFlagSet) - Constructor for class org.eclipse.jgit.revwalk.RevFlagSet
-
Create a set of flags, copied from an existing set.
- RevisionSyntaxException - Exception in org.eclipse.jgit.errors
-
This signals a revision or object reference was not properly formatted.
- RevisionSyntaxException(String) - Constructor for exception org.eclipse.jgit.errors.RevisionSyntaxException
-
Construct a RevisionSyntaxException indicating a syntax problem with a revision (or object) string.
- RevisionSyntaxException(String, String) - Constructor for exception org.eclipse.jgit.errors.RevisionSyntaxException
-
Construct a RevisionSyntaxException indicating a syntax problem with a revision (or object) string.
- RevObject - Class in org.eclipse.jgit.revwalk
-
Base object type accessed during revision walking.
- RevObjectList<E extends RevObject> - Class in org.eclipse.jgit.revwalk
-
An ordered list of
RevObject
subclasses. - RevObjectList() - Constructor for class org.eclipse.jgit.revwalk.RevObjectList
-
Create an empty object list.
- RevObjectList.Block - Class in org.eclipse.jgit.revwalk
-
One level of contents, either an intermediate level or a leaf level.
- RevSort - Enum in org.eclipse.jgit.revwalk
-
Sorting strategies supported by
RevWalk
andObjectWalk
. - RevTag - Class in org.eclipse.jgit.revwalk
-
An annotated tag.
- RevTag(AnyObjectId) - Constructor for class org.eclipse.jgit.revwalk.RevTag
-
Create a new tag reference.
- RevTree - Class in org.eclipse.jgit.revwalk
-
A reference to a tree of subtrees/files.
- RevTree(AnyObjectId) - Constructor for class org.eclipse.jgit.revwalk.RevTree
-
Create a new tree reference.
- RevTreeHandler - Class in org.eclipse.jgit.pgm.opt
-
Custom argument handler
RevTree
from string values. - RevTreeHandler(CmdLineParser, OptionDef, Setter<? super RevTree>) - Constructor for class org.eclipse.jgit.pgm.opt.RevTreeHandler
-
Create a new handler for the command name.
- RevWalk - Class in org.eclipse.jgit.revwalk
-
Walks a commit graph and produces the matching commits in order.
- RevWalk(ObjectReader) - Constructor for class org.eclipse.jgit.revwalk.RevWalk
-
Create a new revision walker for a given repository.
- RevWalk(ObjectReader, int) - Constructor for class org.eclipse.jgit.revwalk.DepthWalk.RevWalk
- RevWalk(Repository) - Constructor for class org.eclipse.jgit.revwalk.RevWalk
-
Create a new revision walker for a given repository.
- RevWalk(Repository, int) - Constructor for class org.eclipse.jgit.revwalk.DepthWalk.RevWalk
- RevWalkException - Exception in org.eclipse.jgit.errors
-
Indicates a checked exception was thrown inside of
RevWalk
. - RevWalkException(Throwable) - Constructor for exception org.eclipse.jgit.errors.RevWalkException
-
Create a new walk exception an original cause.
- RevWalkUtils - Class in org.eclipse.jgit.revwalk
-
Utility methods for
RevWalk
. - rewinding - Variable in class org.eclipse.jgit.internal.JGitText
- REWORD - org.eclipse.jgit.lib.RebaseTodoLine.Action
-
Use commit, but edit the commit message
- rewriteUrl(String, String, int) - Static method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Rewrite a url
- RFC - org.eclipse.jgit.util.GitDateFormatter.Format
-
Git formt: RFC 2822 plus time zone
- rm() - Method in class org.eclipse.jgit.api.Git
-
Return a command object to execute a
rm
command - rm(String) - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
-
Remove a file
- rm(String) - Method in interface org.eclipse.jgit.transport.FtpChannel
-
Deletes a file on the remote file system.
- RmCommand - Class in org.eclipse.jgit.api
-
Remove files from the index and working directory (or optionally only from the index).
- RmCommand(Repository) - Constructor for class org.eclipse.jgit.api.RmCommand
-
Constructor for RmCommand.
- rmdir(String) - Method in interface org.eclipse.jgit.transport.FtpChannel
-
Deletes a directory on the remote file system.
- rollbackPack(Collection<DfsPackDescription>) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase
-
Try to rollback a pack creation.
- rollbackPack(Collection<DfsPackDescription>) - Method in class org.eclipse.jgit.internal.storage.dfs.InMemoryRepository.MemObjDatabase
- ROOT_LOCALE - Static variable in class org.eclipse.jgit.nls.NLS
-
The root locale constant.
- rootCommits - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
Commits with no parents.
- rpc(byte) - Method in interface org.eclipse.jgit.transport.sshd.agent.Connector
-
Performs a remote call sending only a command without any parameters to the SSH agent and returns the result.
- rpc(byte, byte[]) - Method in class org.eclipse.jgit.internal.transport.sshd.agent.connector.PageantConnector
- rpc(byte, byte[]) - Method in class org.eclipse.jgit.internal.transport.sshd.agent.connector.UnixDomainSocketConnector
- rpc(byte, byte[]) - Method in class org.eclipse.jgit.internal.transport.sshd.agent.connector.WinPipeConnector
- rpc(byte, byte[]) - Method in interface org.eclipse.jgit.transport.sshd.agent.Connector
-
Performs a remote call to the SSH agent and returns the result.
- run() - Method in class org.eclipse.jgit.attributes.FilterCommand
-
Execute the command.
- run() - Method in class org.eclipse.jgit.lfs.CleanFilter
-
Execute the command.
- run() - Method in class org.eclipse.jgit.lfs.SmudgeFilter
-
Execute the command.
- run() - Method in class org.eclipse.jgit.pgm.TextBuiltin
-
Perform the actions of this command.
- run() - Method in class org.eclipse.jgit.util.io.StreamCopyThread
- run(String[]) - Method in class org.eclipse.jgit.pgm.Main
-
Parse the command line and execute the requested action.
- run(String, File, Map<String, String>) - Method in class org.eclipse.jgit.internal.diffmergetool.CommandExecutor
- runHook(Repository, File, String...) - Method in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Run a hook script in the repository, returning the exit status.
- runHookIfPresent(Repository, String, String[]) - Method in class org.eclipse.jgit.util.FS
-
Checks whether the given hook is defined for the given repository, then runs it with the given arguments.
- runHookIfPresent(Repository, String, String[], OutputStream, OutputStream, String) - Method in class org.eclipse.jgit.util.FS_POSIX
-
Checks whether the given hook is defined for the given repository, then runs it with the given arguments.
- runHookIfPresent(Repository, String, String[], OutputStream, OutputStream, String) - Method in class org.eclipse.jgit.util.FS_Win32_Cygwin
-
Checks whether the given hook is defined for the given repository, then runs it with the given arguments.
- runHookIfPresent(Repository, String, String[], OutputStream, OutputStream, String) - Method in class org.eclipse.jgit.util.FS
-
Checks whether the given hook is defined for the given repository, then runs it with the given arguments.
- runInShell(String, String[]) - Method in class org.eclipse.jgit.util.FS_POSIX
-
Initialize a ProcessBuilder to run a command using the system shell.
- runInShell(String, String[]) - Method in class org.eclipse.jgit.util.FS_Win32_Cygwin
-
Initialize a ProcessBuilder to run a command using the system shell.
- runInShell(String, String[]) - Method in class org.eclipse.jgit.util.FS_Win32
-
Initialize a ProcessBuilder to run a command using the system shell.
- runInShell(String, String[]) - Method in class org.eclipse.jgit.util.FS
-
Initialize a ProcessBuilder to run a command using the system shell.
- runInteractively(RebaseCommand.InteractiveHandler) - Method in class org.eclipse.jgit.api.RebaseCommand
-
Enable interactive rebase
- runInteractively(RebaseCommand.InteractiveHandler, boolean) - Method in class org.eclipse.jgit.api.RebaseCommand
-
Enable interactive rebase
- runProcess(ProcessBuilder, OutputStream, OutputStream, InputStream) - Method in class org.eclipse.jgit.util.FS
-
Runs the given process until termination, clearing its stdout and stderr streams on-the-fly.
- runProcess(ProcessBuilder, OutputStream, OutputStream, String) - Method in class org.eclipse.jgit.util.FS
-
Runs the given process until termination, clearing its stdout and stderr streams on-the-fly.
- runSshCommand(URIish, CredentialsProvider, FS, String, int) - Static method in class org.eclipse.jgit.util.SshSupport
-
Utility to execute a remote SSH command and read the first line of output.
- runWhenDone(Callable<Void>) - Method in class org.eclipse.jgit.internal.transport.sshd.proxy.AbstractClientProxyConnector
- runWhenDone(Callable<Void>) - Method in interface org.eclipse.jgit.internal.transport.sshd.proxy.StatefulProxyConnector
-
Runs
command
once the proxy connection is established.
S
- s3ActionDeletion - Variable in class org.eclipse.jgit.internal.JGitText
- s3ActionReading - Variable in class org.eclipse.jgit.internal.JGitText
- s3ActionWriting - Variable in class org.eclipse.jgit.internal.JGitText
- S3Config - Class in org.eclipse.jgit.lfs.server.s3
-
Configuration for an Amazon AWS S3 bucket
- S3Config(String, String, String, String, String, int, boolean) - Constructor for class org.eclipse.jgit.lfs.server.s3.S3Config
-
Constructor for S3Config.
- S3Config(String, String, String, String, String, String, int, boolean) - Constructor for class org.eclipse.jgit.lfs.server.s3.S3Config
-
Constructor for S3Config.
- s3InvalidBucket - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- S3Repository - Class in org.eclipse.jgit.lfs.server.s3
-
Repository storing LFS objects in Amazon S3
- S3Repository(S3Config) - Constructor for class org.eclipse.jgit.lfs.server.s3.S3Repository
-
Construct a LFS repository storing large objects in Amazon S3
- sa_data - Variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Sockets.SockAddr
-
Unix domain socket path.
- sa_family - Variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Sockets.SockAddr
-
Socket family
- safe(String) - Static method in class org.eclipse.jgit.revwalk.filter.SubStringRevFilter
-
Can this string be safely handled by a substring filter?
- SAFE - org.eclipse.jgit.lib.RepositoryState
-
A safe state for working normally
- safeFS() - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Get the configured FS, or
FS.DETECTED
. - save() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsConfig
-
Save the configuration to the persistent store.
- save() - Method in class org.eclipse.jgit.lib.StoredConfig
-
Save the configuration to the persistent store.
- save() - Method in class org.eclipse.jgit.storage.file.FileBasedConfig
-
Save the configuration to the persistent store.
- save() - Method in class org.eclipse.jgit.transport.PushCertificateStore
-
Save pending certificates to the store.
- save(long) - Static method in class org.eclipse.jgit.internal.storage.file.FileSnapshot
-
Deprecated.use
FileSnapshot.save(Instant)
instead. - save(File) - Static method in class org.eclipse.jgit.internal.storage.file.FileSnapshot
-
Record a snapshot for a specific file path.
- save(Instant) - Static method in class org.eclipse.jgit.internal.storage.file.FileSnapshot
-
Record a snapshot for a file for which the last modification time is already known.
- save(BatchRefUpdate) - Method in class org.eclipse.jgit.transport.PushCertificateStore
-
Save pending certificates to the store in an existing batch ref update.
- SAVE_COOKIES_KEY - Static variable in class org.eclipse.jgit.transport.HttpConfig
-
git config key for the "saveCookies" setting.
- saveFileStoreAttributesFailed - Variable in class org.eclipse.jgit.internal.JGitText
- saveNoConfig(File) - Static method in class org.eclipse.jgit.internal.storage.file.FileSnapshot
-
Record a snapshot for a specific file path without using config file to get filesystem timestamp resolution.
- scan(AnyObjectId, AnyObjectId) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Determine the differences between two trees.
- scan(RevTree, RevTree) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Determine the differences between two trees.
- scan(AbstractTreeIterator, AbstractTreeIterator) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Determine the differences between two trees.
- scan(TreeWalk) - Static method in class org.eclipse.jgit.diff.DiffEntry
-
Convert the TreeWalk into DiffEntry headers.
- scan(TreeWalk, boolean) - Static method in class org.eclipse.jgit.diff.DiffEntry
-
Convert the TreeWalk into DiffEntry headers, depending on
includeTrees
it will add tree objects into result or not. - scan(TreeWalk, boolean, TreeFilter[]) - Static method in class org.eclipse.jgit.diff.DiffEntry
-
Convert the TreeWalk into DiffEntry headers, depending on
includeTrees
it will add tree objects into result or not. - scanAllRefs() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRefDatabase
-
Read all known references in the repository.
- scanAllRefs() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReftableDatabase
-
Read all known references in the repository.
- scanForRepoChanges() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRepository
-
Force a scan for changed refs.
- scanForRepoChanges() - Method in class org.eclipse.jgit.internal.storage.file.FileRepository
-
Force a scan for changed refs.
- scanForRepoChanges() - Method in class org.eclipse.jgit.lib.Repository
-
Force a scan for changed refs.
- scanToken(String, int) - Static method in class org.eclipse.jgit.util.HttpSupport
-
Scan a RFC 7230 token as it appears in HTTP headers.
- SCISSORS - org.eclipse.jgit.lib.CommitConfig.CleanupMode
-
Omit everything from the first "scissor" line on, then apply
CommitConfig.CleanupMode.WHITESPACE
. - score - Variable in class org.eclipse.jgit.diff.DiffEntry
-
Similarity score if
DiffEntry.changeType
is a copy or rename. - score(SimilarityIndex, int) - Method in class org.eclipse.jgit.diff.SimilarityIndex
-
Compute the similarity score between this index and another.
- SEARCH_PATH - Static variable in class org.eclipse.jgit.lib.RefDatabase
-
Order of prefixes to search when using non-absolute references.
- searchForReachableBranches - Variable in class org.eclipse.jgit.internal.JGitText
- searchForReuse - Variable in class org.eclipse.jgit.internal.JGitText
- searchForReuseTimeout - Variable in class org.eclipse.jgit.internal.JGitText
- SearchForReuseTimeout - Exception in org.eclipse.jgit.errors
-
Thrown when the search for reuse phase times out.
- SearchForReuseTimeout(Duration) - Constructor for exception org.eclipse.jgit.errors.SearchForReuseTimeout
-
Construct a search for reuse timeout error.
- searchForSizes - Variable in class org.eclipse.jgit.internal.JGitText
- searchPath(String, String...) - Static method in class org.eclipse.jgit.util.FS
-
Searches the given path to see if it contains one of the given files.
- secondsAgo - Variable in class org.eclipse.jgit.internal.JGitText
- SecretKeys - Class in org.eclipse.jgit.gpg.bc.internal.keys
-
Utilities for reading GPG secret keys from a gpg-agent key file.
- SecretKeys.PassphraseSupplier - Interface in org.eclipse.jgit.gpg.bc.internal.keys
-
Something that can supply a passphrase to decrypt an encrypted secret key.
- secretKeyTooShort - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- SECTION_ACKNOWLEDGMENTS - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
Protocol V2 acknowledgments section header.
- SECTION_PACKFILE - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
Protocol V2 packfile section header.
- SECTION_SHALLOW_INFO - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
Protocol V2 shallow-info section header.
- SECURITY_KEY_PROVIDER - Static variable in class org.eclipse.jgit.transport.SshConstants
-
(Absolute) path to a middleware library the SSH agent shall use to load SK (U2F) keys.
- seekDatabase(PackedObjectInfo, PackParser.ObjectTypeAndSize) - Method in class org.eclipse.jgit.internal.fsck.FsckPackParser
-
Reposition the database to re-read a previously stored object.
- seekDatabase(PackedObjectInfo, PackParser.ObjectTypeAndSize) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackParser
-
Reposition the database to re-read a previously stored object.
- seekDatabase(PackedObjectInfo, PackParser.ObjectTypeAndSize) - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser
-
Reposition the database to re-read a previously stored object.
- seekDatabase(PackedObjectInfo, PackParser.ObjectTypeAndSize) - Method in class org.eclipse.jgit.transport.PackParser
-
Reposition the database to re-read a previously stored object.
- seekDatabase(PackParser.UnresolvedDelta, PackParser.ObjectTypeAndSize) - Method in class org.eclipse.jgit.internal.fsck.FsckPackParser
-
Reposition the database to re-read a previously stored object.
- seekDatabase(PackParser.UnresolvedDelta, PackParser.ObjectTypeAndSize) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackParser
-
Reposition the database to re-read a previously stored object.
- seekDatabase(PackParser.UnresolvedDelta, PackParser.ObjectTypeAndSize) - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser
-
Reposition the database to re-read a previously stored object.
- seekDatabase(PackParser.UnresolvedDelta, PackParser.ObjectTypeAndSize) - Method in class org.eclipse.jgit.transport.PackParser
-
Reposition the database to re-read a previously stored object.
- seekLog(String) - Method in class org.eclipse.jgit.internal.storage.reftable.Reftable
-
Read a single reference's log.
- seekLog(String, long) - Method in class org.eclipse.jgit.internal.storage.reftable.MergedReftable
-
Seek to an update index in a reference's log.
- seekLog(String, long) - Method in class org.eclipse.jgit.internal.storage.reftable.Reftable
-
Seek to an update index in a reference's log.
- seekLog(String, long) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableReader
-
Seek to an update index in a reference's log.
- seekPastPrefix(String) - Method in class org.eclipse.jgit.internal.storage.reftable.RefCursor
-
Seeks forward to the first ref record lexicographically beyond
prefixName
that doesn't start withprefixName
. - seekRef(String) - Method in class org.eclipse.jgit.internal.storage.reftable.MergedReftable
-
Seek to a reference.
- seekRef(String) - Method in class org.eclipse.jgit.internal.storage.reftable.Reftable
-
Seek to a reference.
- seekRef(String) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableReader
-
Seek to a reference.
- seekRefsWithPrefix(String) - Method in class org.eclipse.jgit.internal.storage.reftable.MergedReftable
-
Seek references with prefix.
- seekRefsWithPrefix(String) - Method in class org.eclipse.jgit.internal.storage.reftable.Reftable
-
Seek references with prefix.
- seekRefsWithPrefix(String) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableReader
-
Seek references with prefix.
- SEEN - Static variable in class org.eclipse.jgit.revwalk.RevFlag
-
Set on RevCommit instances added to
RevWalk.pending
queue. - select(ObjectToPack, StoredObjectRepresentation) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Select an object representation for this writer.
- select(StoredObjectRepresentation) - Method in class org.eclipse.jgit.internal.storage.pack.ObjectToPack
-
Remember a specific representation for reuse at a later time.
- selectingCommits - Variable in class org.eclipse.jgit.internal.JGitText
- selectObjectRepresentation(PackWriter, ProgressMonitor, Iterable<ObjectToPack>) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReader
- selectObjectRepresentation(PackWriter, ProgressMonitor, Iterable<ObjectToPack>) - Method in interface org.eclipse.jgit.internal.storage.pack.ObjectReuseAsIs
-
Select the best object representation for a packer.
- self() - Method in class org.eclipse.jgit.api.TransportCommand
-
Return this command cast to
C
- self() - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Get this object
- send(byte[], HttpServletRequest, HttpServletResponse) - Static method in class org.eclipse.jgit.http.server.ServletUtils
-
Send a response to a
GET
orHEAD
HTTP request. - send(Collection<Ref>) - Method in class org.eclipse.jgit.transport.RefAdvertiser
-
Format an advertisement for the supplied refs.
- send(Map<String, Ref>) - Method in class org.eclipse.jgit.transport.RefAdvertiser
-
Deprecated.use
RefAdvertiser.send(Collection)
instead. - SEND_ENV - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file.
- sendAdvertisedRefs(RefAdvertiser) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Generate an advertisement of available refs and capabilities.
- sendAdvertisedRefs(RefAdvertiser) - Method in class org.eclipse.jgit.transport.UploadPack
-
Generate an advertisement of available refs and capabilities.
- sendAdvertisedRefs(RefAdvertiser, String) - Method in class org.eclipse.jgit.transport.UploadPack
-
Generate an advertisement of available refs and capabilities.
- sendAuthDataRequest(ClientSession, String) - Method in class org.eclipse.jgit.internal.transport.sshd.GssApiWithMicAuthentication
- sendClientProxyMetadata(ClientSession) - Method in class org.eclipse.jgit.internal.transport.sshd.proxy.HttpClientConnector
- sendClientProxyMetadata(ClientSession) - Method in class org.eclipse.jgit.internal.transport.sshd.proxy.Socks5ClientConnector
- sendError(String) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Send an error message to the client.
- sendError(HttpServletRequest, HttpServletResponse, int) - Static method in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Send an error to the Git client or browser.
- sendError(HttpServletRequest, HttpServletResponse, int, String) - Static method in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Send an error to the Git client or browser.
- sendError(HttpServletResponse, int, String) - Static method in class org.eclipse.jgit.lfs.server.fs.FileLfsServlet
-
Send an error response.
- sendIdentification(String, List<String>) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitClientSession
- sendKexInit() - Method in class org.eclipse.jgit.internal.transport.sshd.JGitClientSession
- sendMessage(String) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Send a message to the client, if it supports receiving them.
- sendMessage(String) - Method in class org.eclipse.jgit.transport.UploadPack
-
Send a message to the client, if it supports receiving them.
- sendPlainText(String, HttpServletRequest, HttpServletResponse) - Static method in class org.eclipse.jgit.http.server.ServletUtils
-
Send a plain text response to a
GET
orHEAD
HTTP request. - SeparateClassloaderTestRunner - Class in org.eclipse.jgit.junit
-
This class is used when it's required to load jgit classes in separate classloader for each test class.
- SeparateClassloaderTestRunner(Class<?>) - Constructor for class org.eclipse.jgit.junit.SeparateClassloaderTestRunner
-
Creates a SeparateClassloaderTestRunner to run
klass
. - Sequence - Class in org.eclipse.jgit.diff
-
Arbitrary sequence of elements.
- Sequence() - Constructor for class org.eclipse.jgit.diff.Sequence
- SequenceComparator<S extends Sequence> - Class in org.eclipse.jgit.diff
-
Equivalence function for a
Sequence
compared by difference algorithm. - SequenceComparator() - Constructor for class org.eclipse.jgit.diff.SequenceComparator
- sequenceTooLargeForDiffAlgorithm - Variable in class org.eclipse.jgit.internal.JGitText
- serve(String) - Method in class org.eclipse.jgit.http.server.glue.MetaFilter
-
Construct a binding for a specific path.
- serve(String) - Method in class org.eclipse.jgit.http.server.glue.MetaServlet
-
Construct a binding for a specific path.
- server - Variable in class org.eclipse.jgit.junit.http.HttpTestCase
-
In-memory application server; subclass must start.
- server - Variable in class org.eclipse.jgit.junit.ssh.SshTestGitServer
- server - Variable in class org.eclipse.jgit.junit.ssh.SshTestHarness
- serveRegex(String) - Method in class org.eclipse.jgit.http.server.glue.MetaFilter
-
Construct a binding for a regular expression.
- serveRegex(String) - Method in class org.eclipse.jgit.http.server.glue.MetaServlet
-
Construct a binding for a regular expression.
- serveRegex(Pattern) - Method in class org.eclipse.jgit.http.server.glue.MetaFilter
-
Construct a binding for a regular expression.
- serverFailure - Variable in class org.eclipse.jgit.lfs.internal.LfsText
- serverIdNotReceived - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- serverIdTooLong - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- serverIdWithNul - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- ServerKeyDatabase - Interface in org.eclipse.jgit.transport.sshd
-
An interface for a database of known server keys, supporting finding all known keys and also deciding whether a server key is to be accepted.
- ServerKeyDatabase.Configuration - Interface in org.eclipse.jgit.transport.sshd
-
A simple provider for ssh config settings related to host key checking.
- ServerKeyDatabase.Configuration.StrictHostKeyChecking - Enum in org.eclipse.jgit.transport.sshd
-
The possible values for the "StrictHostKeyChecking" ssh config.
- ServerKeyLookup - Interface in org.eclipse.jgit.internal.transport.sshd
-
Offers operations to retrieve server keys from known_hosts files.
- service(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jgit.http.server.glue.MetaServlet
- ServiceMayNotContinueException - Exception in org.eclipse.jgit.transport
-
Indicates a transport service may not continue execution.
- ServiceMayNotContinueException() - Constructor for exception org.eclipse.jgit.transport.ServiceMayNotContinueException
-
Initialize with no message.
- ServiceMayNotContinueException(String) - Constructor for exception org.eclipse.jgit.transport.ServiceMayNotContinueException
-
Constructor for ServiceMayNotContinueException.
- ServiceMayNotContinueException(String, int) - Constructor for exception org.eclipse.jgit.transport.ServiceMayNotContinueException
-
Constructor for ServiceMayNotContinueException.
- ServiceMayNotContinueException(String, Throwable) - Constructor for exception org.eclipse.jgit.transport.ServiceMayNotContinueException
-
Constructor for ServiceMayNotContinueException.
- ServiceMayNotContinueException(String, Throwable, int) - Constructor for exception org.eclipse.jgit.transport.ServiceMayNotContinueException
-
Constructor for ServiceMayNotContinueException.
- ServiceMayNotContinueException(Throwable) - Constructor for exception org.eclipse.jgit.transport.ServiceMayNotContinueException
-
Initialize with an "internal server error" message and a cause.
- ServiceNotAuthorizedException - Exception in org.eclipse.jgit.transport.resolver
-
Indicates that the requested service requires authentication that the current user has not provided.
- ServiceNotAuthorizedException() - Constructor for exception org.eclipse.jgit.transport.resolver.ServiceNotAuthorizedException
-
Indicates that the requested service requires authentication.
- ServiceNotAuthorizedException(String) - Constructor for exception org.eclipse.jgit.transport.resolver.ServiceNotAuthorizedException
-
Constructor for ServiceNotAuthorizedException.
- ServiceNotAuthorizedException(String, Throwable) - Constructor for exception org.eclipse.jgit.transport.resolver.ServiceNotAuthorizedException
-
Constructor for ServiceNotAuthorizedException.
- ServiceNotEnabledException - Exception in org.eclipse.jgit.transport.resolver
-
Indicates the request service is not enabled on a repository.
- ServiceNotEnabledException() - Constructor for exception org.eclipse.jgit.transport.resolver.ServiceNotEnabledException
-
Indicates the request service is not available.
- ServiceNotEnabledException(String) - Constructor for exception org.eclipse.jgit.transport.resolver.ServiceNotEnabledException
-
Constructor for ServiceNotEnabledException.
- ServiceNotEnabledException(String, Throwable) - Constructor for exception org.eclipse.jgit.transport.resolver.ServiceNotEnabledException
-
Constructor for ServiceNotEnabledException.
- serviceNotEnabledNoName - Variable in class org.eclipse.jgit.internal.JGitText
- serviceNotPermitted - Variable in class org.eclipse.jgit.internal.JGitText
- serviceNotSupported - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- ServiceUnavailableException - Exception in org.eclipse.jgit.api.errors
-
Exception thrown when an optional service is not available
- ServiceUnavailableException(String) - Constructor for exception org.eclipse.jgit.api.errors.ServiceUnavailableException
-
Constructor for ServiceUnavailableException
- ServiceUnavailableException(String, Throwable) - Constructor for exception org.eclipse.jgit.api.errors.ServiceUnavailableException
-
Constructor for ServiceUnavailableException
- servletAlreadyInitialized - Variable in class org.eclipse.jgit.http.server.HttpServerText
- ServletBinder - Interface in org.eclipse.jgit.http.server.glue
-
Binds a servlet to a URL.
- servletMustNotBeNull - Variable in class org.eclipse.jgit.http.server.HttpServerText
- ServletUtils - Class in org.eclipse.jgit.http.server
-
Common utility functions for servlets.
- servletWasAlreadyBound - Variable in class org.eclipse.jgit.http.server.HttpServerText
- SessionAttributes(AttributeRepository, AttributeRepository, PropertyResolver) - Constructor for class org.eclipse.jgit.internal.transport.sshd.JGitClientSession.SessionAttributes
-
Creates a new
JGitClientSession.SessionAttributes
attribute and property source. - sessionClosed(SshdSession) - Method in interface org.eclipse.jgit.transport.sshd.SessionCloseListener
-
Invoked when a
SshdSession
has been closed. - sessionCloseFailed - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- SessionCloseListener - Interface in org.eclipse.jgit.transport.sshd
-
A
SessionCloseListener
is invoked when aSshdSession
is closed. - sessionWithoutUsername - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- set(int, int) - Method in class org.eclipse.jgit.util.IntList
-
Assign an entry in the list.
- set(int, int, int, int, int) - Method in class org.eclipse.jgit.lib.MutableObjectId
-
Convert an ObjectId from binary representation expressed in integers.
- set(int, long) - Method in class org.eclipse.jgit.util.LongList
-
Assign an entry in the list.
- set(int, E) - Method in class org.eclipse.jgit.revwalk.RevObjectList
- set(int, T) - Method in class org.eclipse.jgit.util.BlockList
- set(int, T) - Method in class org.eclipse.jgit.util.RefList.Builder
-
Replace a single existing element.
- set(int, T) - Method in class org.eclipse.jgit.util.RefList
-
Obtain a new copy of the list after changing one element.
- set(String) - Static method in class org.eclipse.jgit.transport.UserAgent
-
Change the user agent string advertised by JGit.
- set(AnyObjectId, String, ObjectInserter) - Method in class org.eclipse.jgit.notes.NoteMap
-
Attach a note to an object.
- set(AnyObjectId, ObjectId) - Method in class org.eclipse.jgit.notes.NoteMap
-
Attach (or remove) a note on an object.
- set(T) - Method in class org.eclipse.jgit.util.Holder
-
Set a new value held by this
Holder
- SET - org.eclipse.jgit.attributes.Attribute.State
-
the attribute is set
- SET_UPSTREAM - org.eclipse.jgit.api.CreateBranchCommand.SetupUpstreamMode
-
Corresponds to the --set-upstream option
- setAbbrev(int) - Method in class org.eclipse.jgit.api.DescribeCommand
-
Sets the prefix length to use when abbreviating an object SHA-1.
- setAbbreviationLength(int) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Change the number of digits to show in an ObjectId.
- setAction(RebaseTodoLine.Action) - Method in class org.eclipse.jgit.lib.RebaseTodoLine
-
Set the action.
- setAdditionalHeaders(Map<String, String>) - Method in class org.eclipse.jgit.transport.TransportHttp
-
Set additional headers on the HTTP connection
- setAddToIndex(boolean) - Method in class org.eclipse.jgit.internal.storage.pack.BitmapCommit.Builder
-
Set whether whether the bitmap of the BitmapCommit should be added to PackBitmapIndexBuilder when building bitmap index file.
- setAdvertisedRefs(Map<String, Ref>) - Method in class org.eclipse.jgit.transport.UploadPack
-
Set the refs advertised by this UploadPack.
- setAdvertisedRefs(Map<String, Ref>, Set<ObjectId>) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Set the refs advertised by this ReceivePack.
- setAdvertiseRefsHook(AdvertiseRefsHook) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Set the hook used while advertising the refs to the client.
- setAdvertiseRefsHook(AdvertiseRefsHook) - Method in class org.eclipse.jgit.transport.UploadPack
-
Set the hook used while advertising the refs to the client.
- setAgent(String) - Method in class org.eclipse.jgit.transport.LsRefsV2Request.Builder
-
Value of an agent line received after the command and before the arguments.
- setAggressive(boolean) - Method in class org.eclipse.jgit.api.GarbageCollectCommand
-
Whether to use aggressive mode or not.
- setAlignBlocks(boolean) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableConfig
-
Whether blocks are written aligned to multiples of
ReftableConfig.getRefBlockSize()
. - setAll(boolean) - Method in class org.eclipse.jgit.api.CommitCommand
-
If set to true the Commit command automatically stages files that have been modified and deleted, but new files not known by the repository are not affected.
- setAll(boolean) - Method in class org.eclipse.jgit.api.DescribeCommand
-
Instead of using only the annotated tags, use any ref found in refs/ namespace.
- setAll(boolean) - Method in class org.eclipse.jgit.api.StashDropCommand
-
Set whether to drop all stashed commits
- setAllowBranchDeletes(boolean) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Configure whether to permit deletion of branches from the
refs/heads/
namespace. - setAllowCreates(boolean) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Whether to permit create ref commands to be processed.
- setAllowDeletes(boolean) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Whether to permit delete ref commands to be processed.
- setAllowEmpty(boolean) - Method in class org.eclipse.jgit.api.CommitCommand
-
Set whether to allow to create an empty commit
- setAllowInvalidPersonIdent(boolean) - Method in class org.eclipse.jgit.lib.ObjectChecker
-
Enable accepting invalid author, committer and tagger identities.
- setAllowLeadingZeroFileMode(boolean) - Method in class org.eclipse.jgit.lib.ObjectChecker
-
Enable accepting leading zero mode in tree entries.
- setAllowNonFastForwards(boolean) - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Set if this update wants to permit a forced update.
- setAllowNonFastForwards(boolean) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Configure whether to permit the client to ask for non-fast-forward updates of an existing ref.
- setAllowPushOptions(boolean) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Configure if the server supports receiving push options.
- setAllowQuiet(boolean) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Configure if clients may request the server skip noisy messages.
- setAllowThin(boolean) - Method in class org.eclipse.jgit.transport.PackParser
-
Configure this index pack instance to allow a thin pack.
- setAllPaths(boolean) - Method in class org.eclipse.jgit.api.CheckoutCommand
-
Set whether to checkout all paths.
- setAlways(boolean) - Method in class org.eclipse.jgit.api.DescribeCommand
-
Always describe the commit by eventually falling back to a uniquely abbreviated commit hash if no other name matches.
- setAmend(boolean) - Method in class org.eclipse.jgit.api.CommitCommand
-
Used to amend the tip of the current branch.
- setAnnotated(boolean) - Method in class org.eclipse.jgit.api.TagCommand
-
Configure this tag to be created as an annotated tag
- setApplyIndex(boolean) - Method in class org.eclipse.jgit.api.StashApplyCommand
-
Deprecated.use
StashApplyCommand.setRestoreIndex(boolean)
instead - setApplyUntracked(boolean) - Method in class org.eclipse.jgit.api.StashApplyCommand
-
Deprecated.use
StashApplyCommand.setRestoreUntracked(boolean)
instead - setAsIsFileService(AsIsFileService) - Method in class org.eclipse.jgit.http.server.GitFilter
-
Set AsIsFileService
- setAsIsFileService(AsIsFileService) - Method in class org.eclipse.jgit.http.server.GitServlet
-
Set AsIsFileService
- setAssumeValid(boolean) - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Set the assume valid flag for this entry,
- setAsyncFileStoreAttributes(boolean) - Static method in class org.eclipse.jgit.util.FS
-
Deprecated.Use
FS.FileStoreAttributes.setBackground(boolean)
instead - setAtomic(boolean) - Method in class org.eclipse.jgit.api.PushCommand
-
Requests atomic push (all references updated, or no updates).
- setAtomic(boolean) - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Request that all updates in this batch be performed atomically.
- setAtomic(boolean) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Configure whether to perform the client's commands as a single atomic transaction.
- setAttempts(int) - Method in class org.eclipse.jgit.transport.sshd.IdentityPasswordProvider
- setAttempts(int) - Method in interface org.eclipse.jgit.transport.sshd.KeyPasswordProvider
-
Define the maximum number of attempts to get a passphrase that should be attempted for one identity resource through this provider.
- setAttributesNodeProvider(AttributesNodeProvider) - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Sets the
AttributesNodeProvider
for thisTreeWalk
. - setAuthor(String, String) - Method in class org.eclipse.jgit.api.CommitCommand
-
Sets the author for this
commit
. - setAuthor(PersonIdent) - Method in class org.eclipse.jgit.api.CommitCommand
-
Sets the author for this
commit
. - setAuthor(PersonIdent) - Method in class org.eclipse.jgit.gitrepo.RepoCommand
-
Set the author/committer for the bare repository commit.
- setAuthor(PersonIdent) - Method in class org.eclipse.jgit.lib.CommitBuilder
-
Set the author (name, email address, and date) of who wrote the commit.
- setAuthor(PersonIdent) - Method in class org.eclipse.jgit.lib.ObjectBuilder
-
Sets the author (name, email address, and date) of this object.
- setAuthorAndCommitter(CommitBuilder) - Method in class org.eclipse.jgit.junit.TestRepository
-
Set the author and committer using
TestRepository.getDate()
. - setAuto(boolean) - Method in class org.eclipse.jgit.internal.storage.file.GC
-
Set the
gc --auto
option. - setAvailable(boolean) - Method in class org.eclipse.jgit.internal.diffmergetool.UserDefinedDiffTool
- setAvoidUnreachableObjects(boolean) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReader
-
Advise the reader to avoid unreachable objects.
- setAvoidUnreachableObjects(boolean) - Method in class org.eclipse.jgit.lib.ObjectReader.Filter
- setAvoidUnreachableObjects(boolean) - Method in class org.eclipse.jgit.lib.ObjectReader
-
Advise the reader to avoid unreachable objects.
- setBackground(boolean) - Static method in class org.eclipse.jgit.util.FS.FileStoreAttributes
-
Whether FileStore attributes should be determined asynchronously
- setBare() - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Force the repository to be treated as bare (have no working directory).
- setBare(boolean) - Method in class org.eclipse.jgit.ant.tasks.GitCloneTask
-
Set
bare
- setBare(boolean) - Method in class org.eclipse.jgit.ant.tasks.GitInitTask
-
Configure if the repository should be
bare
- setBare(boolean) - Method in class org.eclipse.jgit.api.CloneCommand
-
Set whether the cloned repository shall be bare
- setBare(boolean) - Method in class org.eclipse.jgit.api.InitCommand
-
Set whether the repository is bare or not
- setBase(AnyObjectId) - Method in class org.eclipse.jgit.merge.ThreeWayMerger
-
Set the common ancestor tree.
- setBiDirectionalPipe(boolean) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Whether this class will assume the socket is a fully bidirectional pipe between the two peers and takes advantage of that by first transmitting the known refs, then waiting to read commands.
- setBiDirectionalPipe(boolean) - Method in class org.eclipse.jgit.transport.UploadPack
-
Set whether this class will assume the socket is a fully bidirectional pipe between the two peers
- setBigFileThreshold(int) - Method in class org.eclipse.jgit.diff.RenameDetector
-
Set the file size threshold for detecting renames.
- setBigFileThreshold(int) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Set the maximum file size that should be considered for deltas.
- setBinaryFileThreshold(int) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Set maximum file size for text files.
- setBitmapContiguousCommitCount(int) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Set the count of most recent commits for which to build bitmaps.
- setBitmapDistantCommitSpan(int) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Set the span of commits when building bitmaps for distant history.
- setBitmapExcessiveBranchCount(int) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Set the count of branches deemed "excessive".
- setBitmapInactiveBranchAgeInDays(int) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Set the age in days that marks a branch as "inactive".
- setBitmapRecentCommitCount(int) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Set the count at which to switch from "bitmapRecentCommitSpan" to "bitmapDistantCommitSpan".
- setBitmapRecentCommitSpan(int) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Set the span of commits when building bitmaps for recent history.
- setBlockLimit(long) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheConfig
-
Set maximum number bytes of heap memory to dedicate to caching pack file data.
- setBlockSize(int) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheConfig
-
Set size in bytes of a single window read in from the pack file.
- setBlockSize(PackExt, int) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Set blockSize of the file, in bytes.
- setBoolean(String, String, String, boolean) - Method in class org.eclipse.jgit.lib.Config
-
Add or modify a configuration value.
- setBranch(String) - Method in class org.eclipse.jgit.ant.tasks.GitCheckoutTask
-
Set
branch
- setBranch(String) - Method in class org.eclipse.jgit.ant.tasks.GitCloneTask
-
Set the
branch
- setBranch(String) - Method in class org.eclipse.jgit.api.CloneCommand
-
Set the initial branch
- setBranch(String) - Method in class org.eclipse.jgit.gitrepo.RepoCommand
-
Set default branch.
- setBranchesToClone(Collection<String>) - Method in class org.eclipse.jgit.api.CloneCommand
-
Set the branches or tags to clone.
- setBranchNames(String...) - Method in class org.eclipse.jgit.api.DeleteBranchCommand
-
Set the names of the branches to delete
- setBreakScore(int) - Method in class org.eclipse.jgit.diff.RenameDetector
-
Set break score
- setBuffer(TemporaryBuffer) - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnection
-
Sets the buffer from which to take the request body
- setBufferSize(int) - Static method in class org.eclipse.jgit.diff.RawText
-
Sets the buffer size to use for analyzing whether certain content is text or binary, or what line endings are used if it's text.
- setBuildBitmaps(boolean) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Set writer to allow building bitmaps for supported pack files.
- setBuilderFactory(RepositoryBuilderFactory) - Method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Sets the
RepositoryBuilderFactory
to use for creating submodule repositories. - setByte(int, int) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
-
Set any byte in the id.
- setByte(int, int) - Method in class org.eclipse.jgit.lib.MutableObjectId
-
Set any byte in the id.
- setCached(boolean) - Method in class org.eclipse.jgit.api.DiffCommand
-
Whether to view the changes staged for the next commit
- setCached(boolean) - Method in class org.eclipse.jgit.api.RmCommand
-
Only remove the specified files from the index.
- setCachedPackUriProvider(CachedPackUriProvider) - Method in class org.eclipse.jgit.transport.UploadPack
- setCacheHotMap(Map<PackExt, Integer>) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheConfig
-
Set the map of hot count per pack extension for
DfsBlockCache
. - setCallable(boolean) - Method in class org.eclipse.jgit.api.GitCommand
-
Set's the state which tells whether it is allowed to call
GitCommand.call()
on this instance. - setCallback(CloneCommand.Callback) - Method in class org.eclipse.jgit.api.CloneCommand
-
Register a progress callback.
- setCallback(CloneCommand.Callback) - Method in class org.eclipse.jgit.api.SubmoduleUpdateCommand
-
Set status callback for submodule clone operation.
- setCallback(FetchCommand.Callback) - Method in class org.eclipse.jgit.api.FetchCommand
-
Register a progress callback.
- setCallback(ObjectUploadListener.Callback) - Method in class org.eclipse.jgit.lfs.server.fs.ObjectUploadListener
-
Set the callback to invoke after upload completed.
- setCertNonceSeed(String) - Method in class org.eclipse.jgit.transport.SignedPushConfig
-
Set the seed used by the nonce verifier.
- setCertNonceSlopLimit(int) - Method in class org.eclipse.jgit.transport.SignedPushConfig
-
Set the nonce slop limit.
- setCheckConflicting(boolean) - Method in class org.eclipse.jgit.lib.RefUpdate
-
Enable/disable the check for conflicting ref names.
- setCheckEofAfterPackFooter(boolean) - Method in class org.eclipse.jgit.transport.PackParser
-
Ensure EOF is read from the input stream after the footer.
- setCheckFetchedObjects(boolean) - Method in class org.eclipse.jgit.api.FetchCommand
-
If set to
true
, objects received will be checked for validity - setCheckFetchedObjects(boolean) - Method in class org.eclipse.jgit.transport.Transport
-
Configure if checking received objects is enabled
- setCheckObjectCollisions(boolean) - Method in class org.eclipse.jgit.transport.PackParser
-
Enable checking for collisions with existing objects.
- setCheckObjects(boolean) - Method in class org.eclipse.jgit.transport.ConnectivityChecker.ConnectivityCheckInfo
- setCheckReceivedObjects(boolean) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Whether to enable checking received objects
- setCheckReferencedObjectsAreReachable(boolean) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Validate all referenced but not supplied objects are reachable.
- setChunkedStreamingMode(int) - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnection
-
Set chunked streaming mode
- setChunkedStreamingMode(int) - Method in interface org.eclipse.jgit.transport.http.HttpConnection
-
Set chunked streaming mode
- setChunkedStreamingMode(int) - Method in class org.eclipse.jgit.transport.http.JDKHttpConnection
-
Set chunked streaming mode
- setClean(FileSnapshot) - Method in class org.eclipse.jgit.internal.storage.file.FileSnapshot
-
Update this snapshot when the content hasn't changed.
- setCleanDirectories(boolean) - Method in class org.eclipse.jgit.api.CleanCommand
-
If dirs is set, in addition to files, also clean directories.
- setCleanupDelay(long) - Method in class org.eclipse.jgit.lib.RepositoryCacheConfig
-
Set the delay between the periodic cleanup of expired repository in milliseconds.
- setCleanupMode(CommitConfig.CleanupMode) - Method in class org.eclipse.jgit.api.CommitCommand
-
Sets the
CommitConfig.CleanupMode
to apply to the commit message. - setClientShallowCommits(Set<ObjectId>) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Records the set of shallow commits in the client.
- setCloneAllBranches(boolean) - Method in class org.eclipse.jgit.api.CloneCommand
-
Set whether all branches have to be fetched.
- setCloneSubmodules(boolean) - Method in class org.eclipse.jgit.api.CloneCommand
-
Set whether to clone submodules
- setCoalesceGarbageLimit(long) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsGarbageCollector
-
Set the byte size limit for garbage packs to be repacked.
- setCommands(List<ReceiveCommand>) - Method in class org.eclipse.jgit.transport.ConnectivityChecker.ConnectivityCheckInfo
- setComment(String) - Method in class org.eclipse.jgit.lib.RebaseTodoLine
-
Set a comment for this line that is used if this line's
RebaseTodoLine.action
is aRebaseTodoLine.Action.COMMENT
- setCommentCharacter(Character) - Method in class org.eclipse.jgit.api.CommitCommand
-
Sets the comment character to apply when cleaning a commit message.
- setCommit(boolean) - Method in class org.eclipse.jgit.api.MergeCommand
-
Controls whether the merge command should automatically commit after a successful merge
- setCommitMessage(String) - Method in class org.eclipse.jgit.hooks.CommitMsgHook
-
It is mandatory to call this method with a non-null value before actually calling the hook.
- setCommitNames(String[]) - Method in class org.eclipse.jgit.merge.ResolveMerger
-
Set the names of the commits as they would appear in conflict markers
- setCommitter(String, String) - Method in class org.eclipse.jgit.api.CommitCommand
-
Sets the committer for this
commit
. - setCommitter(PersonIdent) - Method in class org.eclipse.jgit.api.CommitCommand
-
Sets the committer for this
commit
. - setCommitter(PersonIdent) - Method in class org.eclipse.jgit.lib.CommitBuilder
-
Set the committer and commit time for this object.
- setCompressionLevel(int) - Method in class org.eclipse.jgit.internal.storage.file.PackInserter
-
Set compression level for zlib deflater.
- setCompressionLevel(int) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Set the compression level applied to objects in the pack.
- setConcurrencyLevel(int) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheConfig
-
Set the estimated number of threads concurrently accessing the cache.
- setConfig(ReftableConfig) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableCompactor
-
Set configuration for the reftable.
- setConfig(ReftableConfig) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter
-
Set configuration for the writer.
- setConfig(OpenSshConfig) - Method in class org.eclipse.jgit.transport.ssh.jsch.JschConfigSessionFactory
-
Set the
OpenSshConfig
to use. - setConfigFile(Function<File, File>) - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactoryBuilder
-
Sets a function that returns the SSH config file, given the SSH directory.
- setConfigStoreFactory(SshdSessionFactoryBuilder.ConfigStoreFactory) - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactoryBuilder
-
Sets a factory for the
SshConfigStore
to use. - setConflicts(Map<String, int[][]>) - Method in class org.eclipse.jgit.api.MergeResult
-
Set conflicts
- setConnectionFactory(HttpConnectionFactory) - Static method in class org.eclipse.jgit.transport.HttpTransport
-
Set the
HttpConnectionFactory
to be used to create new connections - setConnectivityOnly(boolean) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsFsck
-
Whether fsck should bypass object validity and integrity checks and only check connectivity.
- setConnectorFactory(ConnectorFactory) - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactoryBuilder
-
Sets an explicit
ConnectorFactory
. - setConnectTimeout(int) - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnection
-
Set connect timeout
- setConnectTimeout(int) - Method in interface org.eclipse.jgit.transport.http.HttpConnection
-
Set connect timeout
- setConnectTimeout(int) - Method in class org.eclipse.jgit.transport.http.JDKHttpConnection
-
Set connect timeout
- setContains(String) - Method in class org.eclipse.jgit.api.ListBranchCommand
-
If this is set, only the branches that contain the specified commit-ish as an ancestor are returned.
- setContainsConflicts(boolean) - Method in class org.eclipse.jgit.merge.MergeResult
-
Sets explicitly whether this merge should be seen as containing a conflict or not.
- setContentLength(int) - Method in class org.eclipse.jgit.transport.http.apache.TemporaryBufferEntity
-
Set the
contentLength
- setContentMergeStrategy(ContentMergeStrategy) - Method in class org.eclipse.jgit.api.CherryPickCommand
-
Sets the content merge strategy to use if the
merge strategy
is "resolve" or "recursive". - setContentMergeStrategy(ContentMergeStrategy) - Method in class org.eclipse.jgit.api.MergeCommand
-
Sets the content merge strategy to use if the
merge strategy
is "resolve" or "recursive". - setContentMergeStrategy(ContentMergeStrategy) - Method in class org.eclipse.jgit.api.PullCommand
-
Sets the content merge strategy to use if the
merge strategy
is "resolve" or "recursive". - setContentMergeStrategy(ContentMergeStrategy) - Method in class org.eclipse.jgit.api.RebaseCommand
-
Sets the content merge strategy to use if the
merge strategy
is "resolve" or "recursive". - setContentMergeStrategy(ContentMergeStrategy) - Method in class org.eclipse.jgit.api.StashApplyCommand
-
Sets the content merge strategy to use if the
merge strategy
is "resolve" or "recursive". - setContentMergeStrategy(ContentMergeStrategy) - Method in class org.eclipse.jgit.merge.MergeAlgorithm
-
Sets the
ContentMergeStrategy
. - setContentMergeStrategy(ContentMergeStrategy) - Method in class org.eclipse.jgit.merge.ResolveMerger
-
Sets the content merge strategy for content conflicts.
- setContext(int) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Change the number of lines of context to display.
- setContextLines(int) - Method in class org.eclipse.jgit.api.DiffCommand
-
Set number of context lines instead of the usual three.
- setConvertToReftable(boolean) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsGarbageCollector
-
Whether the garbage collector should convert references to reftable.
- setCRC(int) - Method in class org.eclipse.jgit.transport.PackedObjectInfo
-
Record the 32 bit CRC checksum for the packed data.
- setCRC(int) - Method in class org.eclipse.jgit.transport.PackParser.UnresolvedDelta
- setCreateBranch(boolean) - Method in class org.eclipse.jgit.ant.tasks.GitCheckoutTask
-
Set if branch should be created if not yet existing
- setCreateBranch(boolean) - Method in class org.eclipse.jgit.api.CheckoutCommand
-
Specify whether to create a new branch.
- setCreationTime(long) - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Set the cached creation time of this file, using milliseconds.
- setCredentialsProvider(CredentialsProvider) - Method in class org.eclipse.jgit.api.CommitCommand
-
Sets a
CredentialsProvider
- setCredentialsProvider(CredentialsProvider) - Method in class org.eclipse.jgit.api.TagCommand
-
Sets a
CredentialsProvider
- setCredentialsProvider(CredentialsProvider) - Method in class org.eclipse.jgit.api.TransportCommand
-
Set the
credentialsProvider
. - setCredentialsProvider(CredentialsProvider) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitClientSession
-
Sets the
CredentialsProvider
for this session. - setCredentialsProvider(CredentialsProvider) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitSshClient
-
Sets the
CredentialsProvider
for this client. - setCredentialsProvider(CredentialsProvider) - Method in class org.eclipse.jgit.transport.Transport
-
A credentials provider to assist with authentication connections..
- setCurrentPlatform() - Method in class org.eclipse.jgit.junit.MockSystemReader
-
Assign some properties for the currently executing platform
- setCutDeltaChains(boolean) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Enable cutting existing delta chains at
PackConfig.getMaxDeltaDepth()
. - setDeepenNots(List<String>) - Method in class org.eclipse.jgit.transport.Transport
-
Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag.
- setDeepenNots(List<ObjectId>) - Method in class org.eclipse.jgit.revwalk.DepthWalk.RevWalk
-
Mark objects that the client specified using --shallow-exclude.
- setDeepenSince(int) - Method in class org.eclipse.jgit.revwalk.DepthWalk.RevWalk
-
Sets the deepen-since value.
- setDeepenSince(Instant) - Method in class org.eclipse.jgit.transport.Transport
-
Deepen or shorten the history of a shallow repository to include all reachable commits after a specified time.
- setDefault(GpgSignatureVerifierFactory) - Static method in class org.eclipse.jgit.lib.GpgSignatureVerifierFactory
-
Sets the default factory.
- setDefault(GpgSigner) - Static method in class org.eclipse.jgit.lib.GpgSigner
-
Set the default signer.
- setDefault(CredentialsProvider) - Static method in class org.eclipse.jgit.transport.CredentialsProvider
-
Set the default credentials provider.
- setDefault(ConnectorFactory) - Static method in interface org.eclipse.jgit.transport.sshd.agent.ConnectorFactory
-
Sets a default
ConnectorFactory
. - setDefaultClean(boolean) - Method in class org.eclipse.jgit.api.CommitCommand
-
Sets the default clean mode if
setCleanupMode(CleanupMode.DEFAULT)
is set and git configcommit.cleanup = default
or is not set. - setDefaultFactory(ConnectorFactory) - Static method in class org.eclipse.jgit.internal.transport.sshd.agent.ConnectorFactoryProvider
-
Sets the default
ConnectorFactory
. - setDefaultIdentities(Function<File, List<Path>>) - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactoryBuilder
-
Sets a function that returns the default private key files, given the SSH directory.
- setDefaultKeysProvider(Function<File, Iterable<KeyPair>>) - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactoryBuilder
-
Sets a function that returns the default private keys, given the SSH directory.
- setDefaultKnownHostsFiles(Function<File, List<Path>>) - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactoryBuilder
-
Sets a function that returns the default known hosts files, given the SSH directory.
- setDefaultRevision(String) - Method in class org.eclipse.jgit.gitrepo.RepoProject
-
Set the default revision for the sub repo.
- setDelayStart(long, TimeUnit) - Method in class org.eclipse.jgit.lib.BatchingProgressMonitor
-
Set an optional delay before the first output.
- setDeltaBaseAsOffset(boolean) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Set writer delta base format.
- setDeltaBaseAsOffset(boolean) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Set writer delta base format.
- setDeltaBaseCacheLimit(int) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReaderOptions
-
Set the maximum number of bytes in the DeltaBaseCache.
- setDeltaBaseCacheLimit(int) - Method in class org.eclipse.jgit.storage.file.WindowCacheConfig
-
Set maximum number of bytes to cache in delta base cache for inflated, recently accessed objects, without delta chains.
- setDeltaCacheLimit(int) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Set the maximum size of a delta that should be cached.
- setDeltaCacheSize(long) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Set the maximum number of bytes of delta data to cache.
- setDeltaCompress(boolean) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Set whether or not the writer will create new deltas on the fly.
- setDeltaCount(long) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Set number of delta compressed objects in the pack.
- setDeltaSearchMemoryLimit(long) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Set the maximum number of bytes to put into the delta search window.
- setDeltaSearchWindowSize(int) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Set the number of objects considered when searching for a delta base.
- setDepth(int) - Method in class org.eclipse.jgit.api.CloneCommand
-
Creates a shallow clone with a history truncated to the specified number of commits.
- setDepth(int) - Method in class org.eclipse.jgit.api.FetchCommand
-
Limits fetching to the specified number of commits from the tip of each remote branch history.
- setDepth(int) - Method in class org.eclipse.jgit.transport.Transport
-
Limits fetching to the specified number of commits from the tip of each remote branch history.
- setDepth(Integer) - Method in class org.eclipse.jgit.transport.Transport
-
Limits fetching to the specified number of commits from the tip of each remote branch history.
- setDerefTags(boolean) - Method in class org.eclipse.jgit.transport.RefAdvertiser
-
Toggle tag peeling.
- setDest(File) - Method in class org.eclipse.jgit.ant.tasks.GitCloneTask
-
The optional directory associated with the clone operation.
- setDest(File) - Method in class org.eclipse.jgit.ant.tasks.GitInitTask
-
Set the destination git repository.
- setDestination(String) - Method in class org.eclipse.jgit.transport.RefSpec
-
Create a new RefSpec with a different destination name setting.
- setDestinationPrefix(String) - Method in class org.eclipse.jgit.api.DiffCommand
-
Set the given destination prefix instead of "b/".
- setDetachingSymbolicRef() - Method in class org.eclipse.jgit.lib.RefUpdate
-
Tells this RefUpdate that it is actually detaching a symbolic ref.
- setDetectCollision(boolean) - Method in class org.eclipse.jgit.util.sha1.SHA1
-
Enable likely collision detection.
- setDetectRenames(boolean) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Enable or disable rename detection.
- setDiffAlgorithm(DiffAlgorithm) - Method in class org.eclipse.jgit.api.BlameCommand
-
Set diff algorithm
- setDiffAlgorithm(DiffAlgorithm) - Method in class org.eclipse.jgit.blame.BlameGenerator
-
Difference algorithm to use when comparing revisions.
- setDiffAlgorithm(DiffAlgorithm) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Set the algorithm that constructs difference output.
- setDiffComparator(RawTextComparator) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Set the line equivalence function for text file differences.
- setDirCache(DirCache) - Method in class org.eclipse.jgit.merge.ResolveMerger
-
Sets the DirCache which shall be used by this merger.
- setDirCacheIterator(TreeWalk, int) - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Define the matching
DirCacheIterator
, to optimize ObjectIds. - setDirectory(File) - Method in class org.eclipse.jgit.api.CloneCommand
-
The optional directory associated with the clone operation.
- setDirectory(File) - Method in class org.eclipse.jgit.api.InitCommand
-
The optional directory associated with the init operation.
- setDone(boolean) - Method in class org.eclipse.jgit.internal.transport.sshd.proxy.AbstractClientProxyConnector
-
Sets the "done" flag.
- setDoOutput(boolean) - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnection
-
Set if to do output
- setDoOutput(boolean) - Method in interface org.eclipse.jgit.transport.http.HttpConnection
-
Set if to do output
- setDoOutput(boolean) - Method in class org.eclipse.jgit.transport.http.JDKHttpConnection
-
Set if to do output
- setDryRun(boolean) - Method in class org.eclipse.jgit.api.CleanCommand
-
If dryRun is set, the paths in question will not actually be deleted.
- setDryRun(boolean) - Method in class org.eclipse.jgit.api.FetchCommand
-
Sets whether the fetch operation should be a dry run
- setDryRun(boolean) - Method in class org.eclipse.jgit.api.PushCommand
-
Sets whether the push operation should be a dry run
- setDryRun(boolean) - Method in class org.eclipse.jgit.hooks.PrePushHook
-
Sets whether the push is a dry run.
- setDryRun(boolean) - Method in class org.eclipse.jgit.transport.Transport
-
Set dry run option for push operation.
- setEchoCommandFailures(boolean) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Deprecated.no widely used Git versions need this any more
- setEnabled(boolean) - Method in class org.eclipse.jgit.transport.DaemonService
-
Set if it is allowed to use this service
- setEncoding(String) - Method in class org.eclipse.jgit.lib.CommitBuilder
-
Deprecated.use
ObjectBuilder.setEncoding(Charset)
instead. - setEncoding(Charset) - Method in class org.eclipse.jgit.lib.ObjectBuilder
-
Sets the encoding for the object message.
- setEnum(String, String, String, T) - Method in class org.eclipse.jgit.lib.Config
-
Add or modify a configuration value.
- setEstimatedPackSize(long) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Set estimated size of the .pack file in bytes.
- setExecute(File, boolean) - Method in class org.eclipse.jgit.util.FS_POSIX
-
Set a file to be executable by the user.
- setExecute(File, boolean) - Method in class org.eclipse.jgit.util.FS_Win32
-
Set a file to be executable by the user.
- setExecute(File, boolean) - Method in class org.eclipse.jgit.util.FS
-
Set a file to be executable by the user.
- setExecutor(Executor) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Set the executor to use when using threads.
- setExecutor(ExecutorService) - Static method in class org.eclipse.jgit.internal.storage.file.GC
-
Set the executor for running auto-gc in the background.
- setExpectDataAfterPackFooter(boolean) - Method in class org.eclipse.jgit.transport.PackParser
-
Set if there is additional data in InputStream after pack.
- setExpectDataAfterPackFooter(boolean) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Whether there is additional data in InputStream after pack.
- setExpectedObjectCount(long) - Method in class org.eclipse.jgit.transport.PackParser
-
Set the expected number of objects in the pack stream.
- setExpectedOldObjectId(AnyObjectId) - Method in class org.eclipse.jgit.lib.RefUpdate
-
Set the expected value of the ref after the lock is taken, but before update occurs.
- setExpire(Date) - Method in class org.eclipse.jgit.api.GarbageCollectCommand
-
During gc() or prune() each unreferenced, loose object which has been created or modified after
expire
will not be pruned. - setExpire(Date) - Method in class org.eclipse.jgit.internal.storage.file.GC
-
During gc() or prune() each unreferenced, loose object which has been created or modified after or at
expire
will not be pruned. - setExpireAfter(long) - Method in class org.eclipse.jgit.lib.RepositoryCacheConfig
-
Set the time an unused repository should be expired and be evicted from the RepositoryCache in milliseconds.
- setExpireAgeMillis(long) - Method in class org.eclipse.jgit.internal.storage.file.GC
-
During gc() or prune() each unreferenced, loose object which has been created or modified in the last
expireAgeMillis
milliseconds will not be pruned. - setExportAll(boolean) - Method in class org.eclipse.jgit.transport.resolver.FileResolver
-
Set whether or not to export all repositories.
- setExposeStatsViaJmx(boolean) - Method in class org.eclipse.jgit.storage.file.WindowCacheConfig
-
Defines whether the statistics JMX MBean should be automatically set up.
- setExtendedFlag(int) - Method in class org.eclipse.jgit.internal.storage.pack.ObjectToPack
-
Set an extended flag bit.
- setExtendedFlags(int) - Method in class org.eclipse.jgit.internal.storage.pack.ObjectToPack
-
Set the extended flags used by the subclass.
- setExtraParameters(Collection<String>) - Method in class org.eclipse.jgit.transport.UploadPack
-
Set the Extra Parameters provided by the client.
- setFailOnConflict(boolean) - Method in class org.eclipse.jgit.dircache.DirCacheCheckout
-
If
true
, will scan first to see if it's possible to check out, otherwise throwCheckoutConflictException
. - setFallbackAlgorithm(DiffAlgorithm) - Method in class org.eclipse.jgit.diff.HistogramDiff
-
Set the algorithm used when there are too many element occurrences.
- setFastForward(MergeCommand.FastForwardMode) - Method in class org.eclipse.jgit.api.MergeCommand
-
Sets the fast forward mode.
- setFastForward(MergeCommand.FastForwardMode) - Method in class org.eclipse.jgit.api.PullCommand
-
Set the fast forward mode.
- setFetch(boolean) - Method in class org.eclipse.jgit.api.SubmoduleUpdateCommand
-
Whether to fetch the submodules before we update them.
- setFetchCallback(FetchCommand.Callback) - Method in class org.eclipse.jgit.api.SubmoduleUpdateCommand
-
Set status callback for submodule fetch operation.
- setFetchRefSpecs(List<RefSpec>) - Method in class org.eclipse.jgit.transport.RemoteConfig
-
Override existing fetch specifications with new ones.
- setFetchThin(boolean) - Method in class org.eclipse.jgit.transport.Transport
-
Set the thin-pack preference for fetch operation.
- setFileMode(FileMode) - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Set the file mode for this entry.
- setFilename(String) - Method in class org.eclipse.jgit.api.ArchiveCommand
-
Set the intended filename for the produced archive.
- setFilePath(String) - Method in class org.eclipse.jgit.api.BlameCommand
-
Set file path.
- setFileSize(PackExt, long) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Set size of the file in bytes.
- setFilter(TreeFilter) - Method in class org.eclipse.jgit.lib.IndexDiff
-
Sets a filter.
- setFilter(TreeFilter) - Method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Set tree filter
- setFilter(TreeFilter) - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Set the tree entry filter for this walker.
- setFilterBlobLimit(long) - Method in class org.eclipse.jgit.transport.Transport
-
Deprecated.Use
Transport.setFilterSpec(FilterSpec)
instead - setFilterSpec(FilterSpec) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
- setFilterSpec(FilterSpec) - Method in class org.eclipse.jgit.transport.Transport
- setFirstParent(boolean) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Set whether or not only first parent links should be followed.
- setFixedLengthStreamingMode(int) - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnection
-
Set fixed length streaming mode
- setFixedLengthStreamingMode(int) - Method in interface org.eclipse.jgit.transport.http.HttpConnection
-
Set fixed length streaming mode
- setFixedLengthStreamingMode(int) - Method in class org.eclipse.jgit.transport.http.JDKHttpConnection
-
Set fixed length streaming mode
- setFlags(int) - Method in class org.eclipse.jgit.internal.storage.pack.BitmapCommit.Builder
-
Set flags of the builder.
- setFlushOnEnd(boolean) - Method in class org.eclipse.jgit.transport.PacketLineOut
-
Set the flush behavior during
PacketLineOut.end()
. - setFollowFileRenames(boolean) - Method in class org.eclipse.jgit.api.BlameCommand
-
Enable (or disable) following file renames.
- setFollowFileRenames(boolean) - Method in class org.eclipse.jgit.blame.BlameGenerator
-
Enable (or disable) following file renames, on by default.
- setForce(boolean) - Method in class org.eclipse.jgit.ant.tasks.GitCheckoutTask
-
Set
force
- setForce(boolean) - Method in class org.eclipse.jgit.api.CheckoutCommand
-
Deprecated.this method was badly named comparing its semantics to native git's checkout --force option, use
CheckoutCommand.setForceRefUpdate(boolean)
instead - setForce(boolean) - Method in class org.eclipse.jgit.api.CleanCommand
-
If force is set, directories that are git repositories will also be deleted.
- setForce(boolean) - Method in class org.eclipse.jgit.api.CreateBranchCommand
-
Set whether to create the branch forcefully
- setForce(boolean) - Method in class org.eclipse.jgit.api.DeleteBranchCommand
-
Set whether to forcefully delete branches
- setForce(boolean) - Method in class org.eclipse.jgit.api.PushCommand
-
Sets the force preference for push operation.
- setForce(boolean) - Method in class org.eclipse.jgit.api.SubmoduleDeinitCommand
-
If
true
, call() will deinitialize modules with local changes; else it will refuse to do so. - setForce(boolean) - Method in class org.eclipse.jgit.dircache.DirCacheCheckout
-
If
true
, dirty worktree files may be overridden. - setForced(boolean) - Method in class org.eclipse.jgit.api.CheckoutCommand
-
Allow a checkout even if the workingtree or index differs from HEAD.
- setForcedHaves(Set<ObjectId>) - Method in class org.eclipse.jgit.internal.transport.connectivity.IterativeConnectivityChecker
-
Sets additional haves that client can depend on (e.g.
- setForceRefLog(boolean) - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Force writing a reflog for the updated ref.
- setForceRefLog(boolean) - Method in class org.eclipse.jgit.lib.RefUpdate
-
Force writing a reflog for the updated ref.
- setForceRefLog(boolean) - Method in class org.eclipse.jgit.transport.ReceiveCommand
-
Force writing a reflog for the updated ref.
- setForceRefUpdate(boolean) - Method in class org.eclipse.jgit.api.CheckoutCommand
-
Specify to force the ref update in case of a branch switch.
- setForceUpdate(boolean) - Method in class org.eclipse.jgit.api.FetchCommand
-
Set fetch --force option
- setForceUpdate(boolean) - Method in class org.eclipse.jgit.api.TagCommand
-
If set to true the Tag command may replace an existing tag object.
- setForceUpdate(boolean) - Method in class org.eclipse.jgit.lib.RefUpdate
-
Set if this update wants to forcefully change the ref.
- setForceUpdate(boolean) - Method in class org.eclipse.jgit.transport.RefSpec
-
Create a new RefSpec with a different force update setting.
- setFormat(String) - Method in class org.eclipse.jgit.api.ArchiveCommand
-
Set archive format
- setFormatOptions(Map<String, Object>) - Method in class org.eclipse.jgit.api.ArchiveCommand
-
Set archive format options
- setFs(FS) - Method in class org.eclipse.jgit.api.CloneCommand
-
Set the file system abstraction to be used for repositories created by this command.
- setFs(FS) - Method in class org.eclipse.jgit.api.InitCommand
-
Set the file system abstraction to be used for repositories created by this command.
- setFS(FS) - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Set the file system abstraction needed by this repository.
- setFSync(boolean) - Method in class org.eclipse.jgit.internal.storage.file.LockFile
-
Request that
LockFile.commit()
force dirty data to the drive. - setGarbageTtl(long, TimeUnit) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsGarbageCollector
-
Set the time to live for garbage objects.
- setGitDir(File) - Method in class org.eclipse.jgit.api.CloneCommand
-
Set the repository meta directory (.git)
- setGitDir(File) - Method in class org.eclipse.jgit.api.InitCommand
-
Set the repository meta directory (.git)
- setGitDir(File) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRepositoryBuilder
-
Set the Git directory storing the repository metadata.
- setGitDir(File) - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Set the Git directory storing the repository metadata.
- setGitSystemConfig(File) - Method in class org.eclipse.jgit.util.FS
-
Set the path to the system-wide Git configuration file to use.
- setGitwebDescription(String) - Method in class org.eclipse.jgit.internal.storage.dfs.InMemoryRepository
-
Set the
GIT_DIR/description
file for gitweb. - setGitwebDescription(String) - Method in class org.eclipse.jgit.internal.storage.file.FileRepository
-
Set the
GIT_DIR/description
file for gitweb. - setGitwebDescription(String) - Method in class org.eclipse.jgit.lib.Repository
-
Set the
GIT_DIR/description
file for gitweb. - setGpgConfig(GpgConfig) - Method in class org.eclipse.jgit.api.CommitCommand
-
Sets an external
GpgConfig
to use. - setGpgConfig(GpgConfig) - Method in class org.eclipse.jgit.api.TagCommand
-
Sets an external
GpgConfig
to use. - setGpgConfig(GpgConfig) - Method in class org.eclipse.jgit.api.VerifySignatureCommand
-
Sets an external
GpgConfig
to use. - setGpgSignature(GpgSignature) - Method in class org.eclipse.jgit.lib.ObjectBuilder
-
Sets the GPG signature of this object.
- setGpgSigner(GpgObjectSigner) - Method in class org.eclipse.jgit.api.TagCommand
-
Sets the
GpgSigner
to use if the commit is to be signed. - setGpgSigner(GpgSigner) - Method in class org.eclipse.jgit.api.CommitCommand
-
Sets the
GpgSigner
to use if the commit is to be signed. - setGroups(String) - Method in class org.eclipse.jgit.gitrepo.RepoCommand
-
Set groups to sync
- setGroups(String) - Method in class org.eclipse.jgit.gitrepo.RepoProject
-
Set the url of the sub repo.
- setHead(int) - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Identifies the tree at the given index as the head tree.
- setHeads(boolean) - Method in class org.eclipse.jgit.api.LsRemoteCommand
-
Include refs/heads in references results
- setHidden(File, boolean) - Static method in class org.eclipse.jgit.util.FileUtils
-
Set a file hidden (on Windows)
- setHidden(File, boolean) - Method in class org.eclipse.jgit.util.FS_POSIX
-
Set the hidden attribute for file whose name starts with a period.
- setHidden(File, boolean) - Method in class org.eclipse.jgit.util.FS
-
Set the hidden attribute for file whose name starts with a period.
- setHomeDirectory(File) - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactory
-
Set a global directory to use as the user's home directory
- setHomeDirectory(File) - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactoryBuilder
-
Sets the home directory to use for
SshdSessionFactories
created bySshdSessionFactoryBuilder.build(KeyCache)
. - setHookErrorStream(PrintStream) - Method in class org.eclipse.jgit.api.CommitCommand
-
Set the error stream for all hook scripts executed by this command (pre-commit, commit-msg, post-commit).
- setHookErrorStream(String, PrintStream) - Method in class org.eclipse.jgit.api.CommitCommand
-
Set the error stream for a selected hook script executed by this command (pre-commit, commit-msg, post-commit).
- setHookOutputStream(PrintStream) - Method in class org.eclipse.jgit.api.CommitCommand
-
Set the output stream for all hook scripts executed by this command (pre-commit, commit-msg, post-commit).
- setHookOutputStream(String, PrintStream) - Method in class org.eclipse.jgit.api.CommitCommand
-
Set the output stream for a selected hook script executed by this command (pre-commit, commit-msg, post-commit).
- setHost(String) - Method in class org.eclipse.jgit.transport.URIish
-
Return a new URI matching this one, but with a different host.
- setHostConfigEntry(HostConfigEntry) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitClientSession
-
Sets the
HostConfigEntry
this session was created for. - setHostnameVerifier(HostnameVerifier) - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnection
-
Set the
HostnameVerifier
used during https communication - setHostnameVerifier(HostnameVerifier) - Method in interface org.eclipse.jgit.transport.http.HttpConnection
-
Set the
HostnameVerifier
used during https communication - setHostnameVerifier(HostnameVerifier) - Method in class org.eclipse.jgit.transport.http.JDKHttpConnection
-
Set the
HostnameVerifier
used during https communication - setHttpConnectionFactory(HttpConnectionFactory) - Method in class org.eclipse.jgit.transport.TransportHttp
-
Sets the
HttpConnectionFactory
to be used by thisTransportHttp
instance. - setId(AnyObjectId) - Method in class org.eclipse.jgit.internal.storage.pack.BitmapCommit.Builder
-
Set objectId of the builder.
- setIgnore(boolean) - Method in class org.eclipse.jgit.api.CleanCommand
-
If ignore is set, don't report/clean files/directories that are ignored by a .gitignore.
- setIgnore(Set<ObjectChecker.ErrorType>) - Method in class org.eclipse.jgit.lib.ObjectChecker
-
Configure error types to be ignored across all objects.
- setIgnore(ObjectChecker.ErrorType, boolean) - Method in class org.eclipse.jgit.lib.ObjectChecker
-
Add message type to be ignored across all objects.
- setIgnoreMissingUninteresting(boolean) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Whether writer should ignore non existing uninteresting objects
- setIgnoreRemoteFailures(boolean) - Method in class org.eclipse.jgit.gitrepo.RepoCommand
-
Set whether to skip projects whose commits don't exist remotely.
- setIgnoreSubmoduleMode(SubmoduleWalk.IgnoreSubmoduleMode) - Method in class org.eclipse.jgit.lib.IndexDiff
-
Defines how modifications in submodules are treated
- setIgnoreSubmodules(SubmoduleWalk.IgnoreSubmoduleMode) - Method in class org.eclipse.jgit.api.StatusCommand
-
Whether to ignore submodules
- setIncludeDeletes(boolean) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsGarbageCollector
-
Whether the garbage collector will include tombstones for deleted references in the reftable.
- setIncludeDeletes(boolean) - Method in class org.eclipse.jgit.internal.storage.reftable.Reftable
-
Whether deleted references will be returned.
- setIncludeDeletes(boolean) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableCompactor
-
Whether to include deletions in the output, which may be necessary for partial compaction.
- setIncludedFileReader(ManifestParser.IncludedFileReader) - Method in class org.eclipse.jgit.gitrepo.RepoCommand
-
Set the IncludedFileReader callback.
- setIncludeUntracked(boolean) - Method in class org.eclipse.jgit.api.StashCreateCommand
-
Whether to include untracked files in the stash.
- setIndexDisabled(boolean) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Whether to disable creation of the index file.
- setIndexEventConsumer(DfsBlockCacheConfig.IndexEventConsumer) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheConfig
-
Set the consumer of cache index events.
- setIndexFile(File) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRepositoryBuilder
-
Set the local index file that is caching checked out file status.
- setIndexFile(File) - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Set the local index file that is caching checked out file status.
- setIndexMessage(String) - Method in class org.eclipse.jgit.api.StashCreateCommand
-
Set the message used when committing index changes
- setIndexObjects(boolean) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableConfig
-
Whether the reftable may include additional storage to efficiently map from
ObjectId
to reference names. - setIndexVersion(int) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Set the version of the index file written.
- setIndexVersion(int) - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser
-
Set the pack index file format version this instance will create.
- setIndexVersion(int) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Set the pack index file format version this instance will create.
- setInitialBranch(String) - Method in class org.eclipse.jgit.api.FetchCommand
-
Set the initial branch
- setInitialBranch(String) - Method in class org.eclipse.jgit.api.InitCommand
-
Set the initial branch of the new repository.
- setInitialBranch(String) - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Set the initial branch of the new repository.
- setInitParameter(String, String) - Method in class org.eclipse.jgit.junit.http.MockServletConfig
-
Set init parameter.
- setInputStream(InputStream) - Method in class org.eclipse.jgit.gitrepo.RepoCommand
-
Set the input stream to the manifest XML.
- setInsertChangeId(boolean) - Method in class org.eclipse.jgit.api.CommitCommand
-
If set to true a change id will be inserted into the commit message An existing change id is not replaced.
- setInsertChangeId(boolean) - Method in class org.eclipse.jgit.api.MergeCommand
-
If set to true a change id will be inserted into the commit message An existing change id is not replaced.
- setInstance(SshSessionFactory) - Static method in class org.eclipse.jgit.transport.SshSessionFactory
-
Changes the JVM-wide factory to a different implementation.
- setInstance(LfsFactory) - Static method in class org.eclipse.jgit.util.LfsFactory
- setInstance(SystemReader) - Static method in class org.eclipse.jgit.util.SystemReader
-
Set a new SystemReader instance to use when accessing properties.
- setInstanceFollowRedirects(boolean) - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnection
-
Set whether or not to follow HTTP redirects.
- setInstanceFollowRedirects(boolean) - Method in interface org.eclipse.jgit.transport.http.HttpConnection
-
Set whether or not to follow HTTP redirects.
- setInstanceFollowRedirects(boolean) - Method in class org.eclipse.jgit.transport.http.JDKHttpConnection
-
Set whether or not to follow HTTP redirects.
- setInt(String, String, String, int) - Method in class org.eclipse.jgit.lib.Config
-
Add or modify a configuration value.
- setJGitConfig(FileBasedConfig) - Method in class org.eclipse.jgit.junit.MockSystemReader
-
Set the jgit config stored at $XDG_CONFIG_HOME/jgit/config
- setKeepEmpty(boolean) - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser
-
Configure this index pack instance to keep an empty pack.
- setKeyCache(KeyCache) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitSshClient
-
Set a cache for loaded keys.
- setKeyPasswordProvider(Function<CredentialsProvider, KeyPasswordProvider>) - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactoryBuilder
-
Sets a factory function to create a
KeyPasswordProvider
. - setLastModified(long) - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Deprecated.use
DirCacheEntry.setLastModified(Instant)
instead - setLastModified(long) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Set time the pack was created, in milliseconds.
- setLastModified(File, long) - Method in class org.eclipse.jgit.util.FS
-
Deprecated.use
FS.setLastModified(Path, Instant)
instead - setLastModified(Path, Instant) - Method in class org.eclipse.jgit.util.FS
-
Set the last modified time of a file system object.
- setLastModified(Instant) - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Set the cached last modification date of this file.
- setLastModifiedOf(Path, Path) - Static method in class org.eclipse.jgit.junit.time.TimeUtil
-
Set the lastModified time of file a to the one from file b
- setLastModifiedWithOffset(Path, long) - Static method in class org.eclipse.jgit.junit.time.TimeUtil
-
Set the lastModified time of a given file by adding a given offset to the current lastModified time
- setLength(int) - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Set the cached size (in bytes) of this file.
- setLength(long) - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Set the cached size (in bytes) of this file.
- setListMode(ListBranchCommand.ListMode) - Method in class org.eclipse.jgit.api.ListBranchCommand
-
Set the list mode
- setLoadRevIndexInParallel(boolean) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReaderOptions
-
Enable (or disable) parallel loading of reverse index.
- setLocale(Locale) - Static method in class org.eclipse.jgit.nls.NLS
-
Sets the locale for the calling thread.
- setLockMessage(String) - Method in class org.eclipse.jgit.transport.PackParser
-
Set the lock message for the incoming pack data.
- setLogBlockSize(int) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableConfig
-
Set desired output block size for log entries, in bytes.
- setLong(boolean) - Method in class org.eclipse.jgit.api.DescribeCommand
-
Determine whether always to use the long format or not.
- setLong(String, String, String, long) - Method in class org.eclipse.jgit.lib.Config
-
Add or modify a configuration value.
- setMainlineParentNumber(int) - Method in class org.eclipse.jgit.api.CherryPickCommand
-
Set the (1-based) parent number to diff against
- setMatch(String...) - Method in class org.eclipse.jgit.api.DescribeCommand
-
Sets one or more
glob(7)
patterns that tags must match to be considered. - setMaxChainLength(int) - Method in class org.eclipse.jgit.diff.HistogramDiff
-
Maximum number of positions to consider for a given element hash.
- setMaxCommandBytes(long) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Set the maximum number of command bytes to read from the client.
- setMaxCommandDiscardBytes(long) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Set the maximum number of command bytes to discard from the client.
- setMaxCount(int) - Method in class org.eclipse.jgit.api.LogCommand
-
Limit the number of commits to output.
- setMaxDeltaDepth(int) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Set up maximum depth of delta chain for the writer.
- setMaxIndexLevels(int) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableConfig
-
Set maximum number of levels to use in indexes.
- setMaxObjectSizeLimit(long) - Method in class org.eclipse.jgit.transport.PackParser
-
Set the maximum allowed Git object size.
- setMaxObjectSizeLimit(long) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Set the maximum allowed Git object size.
- setMaxPackSizeLimit(long) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Set the maximum allowed pack size.
- setMaxUpdateIndex(long) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Set maxUpdateIndex for the reftable.
- setMaxUpdateIndex(long) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter
-
Set the maximum update index for log entries that appear in this reftable.
- setMessage(String) - Method in class org.eclipse.jgit.api.AddNoteCommand
-
Set the notes message
- setMessage(String) - Method in class org.eclipse.jgit.api.CommitCommand
-
Set the commit message
- setMessage(String) - Method in class org.eclipse.jgit.api.MergeCommand
-
Set the commit message to be used for the merge commit (in case one is created)
- setMessage(String) - Method in class org.eclipse.jgit.api.TagCommand
-
Set the tag
message
. - setMessage(String) - Method in class org.eclipse.jgit.lib.ObjectBuilder
-
Sets the message (commit message, or message of an annotated tag).
- setMessageWriter(Writer) - Method in class org.eclipse.jgit.transport.BaseConnection
-
Set the writer that buffers messages from the remote side.
- setMinSizePreventRacyPack(long) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Set minimum packfile size for which we wait before opening a newly written pack to prevent its lastModified timestamp could be racy if
isWaitToPreventRacyPack
istrue
. - setMinUpdateIndex(long) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Set minUpdateIndex for the reftable.
- setMinUpdateIndex(long) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter
-
Set the minimum update index for log entries that appear in this reftable.
- setMirror(boolean) - Method in class org.eclipse.jgit.api.CloneCommand
-
Set up a mirror of the source repository.
- setMirror(boolean) - Method in class org.eclipse.jgit.transport.RemoteConfig
-
Set the mirror flag to automatically delete remote refs.
- setMode(ResetCommand.ResetType) - Method in class org.eclipse.jgit.api.ResetCommand
-
Set the reset mode
- setMode(VerifySignatureCommand.VerifyMode) - Method in class org.eclipse.jgit.api.VerifySignatureCommand
-
Sets the mode of operation for this command.
- setModel(TableModel) - Method in class org.eclipse.jgit.awtui.CommitGraphPane
- setModulesConfig(Config) - Method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Set the config used by this walk.
- setMultiValuedOptions(Map<String, List<String>>) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitHostConfigEntry
-
Sets the multi-valued options.
- setMustExist(boolean) - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Require the repository to exist before it can be opened.
- setName(String) - Method in class org.eclipse.jgit.api.CheckoutCommand
-
Specify the name of the branch or commit to check out, or the new branch name.
- setName(String) - Method in class org.eclipse.jgit.api.CreateBranchCommand
-
Set the name of the new branch
- setName(String) - Method in class org.eclipse.jgit.api.RemoteAddCommand
-
The name of the remote to add.
- setName(String) - Method in class org.eclipse.jgit.api.RemoteRemoveCommand
-
Deprecated.
- setName(String) - Method in class org.eclipse.jgit.api.RemoteSetUrlCommand
-
Deprecated.
- setName(String) - Method in class org.eclipse.jgit.api.SubmoduleAddCommand
-
Set the submodule name
- setName(String) - Method in class org.eclipse.jgit.api.TagCommand
-
Set the tag
name
. - setNeedBaseObjectIds(boolean) - Method in class org.eclipse.jgit.transport.PackParser
-
Configure this index pack instance to keep track of the objects assumed for delta bases.
- setNeedNewObjectIds(boolean) - Method in class org.eclipse.jgit.transport.PackParser
-
Configure this index pack instance to keep track of new objects.
- setNeedSnapshot(boolean) - Method in class org.eclipse.jgit.internal.storage.file.LockFile
-
Request that
LockFile.commit()
remember theFileSnapshot
. - setNeedSnapshotNoConfig(boolean) - Method in class org.eclipse.jgit.internal.storage.file.LockFile
-
Request that
LockFile.commit()
remember theFileSnapshot
without using config file to get filesystem timestamp resolution. - setNeedStatInformation(boolean) - Method in class org.eclipse.jgit.internal.storage.file.LockFile
-
Request that
LockFile.commit()
remember modification time. - setNewName(String) - Method in class org.eclipse.jgit.api.RenameBranchCommand
-
Sets the new short name of the branch.
- setNewObjectId(AnyObjectId) - Method in class org.eclipse.jgit.lib.RefUpdate
-
Set the new value the ref will update to.
- setNewPrefix(String) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Set the prefix applied in front of new file paths.
- setNewTree(AbstractTreeIterator) - Method in class org.eclipse.jgit.api.DiffCommand
-
Set new tree
- setNoCheckout(boolean) - Method in class org.eclipse.jgit.api.CloneCommand
-
Set whether to skip checking out a branch
- setNoCommit(boolean) - Method in class org.eclipse.jgit.api.CherryPickCommand
-
Allows cherry-picking changes without committing them.
- setNonceGenerator(NonceGenerator) - Method in class org.eclipse.jgit.transport.SignedPushConfig
-
Set the
NonceGenerator
used for signed pushes. - setNoTags() - Method in class org.eclipse.jgit.api.CloneCommand
-
Set the --no-tags option.
- setNotesRef(String) - Method in class org.eclipse.jgit.api.AddNoteCommand
-
Set name of a
Ref
to read notes from - setNotesRef(String) - Method in class org.eclipse.jgit.api.ListNotesCommand
-
Set the
Ref
to read notes from - setNotesRef(String) - Method in class org.eclipse.jgit.api.RemoveNoteCommand
-
Set the name of the
Ref
to remove a note from. - setNotesRef(String) - Method in class org.eclipse.jgit.api.ShowNoteCommand
-
Set the
Ref
to read notes from. - setNoVerify(boolean) - Method in class org.eclipse.jgit.api.CommitCommand
-
Sets the
CommitCommand.noVerify
option on this commit command. - setNumBytesRead(long) - Method in class org.eclipse.jgit.transport.ReceivedPackStatistics.Builder
- setObjectChecker(ObjectChecker) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsFsck
-
Use a customized object checker instead of the default one.
- setObjectChecker(ObjectChecker) - Method in class org.eclipse.jgit.transport.PackParser
-
Configure the checker used to validate received objects.
- setObjectChecker(ObjectChecker) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Set the object checking instance to verify each received object with
- setObjectChecker(ObjectChecker) - Method in class org.eclipse.jgit.transport.Transport
-
Set the object checker to verify each received object with
- setObjectChecking(boolean) - Method in class org.eclipse.jgit.transport.PackParser
-
Configure the checker used to validate received objects.
- setObjectCount(long) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Set number of objects in the pack.
- setObjectCount(long) - Method in interface org.eclipse.jgit.transport.ObjectCountCallback
-
Invoked when the
PackWriter
has counted the objects to be written to pack. - setObjectCountCallback(ObjectCountCallback) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Set the
ObjectCountCallback
. - setObjectCountCallback(ObjectCountCallback) - Method in class org.eclipse.jgit.transport.BundleWriter
-
Set the
ObjectCountCallback
. - setObjectDirectory(File) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRepositoryBuilder
-
Set the directory storing the repository's objects.
- setObjectDirectory(File) - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Set the directory storing the repository's objects.
- setObjectFilter(ObjectFilter) - Method in class org.eclipse.jgit.revwalk.ObjectWalk
-
Set the object filter for this walker.
- setObjectId(AnyObjectId) - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Set the ObjectId for the entry.
- setObjectId(AnyObjectId) - Method in exception org.eclipse.jgit.errors.LargeObjectException
-
Set the identity of the object, if its not already set.
- setObjectId(AnyObjectId, int) - Method in class org.eclipse.jgit.lib.TagBuilder
-
Set the object this tag refers to, and its type.
- setObjectId(RevObject) - Method in class org.eclipse.jgit.api.AddNoteCommand
-
Sets the object id of object you want a note on.
- setObjectId(RevObject) - Method in class org.eclipse.jgit.api.RemoveNoteCommand
-
Sets the object id of object you want to remove a note
- setObjectId(RevObject) - Method in class org.eclipse.jgit.api.ShowNoteCommand
-
Sets the object id of object you want a note on
- setObjectId(RevObject) - Method in class org.eclipse.jgit.api.TagCommand
-
Sets the object id of the tag.
- setObjectId(RevObject) - Method in class org.eclipse.jgit.lib.TagBuilder
-
Set the object this tag refers to, and infer its type.
- setObjectIdFromRaw(byte[], int) - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Set the ObjectId for the entry from the raw binary representation.
- setObjectIDs(List<ObjectId>) - Method in class org.eclipse.jgit.transport.ObjectInfoRequest.Builder
- setObjectInserter(ObjectInserter) - Method in class org.eclipse.jgit.merge.Merger
-
Set the inserter this merger will use to create objects.
- setOffset(long) - Method in class org.eclipse.jgit.transport.PackedObjectInfo
-
Set the offset in pack when object has been written to.
- setOldName(String) - Method in class org.eclipse.jgit.api.RenameBranchCommand
-
Sets the old name of the branch.
- setOldObjectId(ObjectId) - Method in class org.eclipse.jgit.lib.RefUpdate
-
Set the old value of the ref.
- setOldPrefix(String) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Set the prefix applied in front of old file paths.
- setOldTree(AbstractTreeIterator) - Method in class org.eclipse.jgit.api.DiffCommand
-
Set old tree
- setOnly(String) - Method in class org.eclipse.jgit.api.CommitCommand
-
Commit dedicated path only.
- setOperation(RebaseCommand.Operation) - Method in class org.eclipse.jgit.api.RebaseCommand
-
Set the operation to execute during rebase
- setOperationType(TreeWalk.OperationType) - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Set the operation type of this walk
- setOptionReceivePack(String) - Method in class org.eclipse.jgit.transport.Transport
-
Set remote executable providing receive-pack service for pack transports.
- setOptionUploadPack(String) - Method in class org.eclipse.jgit.transport.Transport
-
Set the name of the remote executable providing upload-pack services.
- setOrphan(boolean) - Method in class org.eclipse.jgit.api.CheckoutCommand
-
Specify whether to create a new orphan branch.
- setOurCommitName(String) - Method in class org.eclipse.jgit.api.CherryPickCommand
-
Set the name that should be used in the "OURS" place for conflict markers
- setOurCommitName(String) - Method in class org.eclipse.jgit.api.RevertCommand
-
Set the name to be used in the "OURS" place for conflict markers
- setOutput() - Method in exception org.eclipse.jgit.transport.ServiceMayNotContinueException
-
Mark this message has being sent to the client.
- setOutputStream(OutputStream) - Method in class org.eclipse.jgit.api.ArchiveCommand
-
Set output stream
- setOutputStream(OutputStream) - Method in class org.eclipse.jgit.api.DiffCommand
-
Set output stream
- setOutputStream(OutputStream) - Method in class org.eclipse.jgit.api.PushCommand
-
Sets the output stream to write sideband messages to
- setOverridable(boolean) - Method in class org.eclipse.jgit.transport.DaemonService
-
Whether to permit repositories to override this service's enabled state with the
daemon.servicename
config setting. - setPackComparator(Comparator<DfsPackDescription>) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase
-
Set the comparator used when searching for objects across packs.
- setPackConfig(PackConfig) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsGarbageCollector
-
Set the new configuration to use when creating the pack file.
- setPackConfig(PackConfig) - Method in class org.eclipse.jgit.internal.storage.file.GC
-
Set the PackConfig used when (re-)writing packfiles.
- setPackConfig(PackConfig) - Method in class org.eclipse.jgit.transport.BundleWriter
-
Set the configuration used by the pack generator.
- setPackConfig(PackConfig) - Method in class org.eclipse.jgit.transport.Daemon
-
Set the configuration used by the pack generator.
- setPackConfig(PackConfig) - Method in class org.eclipse.jgit.transport.Transport
-
Set the configuration used by the pack generator.
- setPackConfig(PackConfig) - Method in class org.eclipse.jgit.transport.UploadPack
-
Set the configuration used by the pack generator.
- setPackedGitLimit(long) - Method in class org.eclipse.jgit.storage.file.WindowCacheConfig
-
Set maximum number bytes of heap memory to dedicate to caching pack file data.
- setPackedGitMMAP(boolean) - Method in class org.eclipse.jgit.storage.file.WindowCacheConfig
-
Set whether to enable use of Java NIO virtual memory mapping for windows
- setPackedGitOpenFiles(int) - Method in class org.eclipse.jgit.storage.file.WindowCacheConfig
-
Set maximum number of streams to open at a time.
- setPackedGitUseStrongRefs(boolean) - Method in class org.eclipse.jgit.storage.file.WindowCacheConfig
-
Set if the cache should use strong refs or soft refs
- setPackedGitWindowSize(int) - Method in class org.eclipse.jgit.storage.file.WindowCacheConfig
-
Set size in bytes of a single window read in from the pack file.
- setPackExpire(Date) - Method in class org.eclipse.jgit.internal.storage.file.GC
-
During gc() or prune() packfiles which are created or modified after or at
packExpire
will not be deleted. - setPackExpireAgeMillis(long) - Method in class org.eclipse.jgit.internal.storage.file.GC
-
During gc() or prune() packfiles which are created or modified in the last
packExpireAgeMillis
milliseconds will not be deleted. - setPackfileUriConfig(PackWriter.PackfileUriConfig) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
- setPackLockMessage(String) - Method in class org.eclipse.jgit.transport.BasePackFetchConnection
-
Set the lock message used when holding a pack out of garbage collection.
- setPackLockMessage(String) - Method in interface org.eclipse.jgit.transport.FetchConnection
-
Set the lock message used when holding a pack out of garbage collection.
- setPackSource(DfsObjDatabase.PackSource) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Set the source of the pack.
- setParams(ParameterType) - Method in class org.eclipse.jgit.internal.transport.sshd.auth.AbstractAuthenticationHandler
- setParams(ParameterType) - Method in interface org.eclipse.jgit.internal.transport.sshd.auth.AuthenticationHandler
-
Sets the parameters for the next token generation via
AuthenticationHandler.start()
orAuthenticationHandler.process()
. - setParentId(AnyObjectId) - Method in class org.eclipse.jgit.lib.CommitBuilder
-
Set the parent of this commit.
- setParentIds(List<? extends AnyObjectId>) - Method in class org.eclipse.jgit.lib.CommitBuilder
-
Set the parents of this commit.
- setParentIds(AnyObjectId, AnyObjectId) - Method in class org.eclipse.jgit.lib.CommitBuilder
-
Set the parents of this commit.
- setParentIds(ObjectId...) - Method in class org.eclipse.jgit.lib.CommitBuilder
-
Set the parents of this commit.
- setParser(PackParser) - Method in class org.eclipse.jgit.transport.ConnectivityChecker.ConnectivityCheckInfo
- setPass(String) - Method in class org.eclipse.jgit.transport.URIish
-
Return a new URI matching this one, but with a different password.
- setPassword(char[]) - Method in class org.eclipse.jgit.transport.sshd.IdentityPasswordProvider.State
-
Remembers the password.
- setPatch(InputStream) - Method in class org.eclipse.jgit.api.ApplyCommand
-
Set patch
- setPath(String) - Method in class org.eclipse.jgit.api.SubmoduleAddCommand
-
Set repository-relative path of submodule
- setPath(String) - Method in class org.eclipse.jgit.api.SubmoduleDeinitResult
-
Set the path of the submodule
- setPath(String) - Method in class org.eclipse.jgit.gitrepo.RepoCommand
-
Set path to the manifest XML file.
- setPath(String) - Method in class org.eclipse.jgit.internal.diffmergetool.PreDefinedDiffTool
- setPath(String) - Method in class org.eclipse.jgit.internal.diffmergetool.UserDefinedDiffTool
-
Overrides the path for the given tool.
- setPath(String) - Method in class org.eclipse.jgit.transport.URIish
-
Return a new URI matching this one, but with a different path.
- setPathFilter(TreeFilter) - Method in class org.eclipse.jgit.api.DiffCommand
-
Set path filter
- setPathFilter(TreeFilter) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Set the filter to produce only specific paths.
- setPaths(String...) - Method in class org.eclipse.jgit.api.ArchiveCommand
-
Set an optional parameter path.
- setPaths(Set<String>) - Method in class org.eclipse.jgit.api.CleanCommand
-
If paths are set, only these paths are affected by the cleaning.
- setPeel(boolean) - Method in class org.eclipse.jgit.transport.LsRefsV2Request.Builder
- setPeerUserAgent(String) - Method in class org.eclipse.jgit.transport.BaseConnection
-
Remember the remote peer's agent.
- setPeerUserAgent(ReceivePack, String) - Static method in class org.eclipse.jgit.transport.InternalHttpServerGlue
-
Apply a default user agent for a request.
- setPeerUserAgent(UploadPack, String) - Static method in class org.eclipse.jgit.transport.InternalHttpServerGlue
-
Apply a default user agent for a request.
- setPerformsAtomicTransactions(boolean) - Method in class org.eclipse.jgit.internal.storage.dfs.InMemoryRepository
-
Enable (or disable) the atomic reference transaction support.
- setPerson(PersonIdent) - Method in class org.eclipse.jgit.api.StashCreateCommand
-
Set the person to use as the author and committer in the commits made
- setPlatformChecker() - Method in class org.eclipse.jgit.util.SystemReader
-
Should be used in tests when the platform is explicitly changed.
- setPort(int) - Method in class org.eclipse.jgit.transport.URIish
-
Return a new URI matching this one, but with a different port.
- setPostOrderTraversal(boolean) - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Set the walker to return trees after their children.
- setPostReceiveHook(PostReceiveHook) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Set the hook which is invoked after commands are executed.
- setPostUploadHook(PostUploadHook) - Method in class org.eclipse.jgit.transport.UploadPack
-
Set the hook for post upload actions (logging, repacking).
- setPreamble(String...) - Method in class org.eclipse.jgit.junit.ssh.SshTestGitServer
-
Sets the lines the server sends before its server identification in the initial protocol version exchange.
- setPreemptiveBasicAuthentication(String, String) - Method in class org.eclipse.jgit.transport.TransportHttp
-
Sets preemptive Basic HTTP authentication.
- setPreferredAuthentications(String) - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactoryBuilder
-
Sets the default preferred authentication mechanisms to use for
SshdSessionFactories
created bySshdSessionFactoryBuilder.build(KeyCache)
. - setPrefix(String) - Method in class org.eclipse.jgit.api.ArchiveCommand
-
Set string prefixed to filenames in archive
- setPreReceiveHook(PreReceiveHook) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Set the hook which is invoked prior to commands being executed.
- setPreserveMerges(boolean) - Method in class org.eclipse.jgit.api.RebaseCommand
-
Whether to preserve merges during rebase
- setPreserveOldPacks(boolean) - Method in class org.eclipse.jgit.api.GarbageCollectCommand
-
Whether to preserve old pack files instead of deleting them.
- setPreserveOldPacks(boolean) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Set preserve old packs configuration option for repacking.
- setPreUploadHook(PreUploadHook) - Method in class org.eclipse.jgit.transport.UploadPack
-
Set the hook that controls how this instance will behave.
- setPrevBitmap(BitmapIndex.Bitmap) - Method in class org.eclipse.jgit.revwalk.BitmapWalker
-
Set the bitmap associated with the cached commit for the walker.
- setPrevCommit(AnyObjectId) - Method in class org.eclipse.jgit.revwalk.BitmapWalker
-
Set the cached commit for the walker.
- setProgressMonitor(ProgressMonitor) - Method in class org.eclipse.jgit.api.CheckoutCommand
- setProgressMonitor(ProgressMonitor) - Method in class org.eclipse.jgit.api.CherryPickCommand
-
The progress monitor associated with the cherry-pick operation.
- setProgressMonitor(ProgressMonitor) - Method in class org.eclipse.jgit.api.CloneCommand
-
The progress monitor associated with the clone operation.
- setProgressMonitor(ProgressMonitor) - Method in class org.eclipse.jgit.api.DiffCommand
-
The progress monitor associated with the diff operation.
- setProgressMonitor(ProgressMonitor) - Method in class org.eclipse.jgit.api.FetchCommand
-
The progress monitor associated with the fetch operation.
- setProgressMonitor(ProgressMonitor) - Method in class org.eclipse.jgit.api.GarbageCollectCommand
-
Set progress monitor
- setProgressMonitor(ProgressMonitor) - Method in class org.eclipse.jgit.api.MergeCommand
-
The progress monitor associated with the diff operation.
- setProgressMonitor(ProgressMonitor) - Method in class org.eclipse.jgit.api.PullCommand
-
Set progress monitor
- setProgressMonitor(ProgressMonitor) - Method in class org.eclipse.jgit.api.PushCommand
-
The progress monitor associated with the push operation.
- setProgressMonitor(ProgressMonitor) - Method in class org.eclipse.jgit.api.RebaseCommand
-
Set progress monitor
- setProgressMonitor(ProgressMonitor) - Method in class org.eclipse.jgit.api.ResetCommand
-
The progress monitor associated with the reset operation.
- setProgressMonitor(ProgressMonitor) - Method in class org.eclipse.jgit.api.RevertCommand
-
The progress monitor associated with the revert operation.
- setProgressMonitor(ProgressMonitor) - Method in class org.eclipse.jgit.api.StatusCommand
-
To set the
ProgressMonitor
which contains callback methods to inform you about the progress of this command. - setProgressMonitor(ProgressMonitor) - Method in class org.eclipse.jgit.api.SubmoduleAddCommand
-
The progress monitor associated with the clone operation.
- setProgressMonitor(ProgressMonitor) - Method in class org.eclipse.jgit.api.SubmoduleUpdateCommand
-
The progress monitor associated with the clone operation.
- setProgressMonitor(ProgressMonitor) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Set the progress monitor for long running rename detection.
- setProgressMonitor(ProgressMonitor) - Method in class org.eclipse.jgit.dircache.DirCacheCheckout
-
Set a progress monitor which can be passed to built-in filter commands, providing progress information for long running tasks.
- setProgressMonitor(ProgressMonitor) - Method in class org.eclipse.jgit.gitrepo.RepoCommand
-
The progress monitor associated with the clone operation.
- setProgressMonitor(ProgressMonitor) - Method in class org.eclipse.jgit.internal.storage.file.GC
-
Set the progress monitor used for garbage collection methods.
- setProgressMonitor(ProgressMonitor) - Method in class org.eclipse.jgit.merge.Merger
-
Set a progress monitor.
- setProperty(String, String) - Method in class org.eclipse.jgit.junit.MockSystemReader
-
Set a property
- setProtocolV2Hook(ProtocolV2Hook) - Method in class org.eclipse.jgit.transport.UploadPack
-
Set the protocol V2 hook.
- setProxyDatabase(ProxyDataFactory) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitSshClient
-
Sets a
ProxyDataFactory
for connecting through proxies. - setProxyDataFactory(ProxyDataFactory) - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactoryBuilder
-
Sets the
ProxyDataFactory
to use forSshdSessionFactories
created bySshdSessionFactoryBuilder.build(KeyCache)
. - setProxyHandler(StatefulProxyConnector) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitClientSession
-
Sets a
StatefulProxyConnector
to handle proxy connection protocols. - setPrunePreserved(boolean) - Method in class org.eclipse.jgit.api.GarbageCollectCommand
-
Whether to prune preserved pack files in the preserved directory.
- setPrunePreserved(boolean) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Set prune preserved configuration option for repacking.
- setPush(boolean) - Method in class org.eclipse.jgit.api.RemoteSetUrlCommand
-
Deprecated.
- setPushAll() - Method in class org.eclipse.jgit.api.PushCommand
-
Push all branches under refs/heads/*.
- setPushAtomic(boolean) - Method in class org.eclipse.jgit.transport.Transport
-
Request atomic push (all references succeed, or none do).
- setPushCertificate(PushCertificate) - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Set a push certificate associated with this update.
- setPushCertificate(PushCertificate) - Method in class org.eclipse.jgit.lib.RefUpdate
-
Set a push certificate associated with this update.
- setPushCertificate(PushCertificate) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Set the push certificate used to verify the pusher's identity.
- setPushDefault(PushConfig.PushDefault) - Method in class org.eclipse.jgit.api.PushCommand
-
Sets an explicit
PushConfig.PushDefault
. - setPushOptions(List<String>) - Method in class org.eclipse.jgit.api.PushCommand
-
Set the option strings associated with the push operation.
- setPushOptions(List<String>) - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Set push options associated with this update.
- setPushOptions(List<String>) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Set the push options supplied by the client.
- setPushOptions(List<String>) - Method in class org.eclipse.jgit.transport.Transport
-
Sets the option strings associated with the push operation.
- setPushRefSpecs(List<RefSpec>) - Method in class org.eclipse.jgit.transport.RemoteConfig
-
Override existing push specifications with new ones.
- setPushTags() - Method in class org.eclipse.jgit.api.PushCommand
-
Push all tags under refs/tags/*.
- setPushThin(boolean) - Method in class org.eclipse.jgit.transport.Transport
-
Set thin-pack preference for push operation.
- setQuotePaths(boolean) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Sets whether or not path names should be quoted.
- setRawPath(String) - Method in class org.eclipse.jgit.transport.URIish
-
Return a new URI matching this one, but with a different (raw) path.
- setReadableChannelBlockSizeForTest(int) - Method in class org.eclipse.jgit.internal.storage.dfs.InMemoryRepository.MemObjDatabase
- setReadAheadBytes(int) - Method in interface org.eclipse.jgit.internal.storage.dfs.ReadableChannel
-
Recommend the channel maintain a read-ahead buffer.
- setReader(ObjectReader, Config) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Set the repository the formatter can load object contents from.
- setReaderOptions(DfsReaderOptions) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRepositoryBuilder
-
Set the reader options.
- setReadTimeout(int) - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnection
-
Set read timeout
- setReadTimeout(int) - Method in interface org.eclipse.jgit.transport.http.HttpConnection
-
Set read timeout
- setReadTimeout(int) - Method in class org.eclipse.jgit.transport.http.JDKHttpConnection
-
Set read timeout
- setRebase(boolean) - Method in class org.eclipse.jgit.api.PullCommand
-
Set if rebase should be used after fetching.
- setRebase(BranchConfig.BranchRebaseMode) - Method in class org.eclipse.jgit.api.PullCommand
-
Sets the
BranchConfig.BranchRebaseMode
to use after fetching. - setReceiveCommandErrorHandler(ReceiveCommandErrorHandler) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Set an error handler for
ReceiveCommand
. - setReceivePack(String) - Method in class org.eclipse.jgit.api.PushCommand
-
The remote executable providing receive-pack service for pack transports.
- setReceivePackErrorHandler(ReceivePackErrorHandler) - Method in class org.eclipse.jgit.http.server.GitFilter
-
Set a custom error handler for git-receive-pack.
- setReceivePackErrorHandler(ReceivePackErrorHandler) - Method in class org.eclipse.jgit.http.server.GitServlet
-
Set a custom error handler for git-receive-pack.
- setReceivePackFactory(ReceivePackFactory<HttpServletRequest>) - Method in class org.eclipse.jgit.http.server.GitFilter
-
Set the receive-pack factory
- setReceivePackFactory(ReceivePackFactory<HttpServletRequest>) - Method in class org.eclipse.jgit.http.server.GitServlet
-
Set receive-pack factory
- setReceivePackFactory(ReceivePackFactory<DaemonClient>) - Method in class org.eclipse.jgit.transport.Daemon
-
Set the factory to construct and configure per-request ReceivePack.
- setRecommendShallow(boolean) - Method in class org.eclipse.jgit.gitrepo.RepoCommand
-
Set whether the clone-depth field should be recorded as a shallow recommendation in .gitmodules.
- setRecommendShallow(String) - Method in class org.eclipse.jgit.gitrepo.RepoProject
-
Sets the recommendation for shallowness.
- setRecordRemoteBranch(boolean) - Method in class org.eclipse.jgit.gitrepo.RepoCommand
-
Set whether the branch name should be recorded in .gitmodules.
- setRecordSubmoduleLabels(boolean) - Method in class org.eclipse.jgit.gitrepo.RepoCommand
-
Set whether the labels field should be recorded as a label in .gitattributes.
- setRecurseSubmodules(SubmoduleConfig.FetchRecurseSubmodulesMode) - Method in class org.eclipse.jgit.api.FetchCommand
-
Set the mode to be used for recursing into submodules.
- setRecurseSubmodules(SubmoduleConfig.FetchRecurseSubmodulesMode) - Method in class org.eclipse.jgit.api.PullCommand
-
Set the mode to be used for recursing into submodules.
- setRecursive(boolean) - Method in class org.eclipse.jgit.treewalk.TreeWalk
-
Set the walker to enter (or not enter) subtrees automatically.
- setRef(String) - Method in class org.eclipse.jgit.api.ReflogCommand
-
The ref used for the reflog operation.
- setRef(String) - Method in class org.eclipse.jgit.api.ResetCommand
-
Set the name of the
Ref
to reset to - setRef(String) - Method in class org.eclipse.jgit.api.StashCreateCommand
-
Set the reference to update with the stashed commit id If null, no reference is updated
- setRefBlockSize(int) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableConfig
-
Set desired output block size for references, in bytes.
- setRefFilter(RefFilter) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Set the filter used while advertising the refs to the client.
- setRefFilter(RefFilter) - Method in class org.eclipse.jgit.transport.UploadPack
-
Set the filter used while advertising the refs to the client.
- setRefLeaseSpecs(List<RefLeaseSpec>) - Method in class org.eclipse.jgit.api.PushCommand
-
The ref lease specs to be used in the push operation, for a force-with-lease push operation.
- setRefLeaseSpecs(RefLeaseSpec...) - Method in class org.eclipse.jgit.api.PushCommand
-
The ref lease specs to be used in the push operation, for a force-with-lease push operation.
- setRefLockWaitTimeConsumer(Consumer<Long>) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheConfig
-
Set the consumer for lock wait time.
- setReflogComment(String) - Method in class org.eclipse.jgit.api.CommitCommand
-
Override the message written to the reflog
- setReflogExpireMaxUpdateIndex(long) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableCompactor
-
Set the maximum update index for log entries that appear in the compacted reftable.
- setReflogExpireMinUpdateIndex(long) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableCompactor
-
Set the minimum update index for log entries that appear in the compacted reftable.
- setReflogExpireOldestReflogTimeMillis(long) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableCompactor
-
Set oldest reflog time to preserve.
- setRefLogIdent(PersonIdent) - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Set the identity of the user appearing in the reflog.
- setRefLogIdent(PersonIdent) - Method in class org.eclipse.jgit.lib.RefRename
-
Set the identity of the user appearing in the reflog.
- setRefLogIdent(PersonIdent) - Method in class org.eclipse.jgit.lib.RefUpdate
-
Set the identity of the user appearing in the reflog.
- setRefLogIdent(PersonIdent) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Set the identity of the user appearing in the affected reflogs.
- setRefLogMessage(String) - Method in class org.eclipse.jgit.lib.RefRename
-
Set the message to include in the reflog.
- setRefLogMessage(String, boolean) - Method in class org.eclipse.jgit.lib.BatchRefUpdate
-
Set the message to include in the reflog.
- setRefLogMessage(String, boolean) - Method in class org.eclipse.jgit.lib.RefUpdate
-
Set the message to include in the reflog.
- setRefLogMessage(String, boolean) - Method in class org.eclipse.jgit.transport.ReceiveCommand
-
Set the message to include in the reflog.
- setReflogPrefix(String) - Method in class org.eclipse.jgit.api.CherryPickCommand
-
Set the prefix to use in the reflog.
- setRefPrefixes(List<String>) - Method in class org.eclipse.jgit.transport.LsRefsV2Request.Builder
- setRefs(Collection<RemoteRefUpdate>) - Method in class org.eclipse.jgit.hooks.PrePushHook
-
Set Refs
- setRefs(Collection<RemoteRefUpdate>) - Method in class org.eclipse.jgit.lfs.LfsPrePushHook
- setRefSpecs(String...) - Method in class org.eclipse.jgit.api.FetchCommand
-
The ref specs to be used in the fetch operation
- setRefSpecs(List<RefSpec>) - Method in class org.eclipse.jgit.api.FetchCommand
-
The ref specs to be used in the fetch operation
- setRefSpecs(List<RefSpec>) - Method in class org.eclipse.jgit.api.PushCommand
-
The ref specs to be used in the push operation
- setRefSpecs(RefSpec...) - Method in class org.eclipse.jgit.api.FetchCommand
-
The ref specs to be used in the fetch operation
- setRefSpecs(RefSpec...) - Method in class org.eclipse.jgit.api.PushCommand
-
The ref specs to be used in the push operation
- setReftableConfig(ReftableConfig) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsGarbageCollector
-
Set configuration to write a reftable.
- setReftableConfig(ReftableConfig) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackCompactor
-
Set configuration to write a reftable.
- setReftableInitialMaxUpdateIndex(long) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsGarbageCollector
-
Set maxUpdateIndex for the initial reftable created during conversion.
- setReftableInitialMinUpdateIndex(long) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsGarbageCollector
-
Set minUpdateIndex for the initial reftable created during conversion.
- setRemote(String) - Method in class org.eclipse.jgit.api.CloneCommand
-
The remote name used to keep track of the upstream repository for the clone operation.
- setRemote(String) - Method in class org.eclipse.jgit.api.FetchCommand
-
The remote (uri or name) used for the fetch operation.
- setRemote(String) - Method in class org.eclipse.jgit.api.LsRemoteCommand
-
The remote (uri or name) used for the fetch operation.
- setRemote(String) - Method in class org.eclipse.jgit.api.PullCommand
-
The remote (uri or name) to be used for the pull operation.
- setRemote(String) - Method in class org.eclipse.jgit.api.PushCommand
-
The remote (uri or name) used for the push operation.
- setRemoteBranchName(String) - Method in class org.eclipse.jgit.api.PullCommand
-
The remote branch name to be used for the pull operation.
- setRemoteLocation(String) - Method in class org.eclipse.jgit.hooks.PrePushHook
-
Set remote location
- setRemoteName(String) - Method in class org.eclipse.jgit.api.RemoteRemoveCommand
-
The name of the remote to remove.
- setRemoteName(String) - Method in class org.eclipse.jgit.api.RemoteSetUrlCommand
-
The name of the remote to change the URL for.
- setRemoteName(String) - Method in class org.eclipse.jgit.hooks.PrePushHook
-
Set remote name
- setRemoteReader(RepoCommand.RemoteReader) - Method in class org.eclipse.jgit.gitrepo.RepoCommand
-
Set the GetHeadFromUri callback.
- setRemoteUri(URIish) - Method in class org.eclipse.jgit.api.RemoteSetUrlCommand
-
The new URL for the remote.
- setRemoveDeletedRefs(boolean) - Method in class org.eclipse.jgit.api.FetchCommand
-
If set to
true
, refs are removed which no longer exist in the source - setRemoveDeletedRefs(boolean) - Method in class org.eclipse.jgit.transport.Transport
-
Set whether or not to remove refs which no longer exist in the source.
- setRenameCallback(RenameCallback) - Method in class org.eclipse.jgit.revwalk.FollowFilter
-
Sets the callback to which renames shall be reported.
- setRenameLimit(int) - Method in class org.eclipse.jgit.diff.RenameDetector
-
Set the limit on the number of files to perform inexact rename detection.
- setRenameScore(int) - Method in class org.eclipse.jgit.diff.RenameDetector
-
Set the minimum score required to pair an add/delete as a rename.
- setReplace(boolean) - Method in class org.eclipse.jgit.dircache.DirCacheEditor.PathEdit
-
Configure if a file can replace a directory (or vice versa).
- setRepository(Repository) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Set the repository the formatter can load object contents from.
- setRepository(Repository) - Method in class org.eclipse.jgit.events.RepositoryEvent
-
Set the repository this event occurred on.
- setRepository(Repository) - Method in class org.eclipse.jgit.lfs.InstallBuiltinLfsCommand
-
Set the repository to install LFS for
- setRepository(Repository) - Method in class org.eclipse.jgit.transport.ConnectivityChecker.ConnectivityCheckInfo
- setRepository(Repository) - Method in interface org.eclipse.jgit.util.LfsFactory.LfsInstallCommand
- setRepositoryDescription(DfsRepositoryDescription) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRepositoryBuilder
-
Set the repository description.
- setRepositoryResolver(RepositoryResolver<HttpServletRequest>) - Method in class org.eclipse.jgit.http.server.GitFilter
-
New servlet configured with a specific resolver.
- setRepositoryResolver(RepositoryResolver<HttpServletRequest>) - Method in class org.eclipse.jgit.http.server.GitServlet
-
New servlet configured with a specific resolver.
- setRepositoryResolver(RepositoryResolver<DaemonClient>) - Method in class org.eclipse.jgit.transport.Daemon
-
Set the resolver used to locate a repository by name.
- setRequestMethod(String) - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnection
-
Set request method
- setRequestMethod(String) - Method in interface org.eclipse.jgit.transport.http.HttpConnection
-
Set request method
- setRequestMethod(String) - Method in class org.eclipse.jgit.transport.http.JDKHttpConnection
-
Set request method
- setRequestPolicy(UploadPack.RequestPolicy) - Method in class org.eclipse.jgit.transport.UploadPack
-
Set the policy used to enforce validation of a client's want list.
- setRequestProperty(String, String) - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnection
-
Set request property
- setRequestProperty(String, String) - Method in interface org.eclipse.jgit.transport.http.HttpConnection
-
Set request property
- setRequestProperty(String, String) - Method in class org.eclipse.jgit.transport.http.JDKHttpConnection
-
Set request property
- setRequestValidator(UploadPack.RequestValidator) - Method in class org.eclipse.jgit.transport.UploadPack
-
Set custom validator for client want list.
- setRestartInterval(int) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableConfig
-
Setter for the field
restartInterval
. - setRestoreIndex(boolean) - Method in class org.eclipse.jgit.api.StashApplyCommand
-
Whether to restore the index state
- setRestoreUntracked(boolean) - Method in class org.eclipse.jgit.api.StashApplyCommand
-
Whether the command should restore untracked files
- setResult(RefUpdate.Result) - Method in class org.eclipse.jgit.transport.ReceiveCommand
-
Set the result of this command.
- setResult(ReceiveCommand.Result) - Method in class org.eclipse.jgit.transport.ReceiveCommand
-
Set the status of this command.
- setResult(ReceiveCommand.Result, String) - Method in class org.eclipse.jgit.transport.ReceiveCommand
-
Set the status of this command.
- setRetainBody(boolean) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Set whether or not the body of a commit or tag is retained.
- setReuseDeltaCommits(boolean) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Set the writer to reuse existing delta versions of commits.
- setReuseDeltas(boolean) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Set reuse deltas configuration option for the writer.
- setReuseObjects(boolean) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Set reuse objects configuration option for the writer.
- setReuseValidatingObjects(boolean) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Enable (or disable) object validation during packing.
- setReuseWalker(boolean) - Method in class org.eclipse.jgit.internal.storage.pack.BitmapCommit.Builder
-
Set reuseWalker of the builder.
- setRevFilter(RevFilter) - Method in class org.eclipse.jgit.api.LogCommand
-
Set a filter for the
LogCommand
. - setRevFilter(RevFilter) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Set the commit filter for this walker.
- setRewriteParents(boolean) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Set whether to rewrite parent pointers when filtering by modified paths.
- setRootTree(AnyObjectId) - Method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Set the tree used by this walk for finding
.gitmodules
. - setRootTree(AbstractTreeIterator) - Method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Set the tree used by this walk for finding
.gitmodules
. - setSafeForMacOS(boolean) - Method in class org.eclipse.jgit.lib.ObjectChecker
-
Restrict trees to only names legal on Mac OS X platforms.
- setSafeForWindows(boolean) - Method in class org.eclipse.jgit.lib.ObjectChecker
-
Restrict trees to only names legal on Windows platforms.
- setScheme(String) - Method in class org.eclipse.jgit.transport.URIish
-
Return a new URI matching this one, but with a different scheme.
- setSearchForReuseTimeout(Duration) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Set the max time to spend during the search for reuse phase.
- setServerKeyDatabase(BiFunction<File, File, ServerKeyDatabase>) - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactoryBuilder
-
Sets a function that creates a new
ServerKeyDatabase
, given the SSH and home directory. - setShallowCommits(Set<ObjectId>) - Method in class org.eclipse.jgit.internal.storage.dfs.InMemoryRepository.MemObjDatabase
- setShallowCommits(Set<ObjectId>) - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectory
- setShallowCommits(Set<ObjectId>) - Method in class org.eclipse.jgit.lib.ObjectDatabase
-
Update the shallow commits of the current repository
- setShallowPack(int, Collection<? extends ObjectId>) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Configure this pack for a shallow clone.
- setShallowSince(Instant) - Method in class org.eclipse.jgit.api.CloneCommand
-
Creates a shallow clone with a history after the specified time.
- setShallowSince(Instant) - Method in class org.eclipse.jgit.api.FetchCommand
-
Deepens or shortens the history of a shallow repository to include all reachable commits after a specified time.
- setShallowSince(OffsetDateTime) - Method in class org.eclipse.jgit.api.CloneCommand
-
Creates a shallow clone with a history after the specified time.
- setShallowSince(OffsetDateTime) - Method in class org.eclipse.jgit.api.FetchCommand
-
Deepens or shortens the history of a shallow repository to include all reachable commits after a specified time.
- setShortMessage(String) - Method in class org.eclipse.jgit.lib.RebaseTodoLine
-
Set short message
- setShowNameAndStatusOnly(boolean) - Method in class org.eclipse.jgit.api.DiffCommand
-
Set whether to return only names and status of changed files
- setSign(Boolean) - Method in class org.eclipse.jgit.api.CommitCommand
-
Sets whether the commit should be signed.
- setSigned(boolean) - Method in class org.eclipse.jgit.api.TagCommand
-
If set to true the Tag command creates a signed tag object.
- setSignedPushConfig(SignedPushConfig) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Set the configuration for push certificate verification.
- setSigningKey(String) - Method in class org.eclipse.jgit.api.CommitCommand
-
Sets the signing key
- setSigningKey(String) - Method in class org.eclipse.jgit.api.TagCommand
-
Sets the signing key.
- setSinglePack(boolean) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
If
true
, packs a single GC pack for all objects reachable from refs/*. - setSkip(int) - Method in class org.eclipse.jgit.api.LogCommand
-
Skip the number of commits before starting to show the commit output.
- setSkipContentRenamesForBinaryFiles(boolean) - Method in class org.eclipse.jgit.diff.RenameDetector
-
Sets skipping detecting content renames for binary files.
- setSkipList(ObjectIdSet) - Method in class org.eclipse.jgit.lib.ObjectChecker
-
Enable accepting specific malformed (but not horribly broken) objects.
- setSource(String) - Method in class org.eclipse.jgit.transport.RefSpec
-
Create a new RefSpec with a different source name setting.
- setSourceDestination(String, String) - Method in class org.eclipse.jgit.transport.RefSpec
-
Create a new RefSpec with a different source/destination name setting.
- setSourcePrefix(String) - Method in class org.eclipse.jgit.api.DiffCommand
-
Set the given source prefix instead of "a/".
- setSquash(boolean) - Method in class org.eclipse.jgit.api.MergeCommand
-
If
true
, will prepare the next commit in working tree and index as if a real merge happened, but do not make the commit or move the HEAD. - setSrc(File) - Method in class org.eclipse.jgit.ant.tasks.GitAddTask
-
Set the field
src
. - setSrc(File) - Method in class org.eclipse.jgit.ant.tasks.GitCheckoutTask
-
Set the
src
- setSshDirectory(File) - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactory
-
Set a global directory to use as the .ssh directory
- setSshDirectory(File) - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactoryBuilder
-
Sets the SSH directory to use for
SshdSessionFactories
created bySshdSessionFactoryBuilder.build(KeyCache)
. - setSshSessionFactory(SshSessionFactory) - Method in class org.eclipse.jgit.transport.SshTransport
-
Set SSH session factory instead of the default one for this instance of the transport.
- setStage(int) - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Sets the stage of an entry.
- setStage(CheckoutCommand.Stage) - Method in class org.eclipse.jgit.api.CheckoutCommand
-
When checking out the index, check out the specified stage (ours or theirs) for unmerged paths.
- setStartCommit(AnyObjectId) - Method in class org.eclipse.jgit.api.BlameCommand
-
Set start commit id
- setStartPoint(String) - Method in class org.eclipse.jgit.api.CheckoutCommand
-
Set the name of the commit that should be checked out.
- setStartPoint(String) - Method in class org.eclipse.jgit.api.CreateBranchCommand
-
Set the start point
- setStartPoint(RevCommit) - Method in class org.eclipse.jgit.api.CheckoutCommand
-
Set the commit that should be checked out.
- setStartPoint(RevCommit) - Method in class org.eclipse.jgit.api.CreateBranchCommand
-
Set the start point
- setStashRef(int) - Method in class org.eclipse.jgit.api.StashDropCommand
-
Set the stash reference to drop (0-based).
- setStashRef(String) - Method in class org.eclipse.jgit.api.StashApplyCommand
-
Set the stash reference to apply
- setStatus(SubmoduleDeinitCommand.SubmoduleDeinitStatus) - Method in class org.eclipse.jgit.api.SubmoduleDeinitResult
-
Set the status of the command
- setStrategy(MergeStrategy) - Method in class org.eclipse.jgit.api.CherryPickCommand
-
Set the
MergeStrategy
- setStrategy(MergeStrategy) - Method in class org.eclipse.jgit.api.MergeCommand
-
Set merge strategy
- setStrategy(MergeStrategy) - Method in class org.eclipse.jgit.api.PullCommand
-
Set the @{code MergeStrategy}
- setStrategy(MergeStrategy) - Method in class org.eclipse.jgit.api.RebaseCommand
-
Set the
MergeStrategy
. - setStrategy(MergeStrategy) - Method in class org.eclipse.jgit.api.RevertCommand
-
Set the merge strategy to use for this revert command
- setStrategy(MergeStrategy) - Method in class org.eclipse.jgit.api.StashApplyCommand
-
Set the
MergeStrategy
to use. - setStrategy(MergeStrategy) - Method in class org.eclipse.jgit.api.SubmoduleUpdateCommand
-
Setter for the field
strategy
. - setStreamFileThreshold(int) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReaderOptions
-
Set new byte limit for objects that must be streamed.
- setStreamFileThreshold(int) - Method in class org.eclipse.jgit.lib.ObjectReader
-
Sets the threshold at which a file will be streamed rather than loaded entirely into memory
- setStreamFileThreshold(int) - Method in class org.eclipse.jgit.storage.file.WindowCacheConfig
-
Set new byte limit for objects that must be streamed.
- setStreamPackBufferSize(int) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReaderOptions
-
Set new buffer size in bytes for buffers used when streaming pack files during copying.
- setStreamRatio(double) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheConfig
-
Set percentage of cache to occupy with a copied pack.
- setString(String, String, String, String) - Method in class org.eclipse.jgit.lib.Config
-
Add or modify a configuration value.
- setStringList(String, String, String, List<String>) - Method in class org.eclipse.jgit.lib.Config
-
Set a configuration value.
- setSymrefs(boolean) - Method in class org.eclipse.jgit.transport.LsRefsV2Request.Builder
- setSystemGitConfig(FileBasedConfig) - Method in class org.eclipse.jgit.junit.MockSystemReader
-
Set the system-level git config
- setTag(String) - Method in class org.eclipse.jgit.lib.TagBuilder
-
Set the name of this tag.
- setTagger(PersonIdent) - Method in class org.eclipse.jgit.api.TagCommand
-
Sets the tagger of the tag.
- setTagger(PersonIdent) - Method in class org.eclipse.jgit.lib.TagBuilder
-
Set the creator of this tag.
- setTagOpt(TagOpt) - Method in class org.eclipse.jgit.api.FetchCommand
-
Sets the specification of annotated tag behavior during fetch
- setTagOpt(TagOpt) - Method in class org.eclipse.jgit.api.PullCommand
-
Set the specification of annotated tag behavior during fetch
- setTagOpt(TagOpt) - Method in class org.eclipse.jgit.transport.RemoteConfig
-
Set the description of how annotated tags should be treated on fetch.
- setTagOpt(TagOpt) - Method in class org.eclipse.jgit.transport.Transport
-
Set the description of how annotated tags should be treated on fetch.
- setTagOption(TagOpt) - Method in class org.eclipse.jgit.api.CloneCommand
-
Set the tag option used for the remote configuration explicitly.
- setTags(boolean) - Method in class org.eclipse.jgit.api.DescribeCommand
-
Instead of using only the annotated tags, use any tag found in refs/tags namespace.
- setTags(boolean) - Method in class org.eclipse.jgit.api.LsRemoteCommand
-
Include refs/tags in references results
- setTags(String...) - Method in class org.eclipse.jgit.api.DeleteTagCommand
-
Set names of the tags to delete
- setTagTargets(Set<ObjectId>) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Set the tag targets that should be hoisted earlier during packing.
- setTarget(String) - Method in class org.eclipse.jgit.api.DescribeCommand
-
Sets the commit to be described.
- setTarget(ObjectId) - Method in class org.eclipse.jgit.api.DescribeCommand
-
Sets the commit to be described.
- setTargetBranch(String) - Method in class org.eclipse.jgit.gitrepo.RepoCommand
-
Set target branch.
- setTargetURI(String) - Method in class org.eclipse.jgit.gitrepo.RepoCommand
-
Set the URI of the superproject (this repository), so the .gitmodules file can specify the submodule URLs relative to the superproject.
- setTestUserPublicKey(Path) - Method in class org.eclipse.jgit.junit.ssh.SshTestGitServer
-
Sets the test user's public key on the server.
- setTestUserPublicKey(PublicKey) - Method in class org.eclipse.jgit.junit.ssh.SshTestGitServer
-
Sets the test user's public key on the server.
- setTextComparator(RawTextComparator) - Method in class org.eclipse.jgit.api.BlameCommand
-
Set raw text comparator
- setTextComparator(RawTextComparator) - Method in class org.eclipse.jgit.blame.BlameGenerator
-
Text comparator to use when comparing revisions.
- setThin(boolean) - Method in class org.eclipse.jgit.api.FetchCommand
-
Sets the thin-pack preference for fetch operation.
- setThin(boolean) - Method in class org.eclipse.jgit.api.PushCommand
-
Set the thin-pack preference for push operation.
- setThin(boolean) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Whether writer may pack objects with delta base object not within set of objects to pack
- setThreads(int) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Set the number of threads to use for delta compression.
- setTimeout(int) - Method in class org.eclipse.jgit.api.TransportCommand
-
Set
timeout
. - setTimeout(int) - Method in class org.eclipse.jgit.transport.Daemon
-
Set the timeout before willing to abort an IO call.
- setTimeout(int) - Method in class org.eclipse.jgit.transport.ReceivePack
-
Set the timeout before willing to abort an IO call.
- setTimeout(int) - Method in class org.eclipse.jgit.transport.RemoteConfig
-
Set the timeout before willing to abort an IO call.
- setTimeout(int) - Method in class org.eclipse.jgit.transport.Transport
-
Set the timeout before willing to abort an IO call.
- setTimeout(int) - Method in class org.eclipse.jgit.transport.UploadPack
-
Set the timeout before willing to abort an IO call.
- setTimeout(int) - Method in class org.eclipse.jgit.util.io.TimeoutInputStream
-
Set number of milliseconds before aborting a read.
- setTimeout(int) - Method in class org.eclipse.jgit.util.io.TimeoutOutputStream
-
Set number of milliseconds before aborting a write.
- setTopLevelTree(ObjectId) - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
-
Set top level tree
- setTransferConfig(TransferConfig) - Method in class org.eclipse.jgit.transport.UploadPack
-
Set configuration controlling transfer options.
- setTransportConfigCallback(TransportConfigCallback) - Method in class org.eclipse.jgit.api.TransportCommand
-
Set the
TransportConfigCallback
. - setTree(AnyObjectId) - Method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Set the tree used for finding submodule entries
- setTree(ObjectId) - Method in class org.eclipse.jgit.api.ArchiveCommand
-
Set the tag, commit, or tree object to produce an archive for
- setTree(AbstractTreeIterator) - Method in class org.eclipse.jgit.submodule.SubmoduleWalk
-
Set the tree iterator used for finding submodule entries
- setTreeFilter(TreeFilter) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Set the tree filter used to simplify commits by modified paths.
- setTreeId(AnyObjectId) - Method in class org.eclipse.jgit.lib.CommitBuilder
-
Set the tree id for this commit object.
- setTrustExitCode(BooleanTriState) - Method in class org.eclipse.jgit.internal.diffmergetool.PreDefinedMergeTool
- setTrustExitCode(BooleanTriState) - Method in class org.eclipse.jgit.internal.diffmergetool.UserDefinedMergeTool
- setType(int) - Method in class org.eclipse.jgit.transport.PackedObjectInfo
-
Record the object type if applicable.
- setTypedConfigGetter(TypedConfigGetter) - Static method in class org.eclipse.jgit.lib.Config
-
Globally sets a
TypedConfigGetter
that is subsequently used to read typed values from all git configs. - setUmask(int) - Method in class org.eclipse.jgit.util.FS_POSIX
-
Set the umask, overriding any value observed from the shell.
- setUnix() - Method in class org.eclipse.jgit.junit.MockSystemReader
-
Emulate Unix
- setUnpackErrorHandler(UnpackErrorHandler) - Method in class org.eclipse.jgit.transport.ReceivePack
- setUnshallow(boolean) - Method in class org.eclipse.jgit.api.FetchCommand
-
If the source repository is complete, converts a shallow repository to a complete one, removing all the limitations imposed by shallow repositories.
- setup() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRepositoryBuilder
-
Guess and populate all parameters not already defined.
- setup() - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Guess and populate all parameters not already defined.
- setUp() - Method in class org.eclipse.jgit.junit.http.AppServer
-
Start the server on a random local port.
- setUp() - Method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Setup test
- setUp() - Method in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Setup test
- setUp() - Method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Setup test
- setUp() - Method in class org.eclipse.jgit.junit.ssh.SshBasicTestBase
- setUp() - Method in class org.eclipse.jgit.junit.ssh.SshTestHarness
- setupBenchmark() - Method in class org.eclipse.jgit.benchmarks.CreateFileSnapshotBenchmark
- setupBenchmark() - Method in class org.eclipse.jgit.benchmarks.FileMoveBenchmark
- setupBenchmark() - Method in class org.eclipse.jgit.benchmarks.GetRefsBenchmark.BenchmarkState
- setupBenchmark() - Method in class org.eclipse.jgit.benchmarks.LookupFileStoreBenchmark
- setupBenchmark() - Method in class org.eclipse.jgit.benchmarks.SimpleLruCacheBenchmark
- setUpdate(boolean) - Method in class org.eclipse.jgit.api.AddCommand
-
Set whether to only match against already tracked files
- setUpdateNeeded(boolean) - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Set whether this entry must be checked for changes
- setupGitDir() - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Perform standard gitDir initialization.
- setupInternals() - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Configure the internal implementation details of the repository.
- setupInvocationMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_jmhType_B2
- setupInvocationMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_jmhType_B2
- setupInvocationMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_BenchmarkState_jmhType_B2
- setupInvocationMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_jmhType_B2
- setupInvocationMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.LookupFileStoreBenchmark_jmhType_B2
- setupInvocationMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_jmhType_B2
- setupInvocationMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_jmhType_B2
- setupInvocationMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_jmhType_B2
- setupInvocationMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_BenchmarkState_jmhType_B2
- setupInvocationMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_jmhType_B2
- setupInvocationMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.LookupFileStoreBenchmark_jmhType_B2
- setupInvocationMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_jmhType_B2
- setupIterationMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_jmhType_B2
- setupIterationMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_jmhType_B2
- setupIterationMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_BenchmarkState_jmhType_B2
- setupIterationMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_jmhType_B2
- setupIterationMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.LookupFileStoreBenchmark_jmhType_B2
- setupIterationMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_jmhType_B2
- setupIterationMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_jmhType_B2
- setupIterationMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_jmhType_B2
- setupIterationMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_BenchmarkState_jmhType_B2
- setupIterationMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_jmhType_B2
- setupIterationMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.LookupFileStoreBenchmark_jmhType_B2
- setupIterationMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_jmhType_B2
- setUploadPack(String) - Method in class org.eclipse.jgit.api.LsRemoteCommand
-
The full path of git-upload-pack on the remote host
- setUploadPackErrorHandler(UploadPackErrorHandler) - Method in class org.eclipse.jgit.http.server.GitFilter
-
Set a custom error handler for git-upload-pack.
- setUploadPackErrorHandler(UploadPackErrorHandler) - Method in class org.eclipse.jgit.http.server.GitServlet
-
Set a custom error handler for git-upload-pack.
- setUploadPackFactory(UploadPackFactory<HttpServletRequest>) - Method in class org.eclipse.jgit.http.server.GitFilter
-
Set upload-pack factory
- setUploadPackFactory(UploadPackFactory<HttpServletRequest>) - Method in class org.eclipse.jgit.http.server.GitServlet
-
Set upload-pack factory
- setUploadPackFactory(UploadPackFactory<DaemonClient>) - Method in class org.eclipse.jgit.transport.Daemon
-
Set the factory to construct and configure per-request UploadPack.
- setUpstream(String) - Method in class org.eclipse.jgit.api.RebaseCommand
-
Set the upstream branch
- setUpstream(AnyObjectId) - Method in class org.eclipse.jgit.api.RebaseCommand
-
Set the upstream commit
- setUpstream(RevCommit) - Method in class org.eclipse.jgit.api.RebaseCommand
-
Set upstream
RevCommit
- setUpstreamMode(CreateBranchCommand.SetupUpstreamMode) - Method in class org.eclipse.jgit.api.CheckoutCommand
-
When creating a branch with
CheckoutCommand.setCreateBranch(boolean)
, this can be used to configure branch tracking. - setUpstreamMode(CreateBranchCommand.SetupUpstreamMode) - Method in class org.eclipse.jgit.api.CreateBranchCommand
-
Set the upstream mode
- setUpstreamName(String) - Method in class org.eclipse.jgit.api.RebaseCommand
-
Optionally override the name of the upstream.
- setupTrialMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_jmhType_B2
- setupTrialMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_jmhType_B2
- setupTrialMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_BenchmarkState_jmhType_B2
- setupTrialMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_jmhType_B2
- setupTrialMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.LookupFileStoreBenchmark_jmhType_B2
- setupTrialMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_jmhType_B2
- setupTrialMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_jmhType_B2
- setupTrialMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_jmhType_B2
- setupTrialMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_BenchmarkState_jmhType_B2
- setupTrialMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_jmhType_B2
- setupTrialMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.LookupFileStoreBenchmark_jmhType_B2
- setupTrialMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_jmhType_B2
- setupWorkTree() - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Perform standard work-tree initialization.
- setUri(String) - Method in class org.eclipse.jgit.ant.tasks.GitCloneTask
-
Set the
uri
. - setUri(URIish) - Method in class org.eclipse.jgit.api.RemoteAddCommand
-
The URL of the repository for the new remote.
- setUri(URIish) - Method in class org.eclipse.jgit.api.RemoteSetUrlCommand
-
Deprecated.
- setURI(String) - Method in class org.eclipse.jgit.api.CloneCommand
-
Set the URI to clone from
- setURI(String) - Method in class org.eclipse.jgit.api.SubmoduleAddCommand
-
Set URI to clone submodule from
- setURI(String) - Method in class org.eclipse.jgit.gitrepo.RepoCommand
-
Set base URI of the paths inside the XML.
- setURI(URIish) - Method in class org.eclipse.jgit.transport.TransportHttp
-
Set uri a
URIish
object. - setUriType(RemoteSetUrlCommand.UriType) - Method in class org.eclipse.jgit.api.RemoteSetUrlCommand
-
Whether to change the push URL of the remote instead of the fetch URL.
- setUrl(String) - Method in class org.eclipse.jgit.gitrepo.RepoProject
-
Set the url of the sub repo.
- setUrl(String) - Method in class org.eclipse.jgit.lfs.server.fs.FileLfsRepository
- setUseBitmaps(boolean) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Whether to use bitmaps
- setUseCachedPacks(boolean) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Whether to use cached packs
- setUseCaches(boolean) - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnection
-
Set if to use caches
- setUseCaches(boolean) - Method in interface org.eclipse.jgit.transport.http.HttpConnection
-
Set if to use caches
- setUseCaches(boolean) - Method in class org.eclipse.jgit.transport.http.JDKHttpConnection
-
Set if to use caches
- setUseProtocolV2(boolean) - Method in class org.eclipse.jgit.transport.RefAdvertiser
- setUser(String) - Method in class org.eclipse.jgit.transport.URIish
-
Return a new URI matching this one, but with a different user.
- setUserGitConfig(FileBasedConfig) - Method in class org.eclipse.jgit.junit.MockSystemReader
-
Set the user-level git config
- setUserHome(File) - Method in class org.eclipse.jgit.util.FS
-
Set the user's home directory location.
- setUseSmartHttp(boolean) - Method in class org.eclipse.jgit.transport.TransportHttp
-
Toggle whether or not smart HTTP transport should be used.
- setUsingSideband(boolean) - Method in class org.eclipse.jgit.transport.PacketLineOut
- setValue(boolean) - Method in class org.eclipse.jgit.transport.CredentialItem.YesNoType
-
Set the new value.
- setValue(char[]) - Method in class org.eclipse.jgit.transport.CredentialItem.CharArrayType
-
Set the new value, clearing the old value array.
- setValue(String) - Method in class org.eclipse.jgit.transport.CredentialItem.StringType
- setValue(String, String) - Method in class org.eclipse.jgit.internal.transport.ssh.OpenSshConfigFile.HostEntry
-
Sets the value of a single-valued key if it not set yet, or adds a value to a multi-valued key.
- setValue(String, List<String>) - Method in class org.eclipse.jgit.internal.transport.ssh.OpenSshConfigFile.HostEntry
-
Sets the values of a multi- or list-valued key.
- setValueNoCopy(char[]) - Method in class org.eclipse.jgit.transport.CredentialItem.CharArrayType
-
Set the new value, clearing the old value array.
- setVerifier(GpgSignatureVerifier) - Method in class org.eclipse.jgit.api.VerifySignatureCommand
-
Sets the
GpgSignatureVerifier
to use. - setVisitationPolicy(ObjectWalk.VisitationPolicy) - Method in class org.eclipse.jgit.revwalk.ObjectWalk
-
Sets the visitation policy to use during this walk.
- setWaitPreventRacyPack(boolean) - Method in class org.eclipse.jgit.storage.pack.PackConfig
-
Set whether we wait before opening a newly written pack to prevent its lastModified timestamp could be racy
- setWalk(RevWalk) - Method in class org.eclipse.jgit.transport.ConnectivityChecker.ConnectivityCheckInfo
- setWalkIgnoredDirectories(boolean) - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Defines whether this
WorkingTreeIterator
walks ignored directories. - setWindows() - Method in class org.eclipse.jgit.junit.MockSystemReader
-
Emulate Windows
- setWorkingDirectoryMessage(String) - Method in class org.eclipse.jgit.api.StashCreateCommand
-
Set the message used when committing working directory changes
- setWorkingTreeIt(WorkingTreeIterator) - Method in class org.eclipse.jgit.api.StatusCommand
-
To set the
WorkingTreeIterator
which should be used. - setWorkingTreeIterator(WorkingTreeIterator) - Method in class org.eclipse.jgit.api.AddCommand
-
Allow clients to provide their own implementation of a FileTreeIterator
- setWorkingTreeIterator(WorkingTreeIterator) - Method in class org.eclipse.jgit.merge.ResolveMerger
-
Sets the WorkingTreeIterator to be used by this merger.
- setWorkingTreeItFactory(IndexDiff.WorkingTreeIteratorFactory) - Method in class org.eclipse.jgit.lib.IndexDiff
-
Allows higher layers to set the factory for WorkingTreeIterators.
- setWorkTree(File) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRepositoryBuilder
-
Set the top level directory of the working files.
- setWorkTree(File) - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
-
Set the top level directory of the working files.
- sexprHexNotClosed - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- sexprHexOdd - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- SExprParser - Class in org.eclipse.jgit.gpg.bc.internal.keys
-
A parser for secret keys stored in s-expressions.
- SExprParser(PGPDigestCalculatorProvider) - Constructor for class org.eclipse.jgit.gpg.bc.internal.keys.SExprParser
-
Base constructor.
- sexprStringInvalidEscape - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- sexprStringInvalidEscapeAtEnd - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- sexprStringInvalidHexEscape - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- sexprStringInvalidOctalEscape - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- sexprStringNotClosed - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- sexprUnhandled - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- SFTP_SCHEME - Static variable in class org.eclipse.jgit.transport.SshConstants
-
URI scheme for sftp.
- sha1(String, String) - Method in class org.eclipse.jgit.gitrepo.RepoCommand.DefaultRemoteReader
- sha1(String, String) - Method in interface org.eclipse.jgit.gitrepo.RepoCommand.RemoteReader
-
Read a remote ref sha1.
- SHA1 - Class in org.eclipse.jgit.util.sha1
-
Pure Java implementation of SHA-1 from FIPS 180-1 / RFC 3174.
- sha1CollisionDetected - Variable in class org.eclipse.jgit.internal.JGitText
- Sha1CollisionException - Exception in org.eclipse.jgit.util.sha1
-
Thrown by
SHA1
if it detects a likely hash collision. - Sha1CollisionException(ObjectId) - Constructor for exception org.eclipse.jgit.util.sha1.Sha1CollisionException
-
Initialize with default message.
- SHALLOW - Static variable in class org.eclipse.jgit.lib.Constants
-
Name of the .git/shallow file
- shallowCommitsAlreadyInitialized - Variable in class org.eclipse.jgit.internal.JGitText
- shallowNotSupported - Variable in class org.eclipse.jgit.internal.JGitText
- shallowPacksRequireDepthWalk - Variable in class org.eclipse.jgit.internal.JGitText
- shift(int) - Method in class org.eclipse.jgit.diff.Edit
-
Move the edit region by the specified amount.
- SHORT - org.eclipse.jgit.util.GitDateFormatter.Format
-
Git format: YYYY-MM-DD
- shortCompressedStreamAt - Variable in class org.eclipse.jgit.internal.JGitText
- shortenRefName(String) - Static method in class org.eclipse.jgit.lib.Repository
-
Get a shortened more user friendly ref name
- shortenRefName(String) - Static method in class org.eclipse.jgit.notes.NoteMap
-
Shorten the note ref name by trimming off the
Constants.R_NOTES
prefix if it exists. - shortenRemoteBranchName(String) - Method in class org.eclipse.jgit.lib.Repository
-
Get a shortened more user friendly remote tracking branch name
- shortReadOfBlock - Variable in class org.eclipse.jgit.internal.JGitText
- shortReadOfBlock - Variable in class org.eclipse.jgit.internal.storage.dfs.DfsText
- shortReadOfIndex - Variable in class org.eclipse.jgit.internal.storage.dfs.DfsText
- shortReadOfOptionalDIRCExtensionExpectedAnotherBytes - Variable in class org.eclipse.jgit.internal.JGitText
- shortSkipOfBlock - Variable in class org.eclipse.jgit.internal.JGitText
- shouldAddChangeId() - Method in interface org.eclipse.jgit.api.RebaseCommand.InteractiveHandler2.ModifyResult
-
Tells whether a Gerrit Change-Id should be computed and added to the commit message, as with
CommitCommand.setInsertChangeId(boolean)
. - shouldBeKept() - Method in class org.eclipse.jgit.internal.storage.file.Pack
-
Determines whether a .keep file exists for this pack file.
- shouldBeRecursive() - Method in class org.eclipse.jgit.lfs.lib.LfsPointerFilter
-
Does this tree filter require a recursive walk to match everything?
- shouldBeRecursive() - Method in class org.eclipse.jgit.revwalk.FollowFilter
-
Does this tree filter require a recursive walk to match everything?
- shouldBeRecursive() - Method in class org.eclipse.jgit.treewalk.filter.IndexDiffFilter
-
Does this tree filter require a recursive walk to match everything?
- shouldBeRecursive() - Method in class org.eclipse.jgit.treewalk.filter.InterIndexDiffFilter
-
Does this tree filter require a recursive walk to match everything?
- shouldBeRecursive() - Method in class org.eclipse.jgit.treewalk.filter.NotIgnoredFilter
-
Does this tree filter require a recursive walk to match everything?
- shouldBeRecursive() - Method in class org.eclipse.jgit.treewalk.filter.NotTreeFilter
-
Does this tree filter require a recursive walk to match everything?
- shouldBeRecursive() - Method in class org.eclipse.jgit.treewalk.filter.PathFilter
-
Does this tree filter require a recursive walk to match everything?
- shouldBeRecursive() - Method in class org.eclipse.jgit.treewalk.filter.PathSuffixFilter
-
Does this tree filter require a recursive walk to match everything?
- shouldBeRecursive() - Method in class org.eclipse.jgit.treewalk.filter.SkipWorkTreeFilter
-
Does this tree filter require a recursive walk to match everything?
- shouldBeRecursive() - Method in class org.eclipse.jgit.treewalk.filter.TreeFilter
-
Does this tree filter require a recursive walk to match everything?
- shouldLoadRevIndexInParallel() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReaderOptions
-
Check if reverse index should be loaded in parallel.
- shouldReportEvictedEvent() - Method in interface org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheConfig.IndexEventConsumer
- shouldVisit(RevObject) - Method in interface org.eclipse.jgit.revwalk.ObjectWalk.VisitationPolicy
-
Whenever the rev or object walk reaches a Git object, if that object already exists as a RevObject, this method is called to determine if that object should be visited.
- showMessage(String) - Method in class org.eclipse.jgit.internal.transport.ssh.jsch.CredentialsProviderUserInfo
- ShowNoteCommand - Class in org.eclipse.jgit.api
-
Show an object note.
- ShowNoteCommand(Repository) - Constructor for class org.eclipse.jgit.api.ShowNoteCommand
-
Constructor for ShowNoteCommand.
- shutdown() - Static method in class org.eclipse.jgit.api.Git
-
Shutdown JGit and release resources it holds like NLS and thread pools
- shutdownServer() - Method in class org.eclipse.jgit.junit.ssh.SshTestHarness
- SideBandInputStream - Class in org.eclipse.jgit.transport
-
Unmultiplexes the data portion of a side-band channel.
- SideBandOutputStream - Class in org.eclipse.jgit.transport
-
Multiplexes data and progress messages.
- SideBandOutputStream(int, int, OutputStream) - Constructor for class org.eclipse.jgit.transport.SideBandOutputStream
-
Create a new stream to write side band packets.
- sign(HttpURLConnection, Map<String, String>, long, String, String, String, String, char[]) - Static method in class org.eclipse.jgit.transport.AwsRequestSignerV4
-
Sign the provided request with an AWS4 signature as the 'Authorization' header.
- sign(SessionContext, PublicKey, String, byte[]) - Method in class org.eclipse.jgit.internal.transport.sshd.agent.SshAgentClient
- sign(CommitBuilder, String, PersonIdent, CredentialsProvider) - Method in class org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSigner
- sign(CommitBuilder, String, PersonIdent, CredentialsProvider) - Method in class org.eclipse.jgit.lib.GpgSigner
-
Signs the specified commit.
- signalAuthenticationAttempt(ClientSession, String, String) - Method in interface org.eclipse.jgit.internal.transport.sshd.GssApiWithMicAuthenticationReporter
-
Called when a new authentication attempt is made.
- signalAuthenticationExhausted(ClientSession, String) - Method in interface org.eclipse.jgit.internal.transport.sshd.GssApiWithMicAuthenticationReporter
-
Called when there are no more mechanisms to try.
- signalAuthenticationFailure(ClientSession, String, String, boolean, List<String>) - Method in interface org.eclipse.jgit.internal.transport.sshd.GssApiWithMicAuthenticationReporter
-
Called when the authentication was not successful.
- signalAuthenticationSuccess(ClientSession, String, String) - Method in interface org.eclipse.jgit.internal.transport.sshd.GssApiWithMicAuthenticationReporter
-
Called when authentication was succeessful.
- signalAuthMethodFailure(ClientSession, String, boolean, List<String>, Buffer) - Method in class org.eclipse.jgit.internal.transport.sshd.GssApiWithMicAuthentication
- signalAuthMethodSuccess(ClientSession, String, Buffer) - Method in class org.eclipse.jgit.internal.transport.sshd.GssApiWithMicAuthentication
- signatureInconsistent - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- signatureKeyLookupError - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- signatureNoKeyInfo - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- signatureNoPublicKey - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- signatureParseError - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- SignatureUtils - Class in org.eclipse.jgit.util
-
Utilities for signature verification.
- signatureVerificationError - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- signatureVerificationError - Variable in class org.eclipse.jgit.internal.JGitText
- signatureVerificationUnavailable - Variable in class org.eclipse.jgit.internal.JGitText
- SIGNED_OFF_BY - Static variable in class org.eclipse.jgit.revwalk.FooterKey
-
Standard
Signed-off-by
- SIGNED_OFF_BY_TAG - Static variable in class org.eclipse.jgit.lib.Constants
-
Beginning of the common "Signed-off-by: " commit message line
- SignedPushConfig - Class in org.eclipse.jgit.transport
-
Configuration for server-side signed push verification.
- SignedPushConfig() - Constructor for class org.eclipse.jgit.transport.SignedPushConfig
-
Create a new config with default values disabling push verification.
- signedTagMessageNoLf - Variable in class org.eclipse.jgit.internal.JGitText
- signingServiceUnavailable - Variable in class org.eclipse.jgit.internal.JGitText
- signObject(ObjectBuilder, String, PersonIdent, CredentialsProvider, GpgConfig) - Method in class org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSigner
- signObject(ObjectBuilder, String, PersonIdent, CredentialsProvider, GpgConfig) - Method in interface org.eclipse.jgit.lib.GpgObjectSigner
-
Signs the specified object.
- SilentFileInputStream - Class in org.eclipse.jgit.util.io
-
An implementation of FileInputStream that ignores any exceptions on close().
- SilentFileInputStream(File) - Constructor for class org.eclipse.jgit.util.io.SilentFileInputStream
- SimilarityIndex - Class in org.eclipse.jgit.diff
-
Index structure of lines/blocks in one file.
- SimilarityIndex.TableFullException - Exception in org.eclipse.jgit.diff
-
Thrown by
create()
when file is too large. - similarityScoreMustBeWithinBounds - Variable in class org.eclipse.jgit.internal.JGitText
- SIMPLE - org.eclipse.jgit.transport.PushConfig.PushDefault
-
Like
PushConfig.PushDefault.UPSTREAM
, but only if the upstream name is the same as the name of the current local branch. - SIMPLE_TWO_WAY_IN_CORE - Static variable in class org.eclipse.jgit.merge.MergeStrategy
-
Simple strategy to merge paths, without simultaneous edits.
- SIMPLE_VISITATION_POLICY - Static variable in class org.eclipse.jgit.revwalk.ObjectWalk
-
The default visitation policy: causes all objects to be visited exactly once.
- SimpleHttpServer - Class in org.eclipse.jgit.junit.http
-
Simple http server for testing http access to Git repositories.
- SimpleHttpServer(Repository) - Constructor for class org.eclipse.jgit.junit.http.SimpleHttpServer
-
Constructor for
SimpleHttpServer
. - SimpleHttpServer(Repository, boolean) - Constructor for class org.eclipse.jgit.junit.http.SimpleHttpServer
-
Constructor for
SimpleHttpServer
. - SimpleLruCache<K,V> - Class in org.eclipse.jgit.util
-
Simple limited size cache based on ConcurrentHashMap purging entries in LRU order when reaching size limit
- SimpleLruCache(int, float) - Constructor for class org.eclipse.jgit.util.SimpleLruCache
-
Create a new cache
- SimpleLruCacheBenchmark - Class in org.eclipse.jgit.benchmarks
- SimpleLruCacheBenchmark() - Constructor for class org.eclipse.jgit.benchmarks.SimpleLruCacheBenchmark
- SimpleLruCacheBenchmark_jmhType - Class in org.eclipse.jgit.benchmarks.jmh_generated
- SimpleLruCacheBenchmark_jmhType() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_jmhType
- SimpleLruCacheBenchmark_jmhType_B1 - Class in org.eclipse.jgit.benchmarks.jmh_generated
- SimpleLruCacheBenchmark_jmhType_B1() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_jmhType_B1
- SimpleLruCacheBenchmark_jmhType_B2 - Class in org.eclipse.jgit.benchmarks.jmh_generated
- SimpleLruCacheBenchmark_jmhType_B2() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_jmhType_B2
- SimpleLruCacheBenchmark_jmhType_B3 - Class in org.eclipse.jgit.benchmarks.jmh_generated
- SimpleLruCacheBenchmark_jmhType_B3() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_jmhType_B3
- SimpleLruCacheBenchmark_readwrite_jmhTest - Class in org.eclipse.jgit.benchmarks.jmh_generated
- SimpleLruCacheBenchmark_readwrite_jmhTest() - Constructor for class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_readwrite_jmhTest
- simplify(String) - Method in class org.eclipse.jgit.lib.Repository
-
Simplify an expression, but unlike
Repository.resolve(String)
it will not resolve a branch passed or resulting from the expression, such as @{-}. - singleton(Edit) - Static method in class org.eclipse.jgit.diff.EditList
-
Construct an edit list containing a single edit.
- size - Variable in class org.eclipse.jgit.lfs.Protocol.ObjectSpec
- size - Variable in class org.eclipse.jgit.lfs.server.Response.ObjectInfo
- size - Variable in class org.eclipse.jgit.revwalk.RevObjectList
-
Current number of elements in the list.
- size - Variable in class org.eclipse.jgit.transport.PackParser.ObjectTypeAndSize
-
The inflated size of the object.
- size() - Method in class org.eclipse.jgit.diff.HashedSequence
-
Get size
- size() - Method in class org.eclipse.jgit.diff.RawText
-
Get size
- size() - Method in class org.eclipse.jgit.diff.Sequence
-
Get size
- size() - Method in class org.eclipse.jgit.diff.Subsequence
-
Get size
- size() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRefDatabase.RefCache
- size() - Method in interface org.eclipse.jgit.internal.storage.dfs.ReadableChannel
-
Get the total size of the channel.
- size() - Method in class org.eclipse.jgit.internal.storage.file.FileSnapshot
- size() - Method in class org.eclipse.jgit.internal.storage.io.BlockSource
-
Determine the size of the file.
- size() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableReader
-
Get size of the reftable, in bytes.
- size() - Method in class org.eclipse.jgit.lib.ObjectIdOwnerMap
-
Get number of objects in this map.
- size() - Method in class org.eclipse.jgit.lib.ObjectIdSubclassMap
-
Get number of objects in map
- size() - Method in class org.eclipse.jgit.revwalk.RevFlagSet
- size() - Method in class org.eclipse.jgit.revwalk.RevObjectList
- size() - Method in class org.eclipse.jgit.submodule.SubmoduleConflict
- size() - Method in class org.eclipse.jgit.util.BlockList
- size() - Method in class org.eclipse.jgit.util.IntList
-
Get number of entries in this list.
- size() - Method in class org.eclipse.jgit.util.LongList
-
Get number of entries in this list
- size() - Method in class org.eclipse.jgit.util.RefList.Builder
- size() - Method in class org.eclipse.jgit.util.RefList
-
Get number of items in this list.
- size() - Method in class org.eclipse.jgit.util.SimpleLruCache
-
Returns the current size of this cache
- size(String, ObjectId) - Method in class org.eclipse.jgit.diff.ContentSource
-
Determine the size of the object.
- size(DiffEntry.Side, DiffEntry) - Method in class org.eclipse.jgit.diff.ContentSource.Pair
-
Determine the size of the object.
- SIZE_THRESHOLD - Static variable in class org.eclipse.jgit.lfs.LfsPointer
-
Don't inspect files that are larger than this threshold to avoid excessive reading.
- sizeOfLooseObjects - Variable in class org.eclipse.jgit.internal.storage.file.GC.RepoStatistics
-
The sum of the sizes of all files used to persist loose objects.
- sizeOfPackedObjects - Variable in class org.eclipse.jgit.internal.storage.file.GC.RepoStatistics
-
The sum of the sizes of all pack files.
- skip() - Method in class org.eclipse.jgit.dircache.DirCacheBuildIterator
-
Advance to the next tree entry, populating this iterator with its data.
- skip() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Advance to the next tree entry, populating this iterator with its data.
- skip(long) - Method in class org.eclipse.jgit.lib.ObjectStream.Filter
- skip(long) - Method in class org.eclipse.jgit.lib.ObjectStream.SmallStream
- skip(long) - Method in class org.eclipse.jgit.util.io.LimitedInputStream
- skip(long) - Method in class org.eclipse.jgit.util.io.TeeInputStream
- skip(long) - Method in class org.eclipse.jgit.util.io.TimeoutInputStream
- skip(long) - Method in class org.eclipse.jgit.util.io.UnionInputStream
- SKIP - org.eclipse.jgit.api.RebaseCommand.Operation
-
Skips the "current" commit
- SKIP_MISSING - Static variable in class org.eclipse.jgit.util.FileUtils
-
Option to skip deletion if file doesn't exist
- skipFully(InputStream, long) - Static method in class org.eclipse.jgit.util.IO
-
Skip an entire region of an input stream.
- skipMustBeNonNegative - Variable in class org.eclipse.jgit.internal.JGitText
- skipNotAccessiblePath - Variable in class org.eclipse.jgit.internal.JGitText
- skippingObject - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- SkipRevFilter - Class in org.eclipse.jgit.revwalk.filter
-
Filter that includes commits after a configured number are skipped.
- skipTree() - Method in class org.eclipse.jgit.revwalk.ObjectWalk
-
Skips the current tree such that
ObjectWalk.nextObject()
does not return any objects inside it. - SkipWorkTreeFilter - Class in org.eclipse.jgit.treewalk.filter
-
To be used in combination with a DirCacheIterator: includes only tree entries for which 'skipWorkTree' flag is not set.
- SkipWorkTreeFilter(int) - Constructor for class org.eclipse.jgit.treewalk.filter.SkipWorkTreeFilter
-
Create a filter to work on the specified DirCacheIterator.
- slashify(String) - Static method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Replaces '\' by '/'
- SLOP - org.eclipse.jgit.transport.PushCertificate.NonceStatus
-
Received nonce is valid, but outside the accepted slop window.
- SMALL_BUF - Static variable in class org.eclipse.jgit.transport.SideBandOutputStream
-
Default buffer size for a small amount of data.
- SmallObject(int, byte[]) - Constructor for class org.eclipse.jgit.lib.ObjectLoader.SmallObject
-
Construct a small object loader.
- SmallStream(int, byte[]) - Constructor for class org.eclipse.jgit.lib.ObjectStream.SmallStream
-
Create the stream from an existing byte array and type.
- SmallStream(ObjectLoader) - Constructor for class org.eclipse.jgit.lib.ObjectStream.SmallStream
-
Create the stream from an existing loader's cached bytes.
- smartHTTPPushDisabled - Variable in class org.eclipse.jgit.internal.JGitText
- SMUDGE - Static variable in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Constant
SMUDGE=2
- SMUDGED - org.eclipse.jgit.treewalk.WorkingTreeIterator.MetadataDiff
-
index entry is smudged - can't use that entry for comparison
- SmudgeFilter - Class in org.eclipse.jgit.lfs
-
Built-in LFS smudge filter When content is read from git's object-database and written to the filesystem and this filter is configured for that content, then this filter will replace the content of LFS pointer files with the original content.
- SmudgeFilter(Repository, InputStream, OutputStream) - Constructor for class org.eclipse.jgit.lfs.SmudgeFilter
-
Constructor for SmudgeFilter.
- smudgeFilterCommand - Variable in class org.eclipse.jgit.dircache.DirCacheCheckout.CheckoutMetadata
-
filter command to apply
- smudgeLfsBlob(Repository, ObjectLoader) - Static method in class org.eclipse.jgit.lfs.LfsBlobFilter
-
In case the given
ObjectLoader
points to a LFS pointer file replace the loader with one pointing to the LFS media file contents. - smudgeRacilyClean() - Method in class org.eclipse.jgit.dircache.DirCacheEntry
-
Force this entry to no longer match its working tree file.
- SOCK_STREAM - Static variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Sockets
-
Socket type for duplex sockets.
- SockAddr(String, Charset) - Constructor for class org.eclipse.jgit.internal.transport.sshd.agent.connector.Sockets.SockAddr
-
Creates a new
Sockets.SockAddr
for the givenpath
. - Sockets - Class in org.eclipse.jgit.internal.transport.sshd.agent.connector
-
Common things for socket communication.
- Sockets.SockAddr - Class in org.eclipse.jgit.internal.transport.sshd.agent.connector
-
Very simple representation of the C SockAddr type.
- Socks5ClientConnector - Class in org.eclipse.jgit.internal.transport.sshd.proxy
-
A
AbstractClientProxyConnector
to connect through a SOCKS5 proxy. - Socks5ClientConnector(InetSocketAddress, InetSocketAddress) - Constructor for class org.eclipse.jgit.internal.transport.sshd.proxy.Socks5ClientConnector
-
Creates a new
Socks5ClientConnector
. - Socks5ClientConnector(InetSocketAddress, InetSocketAddress, String, char[]) - Constructor for class org.eclipse.jgit.internal.transport.sshd.proxy.Socks5ClientConnector
-
Creates a new
Socks5ClientConnector
. - SOFT - org.eclipse.jgit.api.ResetCommand.ResetType
-
Just change the ref, the index and workdir are not changed.
- sort() - Method in class org.eclipse.jgit.util.LongList
-
Sort the list of longs according to their natural ordering.
- sort() - Method in class org.eclipse.jgit.util.RefList.Builder
-
Sort the list's backing array in-place.
- sort(Collection<Ref>) - Static method in class org.eclipse.jgit.lib.RefComparator
-
Sorts the collection of refs, returning a new collection.
- sort(RevSort) - Method in class org.eclipse.jgit.revwalk.ObjectWalk
-
Select a single sorting strategy for the returned commits.
- sort(RevSort) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Select a single sorting strategy for the returned commits.
- sort(RevSort, boolean) - Method in class org.eclipse.jgit.revplot.PlotWalk
-
Add or remove a sorting strategy for the returned commits.
- sort(RevSort, boolean) - Method in class org.eclipse.jgit.revwalk.ObjectWalk
-
Add or remove a sorting strategy for the returned commits.
- sort(RevSort, boolean) - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Add or remove a sorting strategy for the returned commits.
- SORT - Static variable in class org.eclipse.jgit.internal.storage.file.Pack
-
Sorts PackFiles to be most recently created to least recently created.
- sortAndWriteRefs(Collection<Ref>) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter
-
Sort a collection of references and write them to the reftable.
- source - Variable in class org.eclipse.jgit.lib.RefRename
-
Update operation to read and delete the source reference.
- source(RevWalk) - Method in class org.eclipse.jgit.revplot.PlotCommitList
-
Set the revision walker this list populates itself from.
- source(RevWalk) - Method in class org.eclipse.jgit.revwalk.RevCommitList
-
Set the revision walker this list populates itself from.
- sourceCommits - Variable in class org.eclipse.jgit.merge.Merger
-
If
Merger.sourceObjects
[i] is a commit, this is the commit. - sourceDestinationMustMatch - Variable in class org.eclipse.jgit.internal.JGitText
- sourceIsNotAWildcard - Variable in class org.eclipse.jgit.internal.JGitText
- sourceObjects - Variable in class org.eclipse.jgit.merge.Merger
-
The original objects supplied in the merge; this can be any tree-ish.
- sourceRefDoesntResolveToAnyObject - Variable in class org.eclipse.jgit.internal.JGitText
- sourceRefNotSpecifiedForRefspec - Variable in class org.eclipse.jgit.internal.JGitText
- sourceTrees - Variable in class org.eclipse.jgit.merge.Merger
-
The trees matching every entry in
Merger.sourceObjects
. - split(String, char) - Static method in class org.eclipse.jgit.ignore.internal.Strings
-
Splits given string to substrings by given separator
- SPNEGO - Static variable in class org.eclipse.jgit.internal.transport.sshd.GssApiMechanisms
-
SGNEGO is not to be used with ssh.
- SQUASH - org.eclipse.jgit.lib.RebaseTodoLine.Action
-
Use commit, but meld into previous commit
- SQUASH_MSG - Static variable in class org.eclipse.jgit.lib.Constants
-
name of the file containing the commit msg for a squash commit
- squashCommitNotUpdatingHEAD - Variable in class org.eclipse.jgit.internal.JGitText
- SquashMessageFormatter - Class in org.eclipse.jgit.merge
-
Formatter for constructing the commit message for a squashed commit.
- SquashMessageFormatter() - Constructor for class org.eclipse.jgit.merge.SquashMessageFormatter
-
Create a new squash message formatter.
- SSH_DEFAULT_PORT - Static variable in class org.eclipse.jgit.transport.SshConstants
-
IANA assigned port number for ssh.
- SSH_DIR - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Default name for a ssh directory.
- SSH_SCHEME - Static variable in class org.eclipse.jgit.transport.SshConstants
-
URI scheme for ssh.
- SshAgentClient - Class in org.eclipse.jgit.internal.transport.sshd.agent
-
A client for an SSH2 agent.
- SshAgentClient(Connector) - Constructor for class org.eclipse.jgit.internal.transport.sshd.agent.SshAgentClient
-
Creates a new
SshAgentClient
implementing the SSH2 ssh agent protocol, using the givenConnector
to connect to the SSH agent and to exchange messages. - sshAgentEdDSAFormatError - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- sshAgentPayloadLengthError - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- sshAgentReplyLengthError - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- sshAgentReplyUnexpected - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- sshAgentShortReadBuffer - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- sshAgentUnknownKey - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- sshAgentWrongKeyLength - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- sshAgentWrongNumberOfKeys - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- SshBasicTestBase - Class in org.eclipse.jgit.junit.ssh
-
Some minimal cloning and fetching tests.
- SshBasicTestBase() - Constructor for class org.eclipse.jgit.junit.ssh.SshBasicTestBase
- sshClosingDown - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- sshCommandFailed - Variable in class org.eclipse.jgit.internal.JGitText
- sshCommandTimeout - Variable in class org.eclipse.jgit.internal.JGitText
- sshCommandTimeout - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- SshConfigStore - Interface in org.eclipse.jgit.transport
-
An abstraction for a SSH config storage, like the OpenSSH ~/.ssh/config file.
- SshConfigStore.HostConfig - Interface in org.eclipse.jgit.transport
-
A host entry from the ssh config.
- SshConstants - Class in org.eclipse.jgit.transport
-
Constants relating to ssh.
- sshDir - Variable in class org.eclipse.jgit.junit.ssh.SshTestHarness
- SshDriver - Enum in org.eclipse.jgit.pgm.internal
-
Simple enumeration for the available built-in ssh clients.
- SshdSession - Class in org.eclipse.jgit.transport.sshd
-
An implementation of
RemoteSession
 based on Apache MINA sshd. - SshdSessionFactory - Class in org.eclipse.jgit.transport.sshd
-
A
SshSessionFactory
that uses Apache MINA sshd. - SshdSessionFactory() - Constructor for class org.eclipse.jgit.transport.sshd.SshdSessionFactory
-
Creates a new
SshdSessionFactory
without key cache and aDefaultProxyDataFactory
. - SshdSessionFactory(KeyCache, ProxyDataFactory) - Constructor for class org.eclipse.jgit.transport.sshd.SshdSessionFactory
- SshdSessionFactoryBuilder - Class in org.eclipse.jgit.transport.sshd
-
A builder API to configure
SshdSessionFactories
. - SshdSessionFactoryBuilder() - Constructor for class org.eclipse.jgit.transport.sshd.SshdSessionFactoryBuilder
- SshdSessionFactoryBuilder.ConfigStoreFactory - Interface in org.eclipse.jgit.transport.sshd
-
A factory interface for creating a
SshConfigStore
. - SshdText - Class in org.eclipse.jgit.internal.transport.sshd
-
Externalized text messages for localization.
- SshdText() - Constructor for class org.eclipse.jgit.internal.transport.sshd.SshdText
- sshProcessStillRunning - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- sshProxySessionCloseFailed - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- SshSessionFactory - Class in org.eclipse.jgit.transport
-
Creates and destroys SSH connections to a remote system.
- SshSessionFactory() - Constructor for class org.eclipse.jgit.transport.SshSessionFactory
- SshSupport - Class in org.eclipse.jgit.util
-
Extra utilities to support usage of SSH.
- SshSupport() - Constructor for class org.eclipse.jgit.util.SshSupport
- SshTestBase - Class in org.eclipse.jgit.junit.ssh
-
The ssh tests.
- SshTestBase() - Constructor for class org.eclipse.jgit.junit.ssh.SshTestBase
- SshTestGitServer - Class in org.eclipse.jgit.junit.ssh
-
A simple ssh/sftp git test server based on Apache MINA sshd.
- SshTestGitServer(String, Path, Repository, byte[]) - Constructor for class org.eclipse.jgit.junit.ssh.SshTestGitServer
-
Creates a ssh git test server.
- SshTestGitServer(String, Path, Repository, KeyPair) - Constructor for class org.eclipse.jgit.junit.ssh.SshTestGitServer
-
Creates a ssh git test server.
- SshTestGitServer(String, PublicKey, Repository, KeyPair) - Constructor for class org.eclipse.jgit.junit.ssh.SshTestGitServer
-
Creates a ssh git test server.
- SshTestHarness - Class in org.eclipse.jgit.junit.ssh
-
Root class for ssh tests.
- SshTestHarness() - Constructor for class org.eclipse.jgit.junit.ssh.SshTestHarness
- SshTestHarness.LogEntry - Class in org.eclipse.jgit.junit.ssh
- SshTestHarness.TestCredentialsProvider - Class in org.eclipse.jgit.junit.ssh
- SshTransport - Class in org.eclipse.jgit.transport
-
The base class for transports that use SSH protocol.
- SshTransport(Repository, URIish) - Constructor for class org.eclipse.jgit.transport.SshTransport
-
Create a new transport instance.
- SshTransport(URIish) - Constructor for class org.eclipse.jgit.transport.SshTransport
-
Create a new transport instance without a local repository.
- sshUserNameError - Variable in class org.eclipse.jgit.internal.transport.ssh.jsch.JSchText
- SSL_VERIFY_KEY - Static variable in class org.eclipse.jgit.transport.HttpConfig
-
git config key for the "sslVerify" setting.
- sslFailureCause - Variable in class org.eclipse.jgit.internal.JGitText
- sslFailureExceptionMessage - Variable in class org.eclipse.jgit.internal.JGitText
- sslFailureInfo - Variable in class org.eclipse.jgit.internal.JGitText
- sslFailureTrustExplanation - Variable in class org.eclipse.jgit.internal.JGitText
- sslTrustAlways - Variable in class org.eclipse.jgit.internal.JGitText
- sslTrustForRepo - Variable in class org.eclipse.jgit.internal.JGitText
- sslTrustNow - Variable in class org.eclipse.jgit.internal.JGitText
- sslVerifyCannotSave - Variable in class org.eclipse.jgit.internal.JGitText
- stack() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReftableDatabase
-
Obtain a handle to the stack of reftables.
- STAGE_0 - Static variable in class org.eclipse.jgit.dircache.DirCacheEntry
-
The standard (fully merged) stage for an entry.
- STAGE_1 - Static variable in class org.eclipse.jgit.dircache.DirCacheEntry
-
The base tree revision for an entry.
- STAGE_2 - Static variable in class org.eclipse.jgit.dircache.DirCacheEntry
-
The first tree revision (usually called "ours").
- STAGE_3 - Static variable in class org.eclipse.jgit.dircache.DirCacheEntry
-
The second tree revision (usually called "theirs").
- staleRevFlagsOn - Variable in class org.eclipse.jgit.internal.JGitText
- start() - Method in interface org.eclipse.jgit.internal.transport.sshd.auth.AuthenticationHandler
-
Produces the initial authentication token that can be then retrieved via
AuthenticationHandler.getToken()
. - start() - Method in class org.eclipse.jgit.internal.transport.sshd.auth.BasicAuthentication
- start() - Method in class org.eclipse.jgit.internal.transport.sshd.auth.GssApiAuthentication
- start() - Method in class org.eclipse.jgit.junit.http.SimpleHttpServer
-
Start the server
- start() - Method in class org.eclipse.jgit.junit.ssh.SshTestGitServer
-
Starts the test server, listening on a random port.
- start() - Method in class org.eclipse.jgit.transport.Daemon
-
Start this daemon on a background thread.
- start(int) - Method in class org.eclipse.jgit.junit.StrictWorkMonitor
-
Advise the monitor of the total number of subtasks.
- start(int) - Method in class org.eclipse.jgit.lib.BatchingProgressMonitor
-
Advise the monitor of the total number of subtasks.
- start(int) - Method in class org.eclipse.jgit.lib.EmptyProgressMonitor
-
Advise the monitor of the total number of subtasks.
- start(int) - Method in class org.eclipse.jgit.lib.NullProgressMonitor
-
Advise the monitor of the total number of subtasks.
- start(int) - Method in interface org.eclipse.jgit.lib.ProgressMonitor
-
Advise the monitor of the total number of subtasks.
- start(int) - Method in class org.eclipse.jgit.lib.ThreadSafeProgressMonitor
-
Advise the monitor of the total number of subtasks.
- start(BundleContext) - Method in class org.eclipse.jgit.archive.FormatActivator
-
Registers all included archive formats by calling
ArchiveFormats.registerAll()
. - startElement(String, String, String, Attributes) - Method in class org.eclipse.jgit.gitrepo.ManifestParser
- startingReadStageWithoutWrittenRequestDataPendingIsNotSupported - Variable in class org.eclipse.jgit.internal.JGitText
- startsWith(AbbreviatedLongObjectId) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Tests if this LongObjectId starts with the given abbreviation.
- startsWith(AbbreviatedObjectId) - Method in class org.eclipse.jgit.lib.AnyObjectId
-
Tests if this ObjectId starts with the given abbreviation.
- startWorker() - Method in class org.eclipse.jgit.lib.ThreadSafeProgressMonitor
-
Notify the monitor a worker is starting.
- startWorkers(int) - Method in class org.eclipse.jgit.lib.ThreadSafeProgressMonitor
-
Notify the monitor of workers starting.
- STASH - Static variable in class org.eclipse.jgit.lib.Constants
-
Default stash branch name
- STASH_APPLY_CONFLICTS - org.eclipse.jgit.api.RebaseResult.Status
-
Applying stash resulted in conflicts
- stashApply() - Method in class org.eclipse.jgit.api.Git
-
Returs a command object used to apply a stashed commit
- StashApplyCommand - Class in org.eclipse.jgit.api
-
Command class to apply a stashed commit.
- StashApplyCommand(Repository) - Constructor for class org.eclipse.jgit.api.StashApplyCommand
-
Create command to apply the changes of a stashed commit
- stashApplyConflict - Variable in class org.eclipse.jgit.internal.JGitText
- stashApplyFailed - Variable in class org.eclipse.jgit.internal.JGitText
- StashApplyFailureException - Exception in org.eclipse.jgit.api.errors
-
Thrown from StashApplyCommand when stash apply fails
- StashApplyFailureException(String) - Constructor for exception org.eclipse.jgit.api.errors.StashApplyFailureException
-
Create a StashApplyFailedException
- StashApplyFailureException(String, Throwable) - Constructor for exception org.eclipse.jgit.api.errors.StashApplyFailureException
-
Constructor for StashApplyFailureException
- stashApplyOnUnsafeRepository - Variable in class org.eclipse.jgit.internal.JGitText
- stashApplyWithoutHead - Variable in class org.eclipse.jgit.internal.JGitText
- stashCommitIncorrectNumberOfParents - Variable in class org.eclipse.jgit.internal.JGitText
- stashCreate() - Method in class org.eclipse.jgit.api.Git
-
Return a command object used to create a stashed commit
- StashCreateCommand - Class in org.eclipse.jgit.api
-
Command class to stash changes in the working directory and index in a commit.
- StashCreateCommand(Repository) - Constructor for class org.eclipse.jgit.api.StashCreateCommand
-
Create a command to stash changes in the working directory and index
- stashDrop() - Method in class org.eclipse.jgit.api.Git
-
Return a command object used to drop a stashed commit
- StashDropCommand - Class in org.eclipse.jgit.api
-
Command class to delete a stashed commit reference
- StashDropCommand(Repository) - Constructor for class org.eclipse.jgit.api.StashDropCommand
-
Constructor for StashDropCommand.
- stashDropDeleteRefFailed - Variable in class org.eclipse.jgit.internal.JGitText
- stashDropFailed - Variable in class org.eclipse.jgit.internal.JGitText
- stashDropMissingReflog - Variable in class org.eclipse.jgit.internal.JGitText
- stashDropNotSupported - Variable in class org.eclipse.jgit.internal.JGitText
- stashFailed - Variable in class org.eclipse.jgit.internal.JGitText
- stashList() - Method in class org.eclipse.jgit.api.Git
-
Return a command object used to list stashed commits
- StashListCommand - Class in org.eclipse.jgit.api
-
Command class to list the stashed commits in a repository.
- StashListCommand(Repository) - Constructor for class org.eclipse.jgit.api.StashListCommand
-
Create a new stash list command
- stashResolveFailed - Variable in class org.eclipse.jgit.internal.JGitText
- State() - Constructor for class org.eclipse.jgit.transport.sshd.IdentityPasswordProvider.State
- StatefulProxyConnector - Interface in org.eclipse.jgit.internal.transport.sshd.proxy
-
Some proxy connections are stateful and require the exchange of multiple request-reply messages.
- statelessRPCRequiresOptionToBeEnabled - Variable in class org.eclipse.jgit.internal.JGitText
- Stats - Class in org.eclipse.jgit.util
-
Simple double statistics, computed incrementally, variance and standard deviation using Welford's online algorithm, see https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Welford's_online_algorithm
- Stats() - Constructor for class org.eclipse.jgit.util.Stats
- status() - Method in class org.eclipse.jgit.api.Git
-
Return a command object to execute a
status
command - Status - Class in org.eclipse.jgit.api
-
A class telling where the working-tree, the index and the current HEAD differ from each other.
- Status(IndexDiff) - Constructor for class org.eclipse.jgit.api.Status
-
Constructor for Status.
- statusAddedByThem - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- statusAddedByUs - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- statusBothAdded - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- statusBothDeleted - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- statusBothModified - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- StatusCommand - Class in org.eclipse.jgit.api
-
A class used to execute a
Status
command. - StatusCommand(Repository) - Constructor for class org.eclipse.jgit.api.StatusCommand
-
Constructor for StatusCommand.
- statusDeletedByThem - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- statusDeletedByUs - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- statusFileListFormat - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- statusFileListFormatUnmerged - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- statusFileListFormatWithPrefix - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- StatusLine - Class in org.eclipse.jgit.internal.transport.sshd.proxy
-
A very simple representation of a HTTP status line.
- StatusLine(String, int, String) - Constructor for class org.eclipse.jgit.internal.transport.sshd.proxy.StatusLine
-
Create a new
StatusLine
with the given response code and reason string. - statusModified - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- statusNewFile - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- statusRemoved - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- stddev() - Method in class org.eclipse.jgit.util.Stats
- stop() - Method in class org.eclipse.jgit.junit.http.SimpleHttpServer
-
Stop the server.
- stop() - Method in class org.eclipse.jgit.junit.ssh.SshTestGitServer
-
Stops the test server.
- stop() - Method in class org.eclipse.jgit.transport.Daemon
-
Stop this daemon.
- stop(BundleContext) - Method in class org.eclipse.jgit.archive.FormatActivator
-
Cleans up after
FormatActivator.start(BundleContext)
by callingArchiveFormats.unregisterAll()
. - stopAndWait() - Method in class org.eclipse.jgit.transport.Daemon
-
Stops this daemon and waits until it's acceptor thread has finished.
- STOPPED - org.eclipse.jgit.api.RebaseResult.Status
-
Stopped due to a conflict; must either abort or resolve or skip
- STOPPED_SHA - Static variable in class org.eclipse.jgit.api.RebaseCommand
-
The name of the "stopped-sha" file
- stopWalk() - Method in class org.eclipse.jgit.dircache.DirCacheBuildIterator
-
Indicates to the iterator that no more entries will be read.
- stopWalk() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
Indicates to the iterator that no more entries will be read.
- stopWalk() - Method in class org.eclipse.jgit.treewalk.EmptyTreeIterator
-
Indicates to the iterator that no more entries will be read.
- StopWalkException - Exception in org.eclipse.jgit.errors
-
Stops the driver loop of walker and finish with current results.
- StoredConfig - Class in org.eclipse.jgit.lib
-
Persistent configuration that can be stored and loaded from a location.
- StoredConfig() - Constructor for class org.eclipse.jgit.lib.StoredConfig
-
Create a configuration with no default fallback.
- StoredConfig(Config) - Constructor for class org.eclipse.jgit.lib.StoredConfig
-
Create an empty configuration with a fallback for missing keys.
- StoredObjectRepresentation - Class in org.eclipse.jgit.internal.storage.pack
-
An object representation
PackWriter
can consider for packing. - StoredObjectRepresentation() - Constructor for class org.eclipse.jgit.internal.storage.pack.StoredObjectRepresentation
- StoredObjectRepresentationNotAvailableException - Exception in org.eclipse.jgit.errors
-
A previously selected representation is no longer available.
- StoredObjectRepresentationNotAvailableException(Throwable) - Constructor for exception org.eclipse.jgit.errors.StoredObjectRepresentationNotAvailableException
-
Creates a new instance.
- storePushCertMultipleRefs - Variable in class org.eclipse.jgit.internal.JGitText
- storePushCertOneRef - Variable in class org.eclipse.jgit.internal.JGitText
- storePushCertReflog - Variable in class org.eclipse.jgit.internal.JGitText
- StrategyOneSided - Class in org.eclipse.jgit.merge
-
Trivial merge strategy to make the resulting tree exactly match an input.
- StrategyOneSided(String, int) - Constructor for class org.eclipse.jgit.merge.StrategyOneSided
-
Create a new merge strategy to select a specific input tree.
- StrategyRecursive - Class in org.eclipse.jgit.merge
-
A three-way merge strategy performing a content-merge if necessary
- StrategyRecursive() - Constructor for class org.eclipse.jgit.merge.StrategyRecursive
- StrategyResolve - Class in org.eclipse.jgit.merge
-
A three-way merge strategy performing a content-merge if necessary
- StrategyResolve() - Constructor for class org.eclipse.jgit.merge.StrategyResolve
- StrategySimpleTwoWayInCore - Class in org.eclipse.jgit.merge
-
Merges two commits together in-memory, ignoring any working directory.
- StrategySimpleTwoWayInCore() - Constructor for class org.eclipse.jgit.merge.StrategySimpleTwoWayInCore
-
Create a new instance of the strategy.
- StreamCopyThread - Class in org.eclipse.jgit.util.io
-
Thread to copy from an input stream to an output stream.
- StreamCopyThread(InputStream, OutputStream) - Constructor for class org.eclipse.jgit.util.io.StreamCopyThread
-
Create a thread to copy data from an input stream to an output stream.
- streamFileThreshold - Variable in class org.eclipse.jgit.lib.ObjectReader
-
The threshold at which a file will be streamed rather than loaded entirely into memory.
- STRICT_HOST_KEY_CHECKING - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file.
- StrictWorkMonitor - Class in org.eclipse.jgit.junit
-
Strict work monitor
- StrictWorkMonitor() - Constructor for class org.eclipse.jgit.junit.StrictWorkMonitor
- Strings - Class in org.eclipse.jgit.ignore.internal
-
Various
String
related utility methods, written mostly to avoid generation of new String objects (e.g. - Strings() - Constructor for class org.eclipse.jgit.ignore.internal.Strings
- StringType(String, boolean) - Constructor for class org.eclipse.jgit.transport.CredentialItem.StringType
-
Initialize a prompt for a single string.
- StringUtils - Class in org.eclipse.jgit.util
-
Miscellaneous string comparison utility methods.
- STRIP - org.eclipse.jgit.lib.CommitConfig.CleanupMode
-
CommitConfig.CleanupMode.WHITESPACE
, additionally remove comment lines. - stripServiceSuffix(String) - Static method in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Strip the Git service suffix from a request path.
- stripTrailing(String, char) - Static method in class org.eclipse.jgit.ignore.internal.Strings
-
Strip trailing characters
- stripTrailingSeparator(String) - Static method in class org.eclipse.jgit.util.Paths
-
Remove trailing
'/'
if present. - stripTrailingWhitespace(String) - Static method in class org.eclipse.jgit.ignore.internal.Strings
-
Strip trailing whitespace characters
- stripWorkDir(File, File) - Static method in class org.eclipse.jgit.lib.Repository
-
Strip work dir and return normalized repository path.
- SubcommandHandler - Class in org.eclipse.jgit.pgm.opt
-
Custom Argument handler for jgit command selection.
- SubcommandHandler(CmdLineParser, OptionDef, Setter<? super TextBuiltin>) - Constructor for class org.eclipse.jgit.pgm.opt.SubcommandHandler
-
Create a new handler for the command name.
- submoduleAdd() - Method in class org.eclipse.jgit.api.Git
-
Return a command object to execute a
submodule add
command - SubmoduleAddCommand - Class in org.eclipse.jgit.api
-
A class used to execute a submodule add command.
- SubmoduleAddCommand(Repository) - Constructor for class org.eclipse.jgit.api.SubmoduleAddCommand
-
Constructor for SubmoduleAddCommand.
- SubmoduleConfig - Class in org.eclipse.jgit.lib
-
Submodule section of a Git configuration file.
- SubmoduleConfig() - Constructor for class org.eclipse.jgit.lib.SubmoduleConfig
- SubmoduleConfig.FetchRecurseSubmodulesMode - Enum in org.eclipse.jgit.lib
-
Config values for submodule.[name].fetchRecurseSubmodules.
- SubmoduleConflict - Class in org.eclipse.jgit.submodule
-
Merges expect that conflicts will consist of Sequences, but that doesn't really make sense for submodules.
- SubmoduleConflict(ObjectId) - Constructor for class org.eclipse.jgit.submodule.SubmoduleConflict
-
Create a SubmoduleConflict for the given submodule object id
- submoduleDeinit() - Method in class org.eclipse.jgit.api.Git
-
Returns a command object to execute a
submodule deinit
command - SubmoduleDeinitCommand - Class in org.eclipse.jgit.api
-
A class used to execute a submodule deinit command.
- SubmoduleDeinitCommand(Repository) - Constructor for class org.eclipse.jgit.api.SubmoduleDeinitCommand
-
Constructor of SubmoduleDeinitCommand
- SubmoduleDeinitCommand.NoSuchSubmoduleException - Exception in org.eclipse.jgit.api
-
The user tried to deinitialize a submodule that doesn't exist in the index.
- SubmoduleDeinitCommand.SubmoduleDeinitStatus - Enum in org.eclipse.jgit.api
-
The effect of a submodule deinit command for a given path
- SubmoduleDeinitResult - Class in org.eclipse.jgit.api
-
The result of a submodule deinit command for a particular path
- SubmoduleDeinitResult(String, SubmoduleDeinitCommand.SubmoduleDeinitStatus) - Constructor for class org.eclipse.jgit.api.SubmoduleDeinitResult
-
Constructor for SubmoduleDeinitResult
- submoduleExists - Variable in class org.eclipse.jgit.internal.JGitText
- submoduleExists() - Method in class org.eclipse.jgit.api.SubmoduleAddCommand
-
Is the configured already a submodule in the index?
- submoduleInit() - Method in class org.eclipse.jgit.api.Git
-
Return a command object to execute a
submodule init
command - SubmoduleInitCommand - Class in org.eclipse.jgit.api
-
A class used to execute a submodule init command.
- SubmoduleInitCommand(Repository) - Constructor for class org.eclipse.jgit.api.SubmoduleInitCommand
-
Constructor for SubmoduleInitCommand.
- submoduleNameInvalid - Variable in class org.eclipse.jgit.internal.JGitText
- submoduleParentRemoteUrlInvalid - Variable in class org.eclipse.jgit.internal.JGitText
- submodulePathInvalid - Variable in class org.eclipse.jgit.internal.JGitText
- submoduleRegistered - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- submoduleResults() - Method in class org.eclipse.jgit.transport.FetchResult
-
Get fetch results for submodules.
- submoduleStatus() - Method in class org.eclipse.jgit.api.Git
-
Returns a command object to execute a
submodule status
command - SubmoduleStatus - Class in org.eclipse.jgit.submodule
-
Status class containing the type, path, and commit id of the submodule.
- SubmoduleStatus(SubmoduleStatusType, String, ObjectId) - Constructor for class org.eclipse.jgit.submodule.SubmoduleStatus
-
Create submodule status
- SubmoduleStatus(SubmoduleStatusType, String, ObjectId, ObjectId) - Constructor for class org.eclipse.jgit.submodule.SubmoduleStatus
-
Create submodule status
- SubmoduleStatusCommand - Class in org.eclipse.jgit.api
-
A class used to execute a submodule status command.
- SubmoduleStatusCommand(Repository) - Constructor for class org.eclipse.jgit.api.SubmoduleStatusCommand
-
Constructor for SubmoduleStatusCommand.
- SubmoduleStatusType - Enum in org.eclipse.jgit.submodule
-
Enumeration of different statuses that a submodule can be in
- submoduleSync() - Method in class org.eclipse.jgit.api.Git
-
Return a command object to execute a
submodule sync
command - SubmoduleSyncCommand - Class in org.eclipse.jgit.api
-
A class used to execute a submodule sync command.
- SubmoduleSyncCommand(Repository) - Constructor for class org.eclipse.jgit.api.SubmoduleSyncCommand
-
Constructor for SubmoduleSyncCommand.
- submoduleUpdate() - Method in class org.eclipse.jgit.api.Git
-
Return a command object to execute a
submodule update
command - SubmoduleUpdateCommand - Class in org.eclipse.jgit.api
-
A class used to execute a submodule update command.
- SubmoduleUpdateCommand(Repository) - Constructor for class org.eclipse.jgit.api.SubmoduleUpdateCommand
-
Constructor for SubmoduleUpdateCommand.
- submoduleUrlInvalid - Variable in class org.eclipse.jgit.internal.JGitText
- SubmoduleValidator - Class in org.eclipse.jgit.internal.submodule
-
Validations for the git submodule fields (name, path, uri).
- SubmoduleValidator() - Constructor for class org.eclipse.jgit.internal.submodule.SubmoduleValidator
- SubmoduleValidator.SubmoduleValidationException - Exception in org.eclipse.jgit.internal.submodule
-
Error validating a git submodule declaration
- SubmoduleWalk - Class in org.eclipse.jgit.submodule
-
Walker that visits all submodule entries found in a tree
- SubmoduleWalk(Repository) - Constructor for class org.eclipse.jgit.submodule.SubmoduleWalk
-
Create submodule generator
- SubmoduleWalk.IgnoreSubmoduleMode - Enum in org.eclipse.jgit.submodule
-
The values for the config parameter submodule.<name>.ignore
- subSequence(int, int) - Method in class org.eclipse.jgit.util.RawCharSequence
- Subsequence<S extends Sequence> - Class in org.eclipse.jgit.diff
-
Wraps a
Sequence
to have a narrower range of elements. - Subsequence(S, int, int) - Constructor for class org.eclipse.jgit.diff.Subsequence
-
Construct a subset of another sequence.
- SubsequenceComparator<S extends Sequence> - Class in org.eclipse.jgit.diff
-
Wrap another comparator for use with
Subsequence
. - SubsequenceComparator(SequenceComparator<? super S>) - Constructor for class org.eclipse.jgit.diff.SubsequenceComparator
-
Construct a comparator wrapping another comparator.
- SubStringRevFilter - Class in org.eclipse.jgit.revwalk.filter
-
Abstract filter that searches text using only substring search.
- SubStringRevFilter(String) - Constructor for class org.eclipse.jgit.revwalk.filter.SubStringRevFilter
-
Construct a new matching filter.
- SUCCESS - org.eclipse.jgit.api.SubmoduleDeinitCommand.SubmoduleDeinitStatus
-
The submodule was deinitialized
- suffixes() - Method in interface org.eclipse.jgit.api.ArchiveCommand.Format
-
Filename suffixes representing this format (e.g., { ".tar.gz", ".tgz" }).
- suffixes() - Method in class org.eclipse.jgit.archive.TarFormat
-
Filename suffixes representing this format (e.g., { ".tar.gz", ".tgz" }).
- suffixes() - Method in class org.eclipse.jgit.archive.Tbz2Format
-
Filename suffixes representing this format (e.g., { ".tar.gz", ".tgz" }).
- suffixes() - Method in class org.eclipse.jgit.archive.TgzFormat
-
Filename suffixes representing this format (e.g., { ".tar.gz", ".tgz" }).
- suffixes() - Method in class org.eclipse.jgit.archive.TxzFormat
-
Filename suffixes representing this format (e.g., { ".tar.gz", ".tgz" }).
- suffixes() - Method in class org.eclipse.jgit.archive.ZipFormat
-
Filename suffixes representing this format (e.g., { ".tar.gz", ".tgz" }).
- supportOnlyPackIndexVersion2 - Variable in class org.eclipse.jgit.internal.JGitText
- supports(CredentialItem...) - Method in class org.eclipse.jgit.awtui.AwtCredentialsProvider
-
Check if the provider can supply the necessary
CredentialItem
s. - supports(CredentialItem...) - Method in class org.eclipse.jgit.console.ConsoleCredentialsProvider
-
Check if the provider can supply the necessary
CredentialItem
s. - supports(CredentialItem...) - Method in class org.eclipse.jgit.junit.ssh.SshTestHarness.TestCredentialsProvider
- supports(CredentialItem...) - Method in class org.eclipse.jgit.transport.ChainingCredentialsProvider
-
Check if the provider can supply the necessary
CredentialItem
s. - supports(CredentialItem...) - Method in class org.eclipse.jgit.transport.CredentialsProvider
-
Check if the provider can supply the necessary
CredentialItem
s. - supports(CredentialItem...) - Method in class org.eclipse.jgit.transport.NetRCCredentialsProvider
-
Check if the provider can supply the necessary
CredentialItem
s. - supports(CredentialItem...) - Method in class org.eclipse.jgit.transport.UsernamePasswordCredentialsProvider
-
Check if the provider can supply the necessary
CredentialItem
s. - supportsAtomicCreateNewFile() - Method in class org.eclipse.jgit.util.FS_POSIX
-
Does this file system support atomic file creation via java.io.File#createNewFile()? In certain environments (e.g.
- supportsAtomicCreateNewFile() - Method in class org.eclipse.jgit.util.FS
-
Does this file system support atomic file creation via java.io.File#createNewFile()? In certain environments (e.g.
- supportsExecute() - Method in class org.eclipse.jgit.util.FS_POSIX
-
Does this operating system and JRE support the execute flag on files?
- supportsExecute() - Method in class org.eclipse.jgit.util.FS_Win32
-
Does this operating system and JRE support the execute flag on files?
- supportsExecute() - Method in class org.eclipse.jgit.util.FS
-
Does this operating system and JRE support the execute flag on files?
- supportsSymlinks() - Method in class org.eclipse.jgit.util.FS
-
Does this operating system and JRE supports symbolic links.
- swap() - Method in class org.eclipse.jgit.diff.Edit
-
Swap A and B, so the edit goes the other direction.
- switchedToBranch - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- switchedToNewBranch - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- SymbolicRef - Class in org.eclipse.jgit.lib
-
A reference that indirectly points at another
Ref
. - SymbolicRef(String, Ref) - Constructor for class org.eclipse.jgit.lib.SymbolicRef
-
Create a new ref pairing.
- SymbolicRef(String, Ref, long) - Constructor for class org.eclipse.jgit.lib.SymbolicRef
-
Create a new ref pairing.
- SYMLINK - Static variable in class org.eclipse.jgit.lib.FileMode
-
Mode indicating an entry is a symbolic link.
- SymlinksNotSupportedException - Exception in org.eclipse.jgit.errors
-
An exception thrown when a symlink entry is found and cannot be handled.
- SymlinksNotSupportedException(String) - Constructor for exception org.eclipse.jgit.errors.SymlinksNotSupportedException
-
Construct a SymlinksNotSupportedException for the specified link
- SYMREF - Static variable in class org.eclipse.jgit.internal.storage.file.RefDirectory
-
Magic string denoting the start of a symbolic reference file.
- systemConfigFileInvalid - Variable in class org.eclipse.jgit.internal.JGitText
- SystemReader - Class in org.eclipse.jgit.util
-
Interface to read values from the system.
- SystemReader() - Constructor for class org.eclipse.jgit.util.SystemReader
T
- T_BASE - Static variable in class org.eclipse.jgit.merge.ResolveMerger
-
Index of the base tree within the
tree walk
. - T_FILE - Static variable in class org.eclipse.jgit.merge.ResolveMerger
-
Index of the working directory tree within the
tree walk
. - T_INDEX - Static variable in class org.eclipse.jgit.merge.ResolveMerger
-
Index of the index tree within the
tree walk
. - T_OURS - Static variable in class org.eclipse.jgit.merge.ResolveMerger
-
Index of our tree in withthe
tree walk
. - T_THEIRS - Static variable in class org.eclipse.jgit.merge.ResolveMerger
-
Index of their tree within the
tree walk
. - TABLE_FULL_OUT_OF_MEMORY - Static variable in class org.eclipse.jgit.diff.SimilarityIndex
-
A special
SimilarityIndex.TableFullException
used in place of OutOfMemoryError. - TableFullException() - Constructor for exception org.eclipse.jgit.diff.SimilarityIndex.TableFullException
- TABLES_LIST - Static variable in class org.eclipse.jgit.lib.Constants
-
Reftable table list name.
- tag - Static variable in class org.eclipse.jgit.lib.ObjectChecker
-
Header "tag "
- tag() - Method in class org.eclipse.jgit.api.Git
-
Return a command object to execute a
Tag
command - tag(String, RevObject) - Method in class org.eclipse.jgit.junit.TestRepository
-
Construct an annotated tag object pointing at another object.
- tagAlreadyExists - Variable in class org.eclipse.jgit.internal.JGitText
- tagAlreadyExists - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- TagBuilder - Class in org.eclipse.jgit.lib
-
Mutable builder to construct an annotated tag recording a project state.
- TagBuilder() - Constructor for class org.eclipse.jgit.lib.TagBuilder
- TagCommand - Class in org.eclipse.jgit.api
-
Create/update an annotated tag object or a simple unannotated tag
- TagCommand(Repository) - Constructor for class org.eclipse.jgit.api.TagCommand
-
Constructor for TagCommand.
- tagDelete() - Method in class org.eclipse.jgit.api.Git
-
Return a command object used to delete tags
- tagger - Static variable in class org.eclipse.jgit.lib.ObjectChecker
-
Header "tagger "
- tagger(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Locate the "tagger " header line data.
- taggerInfo - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- tagLabel - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- tagList() - Method in class org.eclipse.jgit.api.Git
-
Return a command object used to list tags
- tagMessage(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
-
Locate the position of the tag message body.
- tagNameInvalid - Variable in class org.eclipse.jgit.internal.JGitText
- tagNotFound - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- tagOnRepoWithoutHEADCurrentlyNotSupported - Variable in class org.eclipse.jgit.internal.JGitText
- TagOpt - Enum in org.eclipse.jgit.transport
-
Specification of annotated tag behavior during fetch.
- TAGS - org.eclipse.jgit.api.VerifySignatureCommand.VerifyMode
-
Handle only tags; throw a
WrongObjectTypeException
for anything else. - TarFormat - Class in org.eclipse.jgit.archive
-
Unix TAR format (ustar + some PAX extensions).
- TarFormat() - Constructor for class org.eclipse.jgit.archive.TarFormat
- Tbz2Format - Class in org.eclipse.jgit.archive
-
bzip2-compressed tarball (tar.bz2) format.
- Tbz2Format() - Constructor for class org.eclipse.jgit.archive.Tbz2Format
- TcpTransport - Class in org.eclipse.jgit.transport
-
The base class for transports based on TCP sockets.
- TcpTransport(Repository, URIish) - Constructor for class org.eclipse.jgit.transport.TcpTransport
-
Create a new transport instance.
- TcpTransport(URIish) - Constructor for class org.eclipse.jgit.transport.TcpTransport
-
Create a new transport instance without a local repository.
- teardown() - Method in class org.eclipse.jgit.benchmarks.CreateFileSnapshotBenchmark
- teardown() - Method in class org.eclipse.jgit.benchmarks.FileMoveBenchmark
- teardown() - Method in class org.eclipse.jgit.benchmarks.GetRefsBenchmark.BenchmarkState
- teardown() - Method in class org.eclipse.jgit.benchmarks.LookupFileStoreBenchmark
- teardown() - Method in class org.eclipse.jgit.benchmarks.SimpleLruCacheBenchmark
- tearDown() - Method in class org.eclipse.jgit.junit.http.AppServer
-
Shutdown the server.
- tearDown() - Method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Tear down the test
- tearDown() - Method in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Tear down the test
- tearDown() - Method in class org.eclipse.jgit.junit.RepositoryTestCase
- tearInvocationMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_jmhType_B2
- tearInvocationMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_jmhType_B2
- tearInvocationMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_BenchmarkState_jmhType_B2
- tearInvocationMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_jmhType_B2
- tearInvocationMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.LookupFileStoreBenchmark_jmhType_B2
- tearInvocationMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_jmhType_B2
- tearInvocationMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_jmhType_B2
- tearInvocationMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_jmhType_B2
- tearInvocationMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_BenchmarkState_jmhType_B2
- tearInvocationMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_jmhType_B2
- tearInvocationMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.LookupFileStoreBenchmark_jmhType_B2
- tearInvocationMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_jmhType_B2
- tearIterationMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_jmhType_B2
- tearIterationMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_jmhType_B2
- tearIterationMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_BenchmarkState_jmhType_B2
- tearIterationMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_jmhType_B2
- tearIterationMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.LookupFileStoreBenchmark_jmhType_B2
- tearIterationMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_jmhType_B2
- tearIterationMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_jmhType_B2
- tearIterationMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_jmhType_B2
- tearIterationMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_BenchmarkState_jmhType_B2
- tearIterationMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_jmhType_B2
- tearIterationMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.LookupFileStoreBenchmark_jmhType_B2
- tearIterationMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_jmhType_B2
- tearTrialMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_jmhType_B2
- tearTrialMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_jmhType_B2
- tearTrialMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_BenchmarkState_jmhType_B2
- tearTrialMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_jmhType_B2
- tearTrialMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.LookupFileStoreBenchmark_jmhType_B2
- tearTrialMutex - Variable in class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_jmhType_B2
- tearTrialMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_jmhType_B2
- tearTrialMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.FileMoveBenchmark_jmhType_B2
- tearTrialMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_BenchmarkState_jmhType_B2
- tearTrialMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_jmhType_B2
- tearTrialMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.LookupFileStoreBenchmark_jmhType_B2
- tearTrialMutexUpdater - Static variable in class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_jmhType_B2
- TeeInputStream - Class in org.eclipse.jgit.util.io
-
Input stream that copies data read to another output stream.
- TeeInputStream(InputStream, OutputStream) - Constructor for class org.eclipse.jgit.util.io.TeeInputStream
-
Initialize a tee input stream.
- TeeOutputStream - Class in org.eclipse.jgit.util.io
-
An output stream that writes all data to two streams.
- TeeOutputStream(OutputStream, OutputStream) - Constructor for class org.eclipse.jgit.util.io.TeeOutputStream
-
Initialize a tee output stream.
- TemporaryBuffer - Class in org.eclipse.jgit.util
-
A fully buffered output stream.
- TemporaryBuffer(int) - Constructor for class org.eclipse.jgit.util.TemporaryBuffer
-
Create a new empty temporary buffer.
- TemporaryBuffer(int, int) - Constructor for class org.eclipse.jgit.util.TemporaryBuffer
-
Create a new empty temporary buffer.
- TemporaryBuffer.Heap - Class in org.eclipse.jgit.util
-
A temporary buffer that will never exceed its in-memory limit.
- TemporaryBuffer.LocalFile - Class in org.eclipse.jgit.util
-
A fully buffered output stream using local disk storage for large data.
- TemporaryBufferEntity - Class in org.eclipse.jgit.transport.http.apache
-
A
HttpEntity
which takes its content from aTemporaryBuffer
- TemporaryBufferEntity(TemporaryBuffer) - Constructor for class org.eclipse.jgit.transport.http.apache.TemporaryBufferEntity
-
Construct a new
HttpEntity
which will contain the content stored in the specified buffer - terminate() - Method in class org.eclipse.jgit.util.io.InterruptTimer
-
Shutdown the timer thread, and wait for it to terminate.
- TerminatedByHelpException() - Constructor for exception org.eclipse.jgit.pgm.TextBuiltin.TerminatedByHelpException
-
Default constructor
- TEST_USER - Static variable in class org.eclipse.jgit.junit.ssh.SshTestHarness
- testCacheRead() - Method in class org.eclipse.jgit.benchmarks.SimpleLruCacheBenchmark
- testCacheRead_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SimpleLruCacheBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_readwrite_jmhTest
- testCacheRead_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SimpleLruCacheBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_readwrite_jmhTest
- testCacheRead_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SimpleLruCacheBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_readwrite_jmhTest
- testCacheRead_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SimpleLruCacheBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_readwrite_jmhTest
- testCacheWrite() - Method in class org.eclipse.jgit.benchmarks.SimpleLruCacheBenchmark
- testCacheWrite_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SimpleLruCacheBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_readwrite_jmhTest
- testCacheWrite_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SimpleLruCacheBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_readwrite_jmhTest
- testCacheWrite_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SimpleLruCacheBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_readwrite_jmhTest
- testCacheWrite_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SimpleLruCacheBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.SimpleLruCacheBenchmark_readwrite_jmhTest
- testCreateFile() - Method in class org.eclipse.jgit.benchmarks.CreateFileSnapshotBenchmark
- testCreateFile_AverageTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_testCreateFile_jmhTest
- testCreateFile_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, CreateFileSnapshotBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_testCreateFile_jmhTest
- testCreateFile_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, CreateFileSnapshotBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_testCreateFile_jmhTest
- testCreateFile_SampleTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_testCreateFile_jmhTest
- testCreateFile_SingleShotTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_testCreateFile_jmhTest
- testCreateFile_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, CreateFileSnapshotBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_testCreateFile_jmhTest
- testCreateFile_Throughput(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_testCreateFile_jmhTest
- testCreateFile_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, CreateFileSnapshotBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_testCreateFile_jmhTest
- testCreateFileSnapshot() - Method in class org.eclipse.jgit.benchmarks.CreateFileSnapshotBenchmark
- testCreateFileSnapshot_AverageTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_testCreateFileSnapshot_jmhTest
- testCreateFileSnapshot_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, CreateFileSnapshotBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_testCreateFileSnapshot_jmhTest
- testCreateFileSnapshot_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, CreateFileSnapshotBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_testCreateFileSnapshot_jmhTest
- testCreateFileSnapshot_SampleTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_testCreateFileSnapshot_jmhTest
- testCreateFileSnapshot_SingleShotTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_testCreateFileSnapshot_jmhTest
- testCreateFileSnapshot_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, CreateFileSnapshotBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_testCreateFileSnapshot_jmhTest
- testCreateFileSnapshot_Throughput(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_testCreateFileSnapshot_jmhTest
- testCreateFileSnapshot_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, CreateFileSnapshotBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.CreateFileSnapshotBenchmark_testCreateFileSnapshot_jmhTest
- TestCredentialsProvider(String...) - Constructor for class org.eclipse.jgit.junit.ssh.SshTestHarness.TestCredentialsProvider
- testEcDsaHostKey() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testGetExactRef(Blackhole, GetRefsBenchmark.BenchmarkState) - Method in class org.eclipse.jgit.benchmarks.GetRefsBenchmark
- testGetExactRef_AverageTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_testGetExactRef_jmhTest
- testGetExactRef_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, GetRefsBenchmark_BenchmarkState_jmhType, GetRefsBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_testGetExactRef_jmhTest
- testGetExactRef_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, GetRefsBenchmark_BenchmarkState_jmhType, GetRefsBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_testGetExactRef_jmhTest
- testGetExactRef_SampleTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_testGetExactRef_jmhTest
- testGetExactRef_SingleShotTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_testGetExactRef_jmhTest
- testGetExactRef_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, GetRefsBenchmark_BenchmarkState_jmhType, GetRefsBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_testGetExactRef_jmhTest
- testGetExactRef_Throughput(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_testGetExactRef_jmhTest
- testGetExactRef_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, GetRefsBenchmark_BenchmarkState_jmhType, GetRefsBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_testGetExactRef_jmhTest
- testGetRefsByPrefix(Blackhole, GetRefsBenchmark.BenchmarkState) - Method in class org.eclipse.jgit.benchmarks.GetRefsBenchmark
- testGetRefsByPrefix_AverageTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_testGetRefsByPrefix_jmhTest
- testGetRefsByPrefix_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, GetRefsBenchmark_BenchmarkState_jmhType, GetRefsBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_testGetRefsByPrefix_jmhTest
- testGetRefsByPrefix_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, GetRefsBenchmark_BenchmarkState_jmhType, GetRefsBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_testGetRefsByPrefix_jmhTest
- testGetRefsByPrefix_SampleTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_testGetRefsByPrefix_jmhTest
- testGetRefsByPrefix_SingleShotTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_testGetRefsByPrefix_jmhTest
- testGetRefsByPrefix_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, GetRefsBenchmark_BenchmarkState_jmhType, GetRefsBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_testGetRefsByPrefix_jmhTest
- testGetRefsByPrefix_Throughput(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_testGetRefsByPrefix_jmhTest
- testGetRefsByPrefix_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, GetRefsBenchmark_BenchmarkState_jmhType, GetRefsBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.GetRefsBenchmark_testGetRefsByPrefix_jmhTest
- testKey - Variable in class org.eclipse.jgit.junit.ssh.SshTestGitServer
- testKeyboardInteractiveAuth() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testKeyboardInteractiveAuthCorrectPasswordTooLate() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testKeyboardInteractiveAuthNoPassword() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testKeyboardInteractiveAuthSeveralTimes() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testKeyboardInteractiveAuthWrongPassword() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testLookupFileStore() - Method in class org.eclipse.jgit.benchmarks.LookupFileStoreBenchmark
- testLookupFileStore_AverageTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.LookupFileStoreBenchmark_testLookupFileStore_jmhTest
- testLookupFileStore_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, LookupFileStoreBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.LookupFileStoreBenchmark_testLookupFileStore_jmhTest
- testLookupFileStore_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, LookupFileStoreBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.LookupFileStoreBenchmark_testLookupFileStore_jmhTest
- testLookupFileStore_SampleTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.LookupFileStoreBenchmark_testLookupFileStore_jmhTest
- testLookupFileStore_SingleShotTime(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.LookupFileStoreBenchmark_testLookupFileStore_jmhTest
- testLookupFileStore_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, LookupFileStoreBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.LookupFileStoreBenchmark_testLookupFileStore_jmhTest
- testLookupFileStore_Throughput(InfraControl, ThreadParams) - Method in class org.eclipse.jgit.benchmarks.jmh_generated.LookupFileStoreBenchmark_testLookupFileStore_jmhTest
- testLookupFileStore_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, LookupFileStoreBenchmark_jmhType) - Static method in class org.eclipse.jgit.benchmarks.jmh_generated.LookupFileStoreBenchmark_testLookupFileStore_jmhTest
- testPasswordAuth() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testPasswordAuthCorrectPasswordTooLate() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testPasswordAuthNoPassword() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testPasswordAuthSeveralTimes() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testPasswordAuthWrongPassword() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testPort - Variable in class org.eclipse.jgit.junit.ssh.SshTestHarness
- TestProtocol<C> - Class in org.eclipse.jgit.transport
-
Protocol for transport between manually-specified repositories in tests.
- TestProtocol(UploadPackFactory<C>, ReceivePackFactory<C>) - Constructor for class org.eclipse.jgit.transport.TestProtocol
-
Constructor for TestProtocol.
- TestRepository<R extends Repository> - Class in org.eclipse.jgit.junit
-
Wrapper to make creating test data easier.
- TestRepository(R) - Constructor for class org.eclipse.jgit.junit.TestRepository
-
Wrap a repository with test building tools.
- TestRepository(R, RevWalk) - Constructor for class org.eclipse.jgit.junit.TestRepository
-
Wrap a repository with test building tools.
- TestRepository(R, RevWalk, MockSystemReader) - Constructor for class org.eclipse.jgit.junit.TestRepository
-
Wrap a repository with test building tools.
- TestRepository.BranchBuilder - Class in org.eclipse.jgit.junit
-
Helper to build a branch with one or more commits
- TestRepository.CommitBuilder - Class in org.eclipse.jgit.junit
-
Helper to generate a commit.
- TestRng - Class in org.eclipse.jgit.junit
-
Toy RNG to ensure we get predictable numbers during unit tests.
- TestRng(String) - Constructor for class org.eclipse.jgit.junit.TestRng
-
Create a new random number generator, seeded by a string.
- testRsaHostKeySecond() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSftpCloneWithConfigAndPush() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSftpWithConfig() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSingleCommand() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSingleCommandWithTimeoutExpired() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshCloneWithConfig() - Method in class org.eclipse.jgit.junit.ssh.SshBasicTestBase
- testSshCloneWithConfigAndPush() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshEncryptedUsedKeyCached() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshEncryptedUsedKeySeveralPassword() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshEncryptedUsedKeyWrongPassword() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshFetchWithConfig() - Method in class org.eclipse.jgit.junit.ssh.SshBasicTestBase
- testSshKeys(String) - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshModifiedHostKeyAllow() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshModifiedHostKeyAsk() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshModifiedHostKeyDeny() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshModifiedHostKeyWithProviderDeny() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshWithAliasInConfig() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshWithConfigEncryptedUnusedKey() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshWithConfigEncryptedUnusedKeyInConfigFirst() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshWithConfigEncryptedUnusedKeyInConfigLast() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshWithConfigWrongKey() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshWithDefaultIdentity() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshWithGlobalIdentity() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshWithMinimalHostKeyAlgorithmsInConfig() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshWithNoMatchingAuthInConfig() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshWithoutConfig() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshWithoutKnownHosts() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshWithoutKnownHostsDeny() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshWithoutKnownHostsWithProviderAcceptNew() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshWithoutKnownHostsWithProviderAsk() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshWithUnknownAuthInConfig() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshWithUnknownCiphersInConfig() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshWithUnknownHostKeyAlgorithmsInConfig() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshWithUnknownKexAlgorithmsInConfig() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshWithWrongPortInConfig() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshWithWrongUserNameInConfig() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testUser - Variable in class org.eclipse.jgit.junit.ssh.SshTestGitServer
- text(RevCommit) - Method in class org.eclipse.jgit.revwalk.filter.PatternMatchRevFilter
-
Obtain the raw text to match against.
- text(RevCommit) - Method in class org.eclipse.jgit.revwalk.filter.SubStringRevFilter
-
Obtain the raw text to match against.
- TEXT_CRLF - org.eclipse.jgit.lib.CoreConfig.EolStreamType
-
Convert to CRLF without binary detection.
- TEXT_LF - org.eclipse.jgit.lib.CoreConfig.EolStreamType
-
Convert to LF without binary detection.
- TEXT_PLAIN - Static variable in class org.eclipse.jgit.util.HttpSupport
-
The standard
text/plain
MIME type. - TextBuiltin - Class in org.eclipse.jgit.pgm
-
Abstract command which can be invoked from the command line.
- TextBuiltin() - Constructor for class org.eclipse.jgit.pgm.TextBuiltin
- TextBuiltin.TerminatedByHelpException - Exception in org.eclipse.jgit.pgm
-
Exception thrown by
TextBuiltin
if it proceeds 'help' option - TextProgressMonitor - Class in org.eclipse.jgit.lib
-
A simple progress reporter printing on a stream.
- TextProgressMonitor() - Constructor for class org.eclipse.jgit.lib.TextProgressMonitor
-
Initialize a new progress monitor.
- TextProgressMonitor(Writer) - Constructor for class org.eclipse.jgit.lib.TextProgressMonitor
-
Initialize a new progress monitor.
- Texts - Class in org.eclipse.jgit.internal.transport.sshd.agent.connector
-
Externalized text messages for localization.
- Texts() - Constructor for class org.eclipse.jgit.internal.transport.sshd.agent.connector.Texts
- TgzFormat - Class in org.eclipse.jgit.archive
-
gzip-compressed tarball (tar.gz) format.
- TgzFormat() - Constructor for class org.eclipse.jgit.archive.TgzFormat
- theFactoryMustNotBeNull - Variable in class org.eclipse.jgit.internal.JGitText
- THEIRS - org.eclipse.jgit.api.CheckoutCommand.Stage
-
Theirs stage (#3)
- THEIRS - org.eclipse.jgit.merge.ContentMergeStrategy
-
Resolve the conflict hunk using the theirs version.
- THEIRS - Static variable in class org.eclipse.jgit.merge.MergeStrategy
-
Simple strategy that sets the output tree to the second input tree.
- thinPackBytes - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
The size of the thin pack in bytes, if a thin pack was generated.
- threadInterruptedWhileRunning - Variable in class org.eclipse.jgit.internal.JGitText
- ThreadSafeProgressMonitor - Class in org.eclipse.jgit.lib
-
Wrapper around the general
ProgressMonitor
to make it thread safe. - ThreadSafeProgressMonitor(ProgressMonitor) - Constructor for class org.eclipse.jgit.lib.ThreadSafeProgressMonitor
-
Wrap a ProgressMonitor to be thread safe.
- ThreeWayMerger - Class in org.eclipse.jgit.merge
-
A merge of 2 trees, using a common base ancestor tree.
- ThreeWayMerger(ObjectInserter) - Constructor for class org.eclipse.jgit.merge.ThreeWayMerger
-
Create a new in-core merge instance from an inserter.
- ThreeWayMerger(Repository) - Constructor for class org.eclipse.jgit.merge.ThreeWayMerger
-
Create a new merge instance for a repository.
- ThreeWayMerger(Repository, boolean) - Constructor for class org.eclipse.jgit.merge.ThreeWayMerger
-
Create a new merge instance for a repository.
- ThreeWayMergeStrategy - Class in org.eclipse.jgit.merge
-
A merge strategy to merge 2 trees, using a common base ancestor tree.
- ThreeWayMergeStrategy() - Constructor for class org.eclipse.jgit.merge.ThreeWayMergeStrategy
- through(Filter) - Method in interface org.eclipse.jgit.http.server.glue.ServletBinder
-
Set the filter to trigger while processing the path.
- ThrowingPrintWriter - Class in org.eclipse.jgit.util.io
-
An alternative PrintWriter that doesn't catch exceptions.
- ThrowingPrintWriter(Writer) - Constructor for class org.eclipse.jgit.util.io.ThrowingPrintWriter
-
Construct a JGitPrintWriter
- tick() - Method in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Increment the
LocalDiskRepositoryTestCase.author
andLocalDiskRepositoryTestCase.committer
times. - tick(int) - Method in class org.eclipse.jgit.junit.MockSystemReader
-
Adjusts the current time in seconds.
- tick(int) - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
-
Tick the clock
- tick(int) - Method in class org.eclipse.jgit.junit.TestRepository
-
Adjust the current time that will used by the next commit.
- tick(long, TimeUnit) - Method in class org.eclipse.jgit.junit.time.MonotonicFakeClock
-
Advance the time returned by future calls to
MonotonicFakeClock.propose()
. - timeCompressing - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
Time in ms spent compressing the pack.
- timeCounting - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
Time in ms spent counting the objects that will go into the pack.
- timeInMilliSeconds - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- timeIsUncertain - Variable in class org.eclipse.jgit.internal.JGitText
- timeNegotiating - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
Time in ms spent in the negotiation phase.
- timeout - Variable in class org.eclipse.jgit.api.TransportCommand
-
Configured transport timeout
- TIMEOUT_PROPERTY - Static variable in interface org.eclipse.jgit.internal.transport.sshd.proxy.StatefulProxyConnector
-
A property key for a session property defining the timeout for setting up the proxy connection.
- TimeoutInputStream - Class in org.eclipse.jgit.util.io
-
InputStream with a configurable timeout.
- TimeoutInputStream(InputStream, InterruptTimer) - Constructor for class org.eclipse.jgit.util.io.TimeoutInputStream
-
Wrap an input stream with a timeout on all read operations.
- timeoutMeasureFsTimestampResolution - Variable in class org.eclipse.jgit.internal.JGitText
- TimeoutOutputStream - Class in org.eclipse.jgit.util.io
-
OutputStream with a configurable timeout.
- TimeoutOutputStream(OutputStream, InterruptTimer) - Constructor for class org.eclipse.jgit.util.io.TimeoutOutputStream
-
Wrap an output stream with a timeout on all write operations.
- timerAlreadyTerminated - Variable in class org.eclipse.jgit.internal.JGitText
- timeSearchingForReuse - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
Time in ms spent searching for objects to reuse.
- timeSearchingForSizes - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
Time in ms spent searching for sizes of objects.
- timeSpec(String) - Static method in class org.eclipse.jgit.internal.transport.ssh.OpenSshConfigFile
-
Converts an OpenSSH time value into a number of seconds.
- timestamp() - Method in class org.eclipse.jgit.util.time.ProposedTimestamp
-
Get time since epoch, with up to microsecond resolution.
- TimeUtil - Class in org.eclipse.jgit.junit.time
-
Utility methods for handling timestamps
- TimeUtil() - Constructor for class org.eclipse.jgit.junit.time.TimeUtil
- timeWriting - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
Time in ms spent writing the pack.
- TIP - org.eclipse.jgit.transport.UploadPack.RequestPolicy
-
Client may ask for objects that are the tip of any reference, even if not advertised.
- TipRequestValidator() - Constructor for class org.eclipse.jgit.transport.UploadPack.TipRequestValidator
- tkdiff - org.eclipse.jgit.internal.diffmergetool.CommandLineDiffTool
- tkdiff - org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
- tmp - Variable in class org.eclipse.jgit.internal.storage.file.PackIndexWriter
-
A temporary buffer for use during IO to {link #out}.
- toASCIIString() - Method in class org.eclipse.jgit.transport.URIish
-
Get the URI as an ASCII string.
- toBase(EditList, Subsequence<S>, Subsequence<S>) - Static method in class org.eclipse.jgit.diff.Subsequence
-
Adjust the Edits to reflect positions in the base sequence.
- toBase(Edit, Subsequence<S>, Subsequence<S>) - Static method in class org.eclipse.jgit.diff.Subsequence
-
Adjust the Edit to reflect positions in the base sequence.
- toBoolean(String) - Static method in class org.eclipse.jgit.util.StringUtils
-
Parse a string as a standard Git boolean value.
- toBooleanOrNull(String) - Static method in class org.eclipse.jgit.util.StringUtils
-
Parse a string as a standard Git boolean value.
- toByteArray() - Method in class org.eclipse.jgit.lib.CommitBuilder
-
Format this builder's state as a commit object.
- toByteArray() - Method in class org.eclipse.jgit.lib.TagBuilder
-
Deprecated.since 5.11; use
TagBuilder.build()
instead - toByteArray() - Method in class org.eclipse.jgit.lib.TreeFormatter
-
Copy this formatter's buffer into a byte array.
- toByteArray() - Method in class org.eclipse.jgit.util.TemporaryBuffer.LocalFile
- toByteArray() - Method in class org.eclipse.jgit.util.TemporaryBuffer
-
Convert this buffer's contents into a contiguous byte array.
- toByteArray(int) - Method in class org.eclipse.jgit.util.TemporaryBuffer.LocalFile
- toByteArray(int) - Method in class org.eclipse.jgit.util.TemporaryBuffer
-
Convert this buffer's contents into a contiguous byte array.
- TOC - Static variable in class org.eclipse.jgit.internal.storage.file.PackIndexWriter
-
Magic constant indicating post-version 1 format.
- toCommand(Ref, Ref) - Static method in class org.eclipse.jgit.internal.storage.reftable.ReftableDatabase
- toConfigValue() - Method in enum org.eclipse.jgit.api.MergeCommand.FastForwardMode
- toConfigValue() - Method in enum org.eclipse.jgit.lib.BranchConfig.BranchRebaseMode
- toConfigValue() - Method in enum org.eclipse.jgit.lib.CommitConfig.CleanupMode
- toConfigValue() - Method in interface org.eclipse.jgit.lib.Config.ConfigEnum
-
Converts enumeration value into a string to be save in config.
- toConfigValue() - Method in enum org.eclipse.jgit.lib.GpgConfig.GpgFormat
- toConfigValue() - Method in enum org.eclipse.jgit.lib.SubmoduleConfig.FetchRecurseSubmodulesMode
- toConfigValue() - Method in enum org.eclipse.jgit.transport.HttpConfig.HttpRedirectMode
- toConfigValue() - Method in enum org.eclipse.jgit.transport.PushConfig.PushDefault
- toConfigValue() - Method in enum org.eclipse.jgit.transport.PushConfig.PushRecurseSubmodulesMode
- toEditList() - Method in class org.eclipse.jgit.patch.FileHeader
-
Convert to a list describing the content edits performed on this file.
- toEditList() - Method in class org.eclipse.jgit.patch.HunkHeader
-
Convert to a list describing the content edits performed within the hunk.
- toExternalString() - Method in class org.eclipse.jgit.lib.GpgSignature
-
Format for Git storage.
- toExternalString() - Method in class org.eclipse.jgit.lib.PersonIdent
-
Format for Git storage.
- toFileHeader(DiffEntry) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Creates a
FileHeader
representing the givenDiffEntry
- toHexString(byte[]) - Static method in class org.eclipse.jgit.util.Hex
-
Encode a byte array to a hexadecimal string.
- toJson(Object, Appendable) - Static method in class org.eclipse.jgit.lfs.server.internal.LfsGson
-
Serializes the specified object into its equivalent Json representation.
- token - Variable in class org.eclipse.jgit.internal.transport.sshd.auth.GssApiAuthentication
-
The last token generated.
- toLength(byte, byte[]) - Method in class org.eclipse.jgit.transport.sshd.agent.AbstractConnector
-
Checks the received length of a reply.
- toLongObjectId() - Method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
-
Convert to LongObjectId
- toLowerCase(char) - Static method in class org.eclipse.jgit.util.StringUtils
-
Convert the input to lowercase.
- toLowerCase(String) - Static method in class org.eclipse.jgit.util.StringUtils
-
Convert the input string to lower case, according to the "C" locale.
- TOO_MANY_MERGE_BASES - org.eclipse.jgit.errors.NoMergeBaseException.MergeBaseFailureReason
-
The number of merge bases exceeds
RecursiveMerger.MAX_BASES
- toObjectId() - Method in class org.eclipse.jgit.internal.storage.file.PackIndex.MutableEntry
- toObjectId() - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
Obtain an immutable copy of this current object.
- toObjectId() - Method in class org.eclipse.jgit.lfs.lib.LongObjectId
-
Obtain an immutable copy of this current object.
- toObjectId() - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
-
Obtain an immutable copy of this current object.
- toObjectId() - Method in class org.eclipse.jgit.lib.AbbreviatedObjectId
-
A complete ObjectId; null if
AbbreviatedObjectId.isComplete()
is false - toObjectId() - Method in class org.eclipse.jgit.lib.AnyObjectId
-
Obtain an immutable copy of this current object name value.
- toObjectId() - Method in class org.eclipse.jgit.lib.MutableObjectId
-
Obtain an immutable copy of this current object name value.
- toObjectId() - Method in class org.eclipse.jgit.lib.ObjectId
-
Obtain an immutable copy of this current object name value.
- toObjectId() - Method in class org.eclipse.jgit.util.sha1.SHA1
-
Finish the digest and return the resulting hash.
- toObjectWalkWithSameObjects() - Method in class org.eclipse.jgit.revwalk.DepthWalk.RevWalk
- toObjectWalkWithSameObjects() - Method in class org.eclipse.jgit.revwalk.RevWalk
-
Create and return an
ObjectWalk
using the same objects. - TooLargeObjectInPackException - Exception in org.eclipse.jgit.api.errors
-
Exception thrown when PackParser finds an object larger than a predefined limit
- TooLargeObjectInPackException - Exception in org.eclipse.jgit.errors
-
Thrown when PackParser finds an object larger than a predefined limit
- TooLargeObjectInPackException(long) - Constructor for exception org.eclipse.jgit.errors.TooLargeObjectInPackException
-
Construct a too large object in pack exception when the exact size of the too large object is not available.
- TooLargeObjectInPackException(long, long) - Constructor for exception org.eclipse.jgit.errors.TooLargeObjectInPackException
-
Construct a too large object in pack exception when the exact size of the too large object is known.
- TooLargeObjectInPackException(String) - Constructor for exception org.eclipse.jgit.api.errors.TooLargeObjectInPackException
-
Constructor for TooLargeObjectInPackException
- TooLargeObjectInPackException(String, Throwable) - Constructor for exception org.eclipse.jgit.api.errors.TooLargeObjectInPackException
-
Constructor for TooLargeObjectInPackException
- TooLargeObjectInPackException(URIish, String) - Constructor for exception org.eclipse.jgit.errors.TooLargeObjectInPackException
-
Construct a too large object in pack exception.
- TooLargePackException - Exception in org.eclipse.jgit.api.errors
-
Exception thrown when the server rejected a too large pack
- TooLargePackException - Exception in org.eclipse.jgit.errors
-
Thrown when a pack exceeds a given size limit
- TooLargePackException(long) - Constructor for exception org.eclipse.jgit.errors.TooLargePackException
-
Construct a too large pack exception.
- TooLargePackException(String) - Constructor for exception org.eclipse.jgit.api.errors.TooLargePackException
-
Constructor for TooLargePackException
- TooLargePackException(String, Throwable) - Constructor for exception org.eclipse.jgit.api.errors.TooLargePackException
-
Constructor for TooLargePackException
- TooLargePackException(URIish, String) - Constructor for exception org.eclipse.jgit.errors.TooLargePackException
-
Construct a too large pack exception.
- ToolException - Exception in org.eclipse.jgit.internal.diffmergetool
-
Tool exception for differentiation.
- ToolException() - Constructor for exception org.eclipse.jgit.internal.diffmergetool.ToolException
- ToolException(String) - Constructor for exception org.eclipse.jgit.internal.diffmergetool.ToolException
- ToolException(String, Throwable) - Constructor for exception org.eclipse.jgit.internal.diffmergetool.ToolException
- ToolException(String, FS.ExecutionResult, boolean) - Constructor for exception org.eclipse.jgit.internal.diffmergetool.ToolException
- ToolException(Throwable) - Constructor for exception org.eclipse.jgit.internal.diffmergetool.ToolException
- tooManyCommands - Variable in class org.eclipse.jgit.internal.JGitText
- tooManyFilters - Variable in class org.eclipse.jgit.internal.JGitText
- tooManyIncludeRecursions - Variable in class org.eclipse.jgit.internal.JGitText
- tooManyRefsGiven - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- toPath(File) - Static method in class org.eclipse.jgit.util.FileUtils
- TOPO - org.eclipse.jgit.revwalk.RevSort
-
Topological sorting (all children before parents).
- TOPO_KEEP_BRANCH_TOGETHER - org.eclipse.jgit.revwalk.RevSort
-
Topological sorting (all children before parents) without intermixing lines of history.
- topologicalSortRequired - Variable in class org.eclipse.jgit.internal.JGitText
- toPrivateASCIIString() - Method in class org.eclipse.jgit.transport.URIish
-
Convert the URI including password, formatted with only ASCII characters such that it will be valid for use over the network.
- toPrivateString() - Method in class org.eclipse.jgit.transport.URIish
-
Obtain the string form of the URI, with the password included.
- toRefList() - Method in class org.eclipse.jgit.util.RefList.Builder
- toRefList(BinaryOperator<T>) - Static method in class org.eclipse.jgit.util.RefList
- toRefMap(BinaryOperator<Ref>) - Static method in class org.eclipse.jgit.util.RefMap
- toRequest(String, LfsPointer...) - Static method in class org.eclipse.jgit.lfs.internal.LfsConnectionFactory
- tortoisegitmerge - org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
- tortoisemerge - org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
- toString() - Method in class org.eclipse.jgit.api.CherryPickCommand
- toString() - Method in class org.eclipse.jgit.api.Git
- toString() - Method in class org.eclipse.jgit.api.MergeResult
- toString() - Method in class org.eclipse.jgit.api.PullResult
- toString() - Method in class org.eclipse.jgit.api.ResetCommand
- toString() - Method in class org.eclipse.jgit.attributes.Attribute
- toString() - Method in class org.eclipse.jgit.attributes.Attributes
- toString() - Method in class org.eclipse.jgit.attributes.AttributesRule
- toString() - Method in class org.eclipse.jgit.blame.BlameResult
- toString() - Method in class org.eclipse.jgit.diff.DiffEntry
- toString() - Method in class org.eclipse.jgit.diff.Edit
- toString() - Method in class org.eclipse.jgit.diff.EditList
- toString() - Method in class org.eclipse.jgit.dircache.DirCacheEditor.PathEdit
- toString() - Method in class org.eclipse.jgit.dircache.DirCacheEntry
- toString() - Method in class org.eclipse.jgit.dircache.DirCacheTree
- toString() - Method in exception org.eclipse.jgit.errors.RevisionSyntaxException
- toString() - Method in class org.eclipse.jgit.events.ListenerHandle
- toString() - Method in class org.eclipse.jgit.events.RepositoryEvent
- toString() - Method in class org.eclipse.jgit.ignore.FastIgnoreRule
- toString() - Method in class org.eclipse.jgit.ignore.IgnoreNode
- toString() - Method in class org.eclipse.jgit.ignore.internal.AbstractMatcher
- toString() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
- toString() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRepositoryDescription
- toString() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsStreamKey
- toString() - Method in class org.eclipse.jgit.internal.storage.file.FileSnapshot
- toString() - Method in class org.eclipse.jgit.internal.storage.file.GC.RepoStatistics
- toString() - Method in class org.eclipse.jgit.internal.storage.file.LockFile
- toString() - Method in class org.eclipse.jgit.internal.storage.file.ObjectDirectory
- toString() - Method in class org.eclipse.jgit.internal.storage.file.Pack
- toString() - Method in class org.eclipse.jgit.internal.storage.file.ReflogEntryImpl
- toString() - Method in class org.eclipse.jgit.internal.storage.pack.DeltaIndex
- toString() - Method in class org.eclipse.jgit.internal.storage.pack.ObjectToPack
- toString() - Method in enum org.eclipse.jgit.internal.storage.pack.PackExt
- toString() - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter.State
- toString() - Method in class org.eclipse.jgit.internal.transport.ssh.OpenSshConfigFile.HostEntry
- toString() - Method in class org.eclipse.jgit.internal.transport.ssh.OpenSshConfigFile
- toString() - Method in class org.eclipse.jgit.internal.transport.sshd.proxy.AuthenticationChallenge
- toString() - Method in class org.eclipse.jgit.junit.http.AccessEvent
- toString() - Method in class org.eclipse.jgit.junit.MockSystemReader
- toString() - Method in class org.eclipse.jgit.lfs.LfsPointer
- toString() - Method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
- toString() - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
- toString() - Method in class org.eclipse.jgit.lib.AbbrevConfig
- toString() - Method in class org.eclipse.jgit.lib.AbbreviatedObjectId
- toString() - Method in class org.eclipse.jgit.lib.AnyObjectId
- toString() - Method in class org.eclipse.jgit.lib.BatchRefUpdate
- toString() - Method in class org.eclipse.jgit.lib.CommitBuilder
- toString() - Method in class org.eclipse.jgit.lib.FileMode
- toString() - Method in class org.eclipse.jgit.lib.GpgSignature
- toString() - Method in class org.eclipse.jgit.lib.ObjectIdRef
- toString() - Method in class org.eclipse.jgit.lib.PersonIdent
- toString() - Method in enum org.eclipse.jgit.lib.RebaseTodoLine.Action
- toString() - Method in class org.eclipse.jgit.lib.RebaseTodoLine
- toString() - Method in class org.eclipse.jgit.lib.Repository
- toString() - Method in class org.eclipse.jgit.lib.RepositoryCache.FileKey
- toString() - Method in class org.eclipse.jgit.lib.SymbolicRef
- toString() - Method in class org.eclipse.jgit.lib.TagBuilder
- toString() - Method in class org.eclipse.jgit.lib.TreeFormatter
- toString() - Method in class org.eclipse.jgit.notes.Note
- toString() - Method in class org.eclipse.jgit.patch.FormatError
- toString() - Method in class org.eclipse.jgit.patch.HunkHeader
- toString() - Method in class org.eclipse.jgit.pgm.CommandRef
- toString() - Method in class org.eclipse.jgit.revwalk.DateRevQueue
- toString() - Method in class org.eclipse.jgit.revwalk.FIFORevQueue
- toString() - Method in class org.eclipse.jgit.revwalk.filter.NotRevFilter
- toString() - Method in class org.eclipse.jgit.revwalk.filter.PatternMatchRevFilter
- toString() - Method in class org.eclipse.jgit.revwalk.filter.RevFilter
- toString() - Method in class org.eclipse.jgit.revwalk.filter.RevFlagFilter
- toString() - Method in class org.eclipse.jgit.revwalk.filter.SubStringRevFilter
- toString() - Method in class org.eclipse.jgit.revwalk.FollowFilter
- toString() - Method in class org.eclipse.jgit.revwalk.FooterKey
- toString() - Method in class org.eclipse.jgit.revwalk.FooterLine
- toString() - Method in class org.eclipse.jgit.revwalk.LIFORevQueue
- toString() - Method in class org.eclipse.jgit.revwalk.RevCommit
- toString() - Method in class org.eclipse.jgit.revwalk.RevFlag
- toString() - Method in class org.eclipse.jgit.revwalk.RevObject
- toString() - Method in class org.eclipse.jgit.storage.file.FileBasedConfig
- toString() - Method in class org.eclipse.jgit.storage.pack.PackConfig
- toString() - Method in class org.eclipse.jgit.transport.PushCertificate
- toString() - Method in class org.eclipse.jgit.transport.PushCertificateIdent
- toString() - Method in class org.eclipse.jgit.transport.ReceiveCommand
- toString() - Method in class org.eclipse.jgit.transport.RefLeaseSpec
- toString() - Method in class org.eclipse.jgit.transport.RefSpec
- toString() - Method in class org.eclipse.jgit.transport.RemoteRefUpdate
- toString() - Method in class org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host
- toString() - Method in class org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig
- toString() - Method in class org.eclipse.jgit.transport.TrackingRefUpdate
- toString() - Method in class org.eclipse.jgit.transport.URIish
- toString() - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
- toString() - Method in class org.eclipse.jgit.treewalk.filter.IndexDiffFilter
- toString() - Method in class org.eclipse.jgit.treewalk.filter.InterIndexDiffFilter
- toString() - Method in class org.eclipse.jgit.treewalk.filter.NotIgnoredFilter
- toString() - Method in class org.eclipse.jgit.treewalk.filter.NotTreeFilter
- toString() - Method in class org.eclipse.jgit.treewalk.filter.PathFilter
- toString() - Method in class org.eclipse.jgit.treewalk.filter.SkipWorkTreeFilter
- toString() - Method in class org.eclipse.jgit.treewalk.filter.TreeFilter
- toString() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator.Entry
- toString() - Method in class org.eclipse.jgit.util.FS.FileStoreAttributes
- toString() - Method in class org.eclipse.jgit.util.FS.LockToken
- toString() - Method in class org.eclipse.jgit.util.IntList
- toString() - Method in class org.eclipse.jgit.util.io.MessageWriter
- toString() - Method in class org.eclipse.jgit.util.LongList
- toString() - Method in class org.eclipse.jgit.util.RawCharSequence
- toString() - Method in class org.eclipse.jgit.util.RawSubStringPattern
- toString() - Method in class org.eclipse.jgit.util.RefList.Builder
- toString() - Method in class org.eclipse.jgit.util.RefList
- toString() - Method in class org.eclipse.jgit.util.RefMap
- toString() - Method in class org.eclipse.jgit.util.time.ProposedTimestamp
- toString(int) - Method in class org.eclipse.jgit.util.TemporaryBuffer
-
Convert first
limit
number of bytes of the buffer content to String. - toString(int[]) - Static method in class org.eclipse.jgit.http.server.ClientVersionUtil
-
Convert a parsed version back to a string.
- toString(LongObjectId) - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
-
Convert a LongObjectId into a hex string representation.
- toString(GpgSignatureVerifier.SignatureVerification, PersonIdent, GitDateFormatter) - Static method in class org.eclipse.jgit.util.SignatureUtils
-
Writes information about a signature verification to a string.
- toString(ObjectId) - Static method in class org.eclipse.jgit.lib.ObjectId
-
Convert an ObjectId into a hex string representation.
- totalBytes - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
The count of total bytes in the pack.
- totalBytes() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter.Stats
- totalDeltas - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
The total count of deltas output.
- totalObjects - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
The total count of objects in the pack.
- toText() - Method in class org.eclipse.jgit.lib.Config
-
Get this configuration, formatted as a Git style text file.
- toText() - Method in class org.eclipse.jgit.transport.PushCertificate
-
Get text payload of the certificate for the signature verifier.
- toTextWithSignature() - Method in class org.eclipse.jgit.transport.PushCertificate
-
Get original text payload plus signature
- toToken() - Method in enum org.eclipse.jgit.lib.RebaseTodoLine.Action
- touch(Path) - Static method in class org.eclipse.jgit.util.FileUtils
-
Touch the given file
- toURI(String, InetSocketAddress) - Static method in class org.eclipse.jgit.internal.transport.sshd.JGitUserInteraction
-
Creates a
URIish
from the given remote address and user name. - toURIish(String) - Method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Convert path to URIish
- toURIish(ServletContextHandler, String) - Method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Convert a path relative to the app's context path to a URIish
- trace(String) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- trace(String, Object) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- trace(String, Object...) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- trace(String, Object, Object) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- trace(String, Throwable) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- TRACK - org.eclipse.jgit.api.CreateBranchCommand.SetupUpstreamMode
-
Corresponds to the --track option
- TrackingRefUpdate - Class in org.eclipse.jgit.transport
-
Update of a locally stored tracking branch.
- TrailingAsteriskMatcher - Class in org.eclipse.jgit.ignore.internal
-
Matcher for simple patterns ending with an asterisk, e.g.
- transactionAborted - Variable in class org.eclipse.jgit.internal.JGitText
- TransferConfig - Class in org.eclipse.jgit.transport
-
The standard "transfer", "fetch", "protocol", "receive", and "uploadpack" configuration parameters.
- TransferConfig(Config) - Constructor for class org.eclipse.jgit.transport.TransferConfig
-
Create a configuration honoring settings in a
Config
. - TransferConfig(Repository) - Constructor for class org.eclipse.jgit.transport.TransferConfig
-
Create a configuration honoring the repository's settings.
- TransferConfig.FsckMode - Enum in org.eclipse.jgit.transport
-
A git configuration value for how to handle a fsck failure of a particular kind.
- TransferConfig.ProtocolVersion - Enum in org.eclipse.jgit.transport
-
A git configuration variable for which versions of the Git protocol to prefer.
- TranslationBundle - Class in org.eclipse.jgit.nls
-
Base class for all translation bundles that provides injection of translated texts into public String fields.
- TranslationBundle() - Constructor for class org.eclipse.jgit.nls.TranslationBundle
- TranslationBundleException - Exception in org.eclipse.jgit.errors
-
Common base class for all translation bundle related exceptions.
- TranslationBundleException(String, Class, Locale, Exception) - Constructor for exception org.eclipse.jgit.errors.TranslationBundleException
-
Construct an instance of
TranslationBundleException
- TranslationBundleLoadingException - Exception in org.eclipse.jgit.errors
-
This exception will be thrown when a translation bundle loading fails.
- TranslationBundleLoadingException(Class, Locale, Exception) - Constructor for exception org.eclipse.jgit.errors.TranslationBundleLoadingException
-
Construct a
TranslationBundleLoadingException
for the specified bundle class and locale. - TranslationStringMissingException - Exception in org.eclipse.jgit.errors
-
This exception will be thrown when a translation string for a translation bundle and locale is missing.
- TranslationStringMissingException(Class, Locale, String, Exception) - Constructor for exception org.eclipse.jgit.errors.TranslationStringMissingException
-
Construct a
TranslationStringMissingException
for the specified bundle class, locale and translation key - Transport - Class in org.eclipse.jgit.transport
-
Connects two Git repositories together and copies objects between them.
- Transport(Repository, URIish) - Constructor for class org.eclipse.jgit.transport.Transport
-
Create a new transport instance.
- Transport(URIish) - Constructor for class org.eclipse.jgit.transport.Transport
-
Create a minimal transport instance not tied to a single repository.
- Transport.Operation - Enum in org.eclipse.jgit.transport
-
Type of operation a Transport is being opened for.
- TransportAmazonS3 - Class in org.eclipse.jgit.transport
-
Transport over the non-Git aware Amazon S3 protocol.
- TransportBundle - Interface in org.eclipse.jgit.transport
-
Marker interface for transports that supports fetching from a git bundle (sneaker-net object transport).
- TransportBundleStream - Class in org.eclipse.jgit.transport
-
Single shot fetch from a streamed Git bundle.
- TransportBundleStream(Repository, URIish, InputStream) - Constructor for class org.eclipse.jgit.transport.TransportBundleStream
-
Create a new transport to fetch objects from a streamed bundle.
- TransportCommand<C extends GitCommand,T> - Class in org.eclipse.jgit.api
-
Base class for commands that use a
Transport
during execution. - TransportCommand(Repository) - Constructor for class org.eclipse.jgit.api.TransportCommand
-
Constructor for TransportCommand.
- transportConfigCallback - Variable in class org.eclipse.jgit.api.TransportCommand
-
Configured callback for transport configuration
- TransportConfigCallback - Interface in org.eclipse.jgit.api
-
Receives a callback allowing type-specific configuration to be set on the Transport instance after it's been created.
- TransportException - Exception in org.eclipse.jgit.api.errors
-
Exception thrown when transport operation failed
- TransportException - Exception in org.eclipse.jgit.errors
-
Indicates a protocol error has occurred while fetching/pushing objects.
- TransportException(String) - Constructor for exception org.eclipse.jgit.api.errors.TransportException
-
Constructor for TransportException
- TransportException(String) - Constructor for exception org.eclipse.jgit.errors.TransportException
-
Constructs an TransportException with the specified detail message.
- TransportException(String, Throwable) - Constructor for exception org.eclipse.jgit.api.errors.TransportException
-
Constructor for TransportException
- TransportException(String, Throwable) - Constructor for exception org.eclipse.jgit.errors.TransportException
-
Constructs an TransportException with the specified detail message.
- TransportException(URIish, String) - Constructor for exception org.eclipse.jgit.errors.TransportException
-
Constructs an TransportException with the specified detail message prefixed with provided URI.
- TransportException(URIish, String, Throwable) - Constructor for exception org.eclipse.jgit.errors.TransportException
-
Constructs an TransportException with the specified detail message prefixed with provided URI.
- transportExceptionBadRef - Variable in class org.eclipse.jgit.internal.JGitText
- transportExceptionEmptyRef - Variable in class org.eclipse.jgit.internal.JGitText
- transportExceptionInvalid - Variable in class org.eclipse.jgit.internal.JGitText
- transportExceptionMissingAssumed - Variable in class org.eclipse.jgit.internal.JGitText
- transportExceptionReadRef - Variable in class org.eclipse.jgit.internal.JGitText
- TransportGitSsh - Class in org.eclipse.jgit.transport
-
Transport through an SSH tunnel.
- TransportHttp - Class in org.eclipse.jgit.transport
-
Transport over HTTP and FTP protocols.
- TransportHttp.AcceptEncoding - Enum in org.eclipse.jgit.transport
-
Accept-Encoding header in the HTTP request (https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html).
- transportNeedsRepository - Variable in class org.eclipse.jgit.internal.JGitText
- transportProtoBundleFile - Variable in class org.eclipse.jgit.internal.JGitText
- TransportProtocol - Class in org.eclipse.jgit.transport
-
Describes a way to connect to another Git repository.
- TransportProtocol() - Constructor for class org.eclipse.jgit.transport.TransportProtocol
- TransportProtocol.URIishField - Enum in org.eclipse.jgit.transport
-
Fields within a
URIish
that a transport uses. - transportProtoFTP - Variable in class org.eclipse.jgit.internal.JGitText
- transportProtoGitAnon - Variable in class org.eclipse.jgit.internal.JGitText
- transportProtoHTTP - Variable in class org.eclipse.jgit.internal.JGitText
- transportProtoLocal - Variable in class org.eclipse.jgit.internal.JGitText
- transportProtoSFTP - Variable in class org.eclipse.jgit.internal.JGitText
- transportProtoSSH - Variable in class org.eclipse.jgit.internal.JGitText
- transportProtoTest - Variable in class org.eclipse.jgit.internal.JGitText
- transportProvidedRefWithNoObjectId - Variable in class org.eclipse.jgit.internal.JGitText
- TransportSftp - Class in org.eclipse.jgit.transport
-
Transport over the non-Git aware SFTP (SSH based FTP) protocol.
- transportSSHRetryInterrupt - Variable in class org.eclipse.jgit.internal.transport.ssh.jsch.JSchText
- trash - Variable in class org.eclipse.jgit.junit.RepositoryTestCase
-
Working directory of
RepositoryTestCase.db
. - tree - Static variable in class org.eclipse.jgit.lib.ObjectChecker
-
Header "tree "
- tree(DirCacheEntry...) - Method in class org.eclipse.jgit.junit.TestRepository
-
Construct a tree from a specific listing of file entries.
- TREE - Static variable in class org.eclipse.jgit.lib.FileMode
-
Mode indicating an entry is a tree (aka directory).
- TREE_NOT_SORTED - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- treeEntryAlreadyExists - Variable in class org.eclipse.jgit.internal.JGitText
- TreeFilter - Class in org.eclipse.jgit.treewalk.filter
-
Selects interesting tree entries during walking.
- TreeFilter() - Constructor for class org.eclipse.jgit.treewalk.filter.TreeFilter
- TreeFilterMarker - Class in org.eclipse.jgit.treewalk.filter
-
For testing an array of
TreeFilter
during aTreeWalk
for each entry and returning the result as a bitmask. - TreeFilterMarker(TreeFilter[]) - Constructor for class org.eclipse.jgit.treewalk.filter.TreeFilterMarker
-
Construct a TreeFilterMarker.
- treeFilterMarkerTooManyFilters - Variable in class org.eclipse.jgit.internal.JGitText
- TreeFormatter - Class in org.eclipse.jgit.lib
-
Mutable formatter to construct a single tree object.
- TreeFormatter() - Constructor for class org.eclipse.jgit.lib.TreeFormatter
-
Create an empty formatter with a default buffer size.
- TreeFormatter(int) - Constructor for class org.eclipse.jgit.lib.TreeFormatter
-
Create an empty formatter with the specified buffer size.
- treeIsRequired - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- TreeRevFilter - Class in org.eclipse.jgit.revwalk
-
Filter applying a
TreeFilter
against changed paths in each commit. - TreeRevFilter(RevWalk, TreeFilter) - Constructor for class org.eclipse.jgit.revwalk.TreeRevFilter
-
Create a
RevFilter
from aTreeFilter
. - treesTraversed - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
Number of trees traversed in the walk when writing the pack.
- TreeWalk - Class in org.eclipse.jgit.treewalk
-
Walks one or more
AbstractTreeIterator
s in parallel. - TreeWalk(ObjectReader) - Constructor for class org.eclipse.jgit.treewalk.TreeWalk
-
Create a new tree walker for a given repository.
- TreeWalk(Repository) - Constructor for class org.eclipse.jgit.treewalk.TreeWalk
-
Create a new tree walker for a given repository.
- TreeWalk(Repository, ObjectReader) - Constructor for class org.eclipse.jgit.treewalk.TreeWalk
-
Create a new tree walker for a given repository.
- TreeWalk.OperationType - Enum in org.eclipse.jgit.treewalk
- treeWalkMustHaveExactlyTwoTrees - Variable in class org.eclipse.jgit.internal.JGitText
- trimLeadingWhitespace(byte[], int, int) - Static method in class org.eclipse.jgit.util.RawCharUtil
-
Returns the new start point for the byte array passed in after trimming any leading whitespace characters, as determined by the isWhitespace() function.
- trimTrailingWhitespace(byte[], int, int) - Static method in class org.eclipse.jgit.util.RawCharUtil
-
Returns the new end point for the byte array passed in after trimming any trailing whitespace characters, as determined by the isWhitespace() function.
- TRUE - org.eclipse.jgit.api.MergeCommand.FastForwardMode.Merge
- TRUE - org.eclipse.jgit.diff.DiffConfig.RenameDetectionType
-
Rename detection is enabled.
- TRUE - org.eclipse.jgit.lib.CoreConfig.AutoCRLF
-
Automatic CRLF->LF conversion is enabled.
- TRUE - org.eclipse.jgit.lib.CoreConfig.HideDotFiles
-
Hide add .files.
- TRUE - org.eclipse.jgit.lib.CoreConfig.LogRefUpdates
-
Create ref logs for refs/heads/**, refs/remotes/**, refs/notes/**, and for HEAD.
- TRUE - org.eclipse.jgit.lib.CoreConfig.SymLinks
-
Check out symbolic links as links.
- TRUE - org.eclipse.jgit.lib.internal.BooleanTriState
-
Value equivalent to
true
. - TRUE - org.eclipse.jgit.transport.HttpConfig.HttpRedirectMode
-
Always follow redirects (up to the http.maxRedirects limit).
- TRUE - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Flag value.
- truncatedHunkLinesMissingForAncestor - Variable in class org.eclipse.jgit.internal.JGitText
- truncatedHunkNewLinesMissing - Variable in class org.eclipse.jgit.internal.JGitText
- truncatedHunkOldLinesMissing - Variable in class org.eclipse.jgit.internal.JGitText
- tryFastForward(RevCommit) - Method in class org.eclipse.jgit.api.RebaseCommand
-
Check if we can fast-forward and returns the new head if it is possible
- tryLock(boolean) - Method in class org.eclipse.jgit.lib.RefUpdate
-
Try to acquire the lock on the reference.
- tSizeMustBeGreaterOrEqual1 - Variable in class org.eclipse.jgit.internal.JGitText
- tw - Variable in class org.eclipse.jgit.merge.ResolveMerger
-
The tree walk which we'll iterate over to merge entries.
- TxzFormat - Class in org.eclipse.jgit.archive
-
Xz-compressed tar (tar.xz) format.
- TxzFormat() - Constructor for class org.eclipse.jgit.archive.TxzFormat
- type - Static variable in class org.eclipse.jgit.lib.ObjectChecker
-
Header "type "
- type - Variable in class org.eclipse.jgit.transport.PackParser.ObjectTypeAndSize
-
The type of the object.
- TYPE_BLOB - Static variable in class org.eclipse.jgit.lib.Constants
-
Text string that identifies an object as a blob.
- TYPE_COMMIT - Static variable in class org.eclipse.jgit.lib.Constants
-
Text string that identifies an object as a commit.
- TYPE_FILE - Static variable in class org.eclipse.jgit.lib.FileMode
-
Bit pattern for
FileMode.TYPE_MASK
matchingFileMode.REGULAR_FILE
. - TYPE_GITLINK - Static variable in class org.eclipse.jgit.lib.FileMode
-
Bit pattern for
FileMode.TYPE_MASK
matchingFileMode.GITLINK
. - TYPE_MASK - Static variable in class org.eclipse.jgit.lib.FileMode
-
Mask to apply to a file mode to obtain its type bits.
- TYPE_MISSING - Static variable in class org.eclipse.jgit.lib.FileMode
-
Bit pattern for
FileMode.TYPE_MASK
matchingFileMode.MISSING
. - TYPE_SYMLINK - Static variable in class org.eclipse.jgit.lib.FileMode
-
Bit pattern for
FileMode.TYPE_MASK
matchingFileMode.SYMLINK
. - TYPE_TAG - Static variable in class org.eclipse.jgit.lib.Constants
-
Text string that identifies an object as an annotated tag.
- TYPE_TREE - Static variable in class org.eclipse.jgit.lib.Constants
-
Text string that identifies an object as a tree.
- TYPE_TREE - Static variable in class org.eclipse.jgit.lib.FileMode
-
Bit pattern for
FileMode.TYPE_MASK
matchingFileMode.TREE
. - TypedConfigGetter - Interface in org.eclipse.jgit.lib
-
Something that knows how to convert plain strings from a git
Config
to typed values. - typeString(int) - Static method in class org.eclipse.jgit.lib.Constants
-
Convert an OBJ_* type constant to a TYPE_* type constant.
U
- UIText - Class in org.eclipse.jgit.awtui
-
Translation bundle for JGit UI
- UIText() - Constructor for class org.eclipse.jgit.awtui.UIText
- ULTIMATE - org.eclipse.jgit.lib.GpgSignatureVerifier.TrustLevel
- unableToCheckConnectivity - Variable in class org.eclipse.jgit.internal.JGitText
- unableToCreateNewObject - Variable in class org.eclipse.jgit.internal.JGitText
- unableToReadPackfile - Variable in class org.eclipse.jgit.internal.JGitText
- unableToRemovePath - Variable in class org.eclipse.jgit.internal.JGitText
- unableToSignCommitNoSecretKey - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- unableToSignCommitNoSecretKey - Variable in class org.eclipse.jgit.internal.JGitText
- unableToWrite - Variable in class org.eclipse.jgit.internal.JGitText
- unauthorized - Variable in class org.eclipse.jgit.internal.JGitText
- uncache(Config.SectionParser<?>) - Method in class org.eclipse.jgit.lib.Config
-
Remove a cached configuration object.
- UNCOMMITTED_CHANGES - org.eclipse.jgit.api.RebaseResult.Status
-
The repository contains uncommitted changes and the rebase is not a fast-forward
- uncompressed25519Key - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- UNDEFINED_UPDATE_INDEX - Static variable in interface org.eclipse.jgit.lib.Ref
-
Update index value when a reference doesn't have one
- undefinedS3AccessKey - Variable in class org.eclipse.jgit.lfs.server.internal.LfsServerText
- undefinedS3Bucket - Variable in class org.eclipse.jgit.lfs.server.internal.LfsServerText
- undefinedS3Hostname - Variable in class org.eclipse.jgit.lfs.server.internal.LfsServerText
- undefinedS3Region - Variable in class org.eclipse.jgit.lfs.server.internal.LfsServerText
- undefinedS3SecretKey - Variable in class org.eclipse.jgit.lfs.server.internal.LfsServerText
- undefinedS3StorageClass - Variable in class org.eclipse.jgit.lfs.server.internal.LfsServerText
- unencodeableFile - Variable in class org.eclipse.jgit.internal.JGitText
- unexpectedAwsApiSignatureVersion - Variable in class org.eclipse.jgit.internal.JGitText
- unexpectedCompareResult - Variable in class org.eclipse.jgit.internal.JGitText
- unexpectedEndOfConfigFile - Variable in class org.eclipse.jgit.internal.JGitText
- unexpectedEndOfInput - Variable in class org.eclipse.jgit.internal.JGitText
- unexpectedEofInPack - Variable in class org.eclipse.jgit.internal.JGitText
- unexpectedeOFOn - Variable in class org.eclipse.jgit.http.server.HttpServerText
- unexpectedHunkTrailer - Variable in class org.eclipse.jgit.internal.JGitText
- unexpectedOddResult - Variable in class org.eclipse.jgit.internal.JGitText
- unexpectedPacketLine - Variable in class org.eclipse.jgit.internal.JGitText
- unexpectedRefReport - Variable in class org.eclipse.jgit.internal.JGitText
- unexpectedReportLine - Variable in class org.eclipse.jgit.internal.JGitText
- unexpectedReportLine2 - Variable in class org.eclipse.jgit.internal.JGitText
- unexpectedSSLContextException - Variable in class org.eclipse.jgit.transport.http.apache.internal.HttpApacheText
- unexpectedSubmoduleStatus - Variable in class org.eclipse.jgit.internal.JGitText
- UNIFIED - org.eclipse.jgit.patch.FileHeader.PatchType
-
A traditional unified diff style patch of a text file.
- UNINITIALIZED - org.eclipse.jgit.submodule.SubmoduleStatusType
-
Submodule's Git repository is not initialized
- UNINTERESTING - Static variable in class org.eclipse.jgit.revwalk.RevFlag
-
Uninteresting by
RevWalk.markUninteresting(RevCommit)
. - uninterestingObjects - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
The set of objects to be excluded from the pack.
- UnionInputStream - Class in org.eclipse.jgit.util.io
-
An InputStream which reads from one or more InputStreams.
- UnionInputStream() - Constructor for class org.eclipse.jgit.util.io.UnionInputStream
-
Create an empty InputStream that is currently at EOF state.
- UnionInputStream(InputStream...) - Constructor for class org.eclipse.jgit.util.io.UnionInputStream
-
Create an InputStream that is a union of the individual streams.
- unixDefaultAgent - Variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Texts
- UnixDomainSocketConnector - Class in org.eclipse.jgit.internal.transport.sshd.agent.connector
-
JNA-based implementation of communication through a Unix domain socket.
- UnixDomainSocketConnector(String) - Constructor for class org.eclipse.jgit.internal.transport.sshd.agent.connector.UnixDomainSocketConnector
-
Creates a new instance.
- UNKNOWN - org.eclipse.jgit.lib.GpgSignatureVerifier.TrustLevel
- UNKNOWN - Static variable in interface org.eclipse.jgit.lib.ProgressMonitor
-
Constant indicating the total work units cannot be predicted.
- UNKNOWN_OBJ - org.eclipse.jgit.errors.CorruptPackIndexException.ErrorType
-
Object in index file is not present in pack file.
- UNKNOWN_SIZE - Static variable in class org.eclipse.jgit.internal.storage.file.FileSnapshot
-
An unknown file size.
- UNKNOWN_TYPE - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- UNKNOWN_USER_DEFAULT - Static variable in class org.eclipse.jgit.lib.Constants
-
Default value for the user name if no other information is available
- unknownCurve - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- unknownCurveParameters - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- unknownDIRCVersion - Variable in class org.eclipse.jgit.internal.JGitText
- unknownExtraArgument - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- unknownHost - Variable in class org.eclipse.jgit.internal.JGitText
- unknownHost - Variable in class org.eclipse.jgit.internal.transport.ssh.jsch.JSchText
- unknownIoErrorStdout - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- unknownKeyType - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- unknownMergeStrategy - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- unknownObject - Variable in class org.eclipse.jgit.internal.JGitText
- unknownObjectInIndex - Variable in class org.eclipse.jgit.internal.JGitText
- unknownObjectType - Variable in class org.eclipse.jgit.internal.JGitText
- unknownObjectType2 - Variable in class org.eclipse.jgit.internal.JGitText
- unknownOrUnsupportedCommand - Variable in class org.eclipse.jgit.internal.JGitText
- unknownProxyProtocol - Variable in class org.eclipse.jgit.internal.transport.sshd.SshdText
- unknownRefStorageFormat - Variable in class org.eclipse.jgit.internal.JGitText
- unknownRepositoryFormat - Variable in class org.eclipse.jgit.internal.JGitText
- unknownRepositoryFormat2 - Variable in class org.eclipse.jgit.internal.JGitText
- unknownSubcommand - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- unknownTransportCommand - Variable in class org.eclipse.jgit.internal.JGitText
- unknownZlibError - Variable in class org.eclipse.jgit.internal.JGitText
- unlink(String, ObjectId, String) - Static method in class org.eclipse.jgit.transport.ReceiveCommand
-
Create a command to switch a reference from symbolic to object.
- unlock() - Method in class org.eclipse.jgit.dircache.DirCache
-
Unlock this file and abort this change.
- unlock() - Method in class org.eclipse.jgit.internal.storage.file.LockFile
-
Unlock this file and abort this change.
- unlock() - Method in class org.eclipse.jgit.internal.storage.file.PackLockImpl
- unlock() - Method in class org.eclipse.jgit.lib.RefUpdate
-
Releases the lock taken by
RefUpdate.tryLock(boolean)
if it succeeded. - unlock() - Method in interface org.eclipse.jgit.transport.PackLock
-
Remove the
.keep
file that holds a pack in place. - unlock(File) - Static method in class org.eclipse.jgit.internal.storage.file.LockFile
-
Unlock the given file.
- unlockLockFileFailed - Variable in class org.eclipse.jgit.internal.JGitText
- unmergedPath - Variable in class org.eclipse.jgit.internal.JGitText
- UnmergedPathException - Exception in org.eclipse.jgit.errors
-
Indicates one or more paths in a DirCache have non-zero stages present.
- UnmergedPathException(DirCacheEntry) - Constructor for exception org.eclipse.jgit.errors.UnmergedPathException
-
Create a new unmerged path exception.
- unmergedPaths - Variable in class org.eclipse.jgit.internal.JGitText
- unmergedPaths - Variable in class org.eclipse.jgit.merge.ResolveMerger
-
Paths that could not be merged by this merger because of an unsolvable conflict.
- unmergedPaths - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- UnmergedPathsException - Exception in org.eclipse.jgit.api.errors
-
Thrown when branch deletion fails due to unmerged data
- UnmergedPathsException() - Constructor for exception org.eclipse.jgit.api.errors.UnmergedPathsException
-
The default constructor with a default message
- UnmergedPathsException(String, Throwable) - Constructor for exception org.eclipse.jgit.api.errors.UnmergedPathsException
-
Constructor for UnmergedPathsException
- UnmergedPathsException(Throwable) - Constructor for exception org.eclipse.jgit.api.errors.UnmergedPathsException
-
The default constructor with a default message
- UnpackedObject - Class in org.eclipse.jgit.internal.storage.file
-
Loose object loader.
- UnpackedObject() - Constructor for class org.eclipse.jgit.internal.storage.file.UnpackedObject
- UnpackErrorHandler - Interface in org.eclipse.jgit.transport
-
Exception handler for processing an incoming pack file.
- unpackException - Variable in class org.eclipse.jgit.internal.JGitText
- UnpackException - Exception in org.eclipse.jgit.errors
-
Indicates a ReceivePack failure while scanning the pack stream.
- UnpackException(Throwable) - Constructor for exception org.eclipse.jgit.errors.UnpackException
-
Creates an exception with a root cause.
- unparsableEndpoint - Variable in class org.eclipse.jgit.lfs.server.internal.LfsServerText
- unparsedCommit(int, RevTree, ObjectId...) - Method in class org.eclipse.jgit.junit.TestRepository
-
Create a new, unparsed commit.
- unparsedCommit(ObjectId...) - Method in class org.eclipse.jgit.junit.TestRepository
-
Create a new, unparsed commit.
- Unpeeled(Ref.Storage, String, ObjectId) - Constructor for class org.eclipse.jgit.lib.ObjectIdRef.Unpeeled
-
Create a new ref pairing.
- Unpeeled(Ref.Storage, String, ObjectId, long) - Constructor for class org.eclipse.jgit.lib.ObjectIdRef.Unpeeled
-
Create a new ref pairing with update index.
- unpop(RevCommit) - Method in class org.eclipse.jgit.revwalk.FIFORevQueue
-
Insert the commit pointer at the front of the queue.
- UNREACHABLE_GARBAGE - org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase.PackSource
-
Pack was created by Git garbage collection.
- unreadablePackIndex - Variable in class org.eclipse.jgit.internal.JGitText
- unrecognizedPackExtension - Variable in class org.eclipse.jgit.internal.JGitText
- unrecognizedRef - Variable in class org.eclipse.jgit.internal.JGitText
- unregister(String) - Static method in class org.eclipse.jgit.attributes.FilterCommandRegistry
-
Unregister the
FilterCommandFactory
registered for the given command name - unregister(Repository) - Static method in class org.eclipse.jgit.lib.RepositoryCache
-
Remove a repository from the cache.
- unregister(RepositoryCache.Key) - Static method in class org.eclipse.jgit.lib.RepositoryCache
-
Remove a repository from the cache.
- unregister(TransportProtocol) - Static method in class org.eclipse.jgit.transport.Transport
-
Unregister a TransportProtocol instance.
- unregisterAll() - Static method in class org.eclipse.jgit.archive.ArchiveFormats
-
Clean up by deregistering all formats that were registered by registerAll().
- unregisterFormat(String) - Static method in class org.eclipse.jgit.api.ArchiveCommand
-
Marks support for an archival format as no longer needed so its Format can be garbage collected if no one else is using it either.
- UnresolvedDelta() - Constructor for class org.eclipse.jgit.transport.PackParser.UnresolvedDelta
- unset(String, String, String) - Method in class org.eclipse.jgit.lib.Config
-
Remove a configuration value.
- UNSET - org.eclipse.jgit.attributes.Attribute.State
-
the attribute is unset
- UNSET - org.eclipse.jgit.lib.internal.BooleanTriState
-
Value is not set.
- UNSET_INT - Static variable in interface org.eclipse.jgit.lib.TypedConfigGetter
-
Use
Integer#MIN_VALUE
as unset int value - unsetMark - Variable in class org.eclipse.jgit.internal.JGitText
- unsetSection(String, String) - Method in class org.eclipse.jgit.lib.Config
-
Remove all configuration values under a single section.
- UNSOLICITED - org.eclipse.jgit.transport.PushCertificate.NonceStatus
-
Nonce was not expected, yet client sent one anyway.
- UNSPECIFIED - org.eclipse.jgit.attributes.Attribute.State
-
the attribute appears as if it would not be defined at all
- UNSPECIFIED - org.eclipse.jgit.transport.TransportHttp.AcceptEncoding
-
Do not specify an Accept-Encoding header.
- UNSPECIFIED_FAILURE - Static variable in exception org.eclipse.jgit.transport.FtpChannel.FtpException
- UNSUPPORTED - Static variable in exception org.eclipse.jgit.transport.FtpChannel.FtpException
- unsupportedAlternates - Variable in class org.eclipse.jgit.internal.JGitText
- unsupportedArchiveFormat - Variable in class org.eclipse.jgit.internal.JGitText
- unsupportedCommand0 - Variable in class org.eclipse.jgit.internal.JGitText
- UnsupportedCredentialItem - Exception in org.eclipse.jgit.errors
-
An exception thrown when a
CredentialItem
is requested from aCredentialsProvider
which is not supported by this provider. - UnsupportedCredentialItem(URIish, String) - Constructor for exception org.eclipse.jgit.errors.UnsupportedCredentialItem
-
Constructs an UnsupportedCredentialItem with the specified detail message prefixed with provided URI.
- unsupportedEncryptionAlgorithm - Variable in class org.eclipse.jgit.internal.JGitText
- unsupportedEncryptionVersion - Variable in class org.eclipse.jgit.internal.JGitText
- UnsupportedFormatException(String) - Constructor for exception org.eclipse.jgit.api.ArchiveCommand.UnsupportedFormatException
- unsupportedGC - Variable in class org.eclipse.jgit.internal.JGitText
- unsupportedMark - Variable in class org.eclipse.jgit.internal.JGitText
- unsupportedMode - Variable in class org.eclipse.jgit.archive.internal.ArchiveText
- unsupportedOperation - Variable in class org.eclipse.jgit.lfs.server.internal.LfsServerText
- unsupportedOperation - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- unsupportedOperationNotAddAtEnd - Variable in class org.eclipse.jgit.internal.JGitText
- unsupportedPackIndexVersion - Variable in class org.eclipse.jgit.internal.JGitText
- UnsupportedPackIndexVersionException - Exception in org.eclipse.jgit.errors
-
Thrown when a PackIndex uses an index version not supported by JGit.
- UnsupportedPackIndexVersionException(int) - Constructor for exception org.eclipse.jgit.errors.UnsupportedPackIndexVersionException
-
Construct an exception.
- unsupportedPackVersion - Variable in class org.eclipse.jgit.internal.JGitText
- UnsupportedPackVersionException - Exception in org.eclipse.jgit.errors
-
Thrown when a Pack uses a pack version not supported by JGit.
- UnsupportedPackVersionException(long) - Constructor for exception org.eclipse.jgit.errors.UnsupportedPackVersionException
-
Construct an exception.
- unsupportedReftableVersion - Variable in class org.eclipse.jgit.internal.JGitText
- unsupportedRepositoryDescription - Variable in class org.eclipse.jgit.internal.JGitText
- UnsupportedSigningFormatException - Exception in org.eclipse.jgit.api.errors
-
Exception thrown when the configured gpg.format is not supported.
- UnsupportedSigningFormatException(String) - Constructor for exception org.eclipse.jgit.api.errors.UnsupportedSigningFormatException
-
Constructor for UnsupportedGpgFormatException
- UnsupportedSigningFormatException(String, Throwable) - Constructor for exception org.eclipse.jgit.api.errors.UnsupportedSigningFormatException
-
Constructor for UnsupportedGpgFormatException
- unsupportedUtf8 - Variable in class org.eclipse.jgit.lfs.server.internal.LfsServerText
- UNTRACKED - org.eclipse.jgit.submodule.SubmoduleWalk.IgnoreSubmoduleMode
-
Ignore changes to untracked files in the working tree of a submodule
- untrackedFiles - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- UntrackedFilesHandler - Class in org.eclipse.jgit.pgm.opt
-
Special handler for the
--untracked-files
option of thestatus
command. - UntrackedFilesHandler(CmdLineParser, OptionDef, Setter<? super String>) - Constructor for class org.eclipse.jgit.pgm.opt.UntrackedFilesHandler
-
Constructor for UntrackedFilesHandler.
- UP_TO_DATE - org.eclipse.jgit.api.RebaseResult.Status
-
Already up-to-date
- UP_TO_DATE - org.eclipse.jgit.transport.RemoteRefUpdate.Status
-
Remote ref was up to date, there was no need to update anything.
- update() - Method in class org.eclipse.jgit.lib.RefUpdate
-
Gracefully update the ref to the new value.
- update() - Method in class org.eclipse.jgit.transport.ProgressSpinner
-
Update the spinner if it is showing.
- update(byte) - Method in class org.eclipse.jgit.util.sha1.SHA1
-
Update the digest computation by adding a byte.
- update(byte[]) - Method in class org.eclipse.jgit.util.sha1.SHA1
-
Update the digest computation by adding bytes to the message.
- update(byte[], int, int) - Method in interface org.eclipse.jgit.lib.BlobObjectChecker
-
Check a new fragment of the blob.
- update(byte[], int, int) - Method in class org.eclipse.jgit.util.sha1.SHA1
-
Update the digest computation by adding bytes to the message.
- update(int) - Method in class org.eclipse.jgit.junit.StrictWorkMonitor
-
Denote that some work units have been completed.
- update(int) - Method in class org.eclipse.jgit.lib.BatchingProgressMonitor
-
Denote that some work units have been completed.
- update(int) - Method in class org.eclipse.jgit.lib.EmptyProgressMonitor
-
Denote that some work units have been completed.
- update(int) - Method in class org.eclipse.jgit.lib.NullProgressMonitor
-
Denote that some work units have been completed.
- update(int) - Method in interface org.eclipse.jgit.lib.ProgressMonitor
-
Denote that some work units have been completed.
- update(int) - Method in class org.eclipse.jgit.lib.ThreadSafeProgressMonitor
-
Denote that some work units have been completed.
- update(String, TestRepository.CommitBuilder) - Method in class org.eclipse.jgit.junit.TestRepository
-
Update a reference to point to an object.
- update(String, T) - Method in class org.eclipse.jgit.junit.TestRepository
-
Update a reference to point to an object.
- update(TestRepository.CommitBuilder) - Method in class org.eclipse.jgit.junit.TestRepository.BranchBuilder
-
Forcefully update this branch to a particular commit.
- update(Config) - Method in class org.eclipse.jgit.transport.RemoteConfig
-
Update this remote's definition within the configuration.
- update(RevCommit) - Method in class org.eclipse.jgit.junit.TestRepository.BranchBuilder
-
Forcefully update this branch to a particular commit.
- update(RevWalk) - Method in class org.eclipse.jgit.lib.RefUpdate
-
Gracefully update the ref to the new value.
- UPDATE - org.eclipse.jgit.transport.ReceiveCommand.Type
-
Update an existing ref with a fast-forward update.
- UPDATE_NONFASTFORWARD - org.eclipse.jgit.transport.ReceiveCommand.Type
-
Update an existing ref by potentially discarding objects.
- updateRef(String) - Method in class org.eclipse.jgit.lib.Repository
-
Create a command to update, create or delete a ref in this repository.
- updateRef(String, boolean) - Method in class org.eclipse.jgit.lib.Repository
-
Create a command to update, create or delete a ref in this repository.
- updateRequiresOldIdAndNewId - Variable in class org.eclipse.jgit.internal.JGitText
- updateServerInfo() - Method in class org.eclipse.jgit.junit.TestRepository
-
Update the dumb client server info files.
- updateTrackingRef(RevWalk) - Method in class org.eclipse.jgit.transport.RemoteRefUpdate
-
Update locally stored tracking branch with the new object.
- updateType(RevWalk) - Method in class org.eclipse.jgit.transport.ReceiveCommand
-
Update the type of this command by checking for fast-forward.
- updating - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- updatingHeadFailed - Variable in class org.eclipse.jgit.internal.JGitText
- updatingReferences - Variable in class org.eclipse.jgit.internal.JGitText
- updatingRefFailed - Variable in class org.eclipse.jgit.internal.JGitText
- upload() - Method in interface org.eclipse.jgit.http.server.UploadPackErrorHandler.UploadPackRunnable
- upload(InputStream, OutputStream, OutputStream) - Method in class org.eclipse.jgit.transport.UploadPack
-
Execute the upload task on the socket.
- upload(HttpServletRequest, HttpServletResponse, UploadPackErrorHandler.UploadPackRunnable) - Method in interface org.eclipse.jgit.http.server.UploadPackErrorHandler
- UPLOAD - Static variable in class org.eclipse.jgit.lfs.lib.Constants
-
LFS upload operation.
- UPLOAD_PACK - Static variable in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Name of the git-upload-pack service.
- UPLOAD_PACK_REQUEST_TYPE - Static variable in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Content type supplied by the client to the /git-upload-pack handler.
- UPLOAD_PACK_RESULT_TYPE - Static variable in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Content type returned from the /git-upload-pack handler.
- uploadCompleted(String, long) - Method in interface org.eclipse.jgit.lfs.server.fs.ObjectUploadListener.Callback
-
Notified after object upload completed.
- UploadPack - Class in org.eclipse.jgit.transport
-
Implements the server side of a fetch connection, transmitting objects.
- UploadPack(Repository) - Constructor for class org.eclipse.jgit.transport.UploadPack
-
Create a new pack upload for an open repository.
- UploadPack.AdvertisedRequestValidator - Class in org.eclipse.jgit.transport
-
Validator corresponding to
UploadPack.RequestPolicy.ADVERTISED
. - UploadPack.AnyRequestValidator - Class in org.eclipse.jgit.transport
-
Validator corresponding to
UploadPack.RequestPolicy.ANY
. - UploadPack.FirstLine - Class in org.eclipse.jgit.transport
-
Deprecated.Use
FirstWant
instead - UploadPack.ReachableCommitRequestValidator - Class in org.eclipse.jgit.transport
-
Validator corresponding to
UploadPack.RequestPolicy.REACHABLE_COMMIT
. - UploadPack.ReachableCommitTipRequestValidator - Class in org.eclipse.jgit.transport
-
Validator corresponding to
UploadPack.RequestPolicy.REACHABLE_COMMIT_TIP
. - UploadPack.RequestPolicy - Enum in org.eclipse.jgit.transport
-
Policy the server uses to validate client requests
- UploadPack.RequestValidator - Interface in org.eclipse.jgit.transport
-
Validator for client requests.
- UploadPack.TipRequestValidator - Class in org.eclipse.jgit.transport
-
Validator corresponding to
UploadPack.RequestPolicy.TIP
. - UploadPackErrorHandler - Interface in org.eclipse.jgit.http.server
-
Handle git-upload-pack errors.
- UploadPackErrorHandler.UploadPackRunnable - Interface in org.eclipse.jgit.http.server
-
Process a git-upload-pack request.
- UploadPackFactory<C> - Interface in org.eclipse.jgit.transport.resolver
-
Create and configure
UploadPack
service instance. - UploadPackInternalServerErrorException - Exception in org.eclipse.jgit.transport
-
UploadPack has already reported an error to the client.
- UploadPackInternalServerErrorException(Throwable) - Constructor for exception org.eclipse.jgit.transport.UploadPackInternalServerErrorException
-
Initialize a new exception.
- uploadWithExceptionPropagation(InputStream, OutputStream, OutputStream) - Method in class org.eclipse.jgit.transport.UploadPack
-
Execute the upload task on the socket.
- UPSTREAM - org.eclipse.jgit.transport.PushConfig.PushDefault
-
Push the current branch to an upstream branch determined by git config
branch.<currentBranch>.merge
. - upstreamBranchName - Variable in class org.eclipse.jgit.internal.JGitText
- uri - Variable in class org.eclipse.jgit.transport.Transport
-
The URI used to create this transport.
- URIish - Class in org.eclipse.jgit.transport
-
This URI like construct used for referencing Git archives over the net, as well as locally stored archives.
- URIish() - Constructor for class org.eclipse.jgit.transport.URIish
-
Create an empty, non-configured URI.
- URIish(String) - Constructor for class org.eclipse.jgit.transport.URIish
-
Parse and construct an
URIish
from a string - URIish(URL) - Constructor for class org.eclipse.jgit.transport.URIish
-
Construct a URIish from a standard URL.
- uriNotConfigured - Variable in class org.eclipse.jgit.internal.JGitText
- uriNotFound - Variable in class org.eclipse.jgit.internal.JGitText
- uriNotFoundWithMessage - Variable in class org.eclipse.jgit.internal.JGitText
- URINotSupported - Variable in class org.eclipse.jgit.internal.JGitText
- UrlConfig - Class in org.eclipse.jgit.transport
-
Support for URL translations via git configs
url.<base>.insteadOf
andurl.<base>.pushInsteadOf
. - UrlConfig(Config) - Constructor for class org.eclipse.jgit.transport.UrlConfig
-
Creates a new
UrlConfig
instance. - urlEncode(String, boolean) - Static method in class org.eclipse.jgit.util.HttpSupport
-
Translates the provided URL into application/x-www-form-urlencoded format.
- usage() - Method in annotation type org.eclipse.jgit.pgm.Command
-
Get command description
- useJVMDefaultLocale() - Static method in class org.eclipse.jgit.nls.NLS
-
Sets the JVM default locale as the locale for the calling thread.
- user - Variable in class org.eclipse.jgit.internal.transport.sshd.auth.BasicAuthentication
-
The current user name.
- USER - org.eclipse.jgit.transport.TransportProtocol.URIishField
-
the user field
- USER - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file.
- USER_AGENT - Static variable in class org.eclipse.jgit.transport.HttpConfig
-
git config key for the "userAgent" setting.
- USER_KNOWN_HOSTS_FILE - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Key in an ssh config file.
- UserAgent - Class in org.eclipse.jgit.transport
-
User agent to be reported by this JGit client and server on the network.
- UserConfig - Class in org.eclipse.jgit.lib
-
The standard "user" configuration parameters.
- userConfigInvalid - Variable in class org.eclipse.jgit.internal.JGitText
- UserDefinedDiffTool - Class in org.eclipse.jgit.internal.diffmergetool
-
The user-defined diff tool.
- UserDefinedDiffTool(String, String, String) - Constructor for class org.eclipse.jgit.internal.diffmergetool.UserDefinedDiffTool
-
Creates the diff tool
- UserDefinedMergeTool - Class in org.eclipse.jgit.internal.diffmergetool
-
The user-defined merge tool.
- UserDefinedMergeTool(String, String, String, BooleanTriState) - Constructor for class org.eclipse.jgit.internal.diffmergetool.UserDefinedMergeTool
-
Creates the merge tool
- userHome() - Method in class org.eclipse.jgit.util.FS
-
Determine the user's home directory (location where preferences are).
- userHomeImpl() - Method in class org.eclipse.jgit.util.FS_Win32_Cygwin
-
Determine the user's home directory (location where preferences are).
- userHomeImpl() - Method in class org.eclipse.jgit.util.FS_Win32
-
Determine the user's home directory (location where preferences are).
- userHomeImpl() - Method in class org.eclipse.jgit.util.FS
-
Determine the user's home directory (location where preferences are).
- username - Variable in class org.eclipse.jgit.awtui.UIText
- username - Static variable in class org.eclipse.jgit.junit.http.AppServer
-
Username for secured access areas.
- Username() - Constructor for class org.eclipse.jgit.transport.CredentialItem.Username
-
Initialize a new username item, with a default username prompt.
- usernameFor - Variable in class org.eclipse.jgit.pgm.internal.CLIText
- UsernamePasswordCredentialsProvider - Class in org.eclipse.jgit.transport
-
Simple
CredentialsProvider
that always uses the same information. - UsernamePasswordCredentialsProvider(String, char[]) - Constructor for class org.eclipse.jgit.transport.UsernamePasswordCredentialsProvider
-
Initialize the provider with a single username and password.
- UsernamePasswordCredentialsProvider(String, String) - Constructor for class org.eclipse.jgit.transport.UsernamePasswordCredentialsProvider
-
Initialize the provider with a single username and password.
- usingProxy() - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnection
-
Whether we use a proxy
- usingProxy() - Method in interface org.eclipse.jgit.transport.http.HttpConnection
-
Whether we use a proxy
- usingProxy() - Method in class org.eclipse.jgit.transport.http.JDKHttpConnection
-
Whether we use a proxy
- UTF8_CHARSET - Static variable in class org.eclipse.jgit.util.RawParseUtils
-
Deprecated.use
StandardCharsets.UTF_8
instead
V
- V0 - org.eclipse.jgit.transport.TransferConfig.ProtocolVersion
-
Git wire protocol version 0 (the default).
- V2 - org.eclipse.jgit.transport.TransferConfig.ProtocolVersion
-
Git wire protocol version 2.
- V2_BUNDLE_SIGNATURE - Static variable in interface org.eclipse.jgit.transport.TransportBundle
-
Bundle signature
- VALID_SERVICES - Static variable in class org.eclipse.jgit.http.server.GitSmartHttpTools
-
Git service names accepted by the /info/refs?service= handler.
- validate(String, String) - Method in class org.eclipse.jgit.internal.transport.ssh.OpenSshConfigFile
-
Hook to perform validation on a single value, or to sanitize it.
- validate(String, List<String>) - Method in class org.eclipse.jgit.internal.transport.ssh.OpenSshConfigFile
-
Hook to perform validation on values, or to sanitize them.
- validatingGitModules - Variable in class org.eclipse.jgit.internal.JGitText
- value - Variable in class org.eclipse.jgit.util.MutableInteger
-
Current value of this boxed value.
- valueExceedsRange - Variable in class org.eclipse.jgit.internal.JGitText
- valueOf(String) - Static method in enum org.eclipse.jgit.api.CheckoutCommand.Stage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.api.CheckoutResult.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.api.CherryPickResult.CherryPickStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.api.CreateBranchCommand.SetupUpstreamMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.api.ListBranchCommand.ListMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.api.MergeCommand.ConflictStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.api.MergeCommand.FastForwardMode.Merge
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.api.MergeCommand.FastForwardMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.api.MergeResult.MergeStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.api.RebaseCommand.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.api.RebaseResult.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.api.RemoteSetUrlCommand.UriType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.api.ResetCommand.ResetType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.api.SubmoduleDeinitCommand.SubmoduleDeinitStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.api.VerifySignatureCommand.VerifyMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.attributes.Attribute.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.diff.DiffAlgorithm.SupportedAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.diff.DiffConfig.RenameDetectionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.diff.DiffEntry.ChangeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.diff.DiffEntry.Side
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.diff.Edit.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.errors.CorruptPackIndexException.ErrorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.errors.NoMergeBaseException.MergeBaseFailureReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.ignore.IgnoreNode.MatchResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.internal.diffmergetool.CommandLineDiffTool
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.internal.diffmergetool.FileElement.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase.PackSource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.internal.storage.pack.PackExt
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.internal.storage.pack.PackWriter.PackingPhase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.lib.BranchConfig.BranchRebaseMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.lib.CommitConfig.CleanupMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.lib.CoreConfig.AutoCRLF
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.lib.CoreConfig.CheckStat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.lib.CoreConfig.EOL
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.lib.CoreConfig.EolStreamType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.lib.CoreConfig.HideDotFiles
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.lib.CoreConfig.LogRefUpdates
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.lib.CoreConfig.SymLinks
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.lib.GpgConfig.GpgFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.lib.GpgSignatureVerifier.TrustLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.lib.IndexDiff.StageState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.lib.internal.BooleanTriState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.lib.ObjectChecker.ErrorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.lib.RebaseTodoLine.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.lib.Ref.Storage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.lib.RefUpdate.Result
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.lib.RepositoryState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.lib.SubmoduleConfig.FetchRecurseSubmodulesMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.merge.ContentMergeStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.merge.MergeChunk.ConflictState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.merge.ResolveMerger.MergeFailureReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.patch.BinaryHunk.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.patch.FileHeader.PatchType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.patch.FormatError.Severity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.pgm.internal.SshDriver
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.revwalk.RevSort
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.submodule.SubmoduleStatusType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.submodule.SubmoduleWalk.IgnoreSubmoduleMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.transport.HttpConfig.HttpRedirectMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.transport.PackParser.Source
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.transport.PushCertificate.NonceStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.transport.PushConfig.PushDefault
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.transport.PushConfig.PushRecurseSubmodulesMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.transport.ReceiveCommand.Result
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.transport.ReceiveCommand.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.transport.RefSpec.WildcardMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.transport.RemoteRefUpdate.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.transport.sshd.ServerKeyDatabase.Configuration.StrictHostKeyChecking
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.transport.TagOpt
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.transport.TransferConfig.FsckMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.transport.TransferConfig.ProtocolVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.transport.Transport.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.transport.TransportHttp.AcceptEncoding
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.transport.TransportProtocol.URIishField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.transport.UploadPack.RequestPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.treewalk.TreeWalk.OperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.treewalk.WorkingTreeIterator.MetadataDiff
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.util.GitDateFormatter.Format
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.util.io.AutoLFInputStream.StreamFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jgit.util.ProcessResult.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(MergeCommand.FastForwardMode) - Static method in enum org.eclipse.jgit.api.MergeCommand.FastForwardMode.Merge
-
Map from
FastForwardMode
toFastForwardMode.Merge
. - valueOf(MergeCommand.FastForwardMode.Merge) - Static method in enum org.eclipse.jgit.api.MergeCommand.FastForwardMode
-
Map from
FastForwardMode.Merge
toFastForwardMode
. - values() - Static method in enum org.eclipse.jgit.api.CheckoutCommand.Stage
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.api.CheckoutResult.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.api.CherryPickResult.CherryPickStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.api.CreateBranchCommand.SetupUpstreamMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.api.ListBranchCommand.ListMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.api.MergeCommand.ConflictStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.api.MergeCommand.FastForwardMode.Merge
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.api.MergeCommand.FastForwardMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.api.MergeResult.MergeStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.api.RebaseCommand.Operation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.api.RebaseResult.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.api.RemoteSetUrlCommand.UriType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.api.ResetCommand.ResetType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.api.SubmoduleDeinitCommand.SubmoduleDeinitStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.api.VerifySignatureCommand.VerifyMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.attributes.Attribute.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.diff.DiffAlgorithm.SupportedAlgorithm
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.diff.DiffConfig.RenameDetectionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.diff.DiffEntry.ChangeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.diff.DiffEntry.Side
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.diff.Edit.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.errors.CorruptPackIndexException.ErrorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.errors.NoMergeBaseException.MergeBaseFailureReason
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.ignore.IgnoreNode.MatchResult
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.internal.diffmergetool.CommandLineDiffTool
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.internal.diffmergetool.FileElement.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase.PackSource
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.internal.storage.pack.PackExt
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.internal.storage.pack.PackWriter.PackingPhase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.lib.BranchConfig.BranchRebaseMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.lib.CommitConfig.CleanupMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.lib.CoreConfig.AutoCRLF
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.lib.CoreConfig.CheckStat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.lib.CoreConfig.EOL
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.lib.CoreConfig.EolStreamType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.lib.CoreConfig.HideDotFiles
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.lib.CoreConfig.LogRefUpdates
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.lib.CoreConfig.SymLinks
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.lib.GpgConfig.GpgFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.lib.GpgSignatureVerifier.TrustLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.lib.IndexDiff.StageState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.lib.internal.BooleanTriState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.lib.ObjectChecker.ErrorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.lib.RebaseTodoLine.Action
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.lib.Ref.Storage
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.lib.RefUpdate.Result
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.lib.RepositoryState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.lib.SubmoduleConfig.FetchRecurseSubmodulesMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.merge.ContentMergeStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.merge.MergeChunk.ConflictState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.merge.ResolveMerger.MergeFailureReason
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.patch.BinaryHunk.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.patch.FileHeader.PatchType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.patch.FormatError.Severity
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.pgm.internal.SshDriver
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.revwalk.RevSort
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.submodule.SubmoduleStatusType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.submodule.SubmoduleWalk.IgnoreSubmoduleMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.transport.HttpConfig.HttpRedirectMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.transport.PackParser.Source
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.transport.PushCertificate.NonceStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.transport.PushConfig.PushDefault
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.transport.PushConfig.PushRecurseSubmodulesMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.transport.ReceiveCommand.Result
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.transport.ReceiveCommand.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.transport.RefSpec.WildcardMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.transport.RemoteRefUpdate.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.transport.sshd.ServerKeyDatabase.Configuration.StrictHostKeyChecking
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.transport.TagOpt
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.transport.TransferConfig.FsckMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.transport.TransferConfig.ProtocolVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.transport.Transport.Operation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.transport.TransportHttp.AcceptEncoding
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.transport.TransportProtocol.URIishField
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.transport.UploadPack.RequestPolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.treewalk.TreeWalk.OperationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.treewalk.WorkingTreeIterator.MetadataDiff
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.util.GitDateFormatter.Format
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.util.io.AutoLFInputStream.StreamFlag
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jgit.util.ProcessResult.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- var() - Method in class org.eclipse.jgit.util.Stats
- VERBATIM - org.eclipse.jgit.lib.CommitConfig.CleanupMode
-
Make no changes.
- VerificationResult - Interface in org.eclipse.jgit.api
-
A
VerificationResult
describes the outcome of a signature verification. - VerificationUtils - Class in org.eclipse.jgit.pgm.internal
-
Utilities for signature verification.
- verify(byte[], byte[]) - Method in class org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSignatureVerifier
- verify(byte[], byte[]) - Method in interface org.eclipse.jgit.lib.GpgSignatureVerifier
-
Verifies a given signature for given data.
- verify(String, String, Repository, boolean, int) - Method in class org.eclipse.jgit.transport.HMACSHA1NonceGenerator
-
Verify trustworthiness of the received nonce.
- verify(String, String, Repository, boolean, int) - Method in interface org.eclipse.jgit.transport.NonceGenerator
-
Verify trustworthiness of the received nonce.
- VERIFY - Static variable in class org.eclipse.jgit.lfs.lib.Constants
-
LFS verify operation.
- verifyIndex(PackIndex) - Method in class org.eclipse.jgit.internal.fsck.FsckPackParser
-
Verify the existing index file with all objects from the pack.
- verifySafeObject(AnyObjectId, int, byte[]) - Method in class org.eclipse.jgit.internal.fsck.FsckPackParser
-
Verify the integrity of the object.
- verifySafeObject(AnyObjectId, int, byte[]) - Method in class org.eclipse.jgit.transport.PackParser
-
Verify the integrity of the object.
- verifyServerKey(ClientSession, SocketAddress, PublicKey) - Method in class org.eclipse.jgit.internal.transport.sshd.JGitServerKeyVerifier
- verifySignature() - Method in class org.eclipse.jgit.api.Git
-
Return a command to verify signatures of tags or commits.
- verifySignature(RevObject, GpgConfig) - Method in class org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSignatureVerifier
- verifySignature(RevObject, GpgConfig) - Method in interface org.eclipse.jgit.lib.GpgSignatureVerifier
-
Verifies the signature on a signed commit or tag.
- verifySignatureBad - Variable in class org.eclipse.jgit.internal.JGitText
- VerifySignatureCommand - Class in org.eclipse.jgit.api
-
A command to verify GPG signatures on tags or commits.
- VerifySignatureCommand(Repository) - Constructor for class org.eclipse.jgit.api.VerifySignatureCommand
-
Creates a new
VerifySignatureCommand
for the givenRepository
. - VerifySignatureCommand.VerifyMode - Enum in org.eclipse.jgit.api
-
Describes what kind of objects shall be handled by a
VerifySignatureCommand
. - verifySignatureExpired - Variable in class org.eclipse.jgit.internal.JGitText
- verifySignatureGood - Variable in class org.eclipse.jgit.internal.JGitText
- verifySignatureIssuer - Variable in class org.eclipse.jgit.internal.JGitText
- verifySignatureKey - Variable in class org.eclipse.jgit.internal.JGitText
- verifySignatureMade - Variable in class org.eclipse.jgit.internal.JGitText
- verifySignatureTrust - Variable in class org.eclipse.jgit.internal.JGitText
- version() - Method in enum org.eclipse.jgit.transport.TransferConfig.ProtocolVersion
-
Returns version number
- VERSION - Static variable in class org.eclipse.jgit.lfs.LfsPointer
-
The version of the LfsPointer file format
- VERSION_1 - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
Protocol announcement for protocol version 1.
- VERSION_2 - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
Protocol announcement for protocol version 2.
- VERSION_2_REQUEST - Static variable in class org.eclipse.jgit.transport.GitProtocolConstants
-
Protocol request for protocol version 2.
- VERSION_LEGACY - Static variable in class org.eclipse.jgit.lfs.LfsPointer
-
The version of the LfsPointer file format using legacy URL
- vimdiff - org.eclipse.jgit.internal.diffmergetool.CommandLineDiffTool
- vimdiff - org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
- vimdiff2 - org.eclipse.jgit.internal.diffmergetool.CommandLineDiffTool
- vimdiff2 - org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
- vimdiff3 - org.eclipse.jgit.internal.diffmergetool.CommandLineDiffTool
- vimdiff3 - org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
- visited(RevObject) - Method in interface org.eclipse.jgit.revwalk.ObjectWalk.VisitationPolicy
-
Called when an object is visited.
W
- waitForCompletion() - Method in class org.eclipse.jgit.lib.ThreadSafeProgressMonitor
-
Process pending updates and wait for workers to finish.
- waitForStatChange() - Method in class org.eclipse.jgit.internal.storage.file.LockFile
-
Wait until the lock file information differs from the old file.
- waitUntilNotRacy() - Method in class org.eclipse.jgit.internal.storage.file.FileSnapshot
-
Wait until this snapshot's file can't be racy anymore
- walk - Variable in class org.eclipse.jgit.merge.Merger
-
A RevWalk for computing merge bases, or listing incoming commits.
- walkFailure - Variable in class org.eclipse.jgit.internal.JGitText
- walksIgnoredDirectories() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Tells whether this
WorkingTreeIterator
walks ignored directories. - WalkTransport - Interface in org.eclipse.jgit.transport
-
Marker interface for an object transport walking transport.
- wantNoSpaceWithCapabilities - Variable in class org.eclipse.jgit.internal.JGitText
- wantNotValid - Variable in class org.eclipse.jgit.internal.JGitText
- WantNotValidException - Exception in org.eclipse.jgit.transport
-
Indicates client requested an object the server does not want to serve.
- WantNotValidException(AnyObjectId) - Constructor for exception org.eclipse.jgit.transport.WantNotValidException
-
Construct a
"want $id not valid"
exception. - WantNotValidException(AnyObjectId, Throwable) - Constructor for exception org.eclipse.jgit.transport.WantNotValidException
-
Construct a
"want $id not valid"
exception. - wants - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
The count of client wants.
- warn(String) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- warn(String, Object) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- warn(String, Object...) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- warn(String, Object, Object) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- warn(String, Throwable) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- WARN - org.eclipse.jgit.transport.TransferConfig.FsckMode
-
Issue a warning (in fact, jgit treats this like IGNORE, but git itself does warn).
- warning - Variable in class org.eclipse.jgit.awtui.UIText
- Warning(String) - Constructor for exception org.eclipse.jgit.junit.http.RecordingLogger.Warning
- Warning(String, Throwable) - Constructor for exception org.eclipse.jgit.junit.http.RecordingLogger.Warning
- Warning(Throwable) - Constructor for exception org.eclipse.jgit.junit.http.RecordingLogger.Warning
- WARNING - org.eclipse.jgit.patch.FormatError.Severity
-
The error is unexpected, but can be worked around.
- wasDeleted() - Method in class org.eclipse.jgit.internal.storage.reftable.RefCursor
-
Whether the current reference was deleted.
- wasDeltaAttempted() - Method in class org.eclipse.jgit.internal.storage.pack.StoredObjectRepresentation
-
Whether the current representation of the object has had delta compression attempted on it.
- weeksAgo - Variable in class org.eclipse.jgit.internal.JGitText
- WEIGHT_UNKNOWN - Static variable in class org.eclipse.jgit.internal.storage.pack.StoredObjectRepresentation
-
Special unknown value for
StoredObjectRepresentation.getWeight()
. - WHITESPACE - org.eclipse.jgit.lib.CommitConfig.CleanupMode
-
Remove trailing whitespace and leading and trailing empty lines; collapse multiple empty lines to a single one.
- WILDCARD_SUFFIX - Static variable in class org.eclipse.jgit.transport.RefSpec
-
Suffix for wildcard ref spec component, that indicate matching all refs with specified prefix.
- WildCardMatcher - Class in org.eclipse.jgit.ignore.internal
-
Matcher built from path segments containing wildcards.
- WildMatcher - Class in org.eclipse.jgit.ignore.internal
-
Wildmatch matcher for "double star" (
**
) pattern only. - willInclude(AnyObjectId) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Determine if the pack file will contain the requested object.
- willNotStoreEmptyPack - Variable in class org.eclipse.jgit.internal.storage.dfs.DfsText
- WIN32_BAD_NAME - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- WindowCache - Class in org.eclipse.jgit.internal.storage.file
-
Caches slices of a
Pack
in memory for faster read access. - WindowCacheConfig - Class in org.eclipse.jgit.storage.file
-
Configuration parameters for JVM-wide buffer cache used by JGit.
- WindowCacheConfig() - Constructor for class org.eclipse.jgit.storage.file.WindowCacheConfig
-
Create a default configuration.
- WindowCacheStats - Interface in org.eclipse.jgit.storage.file
-
Cache statistics for
WindowCache
. - windowSizeMustBeLesserThanLimit - Variable in class org.eclipse.jgit.internal.JGitText
- windowSizeMustBePowerOf2 - Variable in class org.eclipse.jgit.internal.JGitText
- winmerge - org.eclipse.jgit.internal.diffmergetool.CommandLineDiffTool
- winmerge - org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
- winOpenSsh - Variable in class org.eclipse.jgit.internal.transport.sshd.agent.connector.Texts
- WinPipeConnector - Class in org.eclipse.jgit.internal.transport.sshd.agent.connector
-
A connector based on JNA using Windows' named pipes to communicate with an ssh agent.
- WinPipeConnector(String) - Constructor for class org.eclipse.jgit.internal.transport.sshd.agent.connector.WinPipeConnector
-
Creates a
WinPipeConnector
for the given named pipe. - with(HttpServlet) - Method in interface org.eclipse.jgit.http.server.glue.ServletBinder
-
Set the servlet to execute on this path
- withDefaultConnectorFactory() - Method in class org.eclipse.jgit.transport.sshd.SshdSessionFactoryBuilder
-
Removes a previously set
ConnectorFactory
. - worked(Oid) - Static method in class org.eclipse.jgit.internal.transport.sshd.GssApiMechanisms
-
Report that this mechanism was used successfully.
- workingTreeIterator - Variable in class org.eclipse.jgit.merge.ResolveMerger
-
The iterator to access the working tree.
- WorkingTreeIterator - Class in org.eclipse.jgit.treewalk
-
Walks a working directory tree as part of a
TreeWalk
. - WorkingTreeIterator(String, WorkingTreeOptions) - Constructor for class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Create a new iterator with no parent and a prefix.
- WorkingTreeIterator(WorkingTreeIterator) - Constructor for class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Create an iterator for a subtree of an existing iterator.
- WorkingTreeIterator(WorkingTreeOptions) - Constructor for class org.eclipse.jgit.treewalk.WorkingTreeIterator
-
Create a new iterator with no parent.
- WorkingTreeIterator.Entry - Class in org.eclipse.jgit.treewalk
-
A single entry within a working directory tree.
- WorkingTreeIterator.MetadataDiff - Enum in org.eclipse.jgit.treewalk
-
The result of a metadata-comparison between the current entry and a
DirCacheEntry
- WorkingTreeModifiedEvent - Class in org.eclipse.jgit.events
-
A
RepositoryEvent
describing changes to the working tree. - WorkingTreeModifiedEvent(Collection<String>, Collection<String>) - Constructor for class org.eclipse.jgit.events.WorkingTreeModifiedEvent
-
Creates a new
WorkingTreeModifiedEvent
with the given collections. - WorkingTreeModifiedListener - Interface in org.eclipse.jgit.events
-
Receives
WorkingTreeModifiedEvent
s, which are fired whenever aDirCacheCheckout
modifies (adds/deletes/updates) files in the working tree. - WorkingTreeOptions - Class in org.eclipse.jgit.treewalk
-
Options used by the
WorkingTreeIterator
. - WorkQueue - Class in org.eclipse.jgit.lib.internal
-
Simple work queue to run tasks in the background
- WorkQueue() - Constructor for class org.eclipse.jgit.lib.internal.WorkQueue
- workTreeUpdater - Variable in class org.eclipse.jgit.merge.ResolveMerger
-
Handler for repository I/O actions.
- wrap(Repository) - Static method in class org.eclipse.jgit.api.Git
-
Wrap repository
- wrapInputStream(InputStream, CoreConfig.EolStreamType) - Static method in class org.eclipse.jgit.util.io.EolStreamTypeUtil
-
Wrap the input stream depending on
CoreConfig.EolStreamType
. - wrapInputStream(InputStream, CoreConfig.EolStreamType, boolean) - Static method in class org.eclipse.jgit.util.io.EolStreamTypeUtil
-
Wrap the input stream depending on
CoreConfig.EolStreamType
. - wrapOutputStream(OutputStream, CoreConfig.EolStreamType) - Static method in class org.eclipse.jgit.util.io.EolStreamTypeUtil
-
Wrap the output stream depending on
CoreConfig.EolStreamType
. - WrappedRequest - Class in org.eclipse.jgit.http.server.glue
-
Overrides the path and path info.
- WrappedRequest(HttpServletRequest, String, String) - Constructor for class org.eclipse.jgit.http.server.glue.WrappedRequest
-
Create a new request with different path and path info properties.
- write() - Method in class org.eclipse.jgit.dircache.DirCache
-
Write the entry records from memory to disk.
- write(byte[]) - Method in class org.eclipse.jgit.internal.storage.file.LockFile
-
Write arbitrary data to the temporary file.
- write(byte[]) - Method in class org.eclipse.jgit.lfs.internal.AtomicObjectOutputStream
- write(byte[]) - Method in class org.eclipse.jgit.util.io.AutoCRLFOutputStream
- write(byte[]) - Method in class org.eclipse.jgit.util.io.AutoLFOutputStream
- write(byte[]) - Method in class org.eclipse.jgit.util.io.NullOutputStream
- write(byte[]) - Method in class org.eclipse.jgit.util.io.TeeOutputStream
- write(byte[]) - Method in class org.eclipse.jgit.util.io.TimeoutOutputStream
- write(byte[], int, int) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsOutputStream
- write(byte[], int, int) - Method in class org.eclipse.jgit.internal.storage.io.CancellableDigestOutputStream
- write(byte[], int, int) - Method in class org.eclipse.jgit.lfs.internal.AtomicObjectOutputStream
- write(byte[], int, int) - Method in class org.eclipse.jgit.transport.SideBandOutputStream
- write(byte[], int, int) - Method in class org.eclipse.jgit.util.io.AutoCRLFOutputStream
- write(byte[], int, int) - Method in class org.eclipse.jgit.util.io.AutoLFOutputStream
- write(byte[], int, int) - Method in class org.eclipse.jgit.util.io.BinaryHunkOutputStream
- write(byte[], int, int) - Method in class org.eclipse.jgit.util.io.CountingOutputStream
- write(byte[], int, int) - Method in class org.eclipse.jgit.util.io.IsolatedOutputStream
- write(byte[], int, int) - Method in class org.eclipse.jgit.util.io.NullOutputStream
- write(byte[], int, int) - Method in class org.eclipse.jgit.util.io.TeeOutputStream
- write(byte[], int, int) - Method in class org.eclipse.jgit.util.io.TimeoutOutputStream
- write(byte[], int, int) - Method in class org.eclipse.jgit.util.TemporaryBuffer
- write(char[], int, int) - Method in class org.eclipse.jgit.util.io.MessageWriter
- write(char[], int, int) - Method in class org.eclipse.jgit.util.io.ThrowingPrintWriter
- write(int) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsOutputStream
- write(int) - Method in class org.eclipse.jgit.internal.storage.io.CancellableDigestOutputStream
- write(int) - Method in class org.eclipse.jgit.lfs.internal.AtomicObjectOutputStream
- write(int) - Method in class org.eclipse.jgit.transport.SideBandOutputStream
- write(int) - Method in class org.eclipse.jgit.util.io.AutoCRLFOutputStream
- write(int) - Method in class org.eclipse.jgit.util.io.AutoLFOutputStream
- write(int) - Method in class org.eclipse.jgit.util.io.BinaryHunkOutputStream
- write(int) - Method in class org.eclipse.jgit.util.io.CountingOutputStream
- write(int) - Method in class org.eclipse.jgit.util.io.DisabledOutputStream
- write(int) - Method in class org.eclipse.jgit.util.io.IsolatedOutputStream
- write(int) - Method in class org.eclipse.jgit.util.io.NullOutputStream
- write(int) - Method in class org.eclipse.jgit.util.io.TeeOutputStream
- write(int) - Method in class org.eclipse.jgit.util.io.TimeoutOutputStream
- write(int) - Method in class org.eclipse.jgit.util.TemporaryBuffer
- write(File, String) - Static method in class org.eclipse.jgit.junit.JGitTestUtil
-
Write a string as a UTF-8 file.
- write(File, String) - Method in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Write a string as a UTF-8 file.
- write(OutputStream, AnyObjectId) - Static method in class org.eclipse.jgit.lib.ObjectIdSerializer
-
Write a possibly null
ObjectId
to the stream, using markers to differentiate null and non-null instances. - write(String) - Method in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Create a string to a UTF-8 temporary file and return the path.
- write(URL) - Method in class org.eclipse.jgit.internal.transport.http.NetscapeCookieFile
-
Writes all the cookies being maintained in the set being returned by
NetscapeCookieFile.getCookies(boolean)
to the underlying file. - write(List<? extends PackedObjectInfo>, byte[]) - Method in class org.eclipse.jgit.internal.storage.file.PackIndexWriter
-
Write all object entries to the index stream.
- write(PackBitmapIndexBuilder, byte[]) - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexWriterV1
-
Write all object entries to the index stream.
- write(ReftableWriter, List<Ref>, List<ReceiveCommand>) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableBatchRefUpdate
-
Writes the refs to the writer, and calls finish.
- write(ObjectId) - Method in class org.eclipse.jgit.internal.storage.file.LockFile
-
Write an ObjectId and LF to the temporary file.
- WriteAbortedException - Exception in org.eclipse.jgit.transport
-
An exception to be thrown when the write operation is aborted.
- WriteAbortedException() - Constructor for exception org.eclipse.jgit.transport.WriteAbortedException
-
Construct a
WriteAbortedException
. - WriteAbortedException(String) - Constructor for exception org.eclipse.jgit.transport.WriteAbortedException
-
Construct a
WriteAbortedException
. - WriteAbortedException(String, Throwable) - Constructor for exception org.eclipse.jgit.transport.WriteAbortedException
-
Construct a
WriteAbortedException
. - writeAddedLine(RawText, int) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Output an added line.
- writeBitmapIndex(OutputStream) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Create a bitmap index file to match the pack file just written.
- writeBundle(ProgressMonitor, OutputStream) - Method in class org.eclipse.jgit.transport.BundleWriter
-
Generate and write the bundle to the output stream.
- writeChecksumFooter() - Method in class org.eclipse.jgit.internal.storage.file.PackIndexWriter
-
Output the standard two-checksum index footer.
- writeCherryPickHead(ObjectId) - Method in class org.eclipse.jgit.lib.Repository
-
Write cherry pick commit into $GIT_DIR/CHERRY_PICK_HEAD.
- writeCommitEditMsg(String) - Method in class org.eclipse.jgit.lib.Repository
-
Write new content to the file $GIT_DIR/COMMIT_EDITMSG.
- writeContextLine(RawText, int) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Output a line of context (unmodified line).
- writeDelim() - Method in class org.eclipse.jgit.transport.PacketLineOut
-
Write a packet delim marker (0001).
- writeEntireRepositoryAsBundle(ProgressMonitor, OutputStream, DfsRepository) - Static method in class org.eclipse.jgit.internal.storage.dfs.DfsBundleWriter
-
Writes the entire
DfsRepository
to a Git bundle. - writeFanOutTable() - Method in class org.eclipse.jgit.internal.storage.file.PackIndexWriter
-
Output the standard 256 entry first-level fan-out table.
- writeFile(String, byte[]) - Method in class org.eclipse.jgit.lib.RefWriter
-
Handles actual writing of ref files to the git repository, which may differ slightly depending on the destination and transport.
- writeFile(DfsPackDescription, PackExt) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase
-
Open a pack, pack index, or other related file for writing.
- writeFile(DfsPackDescription, PackExt) - Method in class org.eclipse.jgit.internal.storage.dfs.InMemoryRepository.MemObjDatabase
- writeHeader(ObjectToPack, long) - Method in class org.eclipse.jgit.internal.storage.pack.PackOutputStream
-
Commits the object header onto the stream.
- writeHunkHeader(int, int, int, int) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Output a hunk header
- writeHunkHeader(int, int, int, int) - Method in class org.eclipse.jgit.diff.PatchIdDiffFormatter
-
Output a hunk header
- writeImpl() - Method in class org.eclipse.jgit.internal.storage.file.PackIndexWriter
-
Writes the index file to
PackIndexWriter.out
. - writeIndex(OutputStream) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Create an index file to match the pack file just written.
- writeInfoRefs() - Method in class org.eclipse.jgit.lib.RefWriter
-
Rebuild the
Constants.INFO_REFS
. - writeLine(char, RawText, int) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Write a standard patch script line.
- writeLine(OutputStream, int) - Method in class org.eclipse.jgit.diff.RawText
-
Write a specific line to the output stream, without its trailing LF.
- writeLink(String, String) - Method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Create a symbolic link
- writeLink(Repository, String, String) - Static method in class org.eclipse.jgit.junit.JGitTestUtil
-
Write a symbolic link
- writeLog(String, long, PersonIdent, ObjectId, ObjectId, String) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter
-
Write one reflog entry to the reftable.
- writeMergeCommitMsg(String) - Method in class org.eclipse.jgit.lib.Repository
-
Write new content to the file $GIT_DIR/MERGE_MSG.
- writeMergeHeads(List<? extends ObjectId>) - Method in class org.eclipse.jgit.lib.Repository
-
Write new merge-heads into $GIT_DIR/MERGE_HEAD.
- writeObject(ObjectToPack) - Method in class org.eclipse.jgit.internal.storage.pack.PackOutputStream
-
Write one object.
- writeObjects(PackOutputStream, List<ObjectToPack>) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReader
-
Write objects to the pack stream in roughly the order given.
- writeObjects(PackOutputStream, List<ObjectToPack>) - Method in interface org.eclipse.jgit.internal.storage.pack.ObjectReuseAsIs
-
Write objects to the pack stream in roughly the order given.
- writeOne(CharSequence) - Method in class org.eclipse.jgit.transport.RefAdvertiser.PacketLineOutRefAdvertiser
- writeOne(CharSequence) - Method in class org.eclipse.jgit.transport.RefAdvertiser
-
Write a single advertisement line.
- writeOrigHead(ObjectId) - Method in class org.eclipse.jgit.lib.Repository
-
Write original HEAD commit into $GIT_DIR/ORIG_HEAD.
- writePack(ProgressMonitor, ProgressMonitor, OutputStream) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
-
Write the prepared pack to the supplied stream.
- writePackedRefs() - Method in class org.eclipse.jgit.lib.RefWriter
-
Rebuild the
Constants.PACKED_REFS
file. - writePacket(byte[]) - Method in class org.eclipse.jgit.transport.PacketLineOut
-
Write a binary packet to the stream.
- writePacket(byte[], int, int) - Method in class org.eclipse.jgit.transport.PacketLineOut
-
Write a binary packet to the stream.
- writerAlreadyInitialized - Variable in class org.eclipse.jgit.internal.JGitText
- writeRebaseTodoFile(String, List<RebaseTodoLine>, boolean) - Method in class org.eclipse.jgit.lib.RebaseTodoFile
-
Write a file formatted like a git-rebase-todo file.
- writeRebaseTodoFile(String, List<RebaseTodoLine>, boolean) - Method in class org.eclipse.jgit.lib.Repository
-
Write a file formatted like a git-rebase-todo file.
- writeRef(Ref) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter
-
Write one reference to the reftable.
- writeRef(Ref, long) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableWriter
-
Write one reference to the reftable.
- writeRemovedLine(RawText, int) - Method in class org.eclipse.jgit.diff.DiffFormatter
-
Output a removed line
- writeRevertHead(ObjectId) - Method in class org.eclipse.jgit.lib.Repository
-
Write revert commit into $GIT_DIR/REVERT_HEAD.
- writeSquashCommitMsg(String) - Method in class org.eclipse.jgit.lib.Repository
-
Write new content to the file $GIT_DIR/SQUASH_MSG.
- writeString(String) - Method in class org.eclipse.jgit.transport.PacketLineOut
-
Write a UTF-8 encoded string as a single length-delimited packet.
- writeTimedOut - Variable in class org.eclipse.jgit.internal.JGitText
- writeTo(OutputStream) - Method in class org.eclipse.jgit.transport.http.apache.TemporaryBufferEntity
- writeTo(OutputStream, ProgressMonitor) - Method in class org.eclipse.jgit.util.TemporaryBuffer.LocalFile
- writeTo(OutputStream, ProgressMonitor) - Method in class org.eclipse.jgit.util.TemporaryBuffer
-
Send this buffer to an output stream.
- writeTOC(int) - Method in class org.eclipse.jgit.internal.storage.file.PackIndexWriter
-
Output the version 2 (and later) TOC header, with version number.
- writeTrashFile(String, String) - Method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Write a trash file
- writeTrashFile(String, String, String) - Method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Write a trash file
- writeTrashFile(Repository, String, String) - Static method in class org.eclipse.jgit.junit.JGitTestUtil
-
Write a trash file.
- writeTrashFile(Repository, String, String, String) - Static method in class org.eclipse.jgit.junit.JGitTestUtil
-
Write a trash file.
- writeTrashFiles(boolean, String...) - Method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Writes a number of files in the working tree.
- writeTree(ObjectInserter) - Method in class org.eclipse.jgit.dircache.DirCache
-
Write all index trees to the object store, returning the root tree.
- writeTree(ObjectInserter) - Method in class org.eclipse.jgit.notes.NoteMap
-
Write this note map as a tree.
- writeVerification(ThrowingPrintWriter, GpgSignatureVerifier.SignatureVerification, String, PersonIdent) - Static method in class org.eclipse.jgit.pgm.internal.VerificationUtils
-
Writes information about a signature verification to the given writer.
- writeWithoutMarker(OutputStream, AnyObjectId) - Static method in class org.eclipse.jgit.lib.ObjectIdSerializer
-
Write a non-null
ObjectId
to the stream. - WRITING - org.eclipse.jgit.internal.storage.pack.PackWriter.PackingPhase
-
Writing objects phase.
- writingNotPermitted - Variable in class org.eclipse.jgit.internal.JGitText
- writingNotSupported - Variable in class org.eclipse.jgit.internal.JGitText
- writingObjects - Variable in class org.eclipse.jgit.internal.JGitText
- wrongAmountOfDataReceived - Variable in class org.eclipse.jgit.lfs.internal.LfsText
- wrongDecompressedLength - Variable in class org.eclipse.jgit.internal.JGitText
- WrongObjectTypeException - Exception in org.eclipse.jgit.api.errors
-
A given object is not of an expected object type.
- WrongObjectTypeException(ObjectId, int) - Constructor for exception org.eclipse.jgit.api.errors.WrongObjectTypeException
-
Construct a
WrongObjectTypeException
for the specified object id, giving the expected type. - wrongRepositoryState - Variable in class org.eclipse.jgit.internal.JGitText
- WrongRepositoryStateException - Exception in org.eclipse.jgit.api.errors
-
Exception thrown when the state of the repository doesn't allow the execution of a certain command.
- WrongRepositoryStateException(String) - Constructor for exception org.eclipse.jgit.api.errors.WrongRepositoryStateException
-
Constructor for WrongRepositoryStateException.
- WrongRepositoryStateException(String, Throwable) - Constructor for exception org.eclipse.jgit.api.errors.WrongRepositoryStateException
-
Constructor for WrongRepositoryStateException.
- WS_IGNORE_ALL - Static variable in class org.eclipse.jgit.diff.RawTextComparator
-
Ignores all whitespace.
- WS_IGNORE_CHANGE - Static variable in class org.eclipse.jgit.diff.RawTextComparator
-
Ignores whitespace occurring between non-whitespace characters.
- WS_IGNORE_LEADING - Static variable in class org.eclipse.jgit.diff.RawTextComparator
-
Ignore leading whitespace.
- WS_IGNORE_TRAILING - Static variable in class org.eclipse.jgit.diff.RawTextComparator
-
Ignores trailing whitespace.
X
- X509 - org.eclipse.jgit.lib.GpgConfig.GpgFormat
-
Value for x509
- XDG_CONFIG_HOME - Static variable in class org.eclipse.jgit.lib.Constants
-
The key of the XDG_CONFIG_HOME directory defined in the XDG base directory specification, see {@link "https://wiki.archlinux.org/index.php/XDG_Base_Directory"}
- xor(BitmapIndex.Bitmap) - Method in class org.eclipse.jgit.internal.storage.file.BitmapIndexImpl.CompressedBitmap
- xor(BitmapIndex.Bitmap) - Method in interface org.eclipse.jgit.lib.BitmapIndex.Bitmap
-
Bitwise-XOR the current bitmap with the value from the other bitmap.
- xor(BitmapIndex.Bitmap) - Method in interface org.eclipse.jgit.lib.BitmapIndex.BitmapBuilder
-
Bitwise-XOR the current bitmap with the value from the other bitmap.
- xxdiff - org.eclipse.jgit.internal.diffmergetool.CommandLineDiffTool
- xxdiff - org.eclipse.jgit.internal.diffmergetool.CommandLineMergeTool
Y
- year - Variable in class org.eclipse.jgit.internal.JGitText
- years - Variable in class org.eclipse.jgit.internal.JGitText
- years0MonthsAgo - Variable in class org.eclipse.jgit.internal.JGitText
- yearsAgo - Variable in class org.eclipse.jgit.internal.JGitText
- yearsMonthsAgo - Variable in class org.eclipse.jgit.internal.JGitText
- YES - org.eclipse.jgit.lib.SubmoduleConfig.FetchRecurseSubmodulesMode
-
Unconditionally recurse into all populated submodules.
- YES - Static variable in class org.eclipse.jgit.transport.SshConstants
-
Flag value.
- YesNoType(String) - Constructor for class org.eclipse.jgit.transport.CredentialItem.YesNoType
-
Initialize a prompt for a single boolean answer.
Z
- ZERO_PADDED_FILEMODE - org.eclipse.jgit.lib.ObjectChecker.ErrorType
- zeroid - Static variable in class org.eclipse.jgit.treewalk.AbstractTreeIterator
-
A dummy object id buffer that matches the zero ObjectId.
- zeroId() - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
-
Get the special all-zero LongObjectId.
- zeroId() - Static method in class org.eclipse.jgit.lib.ObjectId
-
Get the special all-null ObjectId.
- ZipFormat - Class in org.eclipse.jgit.archive
-
PKWARE's ZIP format.
- ZipFormat() - Constructor for class org.eclipse.jgit.archive.ZipFormat
All Classes All Packages