A B C D F L M O R S T 

A

AddTest - Class in org.eclipse.jgit.pgm
 
AddTest() - Constructor for class org.eclipse.jgit.pgm.AddTest
 
ArchiveTest - Class in org.eclipse.jgit.pgm
 
ArchiveTest() - Constructor for class org.eclipse.jgit.pgm.ArchiveTest
 

B

BranchTest - Class in org.eclipse.jgit.pgm
 
BranchTest() - Constructor for class org.eclipse.jgit.pgm.BranchTest
 

C

CheckoutTest - Class in org.eclipse.jgit.pgm
 
CheckoutTest() - Constructor for class org.eclipse.jgit.pgm.CheckoutTest
 
CLIGitCommandTest - Class in org.eclipse.jgit.pgm
 
CLIGitCommandTest() - Constructor for class org.eclipse.jgit.pgm.CLIGitCommandTest
 
CloneTest - Class in org.eclipse.jgit.pgm
 
CloneTest() - Constructor for class org.eclipse.jgit.pgm.CloneTest
 
CommitAndLogTest - Class in org.eclipse.jgit.pgm
 
CommitAndLogTest() - Constructor for class org.eclipse.jgit.pgm.CommitAndLogTest
 
CommitTest - Class in org.eclipse.jgit.pgm
 
CommitTest() - Constructor for class org.eclipse.jgit.pgm.CommitTest
 
ConfigTest - Class in org.eclipse.jgit.pgm
 
ConfigTest() - Constructor for class org.eclipse.jgit.pgm.ConfigTest
 

D

DescribeTest - Class in org.eclipse.jgit.pgm
 
DescribeTest() - Constructor for class org.eclipse.jgit.pgm.DescribeTest
 

F

FetchTest - Class in org.eclipse.jgit.pgm
 
FetchTest() - Constructor for class org.eclipse.jgit.pgm.FetchTest
 
fileModeTestFileThenFileWithFolderInIndex() - Method in class org.eclipse.jgit.pgm.CheckoutTest
Steps: Add file 'a' Commit Create branch '1' Modify file 'a' Commit Delete file 'a' & replace by folder 'a' in the working tree & index Checkout branch '1'
fileModeTestFileWithFolderInIndex() - Method in class org.eclipse.jgit.pgm.CheckoutTest
Steps: Add file 'a' Commit Create branch '1' Modify file 'a' Commit Delete file 'a' & replace by folder 'a' in the working tree & index Checkout branch '1'
fileModeTestFolderThenFileWithMissingInWorkingTree() - Method in class org.eclipse.jgit.pgm.CheckoutTest
Steps: Add folder 'a' Commit Create branch '1' Replace folder 'a'by file 'a' Commit Delete file 'a' in the working tree Checkout branch '1'
fileModeTestFolderThenMissingWithFileInWorkingTree() - Method in class org.eclipse.jgit.pgm.CheckoutTest
Steps: Add folder 'a' Commit Create branch '1' Delete folder 'a' Commit Add file 'a' in the working tree Checkout branch '1'
fileModeTestFolderWithMissingInWorkingTree() - Method in class org.eclipse.jgit.pgm.CheckoutTest
Steps: Add file 'a' Commit Create branch '1' Replace file 'a' by folder 'a' Commit Delete folder 'a' in the working tree Checkout branch '1'
fileModeTestMissingThenFolderWithFileInWorkingTree() - Method in class org.eclipse.jgit.pgm.CheckoutTest
Steps: Add file 'b' Commit Create branch '1' Add folder 'a' Commit Replace folder 'a' by file 'a' in the working tree Checkout branch '1'
fileModeTestMissingWithFolderInWorkingTree() - Method in class org.eclipse.jgit.pgm.CheckoutTest
Steps: Add file 'a' Commit Create branch '1' Delete file 'a' Commit Add folder 'a' in the working tree Checkout branch '1'

L

LsRemoteTest - Class in org.eclipse.jgit.pgm
 
LsRemoteTest() - Constructor for class org.eclipse.jgit.pgm.LsRemoteTest
 

M

MergeTest - Class in org.eclipse.jgit.pgm
 
MergeTest() - Constructor for class org.eclipse.jgit.pgm.MergeTest
 

O

org.eclipse.jgit.pgm - package org.eclipse.jgit.pgm
 

R

ReflogTest - Class in org.eclipse.jgit.pgm
 
ReflogTest() - Constructor for class org.eclipse.jgit.pgm.ReflogTest
 
