- 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'