You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qxo 7d7650fd52
Merge 6b4de1a460691908759162c1134138a512c42579 into 1e391d47bad6e18cc5c3f87041e562c3f18a35c7
2 年之前
..
errors GPG signature verification via BouncyCastle 3 年之前
AddCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
AddNoteCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
ApplyCommand.java ApplyCommand: fix "no newline at end" detection 3 年之前
ApplyResult.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
ArchiveCommand.java Use Map interface instead of ConcurrentHashMap class 3 年之前
BlameCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
CheckoutCommand.java Allow to resolve a conflict by checking out a file 3 年之前
CheckoutResult.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
CherryPickCommand.java Implement ours/theirs content conflict resolution 3 年之前
CherryPickResult.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
CleanCommand.java Merge 6b4de1a460691908759162c1134138a512c42579 into 1e391d47bad6e18cc5c3f87041e562c3f18a35c7 2 年之前
CloneCommand.java Fail clone if initial branch doesn't exist in remote repository 3 年之前
CommitCommand.java Refactor CommitCommand to improve readability 3 年之前
CreateBranchCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
DeleteBranchCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
DeleteTagCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
DescribeCommand.java Implement git describe --all 3 年之前
DiffCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
FetchCommand.java Fail clone if initial branch doesn't exist in remote repository 3 年之前
GarbageCollectCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
Git.java GPG signature verification via BouncyCastle 3 年之前
GitCommand.java Fix javadoc in org.eclipse.jgit annotations and api packages 6 年之前
InitCommand.java init: add config option to set default for the initial branch name 3 年之前
ListBranchCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
ListNotesCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
ListTagCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
LogCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
LsRemoteCommand.java Client-side protocol V2 support for fetching 3 年之前
MergeCommand.java Add git config for conflict style merge/diff3 3 年之前
MergeResult.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
NameRevCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
PullCommand.java Implement ours/theirs content conflict resolution 3 年之前
PullResult.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
PushCommand.java ErrorProne: Enable and fix UnusedException check 4 年之前
RebaseCommand.java Implement ours/theirs content conflict resolution 3 年之前
RebaseResult.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
ReflogCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
RemoteAddCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
RemoteListCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
RemoteRemoveCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
RemoteSetUrlCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
RemoveNoteCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
RenameBranchCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
ResetCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
RevertCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
RmCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
ShowNoteCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
StashApplyCommand.java Implement ours/theirs content conflict resolution 3 年之前
StashCreateCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
StashDropCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
StashListCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
Status.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
StatusCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
SubmoduleAddCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
SubmoduleDeinitCommand.java Ensure .gitmodules is loaded when accessing submodule name 3 年之前
SubmoduleDeinitResult.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
SubmoduleInitCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
SubmoduleStatusCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
SubmoduleSyncCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
SubmoduleUpdateCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
TagCommand.java GPG: support git config gpg.program 3 年之前
TransportCommand.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
TransportConfigCallback.java Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
VerificationResult.java GPG signature verification via BouncyCastle 3 年之前
VerifySignatureCommand.java GPG signature verification via BouncyCastle 3 年之前
package-info.java Add Javadoc description for packages 11 年之前