- CARET_CHARACTER - Static variable in class org.kuali.student.git.model.branch.utils.GitBranchUtils
-
- CARET_REPLACEMENT - Static variable in class org.kuali.student.git.model.branch.utils.GitBranchUtils
-
- CHARACTER_TO_REPLACEMENT_MAP - Static variable in class org.kuali.student.git.model.branch.utils.GitBranchUtils
-
- checkoutBranch(String, Repository, String, boolean, OutputStream) - Static method in class org.kuali.student.git.utils.ExternalGitUtils
-
Checkout the named branch using the branch name provided.
- cleanupLocalCredentialHelper(String, Repository) - Static method in class org.kuali.student.git.utils.ExternalGitUtils
-
Remove any configured Credential Helper Section from the local git repository.
- clear() - Method in class org.kuali.student.git.model.branch.large.LargeBranchNameProviderMapImpl
-
- clearExternals() - Method in class org.kuali.student.git.model.GitBranchData
-
- clearMergedRevisions() - Method in class org.kuali.student.git.model.BranchMergeInfo
-
- clearMergeInfo() - Method in class org.kuali.student.git.model.GitBranchData
-
- close() - Method in class org.kuali.student.git.cleaner.AbstractRepositoryCleaner
-
- COLON_CHARACTER - Static variable in class org.kuali.student.git.model.branch.utils.GitBranchUtils
-
- COLON_REPLACEMENT - Static variable in class org.kuali.student.git.model.branch.utils.GitBranchUtils
-
- CommitDependency - Class in org.kuali.student.git.cleaner.model
-
- CommitDependency(RevCommitBitMapIndex, ObjectId) - Constructor for class org.kuali.student.git.cleaner.model.CommitDependency
-
- commitToBranchMap - Variable in class org.kuali.student.git.cleaner.AbstractRepositoryCleaner
-
- commitToTagMap - Variable in class org.kuali.student.git.cleaner.AbstractRepositoryCleaner
-
- compare(RevCommit, RevCommit) - Method in class org.kuali.student.cleaner.model.sort.FusionAwareTopoSortComparator
-
- computeBitmap(ObjectId, Set<ObjectId>) - Method in class org.kuali.student.cleaner.model.bitmap.RevCommitBitMapIndex
-
- computeDifference(List<BranchMergeInfo>, List<BranchMergeInfo>) - Static method in class org.kuali.student.git.model.SvnMergeInfoUtils
-
Computes the difference, what has been added to the target that is not in the source, between the two sets of merge info and returns the difference out.
- computeExternalsAwareOrdering(Collection<GitBranchData>) - Static method in class org.kuali.student.git.model.ExternalsUtils
-
Reorder the unordered list so that branches that have externals dependencies will be placed after them in the list.
- consolidateConsecutiveRanges(SvnMergeInfoUtils.BranchRangeDataProvider, BranchDetector, GitBranchUtils.ILargeBranchNameProvider, List<BranchMergeInfo>) - Static method in class org.kuali.student.git.model.SvnMergeInfoUtils
-
- containsObjectId(ObjectId) - Method in class org.kuali.student.cleaner.model.bitmap.Bitmap
-
- containsParent(ObjectId) - Method in class org.kuali.student.git.cleaner.model.CommitDependency
-
- convertBranchNameToPath(String) - Static method in class org.kuali.student.git.model.branch.utils.GitBranchUtils
-
- ConvertBuildTagBranchesToGitTags - Class in org.kuali.student.git.importer
-
Intended to create Git Tag's for all build- branches.
- ConvertBuildTagBranchesToGitTags() - Constructor for class org.kuali.student.git.importer.ConvertBuildTagBranchesToGitTags
-
- convertDateString(String) - Static method in class org.kuali.student.git.utils.GitImporterDateUtils
-
- ConvertOldBranchesToTagsMain - Class in org.kuali.student.git.importer
-
Intended to be run after the GitImporterMain to prune old branches from the list of active branches.
- ConvertOldBranchesToTagsMain() - Constructor for class org.kuali.student.git.importer.ConvertOldBranchesToTagsMain
-
- convertPathToBranchName(String) - Static method in class org.kuali.student.git.model.branch.utils.GitBranchUtils
-
- convertToTargetPath(String, String, BranchData) - Static method in class org.kuali.student.git.model.branch.utils.GitBranchUtils
-
Figure out any suffix to apply to the path and then the git tree object representing the copyfrom branch directory.
- convertToTargetPath(String, long, String, String, BranchData) - Static method in class org.kuali.student.git.model.branch.utils.GitBranchUtils
-
Convert the copyfrom blob path into a path rooted on the target branch (branch in path).
- CopyFromOperation - Class in org.kuali.student.git.model
-
- CopyFromOperation(CopyFromOperation.OperationType) - Constructor for class org.kuali.student.git.model.CopyFromOperation
-
- CopyFromOperation.OperationType - Enum in org.kuali.student.git.model
-
- CopyFromTreeBlobVisitor - Class in org.kuali.student.git.model
-
- CopyFromTreeBlobVisitor(long, String, GitBranchData, CopyFromOperation.OperationType, String, boolean, SvnRevisionMapper.SvnRevisionMapResults, GitBranchUtils.ILargeBranchNameProvider, BranchDetector, IGitBranchDataProvider, PrintWriter, PrintWriter) - Constructor for class org.kuali.student.git.model.CopyFromTreeBlobVisitor
-
- countBlobs(GitTreeData) - Static method in class org.kuali.student.git.model.tree.utils.GitTreeDataUtils
-
- createBranch(Repository, String, ObjectId) - Static method in class org.kuali.student.git.model.ref.utils.GitRefUtils
-
Create a new branch with the name and commit given.
- createBranch(Repository, String, ObjectId, boolean) - Static method in class org.kuali.student.git.model.ref.utils.GitRefUtils
-
- createFusedTree(ObjectReader, ObjectInserter, RevWalk, RevCommit, List<ExternalModuleInfo>) - Static method in class org.kuali.student.git.model.ExternalModuleUtils
-
Create a new tree that is the result of the fusion of the existing commit with the other modules indicated in the externals list.
- createFusedTree(ObjectReader, ObjectInserter, RevWalk, RevCommit, List<ExternalModuleInfo>, boolean) - Static method in class org.kuali.student.git.model.ExternalModuleUtils
-
- createFusionMavenPluginDataFileString(long, Repository, List<ExternalModuleInfo>, GitBranchUtils.ILargeBranchNameProvider) - Static method in class org.kuali.student.git.model.ExternalModuleUtils
-
- createFusionMavenPluginDataFileString(List<ExternalModuleInfo>) - Static method in class org.kuali.student.git.model.ExternalModuleUtils
-
Don't make any adjustments just render the externals into the fusion-maven-plugin.dat format as given.
- createFusionMavenPluginDataFileString(long, ExternalModuleUtils.IBranchHeadProvider, List<ExternalModuleInfo>, GitBranchUtils.ILargeBranchNameProvider) - Static method in class org.kuali.student.git.model.ExternalModuleUtils
-
Create the fusion-maven-plugin.dat file from the externals given.
- createFusionMavenPluginDataFileString(Repository, List<ExternalModuleInfo>) - Static method in class org.kuali.student.git.model.ExternalModuleUtils
-
- createMergeData(long, String, List<BranchMergeInfo>) - Method in class org.kuali.student.git.model.SvnRevisionMapper
-
- createOrUpdateBranch(Repository, String, ObjectId) - Static method in class org.kuali.student.git.model.ref.utils.GitRefUtils
-
- createRevisionMap(long, List<Ref>) - Method in class org.kuali.student.git.model.SvnRevisionMapper
-
- CreateSwapFile - Class in org.kuali.student.git.importer
-
When running the importer it can be a lot faster to run in a tmpfs partition.
- CreateSwapFile() - Constructor for class org.kuali.student.git.importer.CreateSwapFile
-
- createTagReference(Repository, String, ObjectId) - Static method in class org.kuali.student.git.model.ref.utils.GitRefUtils
-
- createTree(List<JGitTreeData>, ObjectInserter) - Static method in class org.kuali.student.git.model.tree.utils.JGitTreeUtils
-