Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.awtui | |
org.eclipse.jgit.blame |
Computing blame/annotate information of files.
|
org.eclipse.jgit.gitrepo | |
org.eclipse.jgit.http.server.resolver | |
org.eclipse.jgit.internal.ketch |
Distributed consensus system built on Git.
|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.internal.storage.reftable | |
org.eclipse.jgit.internal.storage.reftree | |
org.eclipse.jgit.junit | |
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
org.eclipse.jgit.lib.internal | |
org.eclipse.jgit.merge |
Content and commit history merge algorithms.
|
org.eclipse.jgit.pgm | |
org.eclipse.jgit.pgm.debug | |
org.eclipse.jgit.revwalk |
Walking revision graphs (commit history).
|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
org.eclipse.jgit.util |
Utility classes.
|
Modifier and Type | Field and Description |
---|---|
private PersonIdent |
CommitCommand.author |
private PersonIdent |
CommitCommand.committer |
private PersonIdent |
StashCreateCommand.person |
private PersonIdent |
TagCommand.tagger |
Modifier and Type | Method and Description |
---|---|
PersonIdent |
CommitCommand.getAuthor()
Get the author
|
PersonIdent |
CommitCommand.getCommitter()
Get the committer
|
PersonIdent |
TagCommand.getTagger()
Get the
tagger who created the tag. |
private PersonIdent |
RebaseCommand.parseAuthor() |
(package private) PersonIdent |
RebaseCommand.parseAuthor(byte[] raw) |
Modifier and Type | Method and Description |
---|---|
CommitCommand |
CommitCommand.setAuthor(PersonIdent author)
Sets the author for this
commit . |
CommitCommand |
CommitCommand.setCommitter(PersonIdent committer)
Sets the committer for this
commit . |
StashCreateCommand |
StashCreateCommand.setPerson(PersonIdent person)
Set the person to use as the author and committer in the commits made
|
TagCommand |
TagCommand.setTagger(PersonIdent tagger)
Sets the tagger of the tag.
|
(package private) java.lang.String |
RebaseCommand.toAuthorScript(PersonIdent author) |
private void |
RebaseCommand.updateStashRef(ObjectId commitId,
PersonIdent refLogIdent,
java.lang.String refLogMessage) |
private void |
StashCreateCommand.updateStashRef(ObjectId commitId,
PersonIdent refLogIdent,
java.lang.String refLogMessage) |
Modifier and Type | Field and Description |
---|---|
(package private) PersonIdent |
CommitGraphPane.CommitTableModel.lastAuthor |
Modifier and Type | Method and Description |
---|---|
(package private) PersonIdent |
CommitGraphPane.CommitTableModel.authorFor(PlotCommit<SwingCommitList.SwingLane> c) |
Modifier and Type | Field and Description |
---|---|
private PersonIdent[] |
BlameResult.sourceAuthors |
private PersonIdent[] |
BlameResult.sourceCommitters |
Modifier and Type | Method and Description |
---|---|
(package private) PersonIdent |
Candidate.getAuthor() |
(package private) PersonIdent |
Candidate.HeadCandidate.getAuthor() |
(package private) PersonIdent |
Candidate.BlobCandidate.getAuthor() |
PersonIdent |
BlameGenerator.getSourceAuthor()
Get source author
|
PersonIdent |
BlameResult.getSourceAuthor(int idx)
Get the author that provided the specified line of the result.
|
PersonIdent |
BlameGenerator.getSourceCommitter()
Get source committer
|
PersonIdent |
BlameResult.getSourceCommitter(int idx)
Get the committer that provided the specified line of the result.
|
Modifier and Type | Field and Description |
---|---|
private PersonIdent |
RepoCommand.author |
Modifier and Type | Method and Description |
---|---|
RepoCommand |
RepoCommand.setAuthor(PersonIdent author)
Set the author/committer for the bare repository commit.
|
Modifier and Type | Method and Description |
---|---|
private static PersonIdent |
DefaultReceivePackFactory.toPersonIdent(javax.servlet.http.HttpServletRequest req,
java.lang.String user) |
Modifier and Type | Field and Description |
---|---|
private PersonIdent |
Proposal.author |
Modifier and Type | Method and Description |
---|---|
PersonIdent |
Proposal.getAuthor()
Get optional author of the proposal.
|
PersonIdent |
KetchSystem.newCommitter(ProposedTimestamp time)
Create new committer
PersonIdent for ketch system |
private static PersonIdent |
StageBuilder.tmpAuthor(java.util.List<RevCommit> commits) |
Modifier and Type | Method and Description |
---|---|
private static boolean |
ProposalRound.canCombine(PersonIdent a,
PersonIdent b) |
Proposal |
Proposal.setAuthor(PersonIdent who)
Set the author for the proposal.
|
Modifier and Type | Field and Description |
---|---|
private PersonIdent |
ReflogEntryImpl.who |
Modifier and Type | Method and Description |
---|---|
PersonIdent |
FileReftableDatabase.FileReftableRefUpdate.getRefLogIdent() |
PersonIdent |
ReflogEntryImpl.getWho()
Get user performing the change
|
Modifier and Type | Method and Description |
---|---|
private byte[] |
ReflogWriter.encode(ObjectId oldId,
ObjectId newId,
PersonIdent ident,
java.lang.String message) |
ReflogWriter |
ReflogWriter.log(java.lang.String refName,
ObjectId oldId,
ObjectId newId,
PersonIdent ident,
java.lang.String message)
Write the given entry information to the ref's log
|
Modifier and Type | Method and Description |
---|---|
private PersonIdent |
BlockReader.readPersonIdent() |
Modifier and Type | Method and Description |
---|---|
void |
ReftableWriter.writeLog(java.lang.String ref,
long updateIndex,
PersonIdent who,
ObjectId oldId,
ObjectId newId,
java.lang.String message)
Write one reflog entry to the reftable.
|
Constructor and Description |
---|
LogEntry(java.lang.String refName,
long updateIndex,
PersonIdent who,
ObjectId oldId,
ObjectId newId,
java.lang.String message) |
Modifier and Type | Field and Description |
---|---|
private PersonIdent |
RefTreeBatch.author |
Modifier and Type | Field and Description |
---|---|
protected PersonIdent |
LocalDiskRepositoryTestCase.author
A fake (but stable) identity for author fields in the test.
|
private PersonIdent |
TestRepository.CommitBuilder.author |
protected PersonIdent |
LocalDiskRepositoryTestCase.committer
A fake (but stable) identity for committer fields in the test.
|
private PersonIdent |
TestRepository.CommitBuilder.committer |
private PersonIdent |
TestRepository.defaultAuthor |
private PersonIdent |
TestRepository.defaultCommitter |
Modifier and Type | Method and Description |
---|---|
PersonIdent |
TestRepository.CommitBuilder.author()
Get the author identity
|
PersonIdent |
TestRepository.CommitBuilder.committer()
Get the committer identity
|
Modifier and Type | Method and Description |
---|---|
TestRepository.CommitBuilder |
TestRepository.CommitBuilder.author(PersonIdent a)
Set the author identity
|
TestRepository.CommitBuilder |
TestRepository.CommitBuilder.committer(PersonIdent c)
Set the committer identity
|
TestRepository.CommitBuilder |
TestRepository.CommitBuilder.ident(PersonIdent ident)
Set author and committer identity
|
private static void |
LocalDiskRepositoryTestCase.putPersonIdent(java.util.Map<java.lang.String,java.lang.String> env,
java.lang.String type,
PersonIdent who) |
Modifier and Type | Field and Description |
---|---|
private PersonIdent |
CommitBuilder.author |
private PersonIdent |
CommitBuilder.committer |
private PersonIdent |
BatchRefUpdate.refLogIdent
Identity to record action as within the reflog.
|
private PersonIdent |
RefUpdate.refLogIdent
Identity to record action as within the reflog.
|
private PersonIdent |
TagBuilder.tagger |
Modifier and Type | Method and Description |
---|---|
PersonIdent |
CommitBuilder.getAuthor()
Get the author of this commit (who wrote it).
|
PersonIdent |
CommitBuilder.getCommitter()
Get the committer and commit time for this object.
|
PersonIdent |
BatchRefUpdate.getRefLogIdent()
Get identity of the user making the change in the reflog.
|
PersonIdent |
RefRename.getRefLogIdent()
Get identity of the user making the change in the reflog.
|
PersonIdent |
RefUpdate.getRefLogIdent()
Get identity of the user making the change in the reflog.
|
PersonIdent |
TagBuilder.getTagger()
Get creator of this tag.
|
PersonIdent |
ReflogEntry.getWho()
Get user performing the change
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
GpgSigner.canLocateSigningKey(java.lang.String gpgSigningKey,
PersonIdent committer,
CredentialsProvider credentialsProvider)
Indicates if a signing key is available for the specified committer
and/or signing key.
|
void |
CommitBuilder.setAuthor(PersonIdent newAuthor)
Set the author (name, email address, and date) of who wrote the commit.
|
void |
CommitBuilder.setCommitter(PersonIdent newCommitter)
Set the committer and commit time for this object.
|
BatchRefUpdate |
BatchRefUpdate.setRefLogIdent(PersonIdent pi)
Set the identity of the user appearing in the reflog.
|
void |
RefRename.setRefLogIdent(PersonIdent pi)
Set the identity of the user appearing in the reflog.
|
void |
RefUpdate.setRefLogIdent(PersonIdent pi)
Set the identity of the user appearing in the reflog.
|
void |
TagBuilder.setTagger(PersonIdent taggerIdent)
Set the creator of this tag.
|
abstract void |
GpgSigner.sign(CommitBuilder commit,
java.lang.String gpgSigningKey,
PersonIdent committer,
CredentialsProvider credentialsProvider)
Signs the specified commit.
|
Constructor and Description |
---|
PersonIdent(PersonIdent pi)
Copy a
PersonIdent . |
PersonIdent(PersonIdent pi,
java.util.Date aWhen)
Copy a
PersonIdent , but alter the clone's
time stamp |
PersonIdent(PersonIdent pi,
java.util.Date when,
java.util.TimeZone tz)
Copy a PersonIdent, but alter the clone's time stamp
|
PersonIdent(PersonIdent pi,
long aWhen,
int aTZ)
Copy a PersonIdent, but alter the clone's time stamp
|
Modifier and Type | Method and Description |
---|---|
boolean |
BouncyCastleGpgSigner.canLocateSigningKey(java.lang.String gpgSigningKey,
PersonIdent committer,
CredentialsProvider credentialsProvider) |
private BouncyCastleGpgKey |
BouncyCastleGpgSigner.locateSigningKey(java.lang.String gpgSigningKey,
PersonIdent committer,
BouncyCastleGpgKeyPassphrasePrompt passphrasePrompt) |
void |
BouncyCastleGpgSigner.sign(CommitBuilder commit,
java.lang.String gpgSigningKey,
PersonIdent committer,
CredentialsProvider credentialsProvider) |
Modifier and Type | Method and Description |
---|---|
private static PersonIdent |
RecursiveMerger.mockAuthor(java.util.List<RevCommit> parents) |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
SquashMessageFormatter.toString(PersonIdent author) |
Modifier and Type | Field and Description |
---|---|
private PersonIdent |
Blame.dummyDate
Used to get a current time stamp for lines without commit.
|
Modifier and Type | Field and Description |
---|---|
(package private) PersonIdent |
WriteReftable.LogEntry.who |
Constructor and Description |
---|
LogEntry(java.lang.String ref,
long updateIndex,
PersonIdent who,
ObjectId oldId,
ObjectId newId,
java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
PersonIdent |
RevCommit.getAuthorIdent()
Parse the author identity from the raw buffer.
|
PersonIdent |
RevCommit.getCommitterIdent()
Parse the committer identity from the raw buffer.
|
PersonIdent |
RevTag.getTaggerIdent()
Parse the tagger identity from the raw buffer.
|
Modifier and Type | Field and Description |
---|---|
(package private) PersonIdent |
PushCertificateStore.PendingCert.ident |
private PersonIdent |
ReceivePack.refLogIdent
Identity to record action as within the reflog.
|
Modifier and Type | Method and Description |
---|---|
PersonIdent |
ReceivePack.getRefLogIdent()
Get identity of the user making the changes in the reflog.
|
Modifier and Type | Method and Description |
---|---|
void |
PushCertificateStore.put(PushCertificate cert,
PersonIdent ident)
Put a certificate to be saved to the store.
|
void |
PushCertificateStore.put(PushCertificate cert,
PersonIdent ident,
java.util.Collection<ReceiveCommand> matching)
Put a certificate to be saved to the store, matching a set of commands.
|
void |
ReceivePack.setRefLogIdent(PersonIdent pi)
Set the identity of the user appearing in the affected reflogs.
|
Constructor and Description |
---|
PendingCert(PushCertificate cert,
PersonIdent ident,
java.util.Collection<ReceiveCommand> matching) |
Modifier and Type | Method and Description |
---|---|
static PersonIdent |
RawParseUtils.parsePersonIdent(byte[] raw,
int nameB)
Parse a name line (e.g.
|
static PersonIdent |
RawParseUtils.parsePersonIdent(java.lang.String in)
Parse a name string (e.g.
|
static PersonIdent |
RawParseUtils.parsePersonIdentOnly(byte[] raw,
int nameB)
Parse a name data (e.g.
|
Modifier and Type | Method and Description |
---|---|
static ObjectId |
ChangeIdUtil.computeChangeId(ObjectId treeId,
ObjectId firstParentId,
PersonIdent author,
PersonIdent committer,
java.lang.String message)
Compute a Change-Id.
|
java.lang.String |
GitDateFormatter.formatDate(PersonIdent ident)
Format committer, author or tagger ident according to this formatter's
specification.
|