RemoteTest - Class in org.eclipse.jgit.pgm
 
RemoteTest() - Constructor for class org.eclipse.jgit.pgm.RemoteTest
 
RepoTest - Class in org.eclipse.jgit.pgm
 
RepoTest() - Constructor for class org.eclipse.jgit.pgm.RepoTest
 
ResetTest - Class in org.eclipse.jgit.pgm
 
ResetTest() - Constructor for class org.eclipse.jgit.pgm.ResetTest
 

S

setUp() - Method in class org.eclipse.jgit.pgm.AddTest
 
setUp() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
setUp() - Method in class org.eclipse.jgit.pgm.BranchTest
 
setUp() - Method in class org.eclipse.jgit.pgm.CloneTest
 
setUp() - Method in class org.eclipse.jgit.pgm.ConfigTest
 
setUp() - Method in class org.eclipse.jgit.pgm.DescribeTest
 
setUp() - Method in class org.eclipse.jgit.pgm.FetchTest
 
setUp() - Method in class org.eclipse.jgit.pgm.LsRemoteTest
 
setUp() - Method in class org.eclipse.jgit.pgm.MergeTest
 
setUp() - Method in class org.eclipse.jgit.pgm.RemoteTest
 
setUp() - Method in class org.eclipse.jgit.pgm.RepoTest
 
setUp() - Method in class org.eclipse.jgit.pgm.ResetTest
 
setUp() - Method in class org.eclipse.jgit.pgm.TagTest
 
StatusTest - Class in org.eclipse.jgit.pgm
 
StatusTest() - Constructor for class org.eclipse.jgit.pgm.StatusTest
 

T

TagTest - Class in org.eclipse.jgit.pgm
 
TagTest() - Constructor for class org.eclipse.jgit.pgm.TagTest
 
testAdd() - Method in class org.eclipse.jgit.pgm.RemoteTest
 
testAddAFile() - Method in class org.eclipse.jgit.pgm.AddTest
 
testAddAlreadyAdded() - Method in class org.eclipse.jgit.pgm.AddTest
 
testAddFileTwice() - Method in class org.eclipse.jgit.pgm.AddTest
 
testAddNothing() - Method in class org.eclipse.jgit.pgm.AddTest
 
testAddRepoManifest() - Method in class org.eclipse.jgit.pgm.RepoTest
 
testAddUsage() - Method in class org.eclipse.jgit.pgm.AddTest
 
testArchiveIncludesSubmoduleDirectory() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
testArchivePrefixOption() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
testArchivePreservesContent() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
testArchivePreservesMode() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
testArchiveWithFiles() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
testArchiveWithLongFilename() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
testArchiveWithSubdir() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
testBranch() - Method in class org.eclipse.jgit.pgm.ReflogTest
 
testCheckouSingleFile() - Method in class org.eclipse.jgit.pgm.CheckoutTest
 
testCheckoutBranch() - Method in class org.eclipse.jgit.pgm.CheckoutTest
 
testCheckoutExistingBranchWithConflict() - Method in class org.eclipse.jgit.pgm.CheckoutTest
 
testCheckoutHead() - Method in class org.eclipse.jgit.pgm.CheckoutTest
 
testCheckoutLink() - Method in class org.eclipse.jgit.pgm.CheckoutTest
 
testCheckoutNewBranch() - Method in class org.eclipse.jgit.pgm.CheckoutTest
 
testCheckoutNewBranchOnBranchToBeBorn() - Method in class org.eclipse.jgit.pgm.CheckoutTest
 
testCheckoutNewBranchThatAlreadyExists() - Method in class org.eclipse.jgit.pgm.CheckoutTest
 
testCheckoutNonExistingBranch() - Method in class org.eclipse.jgit.pgm.CheckoutTest
 
testCheckoutOrphan() - Method in class org.eclipse.jgit.pgm.CheckoutTest
 
testCheckoutPath() - Method in class org.eclipse.jgit.pgm.CheckoutTest
 
testCheckoutSelf() - Method in class org.eclipse.jgit.pgm.CheckoutTest
 
testCheckoutUnresolvedHead() - Method in class org.eclipse.jgit.pgm.CheckoutTest
 
testCheckoutWithMissingWorkingTreeFile() - Method in class org.eclipse.jgit.pgm.CheckoutTest
Steps: Add file 'a' and 'b' Commit Create branch '1' modify file 'a' Commit Delete file 'a' in the working tree Checkout branch '1'
testClean() - Method in class org.eclipse.jgit.pgm.ReflogTest
 
