Skip navigation links
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 

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.
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, int) - 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.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(Iterable<Command>, String) - Static method in class org.eclipse.jgit.internal.storage.reftree.Command
Set unprocessed commands as failed due to transaction aborted.
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.
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
 
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
 
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(String) - Constructor for class org.eclipse.jgit.treewalk.AbstractTreeIterator
Create a new iterator with no parent and a prefix.
AbstractTreeIterator(byte[]) - 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.
ACCEPTED - Static variable in class org.eclipse.jgit.internal.ketch.KetchConstants
Reference name holding the RefTree accepted by a follower.
accepted - Variable in class org.eclipse.jgit.internal.ketch.KetchText
 
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(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(Iterable<ObjectId>) - Method in class org.eclipse.jgit.api.NameRevCommand
Add multiple objects to search for.
add(Ref) - Method in class org.eclipse.jgit.api.PushCommand
Add a reference to push.
add(String) - Method in class org.eclipse.jgit.api.PushCommand
Add a reference to push.
add(DiffEntry) - Method in class org.eclipse.jgit.diff.RenameDetector
Add an entry to be considered for rename detection.
add(DirCacheEntry) - Method in class org.eclipse.jgit.dircache.DirCacheBuilder
Append one entry into the resulting entry list.
add(DirCacheEditor.PathEdit) - Method in class org.eclipse.jgit.dircache.DirCacheEditor
Append one edit command to the list of commands to be applied.
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(String, String) - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
 
add(String, RevBlob) - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
 
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(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(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(int, E) - Method in class org.eclipse.jgit.revwalk.RevObjectList
add(T) - Method in class org.eclipse.jgit.util.BlockList
add(int, T) - Method in class org.eclipse.jgit.util.BlockList
add(CachedAuthenticator.CachedAuthentication) - Static method in class org.eclipse.jgit.util.CachedAuthenticator
Add a cached authentication for future use.
add(int) - Method in class org.eclipse.jgit.util.IntList
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(long) - Method in class org.eclipse.jgit.util.LongList
Add an entry to the end of the list.
add(int, T) - Method in class org.eclipse.jgit.util.RefList
Add an item at a specific index.
add(T) - Method in class org.eclipse.jgit.util.RefList.Builder
Add the reference to the end of the array.
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<? extends Reftable>) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableCompactor
Add all of the tables, in the specified order.
addAll(BlockList<T>) - Method in class org.eclipse.jgit.util.BlockList
Quickly append all elements of another BlockList.
addAll(T[], int, int) - Method in class org.eclipse.jgit.util.BlockList
Quickly append all elements from an array.
addAll(Ref[], int, int) - Method in class org.eclipse.jgit.util.RefList.Builder
Add all items from a source array.
addAlternateObjectDirectories(Collection<File>) - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
Add alternate object directories to the search list.
addAlternateObjectDirectories(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, BitmapIndex.Bitmap, int) - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder
Stores the bitmap for the objectId.
addBitmap(AnyObjectId, EWAHCompressedBitmap, int) - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder
Stores the bitmap for the objectId.
addCeilingDirectories(Collection<File>) - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
Add ceiling directories to the search list.
addCeilingDirectories(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.
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
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.lib.BatchRefUpdate
Add commands to this batch update.
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.transport.PushCertificateParser
Add a command to the signature.
addCommand(String) - Method in class org.eclipse.jgit.transport.PushCertificateParser
Add a command to the signature.
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.
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.
addError(FormatError) - Method in class org.eclipse.jgit.patch.Patch
Add a formatting error to this patch script.
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.
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.
addListener(Runnable) - Method in class org.eclipse.jgit.internal.ketch.Proposal
Add a callback to be invoked when the proposal is done.
AddNoteCommand - Class in org.eclipse.jgit.api
Add object notes.
AddNoteCommand(Repository) - Constructor for class org.eclipse.jgit.api.AddNoteCommand
Constructor for AddNoteCommand
addObject(RevObject) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
Include one object to the output file.
addObject(AnyObjectId, int) - Method in interface org.eclipse.jgit.lib.BitmapIndex.BitmapBuilder
Adds the id to the bitmap.
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.internal.ketch.Proposal
Request the proposal to wait for the affected timestamps to resolve.
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.
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
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.
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
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.
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(UploadPack) - Method in class org.eclipse.jgit.transport.AbstractAdvertiseRefsHook
Advertise refs for upload-pack.
advertiseRefs(BaseReceivePack) - Method in class org.eclipse.jgit.transport.AbstractAdvertiseRefsHook
Advertise refs for receive-pack.
advertiseRefs(UploadPack) - Method in interface org.eclipse.jgit.transport.AdvertiseRefsHook
Advertise refs for upload-pack.
advertiseRefs(BaseReceivePack) - Method in interface org.eclipse.jgit.transport.AdvertiseRefsHook
Advertise refs for receive-pack.
advertiseRefs(BaseReceivePack) - Method in class org.eclipse.jgit.transport.AdvertiseRefsHookChain
Advertise refs for receive-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.
after(Edit) - Method in class org.eclipse.jgit.diff.Edit
Construct a new edit representing the region after cut.
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(long) - Static method in class org.eclipse.jgit.revwalk.filter.CommitTimeRevFilter
Create a new filter to select commits after a given date/time.
all() - Method in class org.eclipse.jgit.api.LogCommand
Add all refs as commits to start the graph traversal from.
ALL - Static variable in class org.eclipse.jgit.lib.RefDatabase
Magic value for RefDatabase.getRefsByPrefix(String) to return all references.
all() - Static method in class org.eclipse.jgit.pgm.CommandCatalog
Get all commands sorted by their name
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.
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.
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
 
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_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
 
anyRejects() - Method in class org.eclipse.jgit.transport.BaseReceivePack
Whether any commands have been rejected so far.
AnyRequestValidator() - Constructor for class org.eclipse.jgit.transport.UploadPack.AnyRequestValidator
 
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, 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.
append(String, RevBlob) - Method in class org.eclipse.jgit.lib.TreeFormatter
Add a regular file, mode is FileMode.REGULAR_FILE.
append(String, FileMode, AnyObjectId) - 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(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[], int, int, FileMode, byte[], int) - Method in class org.eclipse.jgit.lib.TreeFormatter
Append any entry to the 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(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(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(Collection<Command>) - Method in class org.eclipse.jgit.internal.storage.reftree.RefTree
Attempt a batch of commands against this RefTree.
apply(Statement, Description) - Method in class org.eclipse.jgit.junit.RepeatRule
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.
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.
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
 
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
 
asList() - Method in class org.eclipse.jgit.util.RefList
Cast this as an immutable, standard List.
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
 
assertArrayOfLinesEquals(String[], String[]) - Method in class org.eclipse.jgit.lib.CLIRepositoryTestCase
 
assertEquals(boolean, boolean) - Static method in class org.eclipse.jgit.junit.Assert
Assert booleans are equal
assertEquals(String, 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
assertEqualsFile(File, File) - Static method in class org.eclipse.jgit.junit.RepositoryTestCase
Assert files are equal
assertEvent(String[], String[]) - Method in class org.eclipse.jgit.events.ChangeRecorder
 
assertNoEvent() - Method in class org.eclipse.jgit.events.ChangeRecorder
 
assertNotStarted() - Method in class org.eclipse.jgit.revwalk.RevWalk
Throws an exception if we have started producing output.
assertStringArrayEquals(String, String[]) - Method in class org.eclipse.jgit.lib.CLIRepositoryTestCase
 
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
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, AnyLongObjectId) - Constructor for class org.eclipse.jgit.lfs.internal.AtomicObjectOutputStream
Constructor for AtomicObjectOutputStream.
AtomicObjectOutputStream(Path) - 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, Attribute.State) - Constructor for class org.eclipse.jgit.attributes.Attribute
Creates a new instance
Attribute(String, String) - Constructor for class org.eclipse.jgit.attributes.Attribute
Creates a new 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
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.
Attributes - Class in org.eclipse.jgit.attributes
Represents a set of attributes for a path
Attributes(Attribute...) - Constructor for class org.eclipse.jgit.attributes.Attributes
Creates a new instance
Attributes(File, FS) - Constructor for class org.eclipse.jgit.util.FS.Attributes
Constructor when there are issues with reading.
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
Create an AttributesHandler with default rules as well as merged rules from global, info and worktree root attributes
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.
attributesNode - Variable in class org.eclipse.jgit.treewalk.AbstractTreeIterator
Parsed rules of .gitattributes file if it exists.
AttributesNodeProvider - Interface in org.eclipse.jgit.attributes
An interface used to retrieve the global and info AttributesNodes.
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.
authenticationNotSupported - Variable in class org.eclipse.jgit.internal.JGitText
 
authenticationRequired - Variable in class org.eclipse.jgit.awtui.UIText
 
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.junit.TestRepository
Constant AUTHOR="J.
author(PersonIdent) - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
 
author() - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
 
author - Static variable in class org.eclipse.jgit.lib.ObjectChecker
Header "author "
author(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
Locate the "author " header line data.
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.
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
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
Creates a new InputStream, wrapping the specified stream
AutoLFInputStream(InputStream, boolean, boolean) - 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.
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(Map<String, Ref>) - Method in class org.eclipse.jgit.transport.BaseConnection
Denote the list of refs available on the remote repository.
available() - Method in class org.eclipse.jgit.util.io.LimitedInputStream
available() - Method in class org.eclipse.jgit.util.io.UnionInputStream
averageMSPerRead - Variable in class org.eclipse.jgit.pgm.internal.CLIText
 
await() - Method in class org.eclipse.jgit.internal.ketch.Proposal
Wait for the proposal to be attempted and Proposal.isDone() to be true.
await(long, TimeUnit) - Method in class org.eclipse.jgit.internal.ketch.Proposal
Wait for the proposal to be attempted and Proposal.isDone() to be true.
awaitStateChange(Proposal.State, long, TimeUnit) - Method in class org.eclipse.jgit.internal.ketch.Proposal
Wait for the proposal to exit a state.
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.
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
 
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
 
bareRepositoryNoWorkdirAndIndex - Variable in class org.eclipse.jgit.internal.JGitText
 
Base64 - Class in org.eclipse.jgit.util
Encodes and decodes to and from Base64 notation.
base64InputNotProperlyPadded - 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.
BaseReceivePack - Class in org.eclipse.jgit.transport
Base implementation of the side of a push connection that receives objects.
BaseReceivePack(Repository) - Constructor for class org.eclipse.jgit.transport.BaseReceivePack
Create a new pack receive for an open repository.
BaseReceivePack.FirstLine - Class in org.eclipse.jgit.transport
Data in the first line of a request, the line itself plus capabilities.
BaseReceivePack.ReceiveConfig - Class in org.eclipse.jgit.transport
Configuration for receive operations.
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
 
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.
before(Edit) - Method in class org.eclipse.jgit.diff.Edit
Construct a new edit representing the region before cut.
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(long) - Static method in class org.eclipse.jgit.revwalk.filter.CommitTimeRevFilter
Create a new filter to select commits before a given date/time.
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
begin(OutputStream) - 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.
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.
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/time until.
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/time until.
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
 
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.
BITMAP_INDEX - Static variable in class org.eclipse.jgit.internal.storage.pack.PackExt
A pack bitmap index file extension.
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 ObjectIds or operated on with other Bitmaps.
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 and PackBitmapIndex.
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
 
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(String) - Method in class org.eclipse.jgit.junit.TestRepository
Create a new blob object in the repository.
blob(byte[]) - 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.
blobNotFound - Variable in class org.eclipse.jgit.internal.JGitText
 
blobNotFoundForPath - Variable in class org.eclipse.jgit.internal.JGitText
 
BlobObjectChecker - Interface in org.eclipse.jgit.lib
Verifies that a blob object is a valid object.
blockingFetch(Repository, ReplicaFetchRequest) - Method in class org.eclipse.jgit.internal.ketch.KetchReplica
Fetch objects from the remote using the calling thread.
blockingFetch(Repository, ReplicaFetchRequest) - Method in class org.eclipse.jgit.internal.ketch.LocalReplica
Fetch objects from the remote using the calling thread.
blockingFetch(Repository, ReplicaFetchRequest) - Method in class org.eclipse.jgit.internal.ketch.RemoteGitReplica
Fetch objects from the remote using the calling thread.
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
 
bothRefTargetsMustNotBeNull - Variable in class org.eclipse.jgit.internal.JGitText
 
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.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.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
Format this builder's state as a commit 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.PushCertificateParser
Build the parsed certificate
builder() - Method in class org.eclipse.jgit.dircache.DirCache
Create a new builder to update this cache.
Builder() - Constructor for class org.eclipse.jgit.internal.storage.dfs.InMemoryRepository.Builder
 
builder - Variable in class org.eclipse.jgit.merge.ResolveMerger
Builder to update the cache during this merge.
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.
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(Repository) - Constructor for class org.eclipse.jgit.transport.BundleWriter
Create a writer for a bundle.
BundleWriter(ObjectReader) - 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.

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
 
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
 
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.gitrepo.RepoCommand
call() - Method in class org.eclipse.jgit.hooks.CommitMsgHook
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
 
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.
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.
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
Determine if the file is executable (or not).
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).
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.
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
 
cannotChangeToComment - 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
 
cannotChekoutNoHeadsAdvertisedByRemote - Variable in class org.eclipse.jgit.pgm.internal.CLIText
 
cannotCombineSquashWithNoff - Variable in class org.eclipse.jgit.internal.JGitText
 
cannotCombineSquashWithNoff - Variable in class org.eclipse.jgit.pgm.internal.CLIText
 
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
 
cannotDeleteStaleTrackingRef - Variable in class org.eclipse.jgit.internal.JGitText
 
cannotDeleteStaleTrackingRef2 - 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
 
cannotFetchFromLocalReplica - Variable in class org.eclipse.jgit.internal.ketch.KetchText
 
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
 
cannotMergeDetachedHead - Variable in class org.eclipse.jgit.pgm.internal.CLIText
 
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
 
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
 
cannotResolveLocalTrackingRefForUpdating - Variable in class org.eclipse.jgit.internal.JGitText
 
cannotResolveUniquelyAbbrevObjectId - 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
 
cannotUnloadAModifiedTree - 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
 
cannotWorkWithOtherStagesThanZeroRightNow - Variable in class org.eclipse.jgit.internal.JGitText
 
cannotWriteObjectsPath - Variable in class org.eclipse.jgit.internal.JGitText
 
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 throwing IOException.
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
 
cantPassMeATree - Variable in class org.eclipse.jgit.internal.JGitText
 
cantWrite - Variable in class org.eclipse.jgit.pgm.internal.CLIText
 
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_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_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(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.
carry(Collection<RevFlag>) - Method in class org.eclipse.jgit.revwalk.RevWalk
Automatically carry flags from a child commit to its parents.
CC - Static variable in class org.eclipse.jgit.revwalk.FooterKey
Standard CC
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.
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
 
ChangeRecorder - Class in org.eclipse.jgit.events
A WorkingTreeModifiedListener that can be used in tests to check expected events.
ChangeRecorder() - Constructor for class org.eclipse.jgit.events.ChangeRecorder
 
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
Native character encoding for commit messages, file names...
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
Native character encoding for commit messages, file names...
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(String) - Method in class org.eclipse.jgit.junit.RepositoryTestCase
Check if file exists
check(int, byte[]) - Method in class org.eclipse.jgit.lib.ObjectChecker
Check an object for parsing errors.
check(AnyObjectId, int, byte[]) - Method in class org.eclipse.jgit.lib.ObjectChecker
Check an object for parsing errors.
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 is true.
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.
checkConnectivity() - Method in class org.eclipse.jgit.revwalk.ObjectWalk
Verify all interesting objects are available, and reachable.
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.
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.
checkingOut(AnyObjectId, String) - Method in interface org.eclipse.jgit.api.CloneCommand.Callback
Notify checkout of commit
checkingOut - Variable in class org.eclipse.jgit.pgm.internal.CLIText
 
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.
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(List<String>, CheckoutConflictException) - Constructor for exception org.eclipse.jgit.api.errors.CheckoutConflictException
Translate internal exception to API exception
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
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
Updates the file in the working tree with content and mode from an entry in the index.
checkoutEntry(Repository, DirCacheEntry, ObjectReader, boolean, DirCacheCheckout.CheckoutMetadata) - 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(String) - Method in class org.eclipse.jgit.lib.ObjectChecker
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.util.SystemReader
Check tree path entry for validity.
checkPath(byte[]) - 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.
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
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(RevCommit, List<Ref>) - Constructor for class org.eclipse.jgit.api.CherryPickResult
Constructor for CherryPickResult
CherryPickResult(Map<String, ResolveMerger.MergeFailureReason>) - 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
 
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
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
 
cleanUp() - Method in class org.eclipse.jgit.merge.ResolveMerger
Reverts the worktree after an unsuccessful merge.
clear() - Method in class org.eclipse.jgit.dircache.DirCache
Empty this index, removing all entries.
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 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() - 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
clearBitmaps() - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder
Remove all the bitmaps entries added.
clearCache() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase
Clears the cached list of packs, forcing them to be scanned again.
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.
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.
CLIGitCommand - Class in org.eclipse.jgit.pgm
 
CLIGitCommand(Repository) - Constructor for class org.eclipse.jgit.pgm.CLIGitCommand
 
CLIGitCommand.Result - Class in org.eclipse.jgit.pgm
 
CLIRepositoryTestCase - Class in org.eclipse.jgit.lib
 
CLIRepositoryTestCase() - Constructor for class org.eclipse.jgit.lib.CLIRepositoryTestCase
 
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.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
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.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.ReftableStack
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.PackFile
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.MergedReftable
close() - Method in class org.eclipse.jgit.internal.storage.reftable.RefCursor
close() - Method in class org.eclipse.jgit.internal.storage.reftable.Reftable
close() - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableReader
close() - Method in class org.eclipse.jgit.internal.storage.reftree.RefTreeDatabase
Close any resources held by this database.
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(Repository) - Static method in class org.eclipse.jgit.lib.RepositoryCache
Close and remove a repository from the cache.
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 class org.eclipse.jgit.transport.BaseReceivePack
Close and flush (if necessary) the underlying streams.
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 class org.eclipse.jgit.transport.PushCertificateStore
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.treewalk.TreeWalk
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.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.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
closed - 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.
cmdString(String...) - Method in class org.eclipse.jgit.lib.CLIRepositoryTestCase
 
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
 
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 - Class in org.eclipse.jgit.internal.storage.reftree
Command to create, update or delete an entry inside a RefTree.
Command(Ref, Ref) - Constructor for class org.eclipse.jgit.internal.storage.reftree.Command
Create a command to create, update or delete a reference.
Command(RevWalk, ReceiveCommand) - Constructor for class org.eclipse.jgit.internal.storage.reftree.Command
Construct a RefTree command wrapped around a ReceiveCommand.
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.
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
 
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
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
 
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(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(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() - Method in class org.eclipse.jgit.junit.TestRepository
Create commit builder
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.
commitAlreadyExists - Variable in class org.eclipse.jgit.internal.JGitText
 
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
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
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
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
 
COMMITTED - Static variable in class org.eclipse.jgit.internal.ketch.KetchConstants
Reference name holding the RefTree known to be committed.
committer - Variable in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
A fake (but stable) identity for committer fields in the test.
committer(PersonIdent) - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
 
committer() - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
 
COMMITTER - Static variable in class org.eclipse.jgit.junit.TestRepository
Constant COMMITTER="J.
committer - Static variable in class org.eclipse.jgit.lib.ObjectChecker
Header "committer "
committer(byte[], int) - Static method in class org.eclipse.jgit.util.RawParseUtils
Locate the "committer " header line data.
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() - Static method in class org.eclipse.jgit.pgm.CommandCatalog
Get all common commands sorted by their name
compact(ProgressMonitor) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackCompactor
Compact the pack files together.
compact(OutputStream) - Method in class org.eclipse.jgit.internal.storage.reftable.ReftableCompactor
Write a compaction to out.
compactDuringCommit() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsReftableDatabase
Whether to compact reftable instead of extending the stack depth.
compare(int[], int[]) - Static method in class org.eclipse.jgit.http.server.ClientVersionUtil
Compare two version strings for natural ordering.
compare(Ref, Ref) - Method in class org.eclipse.jgit.lib.RefComparator
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.
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(RepoProject) - Method in class org.eclipse.jgit.gitrepo.RepoProject
compareTo(DfsPackDescription) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
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(byte[], int) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Compare this LongObjectId to a network-byte-order LongObjectId.
compareTo(long[], int) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Compare this LongObjectId to a network-byte-order LongObjectId.
compareTo(AnyObjectId) - Method in class org.eclipse.jgit.lib.AnyObjectId
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(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
compressingObjects - Variable in class org.eclipse.jgit.internal.JGitText
 
compute() - 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.
compute(ObjectReader, ProgressMonitor) - Method in class org.eclipse.jgit.diff.RenameDetector
Detect renames in the current file set.
compute(ContentSource.Pair, 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, Throwable) - Constructor for exception org.eclipse.jgit.api.errors.ConcurrentRefUpdateException
Constructor for ConcurrentRefUpdateException.
ConcurrentRefUpdateException(String, Ref, RefUpdate.Result) - 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.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.
CONFIG_BRANCH_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
The "branch" 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_FETCH_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
The "fetch" 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_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
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_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_CHECKSTAT - Static variable in class org.eclipse.jgit.lib.ConfigConstants
The "checkstat" key
CONFIG_KEY_COMMIT - Static variable in class org.eclipse.jgit.internal.ketch.KetchConstants
Behavior for a replica (remote.$name.ketch-commit)
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_CREATECHANGEID - Static variable in class org.eclipse.jgit.lib.ConfigConstants
The "createchangeid" 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_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_HIDEDOTFILES - Static variable in class org.eclipse.jgit.lib.ConfigConstants
The "hidedotfiles" 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_LOCAL - Static variable in class org.eclipse.jgit.lib.ConfigConstants
The "local" key (used to configure ConfigConstants.CONFIG_KEY_AUTOSETUPREBASE
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_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_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_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_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_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_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_SPEED - Static variable in class org.eclipse.jgit.internal.ketch.KetchConstants
Behavior for a replica (remote.$name.ketch-speed)
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_TRUE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
The "true" key (used to configure ConfigConstants.CONFIG_KEY_AUTOSETUPMERGE
CONFIG_KEY_TRUSTFOLDERSTAT - Static variable in class org.eclipse.jgit.lib.ConfigConstants
The "trustfolderstat" key in the "core section"
CONFIG_KEY_TYPE - Static variable in class org.eclipse.jgit.internal.ketch.KetchConstants
Behavior for a replica (remote.$name.ketch-type)
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_WORKTREE - Static variable in class org.eclipse.jgit.lib.ConfigConstants
The "worktree" key
CONFIG_MERGE_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
The "merge" section
CONFIG_PACK_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
The "pack" section
CONFIG_PULL_SECTION - Static variable in class org.eclipse.jgit.lib.ConfigConstants
The "pull" 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_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_KETCH - Static variable in class org.eclipse.jgit.internal.ketch.KetchConstants
Section for Ketch configuration (ketch).
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_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
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
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
 
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.
configSubsectionContainsNewline - Variable in class org.eclipse.jgit.internal.JGitText
 
configSubsectionContainsNullByte - Variable in class org.eclipse.jgit.internal.JGitText
 
configure(Transport) - Method in class org.eclipse.jgit.api.TransportCommand
Configure transport with credentials provider, timeout, and config callback
configure(TransportCommand) - Method in class org.eclipse.jgit.api.TransportCommand
Configure a child command with the current configuration set in this command
configure(Transport) - Method in interface org.eclipse.jgit.api.TransportConfigCallback
Add any additional transport-specific configuration required.
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(OpenSshConfig.Host, Session) - Method in class org.eclipse.jgit.transport.JschConfigSessionFactory
Provide additional configuration for the session based on the host information.
configureJSch(JSch) - Method in class org.eclipse.jgit.transport.JschConfigSessionFactory
Provide additional configuration for the JSch instance.
configValueContainsNullByte - Variable in class org.eclipse.jgit.internal.JGitText
 
CONFLICT - Static variable in class org.eclipse.jgit.api.CherryPickResult
A CherryPickResult with status CherryPickResult.CherryPickStatus.CONFLICTING
conflictingUsageOf_git_dir_andArguments - Variable in class org.eclipse.jgit.pgm.internal.CLIText
 
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
Connection - Interface in org.eclipse.jgit.transport
Represent connection for operation on a remote repository.
connectionFactory - Static variable in class org.eclipse.jgit.transport.HttpTransport
factory for creating HTTP connections
connectionFailed - Variable in class org.eclipse.jgit.internal.JGitText
 
connectionTimeOut - Variable in class org.eclipse.jgit.internal.JGitText
 
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() - Constructor for class org.eclipse.jgit.lfs.lib.Constants
 
Constants - Class in org.eclipse.jgit.lib
Misc.
consumeRequestBody(HttpServletRequest) - Static method in class org.eclipse.jgit.http.server.ServletUtils
Consume the entire request body, if one was supplied.
consumeRequestBody(InputStream) - Static method in class org.eclipse.jgit.http.server.ServletUtils
Consume the rest of the input stream and discard it.
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(List<String>, String) - Static method in class org.eclipse.jgit.lib.CLIRepositoryTestCase
 
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.
contains(Object) - Method in class org.eclipse.jgit.revwalk.RevFlagSet
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(String) - Method in class org.eclipse.jgit.util.RefList
Determine if a reference is present.
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(String) - Method in class org.eclipse.jgit.attributes.Attributes
Whether there is an attribute with this key
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
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
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
 
copy() - Method in class org.eclipse.jgit.gitrepo.RepoProject.CopyFile
Do the copy file action.
copy(long, int) - Method in class org.eclipse.jgit.internal.storage.pack.DeltaEncoder
Create a copy instruction to copy from the base object.
copy() - Method in class org.eclipse.jgit.internal.storage.reftree.RefTree
Create a deep copy of this RefTree.
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(InputStream) - Method in class org.eclipse.jgit.util.TemporaryBuffer
Copy all bytes remaining on the input stream into this buffer.
copyCurrentContent() - Method in class org.eclipse.jgit.internal.storage.file.LockFile
Copy the current file content into the temporary file.
CopyFile(Repository, String, String, String) - Constructor for class org.eclipse.jgit.gitrepo.RepoProject.CopyFile
 
copyFile(File, File) - Static method in class org.eclipse.jgit.junit.RepositoryTestCase
Copy a file
copyFileFailed - Variable in class org.eclipse.jgit.gitrepo.internal.RepoText
 
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(ByteBuffer) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Copy this LongObjectId to an output writer in raw binary.
copyRawTo(byte[], int) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Copy this LongObjectId to a byte 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(ByteBuffer) - Method in class org.eclipse.jgit.lib.AnyObjectId
Copy this ObjectId to an output writer in raw binary.
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(OutputStream) - Method in class org.eclipse.jgit.lib.AnyObjectId
Copy this ObjectId to an output writer in raw binary.
copyTestResource(String, File) - Static method in class org.eclipse.jgit.junit.JGitTestUtil
Copy test resource.
copyTo(OutputStream) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Copy this LongObjectId to an output writer in hex format.
copyTo(byte[], int) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Copy this LongObjectId to a byte array in hex format.
copyTo(ByteBuffer) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Copy this LongObjectId to a ByteBuffer in hex format.
copyTo(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.lfs.lib.AnyLongObjectId
Copy this LongObjectId 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(OutputStream) - Method in class org.eclipse.jgit.lib.AnyObjectId
Copy this ObjectId to an output writer 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(ByteBuffer) - Method in class org.eclipse.jgit.lib.AnyObjectId
Copy this ObjectId to a ByteBuffer in hex format.
copyTo(Writer) - Method in class org.eclipse.jgit.lib.AnyObjectId
Copy this ObjectId 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.lib.AnyObjectId
Copy this ObjectId to a StringBuilder 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(byte[], int) - 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.
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.SymLinks - Enum in org.eclipse.jgit.lib
Options for symlink handling
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) - 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
 
corruptObjectBadStreamCorruptHeader - 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(ObjectChecker.ErrorType, AnyObjectId, String) - Constructor for exception org.eclipse.jgit.errors.CorruptObjectException
Report a specific error condition discovered in an object.
CorruptObjectException(AnyObjectId, String) - Constructor for exception org.eclipse.jgit.errors.CorruptObjectException
Construct a CorruptObjectException for reporting a problem specified object id
CorruptObjectException(ObjectId, String) - Constructor for exception org.eclipse.jgit.errors.CorruptObjectException
Construct a CorruptObjectException for reporting a problem specified object id
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.
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
 
corruptObjectInvalidEntryMode - Variable in class org.eclipse.jgit.internal.JGitText
 
corruptObjectInvalidMode - 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
 
corruptObjectMalformedHeader - 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
 
corruptObjectNoObject - Variable in class org.eclipse.jgit.internal.JGitText
 
corruptObjectNoObjectHeader - Variable in class org.eclipse.jgit.internal.JGitText
 
corruptObjectNoTaggerBadHeader - Variable in class org.eclipse.jgit.internal.JGitText
 
corruptObjectNoTaggerHeader - Variable in class org.eclipse.jgit.internal.JGitText
 
corruptObjectNoTagHeader - Variable in class org.eclipse.jgit.internal.JGitText
 
corruptObjectNoTagName - Variable in class org.eclipse.jgit.internal.JGitText
 
corruptObjectNotree - Variable in class org.eclipse.jgit.internal.JGitText
 
corruptObjectNotreeHeader - Variable in class org.eclipse.jgit.internal.JGitText
 
corruptObjectNoType - 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
 
couldNotCheckOutBecauseOfConflicts - Variable in class org.eclipse.jgit.internal.JGitText
 
couldNotCreateBranch - Variable in class org.eclipse.jgit.pgm.internal.CLIText
 
couldNotDeleteLockFileShouldNotHappen - Variable in class org.eclipse.jgit.internal.JGitText
 
couldNotDeleteTemporaryIndexFileShouldNotHappen - 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
 
couldNotLockHEAD - 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
 
couldNotRenameDeleteOldIndex - Variable in class org.eclipse.jgit.internal.JGitText
 
couldNotRenameTemporaryFile - Variable in class org.eclipse.jgit.internal.JGitText
 
couldNotRenameTemporaryIndexFileToIndex - Variable in class org.eclipse.jgit.internal.JGitText
 
couldNotRewindToUpstreamCommit - Variable in class org.eclipse.jgit.internal.JGitText
 
couldNotURLEncodeToUTF8 - Variable in class org.eclipse.jgit.internal.JGitText
 
couldNotWriteFile - Variable in class org.eclipse.jgit.internal.JGitText
 
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 from end is encountered.
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(Repository, InputStream, OutputStream) - Method in interface org.eclipse.jgit.attributes.FilterCommandFactory
Create a new FilterCommand.
create(BlameGenerator) - Static method in class org.eclipse.jgit.blame.BlameResult
Construct a new BlameResult for a generator.
create(ObjectReader) - Static method in class org.eclipse.jgit.diff.ContentSource
Construct a content source for an ObjectReader.
create(WorkingTreeIterator) - Static method in class org.eclipse.jgit.diff.ContentSource
Construct a content source for a working directory.
create(ObjectLoader) - Static method in class org.eclipse.jgit.diff.SimilarityIndex
Create a new similarity index for the given object
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() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRefDatabase
Initialize a new reference database at this location.
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() - 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.internal.storage.reftree.RefTreeDatabase
Initialize a new reference database at this location.
create() - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
 
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(boolean) - Method in class org.eclipse.jgit.lib.Repository
Create a new Git repository initializing the necessary files and directories.
create() - Method in class org.eclipse.jgit.pgm.CommandRef
Create an instance of the command implementation
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[]) - 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.AndRevFilter
Create a filter around many filters, all of which must match.
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(int) - Static method in class org.eclipse.jgit.revwalk.filter.MaxCountRevFilter
Create a new max count filter.
create(String) - Static method in class org.eclipse.jgit.revwalk.filter.MessageRevFilter
Create a message filter.
create(RevFilter) - Static method in class org.eclipse.jgit.revwalk.filter.NotRevFilter
Create a filter that negates the result of another filter.
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(RevFilter[]) - Static method in class org.eclipse.jgit.revwalk.filter.OrRevFilter
Create a filter around many filters, one 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(int) - Static method in class org.eclipse.jgit.revwalk.filter.SkipRevFilter
Create a new skip filter.
create(String, DiffConfig) - Static method in class org.eclipse.jgit.revwalk.FollowFilter
Create a new tree filter for a user supplied path.
create(File) - Static method in class org.eclipse.jgit.storage.file.FileRepositoryBuilder
Convenience factory method to construct a FileRepository.
create(URL) - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnectionFactory
Creates a new connection to a destination defined by a URL
create(URL, Proxy) - Method in class org.eclipse.jgit.transport.http.apache.HttpClientConnectionFactory
Creates a new connection to a destination defined by a URL using a proxy
create(URL) - Method in interface org.eclipse.jgit.transport.http.HttpConnectionFactory
Creates a new connection to a destination defined by a URL
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) - Method in class org.eclipse.jgit.transport.http.JDKHttpConnectionFactory
Creates a new connection to a destination defined by a URL
create(URL, Proxy) - Method in class org.eclipse.jgit.transport.http.JDKHttpConnectionFactory
Creates a new connection to a destination defined by a URL using a proxy
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(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[]) - 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.AndTreeFilter
Create a filter around many filters, all 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, TreeFilter) - Static method in class org.eclipse.jgit.treewalk.filter.OrTreeFilter
Create a filter with two filters, one 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(Collection<TreeFilter>) - Static method in class org.eclipse.jgit.treewalk.filter.OrTreeFilter
Create a filter around many filters, one of which must match.
create(String) - Static method in class org.eclipse.jgit.treewalk.filter.PathFilter
Create a new tree filter for a user supplied path.
create(Collection<PathFilter>) - Static method in class org.eclipse.jgit.treewalk.filter.PathFilterGroup
Create a collection of path filters.
create(String) - Static method in class org.eclipse.jgit.treewalk.filter.PathSuffixFilter
Create a new tree filter for a user supplied path suffix.
createArchiveOutputStream(OutputStream) - Method in interface org.eclipse.jgit.api.ArchiveCommand.Format
Start a new archive.
createArchiveOutputStream(OutputStream, Map<String, Object>) - 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, Map<String, Object>) - 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, Map<String, Object>) - 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, Map<String, Object>) - 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, Map<String, Object>) - 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 class org.eclipse.jgit.archive.ZipFormat
Start a new archive.
createAttributesNodeProvider() - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRepository
createAttributesNodeProvider() - Method in class org.eclipse.jgit.internal.storage.file.FileRepository
createAttributesNodeProvider() - Method in class org.eclipse.jgit.lib.Repository
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
 
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.
createDefaultDataModel() - Method in class org.eclipse.jgit.awtui.CommitGraphPane
createDefaultJSch(FS) - Method in class org.eclipse.jgit.transport.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, String) - 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
createFilterCommand(String, Repository, InputStream, OutputStream) - Static method in class org.eclipse.jgit.attributes.FilterCommandRegistry
Create a new FilterCommand for the given name.
createFromStrings(Collection<String>) - Static method in class org.eclipse.jgit.treewalk.filter.PathFilterGroup
Create a collection of path filters from Java strings.
createFromStrings(String...) - Static method in class org.eclipse.jgit.treewalk.filter.PathFilterGroup
Create a collection of path filters from Java strings.
createLane() - Method in class org.eclipse.jgit.revplot.PlotCommitList
Create a new PlotLane appropriate for this particular PlotCommitList.
createLeader(Repository) - Method in class org.eclipse.jgit.internal.ketch.KetchSystem
Construct the KetchLeader instance of a repository.
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
Create a new file.
createNewFile(File) - Method in class org.eclipse.jgit.util.FS_POSIX
 
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
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, Character, boolean) - Static method in class org.eclipse.jgit.ignore.internal.PathMatcher
Create path matcher
createReplicas(KetchLeader, Repository) - Method in class org.eclipse.jgit.internal.ketch.KetchSystem
Get the collection of replicas for a repository.
createRepository(boolean, boolean) - Method in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
Creates a new empty repository.
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 its AppServer.getPort() method.
createSession(OpenSshConfig.Host, String, String, int, FS) - Method in class org.eclipse.jgit.transport.JschConfigSessionFactory
Create a new remote session for the requested address.
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, 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.
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.
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(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.
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
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.
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.transport
A JSch UserInfo adapter for a CredentialsProvider.
CredentialsProviderUserInfo(Session, CredentialsProvider) - Constructor for class org.eclipse.jgit.transport.CredentialsProviderUserInfo
Wrap a CredentialsProvider to make it suitable for use with JSch.
credentialUsername - Variable in class org.eclipse.jgit.internal.JGitText
 
current() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
Obtain the current entry from this iterator.
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.

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 anonymous git://.
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.lib.CLIRepositoryTestCase
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, Object, Object) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
Debug log
debug(String, Throwable) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
debug(String) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
Debug log
debug(String, Object...) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
debug(Throwable) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
debug(String, long) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
decode(int, int) - Method in class org.eclipse.jgit.diff.RawText
Decode a region of the text into a String.
decode(byte[], int, int) - Static method in class org.eclipse.jgit.util.Base64
Low-level decoding ASCII characters from a byte array.
decode(String) - Static method in class org.eclipse.jgit.util.Base64
Decodes data from Base64 notation.
decode(byte[]) - Static method in class org.eclipse.jgit.util.RawParseUtils
Decode a buffer under UTF-8, if possible.
decode(byte[], int, int) - Static method in class org.eclipse.jgit.util.RawParseUtils
Decode a buffer under UTF-8, if possible.
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 - Static variable in class org.eclipse.jgit.diff.RawTextComparator
No special treatment.
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.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_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_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_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_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_TXN_NAMESPACE - Static variable in class org.eclipse.jgit.internal.ketch.KetchConstants
Default reference namespace holding KetchConstants.ACCEPTED and KetchConstants.COMMITTED references and the KetchConstants.STAGE sub-namespace.
DEFAULT_UPLOAD_PACK - Static variable in class org.eclipse.jgit.transport.RemoteConfig
Default value for RemoteConfig.getUploadPack() if not specified.
defaultExecutor() - Static method in class org.eclipse.jgit.internal.ketch.KetchSystem
Get default executor, one thread per available processor.
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
 
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 throws IllegalArgumentException 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
 
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
 
delete() - Method in class org.eclipse.jgit.junit.TestRepository.BranchBuilder
Delete this branch.
delete(String) - Method in class org.eclipse.jgit.junit.TestRepository
Delete a reference.
delete() - Method in class org.eclipse.jgit.lib.RefUpdate
Delete the ref.
delete(RevWalk) - Method in class org.eclipse.jgit.lib.RefUpdate
Delete the ref.
delete(String, String) - Method in class org.eclipse.jgit.transport.AmazonS3
Delete a single object.
delete(File) - Static method in class org.eclipse.jgit.util.FileUtils
Delete file or empty folder
delete(File, int) - Static method in class org.eclipse.jgit.util.FileUtils
Delete file or folder
delete(File) - Method in class org.eclipse.jgit.util.FS
Delete a file.
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
 
deletedBranch - Variable in class org.eclipse.jgit.pgm.internal.CLIText
 
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(Repository, String) - Static method in class org.eclipse.jgit.junit.JGitTestUtil
Delete a trash file.
deleteTrashFile(String) - Method in class org.eclipse.jgit.junit.RepositoryTestCase
Delete a trash file
deleteTrashFile(String) - Method in class org.eclipse.jgit.lib.CLIRepositoryTestCase
 
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
Magic return from PacketLineIn.readString() when a delim packet is found.
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.
depth - Variable in class org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
If a shallow pack, the depth in commits.
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.
dequote(byte[], int, int) - Method in class org.eclipse.jgit.util.QuotedString.BourneStyle
 
dequote(String) - Method in class org.eclipse.jgit.util.QuotedString
Clean a previously quoted input, decoding the result via UTF-8.
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
 
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.
describeForLog() - Method in class org.eclipse.jgit.internal.ketch.KetchReplica
Get description of this replica for error/debug logging purposes.
describeForLog() - Method in class org.eclipse.jgit.internal.ketch.LocalReplica
Get description of this replica for error/debug logging purposes.
describeForLog() - Method in class org.eclipse.jgit.internal.ketch.LogIndex
Create string suitable for debug logging containing the log index and abbreviated ObjectId.
describeForLog() - Method in class org.eclipse.jgit.internal.ketch.RemoteGitReplica
Get description of this replica for error/debug logging purposes.
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.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, Throwable) - Constructor for exception org.eclipse.jgit.api.errors.DetachedHeadException
Constructor for DetachedHeadException.
DetachedHeadException(String) - 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(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() - Static method in class org.eclipse.jgit.util.GSSManagerFactory
Auto-detects the GSSManager factory to use based on system.
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
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.
DfsCachedPack - Class in org.eclipse.jgit.internal.storage.dfs
A DfsPackFile available for reuse as-is.
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.
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) - 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
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(DfsPackDescription) - Constructor for class org.eclipse.jgit.internal.storage.dfs.DfsReftable
Construct a reader for an existing reftable.
DfsReftable(DfsBlockCache, DfsPackDescription) - Constructor for class org.eclipse.jgit.internal.storage.dfs.DfsReftable
Construct a reader for an existing reftable.
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.
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
didFetchIncludeTags() - Method in interface org.eclipse.jgit.transport.FetchConnection
didFetchTestConnectivity() - Method in class org.eclipse.jgit.transport.BasePackFetchConnection
didFetchTestConnectivity() - Method in interface org.eclipse.jgit.transport.FetchConnection
Die - Exception in org.eclipse.jgit.pgm
Indicates a TextBuiltin implementation has failed during execution.
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.
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) - 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(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
diff() - Method in class org.eclipse.jgit.api.Git
Return a command object to execute a diff command
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() - Method in class org.eclipse.jgit.lib.IndexDiff
Run the diff operation.
diff(ProgressMonitor, int, int, String) - Method in class org.eclipse.jgit.lib.IndexDiff
Run the diff operation.
DiffAlgorithm - Class in org.eclipse.jgit.diff
Compares two Sequences to create an EditList of changes.
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.
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(String, Throwable) - Constructor for exception org.eclipse.jgit.errors.DiffInterruptedException
Constructor for DiffInterruptedException
DiffInterruptedException(String) - Constructor for exception org.eclipse.jgit.errors.DiffInterruptedException
Constructor for DiffInterruptedException
DiffInterruptedException() - Constructor for exception org.eclipse.jgit.errors.DiffInterruptedException
Indicates that the thread computing a diff was interrupted.
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(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(SequenceComparator<? super S>, S, S) - Method in class org.eclipse.jgit.diff.LowLevelDiffAlgorithm
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.
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 - 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.
dircache - Variable in class org.eclipse.jgit.merge.ResolveMerger
Directory cache
DirCacheBuilder - Class in org.eclipse.jgit.dircache
Updates a DirCache by adding individual DirCacheEntrys.
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 a TreeWalk.
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, 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(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, 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, DirCache, ObjectId) - Constructor for class org.eclipse.jgit.dircache.DirCacheCheckout
Constructs a DirCacheCeckout for checking out one tree, merging with the index.
DirCacheCheckout.CheckoutMetadata - Class in org.eclipse.jgit.dircache
Metadata used in checkout process
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(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(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(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 a TreeWalk.
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
 
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
 
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 - Static variable in class org.eclipse.jgit.internal.storage.file.FileSnapshot
A FileSnapshot that is considered to always be modified.
dirtyFilesExist - Variable in class org.eclipse.jgit.internal.JGitText
 
DISABLED - Static variable in class org.eclipse.jgit.http.server.resolver.AsIsFileService
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(boolean) - Method in class org.eclipse.jgit.api.ResetCommand
Whether to disable reflog
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.
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
disconnect() - Method in class org.eclipse.jgit.transport.JschSession
Disconnect the remote session
disconnect() - Method in interface org.eclipse.jgit.transport.RemoteSession
Disconnect the remote session
discoverGitExe() - Method in class org.eclipse.jgit.util.FS
Discover the path to the Git executable.
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.
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(RepositoryEvent) - Method in class org.eclipse.jgit.events.ListenerList
Dispatch an event to all interested listeners.
dispatch(RefsChangedListener) - Method in class org.eclipse.jgit.events.RefsChangedEvent
Dispatch this event to the given listener.
dispatch(T) - Method in class org.eclipse.jgit.events.RepositoryEvent
Dispatch this event to the given listener.
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.
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
 
doesNotHandleMode - Variable in class org.eclipse.jgit.internal.JGitText
 
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(Repository) - Method in class org.eclipse.jgit.internal.ketch.ReplicaPushRequest
Mark the request as completed without exception.
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
doRename() - Method in class org.eclipse.jgit.lib.RefRename
Do the actual rename
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
doUpdate(RefUpdate.Result) - Method in class org.eclipse.jgit.lib.RefUpdate
Do update
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.
duplicateAdvertisementsOf - Variable in class org.eclipse.jgit.internal.JGitText
 
duplicateRef - 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
 

E

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(DirCacheEditor.PathEdit) - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
 
Edit.Type - Enum in org.eclipse.jgit.diff
Type of edit
EditList - Class in org.eclipse.jgit.diff
Specialized list of Edits 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
 
EMPTY - Static variable in class org.eclipse.jgit.events.ChangeRecorder
 
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
objectid for the empty blob
EMPTY_DIRECTORIES_ONLY - Static variable in class org.eclipse.jgit.util.FileUtils
Option to only delete empty directories.
EMPTY_TEXT - Static variable in class org.eclipse.jgit.diff.RawText
A RawText of length 0
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, Throwable) - Constructor for exception org.eclipse.jgit.api.errors.EmptyCommitException
Constructor for EmptyCommitException
EmptyCommitException(String) - 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.
enableCapabilities() - Method in class org.eclipse.jgit.transport.BaseReceivePack
Enable capabilities based on a previously read capabilities line.
enableCapabilities() - Method in class org.eclipse.jgit.transport.ReceivePack
Enable capabilities based on a previously read capabilities line.
enabled() - Method in class org.eclipse.jgit.transport.PushCertificateParser
Whether the repository is configured to use signed pushes in this context.
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(OutputStream) - Method in class org.eclipse.jgit.lfs.LfsPointer
Encode this object into the LFS format defined by LfsPointer.VERSION
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.
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 for HttpSupport.HDR_ACCEPT_ENCODING.
ENCODING_X_GZIP - Static variable in class org.eclipse.jgit.util.HttpSupport
The x-gzip encoding value for HttpSupport.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 - Static variable in class org.eclipse.jgit.transport.PacketLineIn
Magic return from PacketLineIn.readString() when a flush packet is found.
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.
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, PlotCommit<L>) - Method in class org.eclipse.jgit.revplot.PlotCommitList
Optional callback invoked when commits enter the list by fillTo.
enter(int, E) - Method in class org.eclipse.jgit.revwalk.RevCommitList
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(AnyObjectId) - Constructor for class org.eclipse.jgit.lib.ObjectIdOwnerMap.Entry
Initialize this entry with a specific ObjectId.
Entry() - Constructor for class org.eclipse.jgit.treewalk.WorkingTreeIterator.Entry
 
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
 
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 - Static variable in class org.eclipse.jgit.treewalk.WorkingTreeIterator
An empty entry array, suitable for WorkingTreeIterator.init(Entry[]).
eof() - Method in class org.eclipse.jgit.treewalk.WorkingTreeIterator
Is this tree iterator at its EOF point (no more entries)?
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
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(HashedSequence<S>, int, HashedSequence<S>, int) - Method in class org.eclipse.jgit.diff.HashedSequenceComparator
Compare two items to determine if they are equivalent.
equals(S, int, S, int) - Method in class org.eclipse.jgit.diff.SequenceComparator
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(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(FileSnapshot) - Method in class org.eclipse.jgit.internal.storage.file.FileSnapshot
Compare two snapshots to see if they cache the same information.
equals(Object) - Method in class org.eclipse.jgit.internal.storage.file.FileSnapshot
equals(Object) - Method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
equals(AnyLongObjectId, AnyLongObjectId) - Static method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Compare two object identifier byte sequences for equality.
equals(AnyLongObjectId) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
Determine if this LongObjectId has exactly the same value as another.
equals(Object) - Method in class org.eclipse.jgit.lfs.lib.AnyLongObjectId
equals(byte[], int, byte[], int) - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
Compare two object identifier byte sequences for equality.
equals(Object) - Method in class org.eclipse.jgit.lib.AbbreviatedObjectId
equals(AnyObjectId, AnyObjectId) - Static method in class org.eclipse.jgit.lib.AnyObjectId
Compare to object identifier byte sequences for equality.
equals(AnyObjectId) - Method in class org.eclipse.jgit.lib.AnyObjectId
Determine if this ObjectId has exactly the same value as another.
equals(Object) - Method in class org.eclipse.jgit.lib.AnyObjectId
equals(int) - Method in class org.eclipse.jgit.lib.FileMode
Test a file mode for equality with this FileMode object.
equals(byte[], int, byte[], int) - Static method in class org.eclipse.jgit.lib.ObjectId
Compare two object identifier byte sequences for equality.
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
equalsIgnoreCase(String, String) - Static method in class org.eclipse.jgit.util.StringUtils
Test if two strings are equal, ignoring case.
err - Variable in class org.eclipse.jgit.pgm.CLIGitCommand.Result
 
errBytes() - Method in class org.eclipse.jgit.pgm.CLIGitCommand.Result
 
errLines() - Method in class org.eclipse.jgit.pgm.CLIGitCommand.Result
 
Error() - Constructor for class org.eclipse.jgit.lfs.Protocol.Error
 
error - Variable in class org.eclipse.jgit.lfs.Protocol.ObjectInfo
 
Error() - Constructor for class org.eclipse.jgit.lfs.server.Response.Error
 
error - Variable in class org.eclipse.jgit.lfs.server.Response.ObjectInfo
 
ERROR_RESULT - Static variable in class org.eclipse.jgit.api.CheckoutResult
errorDecodingFromFile - Variable in class org.eclipse.jgit.internal.JGitText
 
errorEncodingFromFile - Variable in class org.eclipse.jgit.internal.JGitText
 
errorInBase64CodeReadingStream - Variable in class org.eclipse.jgit.internal.JGitText
 
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.
errs - Variable in class org.eclipse.jgit.pgm.TextBuiltin
Error output stream, typically this is standard error.
errString() - Method in class org.eclipse.jgit.pgm.CLIGitCommand.Result
 
errw - Variable in class org.eclipse.jgit.pgm.TextBuiltin
Error writer, typically this is standard error.
escapeJava(String) - Method in class org.eclipse.jgit.lib.CLIRepositoryTestCase
 
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
 
ex - Variable in class org.eclipse.jgit.pgm.CLIGitCommand.Result
 
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.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(ObjectReader, String) - Method in class org.eclipse.jgit.internal.storage.reftree.RefTree
Read one reference.
exactRef(String) - Method in class org.eclipse.jgit.internal.storage.reftree.RefTreeDatabase
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.RefDatabase
Read the specified references.
exactRef(String) - Method in class org.eclipse.jgit.lib.Repository
Get a ref by name.
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
 
exceptionWhileReadingPack - Variable in class org.eclipse.jgit.internal.JGitText
 
exclude(ObjectIdSet) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsPackCompactor
Exclude objects from the compacted pack.
exclude(DfsPackFile) - 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.
exec(String, int) - Method in class org.eclipse.jgit.transport.JschSession
Generate a new remote process to execute the given command.
exec(String, int) - Method in interface org.eclipse.jgit.transport.RemoteSession
Generate a new remote process to execute the given command.
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(RevWalk, ProgressMonitor, List<String>) - Method in class org.eclipse.jgit.internal.storage.dfs.ReftableBatchRefUpdate
Execute this batch update.
execute(RevWalk, ProgressMonitor, List<String>) - Method in class org.eclipse.jgit.lib.BatchRefUpdate
Execute this batch update.
execute(RevWalk, ProgressMonitor) - Method in class org.eclipse.jgit.lib.BatchRefUpdate
Execute this batch update without option strings.
execute(String...) - Method in class org.eclipse.jgit.lib.CLIRepositoryTestCase
Executes specified git commands (with arguments), throws exception and stops execution on first command which output contains a 'fatal:' error
execute(String, Repository) - Static method in class org.eclipse.jgit.pgm.CLIGitCommand
 
execute(String[]) - Method in class org.eclipse.jgit.pgm.TextBuiltin
Parse arguments and run this command.
execute(BaseReceivePack) - Method in class org.eclipse.jgit.transport.ReceiveCommand
Execute this command during a receive-pack session.
execute(ProcessBuilder, InputStream) - Method in class org.eclipse.jgit.util.FS
Execute a command defined by a ProcessBuilder.
executeAndPrint(String...) - Method in class org.eclipse.jgit.lib.CLIRepositoryTestCase
Execute the given commands and print the output to stdout.
executeAndPrintTestCode(String...) - Method in class org.eclipse.jgit.lib.CLIRepositoryTestCase
Execute the given commands and print test code comparing expected and actual output.
executeCommands() - Method in class org.eclipse.jgit.transport.BaseReceivePack
Execute commands to update references.
executeRaw(String, Repository) - Static method in class org.eclipse.jgit.pgm.CLIGitCommand
 
executeUnchecked(String...) - Method in class org.eclipse.jgit.lib.CLIRepositoryTestCase
Executes specified git commands (with arguments)
executeUnchecked(String, Repository) - Static method in class org.eclipse.jgit.pgm.CLIGitCommand
 
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
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.

F

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 - Variable in class org.eclipse.jgit.internal.ketch.KetchText
 
failed() - Method in class org.eclipse.jgit.merge.ResolveMerger
Returns whether this merge failed (i.e.
failedToCalcSignature - Variable in class org.eclipse.jgit.lfs.server.internal.LfsServerText
 
failedToCommitIndex - Variable in class org.eclipse.jgit.pgm.internal.CLIText
 
failedToDetermineFilterDefinition - Variable in class org.eclipse.jgit.internal.JGitText
 
failedToLockIndex - Variable in class org.eclipse.jgit.pgm.internal.CLIText
 
failedToLockTag - 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.
failPendingCommands() - Method in class org.eclipse.jgit.transport.BaseReceivePack
Set the result to fail for any command that was not processed yet.
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
 
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>, 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>) - 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 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_HEAD - Static variable in class org.eclipse.jgit.lib.Constants
Special name for the "FETCH_HEAD" symbolic-ref.
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(String) - Method in interface org.eclipse.jgit.api.FetchCommand.Callback
Notify fetching a submodule.
fetchingSubmodule - Variable in class org.eclipse.jgit.pgm.internal.CLIText
 
FetchResult - Class in org.eclipse.jgit.transport
Final status after a successful fetch from a remote repository.
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.
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
 
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
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
 
fileIsTooBigForThisConvenienceMethod - Variable in class org.eclipse.jgit.internal.JGitText
 
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.
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 like other.
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
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.ReftableStack
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.
FileTreeIterator - Class in org.eclipse.jgit.treewalk
Working directory iterator for standard Java IO.
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(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(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
 
fillTo(int) - Method in class org.eclipse.jgit.revwalk.RevCommitList
Ensure this list contains at least a specified number of commits.
fillTo(RevCommit, int) - Method in class org.eclipse.jgit.revwalk.RevCommitList
Ensures all commits until the given commit are loaded.
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.
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.
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.
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.BaseReceivePack
Filter the list of commands according to result.
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(Exception, String, String) - Constructor for exception org.eclipse.jgit.api.errors.FilterFailedException
Thrown if during execution of filter command an exception occurred
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
filterMustNotBeNull - Variable in class org.eclipse.jgit.http.server.HttpServerText
 
filterRequiresCapability - Variable in class org.eclipse.jgit.internal.JGitText
 
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 from end is encountered.
find(String) - Method in class org.eclipse.jgit.util.RefList
Locate an entry by name.
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 parent.s
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(String) - Method in class org.eclipse.jgit.dircache.DirCache
Locate the position a path's entry is at in the index.
findEntry(byte[], int) - Method in class org.eclipse.jgit.dircache.DirCache
Locate the position a path's entry is at in the index.
findFile(String) - Method in class org.eclipse.jgit.treewalk.AbstractTreeIterator
Seek the iterator on a file, if present.
findFile(byte[]) - 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.
findHook(Repository, String) - Method in class org.eclipse.jgit.util.FS_POSIX
Tries to find a hook matching the given one in the given repository.
findHook(Repository, String) - Method in class org.eclipse.jgit.util.FS_Win32_Cygwin
Tries to find a hook matching the given one in the given repository.
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(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.
findRef(String) - Method in class org.eclipse.jgit.lib.Repository
Search for a ref by (possibly abbreviated) name.
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 to RemoteRefUpdate.
findRemoteRefUpdatesFor(Repository, Collection<RefSpec>, Collection<RefSpec>) - Static method in class org.eclipse.jgit.transport.Transport
Convert push remote refs update specification from RefSpec form to RemoteRefUpdate.
findRemoteRefUpdatesFor(Collection<RefSpec>) - Method in class org.eclipse.jgit.transport.Transport
Convert push remote refs update specification from RefSpec form to RemoteRefUpdate.
findRemoteRefUpdatesFor(Collection<RefSpec>, Map<String, RefLeaseSpec>) - Method in class org.eclipse.jgit.transport.Transport
Convert push remote refs update specification from RefSpec form to RemoteRefUpdate.
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?
firstExactRef(String...) - Method in class org.eclipse.jgit.lib.RefDatabase
Find the first named reference.
FirstLine(String) - Constructor for class org.eclipse.jgit.transport.BaseReceivePack.FirstLine
Parse the first line of a receive-pack request.
FirstLine(String) - Constructor for class org.eclipse.jgit.transport.UploadPack.FirstLine
Parse the first line of a receive-pack request.
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.pack.PackOutputStream
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.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.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".
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(AnyObjectId, AnyObjectId) - Method in class org.eclipse.jgit.diff.DiffFormatter
Format the differences between two trees.
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(List<? extends DiffEntry>) - Method in class org.eclipse.jgit.diff.DiffFormatter
Format a patch script from a list of difference entries.
format(DiffEntry) - Method in class org.eclipse.jgit.diff.DiffFormatter
Format a patch script for one file entry.
format(FileHeader, RawText, RawText) - Method in class org.eclipse.jgit.diff.DiffFormatter
Format a patch script, reusing a previously parsed FileHeader.
format(EditList, RawText, RawText) - Method in class org.eclipse.jgit.diff.DiffFormatter
Formats a list of edits in unified diff format
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(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(String) - Static method in class org.eclipse.jgit.pgm.internal.CLIText
Format text
format(Object...) - Method in class org.eclipse.jgit.pgm.internal.CLIText.Format
 
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 by git log --relative-date
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
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
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, List<String>) - Method in class org.eclipse.jgit.merge.MergeMessageFormatter
Add section with conflicting paths to merge message.
formatWithLocale(Locale, Object...) - Method in class org.eclipse.jgit.pgm.internal.CLIText.Format
 
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, 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
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, 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.
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, String) - Method in class org.eclipse.jgit.internal.ketch.ReplicaConfig
Update the configuration from a config block.
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.
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.
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[], int) - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
Convert a LongObjectId 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[], int) - 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[], int) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
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) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
Convert a LongObjectId from binary representation expressed in longs.
fromRaw(byte[]) - Method in class org.eclipse.jgit.lib.MutableObjectId
Convert an ObjectId from raw binary representation.
fromRaw(byte[], int) - Method in class org.eclipse.jgit.lib.MutableObjectId
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[], int) - Method in class org.eclipse.jgit.lib.MutableObjectId
Convert an ObjectId from binary representation expressed in integers.
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.lib.ObjectId
Convert an ObjectId from raw binary representation.
fromRaw(int[]) - Static method in class org.eclipse.jgit.lib.ObjectId
Convert an ObjectId from raw binary representation.
fromRaw(int[], int) - Static method in class org.eclipse.jgit.lib.ObjectId
Convert an ObjectId from raw binary representation.
fromReader(Reader) - Static method in class org.eclipse.jgit.transport.PushCertificateParser
Parse a push certificate from a reader.
fromString(byte[], int, int) - Static method in class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
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(byte[], int) - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
Convert a LongObjectId from hex characters (US-ASCII).
fromString(String) - Static method in class org.eclipse.jgit.lfs.lib.LongObjectId
Convert a LongObjectId from hex characters.
fromString(byte[], int) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
Convert a LongObjectId from hex characters (US-ASCII).
fromString(String) - Method in class org.eclipse.jgit.lfs.lib.MutableLongObjectId
Convert a LongObjectId from hex characters.
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.lib.AbbreviatedObjectId
Convert an AbbreviatedObjectId from hex characters.
fromString(byte[], int) - Method in class org.eclipse.jgit.lib.MutableObjectId
Convert an ObjectId from hex characters (US-ASCII).
fromString(String) - Method in class org.eclipse.jgit.lib.MutableObjectId
Convert an ObjectId from hex characters.
fromString(byte[], int) - Static method in class org.eclipse.jgit.lib.ObjectId
Convert an ObjectId from hex characters (US-ASCII).
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.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.FSFactory - Class in org.eclipse.jgit.util
This class creates FS instances.
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
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.
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 - Class in org.eclipse.jgit.internal.storage.file
A garbage collector for git FileRepository.
GC(FileRepository) - Constructor for class org.eclipse.jgit.internal.storage.file.GC
Creates a new garbage collector with default values.
gc() - Method in class org.eclipse.jgit.internal.storage.file.GC
Runs a garbage collector on a FileRepository.
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
 
gcLogExists - 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(String) - Method in class org.eclipse.jgit.attributes.Attributes
Get the attribute with the given key
get(URIish, CredentialItem...) - Method in class org.eclipse.jgit.awtui.AwtCredentialsProvider
Ask for the credential items to be populated.
get() - Static method in class org.eclipse.jgit.awtui.UIText
Get an instance of this translation bundle.
get(URIish, CredentialItem...) - Method in class org.eclipse.jgit.console.ConsoleCredentialsProvider
Ask for the credential items to be populated.
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.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(Repository) - Method in class org.eclipse.jgit.internal.ketch.KetchLeaderCache
Lookup the leader instance for a given repository.
get() - Static method in class org.eclipse.jgit.internal.ketch.KetchText
Get an instance of this translation bundle.
get(String) - Method in class org.eclipse.jgit.internal.storage.dfs.DfsRefDatabase.RefCache
Find a reference by name.
get() - Static method in class org.eclipse.jgit.internal.storage.dfs.DfsText
Get an instance of this translation bundle.
get(AnyObjectId) - Method in class org.eclipse.jgit.internal.storage.pack.PackWriter
Lookup the ObjectToPack object for a given ObjectId.
get(RevTree, String) - Method in class org.eclipse.jgit.junit.TestRepository
Lookup an entry stored in a tree, failing if not present.
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(Config.SectionParser<T>) - Method in class org.eclipse.jgit.lib.Config
Obtain a handle to a parsed set of configuration values.
get() - Static method in class org.eclipse.jgit.lib.InflaterCache
Obtain an Inflater for decompression.
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(String) - Static method in class org.eclipse.jgit.merge.MergeStrategy
Locate a strategy by name.
get() - Static method in class org.eclipse.jgit.merge.MergeStrategy
Get all registered strategies.
get(AnyObjectId) - Method in class org.eclipse.jgit.notes.NoteMap
Lookup a note for a specific ObjectId.
get(String) - Static method in class org.eclipse.jgit.pgm.CommandCatalog
Locate a single command by its user friendly name.
get() - Static method in class org.eclipse.jgit.pgm.internal.CLIText
Get an instance of this translation bundle
get(int) - Method in class org.eclipse.jgit.revwalk.RevObjectList
get(String, String) - Method in class org.eclipse.jgit.transport.AmazonS3
Get the content of a bucket object.
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, List<CredentialItem>) - Method in class org.eclipse.jgit.transport.CredentialsProvider
Ask for the credential items to be populated.
get() - Static method in class org.eclipse.jgit.transport.http.apache.internal.HttpApacheText
Get an instance of this translation bundle.
get(URIish, CredentialItem...) - Method in class org.eclipse.jgit.transport.NetRCCredentialsProvider
Ask for the credential items to be populated.
get(FS) - Static method in class org.eclipse.jgit.transport.OpenSshConfig
Obtain the user's configuration data.
get(String) - Method in class org.eclipse.jgit.transport.PushCertificateStore
Get latest push certificate associated with a ref.
get() - Static method in class org.eclipse.jgit.transport.UserAgent
Get the user agent string advertised by JGit.
get(URIish, CredentialItem...) - Method in class org.eclipse.jgit.transport.UsernamePasswordCredentialsProvider
Ask for the credential items to be populated.
get(int) - Method in class org.eclipse.jgit.util.BlockList
get() - Method in class org.eclipse.jgit.util.Holder
Get the value held by this Holder
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(long) - Method in class org.eclipse.jgit.util.LongMap
Get value for this key
get(int) - Method in class org.eclipse.jgit.util.RefList.Builder
Get the reference at a particular index.
get(String) - Method in class org.eclipse.jgit.util.RefList
Get a reference object by name.
get(int) - Method in class org.eclipse.jgit.util.RefList
Get the reference at a particular index.
get(Object) - Method in class org.eclipse.jgit.util.RefMap
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
getAccepted() - Method in class org.eclipse.jgit.internal.ketch.ReplicaSnapshot
Get last known Git commit at refs/txn/accepted
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.RefDirectory
Get the additional reference-like entities from the repository.
getAdditionalRefs() - Method in class org.eclipse.jgit.internal.storage.reftree.RefTreeDatabase
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.BaseReceivePack
Get objects advertised to the client.
getAdvertisedOrDefaultRefs() - Method in class org.eclipse.jgit.transport.BaseReceivePack
Get advertised refs, or the default if not explicitly advertised.
getAdvertisedRef(String) - Method in class org.eclipse.jgit.transport.OperationResult
Get a single advertised ref by name.
getAdvertisedRefs(Repository, RevWalk) - Method in class org.eclipse.jgit.transport.AbstractAdvertiseRefsHook
Get the refs to advertise.
getAdvertisedRefs() - Method in class org.eclipse.jgit.transport.BaseReceivePack
Get refs which were advertised to the client.
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.UploadPack
Get refs which were advertised to the client.
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.BaseReceivePack
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.
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.BaseReceivePack
Get all of the command received by the current request.
getAllRefs() - Method in class org.eclipse.jgit.lib.Repository
Get mutable map of all known refs, including symrefs like HEAD that may not point to any object yet.
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.
getAlternateObjectDirectories() - Method in class org.eclipse.jgit.lib.BaseRepositoryBuilder
Get ordered array of alternate directories; null if non were set.
getAssumeUnchanged() - Method in class org.eclipse.jgit.lib.IndexDiff
Get list of files with the flag assume-unchanged
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(File) - Method in class org.eclipse.jgit.util.FS
Get the file attributes we care for.
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.
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
getAuthor() - Method in class org.eclipse.jgit.api.CommitCommand
Get the author
getAuthor() - Method in class org.eclipse.jgit.internal.ketch.Proposal
Get optional author of the proposal.
getAuthor() - Method in class org.eclipse.jgit.lib.CommitBuilder
Get the author of this commit (who wrote it).
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.
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
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.storage.pack.PackConfig
Get the maximum file size that will be delta compressed.
getBit() - Method in class org.eclipse.jgit.internal.storage.pack.PackExt
Get the bit mask of the extension e.g 1 << getPosition().
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() - Method in class org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder.StoredEntry
 
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 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.
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.
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.
getBootstrap() - Method in class org.eclipse.jgit.internal.storage.reftree.RefTreeDatabase
Get the bootstrap reference database
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
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(int) - 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
 
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(int) - 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(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.
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)
getCapabilities() - Method in class org.eclipse.jgit.transport.BaseReceivePack.FirstLine
 
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
getCheckoutConflicts() - Method in class org.eclipse.jgit.api.MergeResult
Returns a list of paths that cause a checkout conflict.
getCheckStat() - Method in class org.eclipse.jgit.treewalk.WorkingTreeOptions
Get how stat data is compared.
getCherryPickedRefs() - Method in class org.eclipse.jgit.api.CherryPickResult
Get the cherry-picked Refs
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.
getClientShallowCommits() - Method in class org.eclipse.jgit.storage.pack.PackStatistics
Get unmodifiable collection of objects that were shallow commits on the client.
getClientShallowCommits() - Method in class org.eclipse.jgit.transport.BaseReceivePack
Get the commits from the client's shallow file.
getClock() - Method in class org.eclipse.jgit.internal.ketch.KetchSystem
Get clock to obtain timestamps from.
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
getCommandName() - Method in class org.eclipse.jgit.transport.DaemonService
Get name of the command requested by clients.
getCommands() - Method in class org.eclipse.jgit.internal.ketch.Proposal
Get commands from this proposal.
getCommands() - Method in class org.eclipse.jgit.internal.ketch.ReplicaPushRequest
Get commands to be executed, and their results.
getCommands() - Method in class org.eclipse.jgit.lib.BatchRefUpdate
Get commands this update will process.
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
getCommit() - Method in class org.eclipse.jgit.lib.RebaseTodoLine
Get abbreviated commit SHA-1 of commit that action will be performed on
getCommitLastModified() - 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.
getCommitMethod() - Method in class org.eclipse.jgit.internal.ketch.KetchReplica
Get how Ketch will commit to the repository.
getCommitMethod() - Method in class org.eclipse.jgit.internal.ketch.ReplicaConfig
Get how Ketch should apply committed changes.
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.
getCommitSpeed() - Method in class org.eclipse.jgit.internal.ketch.KetchReplica
Get when Ketch will commit to the repository.
getCommitSpeed() - Method in class org.eclipse.jgit.internal.ketch.ReplicaConfig
Get how quickly should Ketch commit.
getCommitted() - Method in class org.eclipse.jgit.internal.ketch.LeaderSnapshot
Get state the leader knows is committed on a majority of participant replicas
getCommitted() - Method in class org.eclipse.jgit.internal.ketch.ReplicaSnapshot
Get last known Git commit at refs/txn/committed
getCommitter() - Method in class org.eclipse.jgit.api.CommitCommand