testClone() - Method in class org.eclipse.jgit.pgm.CloneTest
 
testCloneBare() - Method in class org.eclipse.jgit.pgm.CloneTest
 
testCloneEmpty() - Method in class org.eclipse.jgit.pgm.CloneTest
 
testCloneIntoCurrentDir() - Method in class org.eclipse.jgit.pgm.CloneTest
 
testCommitAll() - Method in class org.eclipse.jgit.pgm.CommitTest
 
testCommitAmend() - Method in class org.eclipse.jgit.pgm.CommitAndLogTest
 
testCommitPath() - Method in class org.eclipse.jgit.pgm.CommitTest
 
testCreate() - Method in class org.eclipse.jgit.pgm.BranchTest
 
testCreateFromOldCommit() - Method in class org.eclipse.jgit.pgm.BranchTest
 
testDefaultFormatIsTar() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
testDelete() - Method in class org.eclipse.jgit.pgm.BranchTest
 
testDeleteForce() - Method in class org.eclipse.jgit.pgm.BranchTest
 
testDeleteForceMultiple() - Method in class org.eclipse.jgit.pgm.BranchTest
 
testDeleteMultiple() - Method in class org.eclipse.jgit.pgm.BranchTest
 
testDescribeCommit() - Method in class org.eclipse.jgit.pgm.DescribeTest
 
testDescribeTag() - Method in class org.eclipse.jgit.pgm.DescribeTest
 
testDescribeTagLong() - Method in class org.eclipse.jgit.pgm.DescribeTest
 
testEmptyArchive() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
testEmptyTar() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
testExistingBranch() - Method in class org.eclipse.jgit.pgm.BranchTest
 
testExtensionMatchIsAnchored() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
testFastForward() - Method in class org.eclipse.jgit.pgm.MergeTest
 
testFastForwardOnly() - Method in class org.eclipse.jgit.pgm.MergeTest
 
testFetchAllTags() - Method in class org.eclipse.jgit.pgm.FetchTest
 
testFetchDefault() - Method in class org.eclipse.jgit.pgm.FetchTest
 
testFetchNoTags() - Method in class org.eclipse.jgit.pgm.FetchTest
 
testFormatOverridesFilename() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
testHeadNoTag() - Method in class org.eclipse.jgit.pgm.DescribeTest
 
testHelpAfterDelete() - Method in class org.eclipse.jgit.pgm.BranchTest
 
testHelpArgumentAfterUnknown() - Method in class org.eclipse.jgit.pgm.DescribeTest
 
testHelpArgumentBeforeUnknown() - Method in class org.eclipse.jgit.pgm.DescribeTest
 
testList() - Method in class org.eclipse.jgit.pgm.BranchTest
 
testList() - Method in class org.eclipse.jgit.pgm.RemoteTest
 
testListConfig() - Method in class org.eclipse.jgit.pgm.ConfigTest
 
testListContains() - Method in class org.eclipse.jgit.pgm.BranchTest
 
testListDetached() - Method in class org.eclipse.jgit.pgm.BranchTest
 
testLsRemote() - Method in class org.eclipse.jgit.pgm.LsRemoteTest
 
testLsRemoteHeads() - Method in class org.eclipse.jgit.pgm.LsRemoteTest
 
testLsRemoteHeadsTags() - Method in class org.eclipse.jgit.pgm.LsRemoteTest
 
testLsRemoteTags() - Method in class org.eclipse.jgit.pgm.LsRemoteTest
 
testMerge() - Method in class org.eclipse.jgit.pgm.MergeTest
 
testMergeNoCommit() - Method in class org.eclipse.jgit.pgm.MergeTest
 
testMergeNoCommitSquash() - Method in class org.eclipse.jgit.pgm.MergeTest
 
testMergeSelf() - Method in class org.eclipse.jgit.pgm.MergeTest
 
testMergeWithUserMessage() - Method in class org.eclipse.jgit.pgm.MergeTest
 
testMissingPath() - Method in class org.eclipse.jgit.pgm.RepoTest
 
testNoExtensionMeansTar() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
testNoFastForward() - Method in class org.eclipse.jgit.pgm.MergeTest
 
testNoFastForwardAndSquash() - Method in class org.eclipse.jgit.pgm.MergeTest
 
testNoHead() - Method in class org.eclipse.jgit.pgm.DescribeTest
 
testPathOptionHelp() - Method in class org.eclipse.jgit.pgm.ResetTest
 
testPathOptionHelp() - Method in class org.eclipse.jgit.pgm.StatusTest
 
testPrefixDoesNotNormalizeDoubleSlash() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
testPrefixDoesNotNormalizeDoubleSlashInTar() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
testPrefixWithoutTrailingSlash() - Method in class org.eclipse.jgit.pgm.ArchiveTest
The prefix passed to "git archive" need not end with '/'.
testRemove() - Method in class org.eclipse.jgit.pgm.RemoteTest
 
testRenameSingleArg() - Method in class org.eclipse.jgit.pgm.BranchTest
 
testRenameTwoArgs() - Method in class org.eclipse.jgit.pgm.BranchTest
 
testResetEmptyPath() - Method in class org.eclipse.jgit.pgm.ResetTest
 
testResetPathDoubleDash() - Method in class org.eclipse.jgit.pgm.ResetTest
 
testResetPathDoubleDashNoRef() - Method in class org.eclipse.jgit.pgm.ResetTest
 
testResetPathNoDoubleDash() - Method in class org.eclipse.jgit.pgm.ResetTest
 
testResetPathNoDoubleDashNoRef() - Method in class org.eclipse.jgit.pgm.ResetTest
 
testResetPrevious() - Method in class org.eclipse.jgit.pgm.ResetTest
 
testResetSelf() - Method in class org.eclipse.jgit.pgm.ResetTest
 
testSetUrl() - Method in class org.eclipse.jgit.pgm.RemoteTest
 
testSetUrlPush() - Method in class org.eclipse.jgit.pgm.RemoteTest
 
testSingleCommit() - Method in class org.eclipse.jgit.pgm.ReflogTest
 
testSplit() - Method in class org.eclipse.jgit.pgm.CLIGitCommandTest
 
testSquash() - Method in class org.eclipse.jgit.pgm.MergeTest
 
testSquashSelf() - Method in class org.eclipse.jgit.pgm.MergeTest
 
testStatusDefault() - Method in class org.eclipse.jgit.pgm.StatusTest
 
testStatusPorcelain() - Method in class org.eclipse.jgit.pgm.StatusTest
 
testStatusPorcelainU() - Method in class org.eclipse.jgit.pgm.StatusTest
 
testStatusPorcelainUall() - Method in class org.eclipse.jgit.pgm.StatusTest
 
testStatusPorcelainUno() - Method in class org.eclipse.jgit.pgm.StatusTest
 
testStatusPorcelainUntrackedFiles() - Method in class org.eclipse.jgit.pgm.StatusTest
 
testStatusPorcelainUntrackedFilesAll() - Method in class org.eclipse.jgit.pgm.StatusTest
 
testStatusPorcelainUntrackedFilesNo() - Method in class org.eclipse.jgit.pgm.StatusTest
 
testStatusU() - Method in class org.eclipse.jgit.pgm.StatusTest
 
testStatusUall() - Method in class org.eclipse.jgit.pgm.StatusTest
 
testStatusUno() - Method in class org.eclipse.jgit.pgm.StatusTest
 
testStatusUntrackedFiles() - Method in class org.eclipse.jgit.pgm.StatusTest
 
testStatusUntrackedFilesAll() - Method in class org.eclipse.jgit.pgm.StatusTest
 
testStatusUntrackedFilesNo() - Method in class org.eclipse.jgit.pgm.StatusTest
 
testTagTwice() - Method in class org.eclipse.jgit.pgm.TagTest
 
testTarExtension() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
testTarIncludesSubmoduleDirectory() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
testTarPrefixOption() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
testTarPrefixWithoutTrailingSlash() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
testTarPreservesContent() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
testTarPreservesMode() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
testTarWithLongFilename() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
testTarWithSubdir() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
testTbz2Extension() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
testTgzExtensions() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
testTxzExtension() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
testUnrecognizedExtensionMeansTar() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
testUnrecognizedFormat() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
testUpdate() - Method in class org.eclipse.jgit.pgm.RemoteTest
 
testVerboseList() - Method in class org.eclipse.jgit.pgm.RemoteTest
 
testZipExtension() - Method in class org.eclipse.jgit.pgm.ArchiveTest
 
testZombieArgument_Bug484951() - Method in class org.eclipse.jgit.pgm.ResetTest
 
testZombieHelpArgument() - Method in class org.eclipse.jgit.pgm.RepoTest
See bug 484951: "git repo -h" should not print unexpected values
A B C D F L M O R S T 

Copyright © 2016 Eclipse JGit Project. All rights reserved.