Uses of Class
org.eclipse.jgit.lib.RebaseTodoLine
Packages that use RebaseTodoLine
Package
Description
High-level API commands (the porcelain of JGit).
Core API for repository, config, refs, object database.
-
Uses of RebaseTodoLine in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type RebaseTodoLineModifier and TypeMethodDescriptionprivate RevCommit
RebaseCommand.doSquashFixup
(boolean isSquash, RevCommit commitToPick, RebaseTodoLine nextStep, File messageFixup, File messageSquash) private RebaseResult
RebaseCommand.processStep
(RebaseTodoLine step, boolean shouldPick) private RevCommit
RebaseCommand.squashIntoPrevious
(boolean sequenceContainsSquash, RebaseTodoLine nextStep) Method parameters in org.eclipse.jgit.api with type arguments of type RebaseTodoLineModifier and TypeMethodDescriptionprivate void
RebaseCommand.checkSteps
(List<RebaseTodoLine> steps) void
RebaseCommand.InteractiveHandler.prepareSteps
(List<RebaseTodoLine> steps) Given list ofsteps
should be modified according to user rebase configuration -
Uses of RebaseTodoLine in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return RebaseTodoLineModifier and TypeMethodDescriptionprivate static RebaseTodoLine
RebaseTodoFile.parseLine
(byte[] buf, int tokenBegin, int lineEnd) Methods in org.eclipse.jgit.lib that return types with arguments of type RebaseTodoLineModifier and TypeMethodDescriptionRebaseTodoFile.readRebaseTodo
(String path, boolean includeComments) Read a file formatted like the git-rebase-todo file.Repository.readRebaseTodo
(String path, boolean includeComments) Read a file formatted like the git-rebase-todo file.Method parameters in org.eclipse.jgit.lib with type arguments of type RebaseTodoLineModifier and TypeMethodDescriptionprivate static void
RebaseTodoFile.parseComments
(byte[] buf, int tokenBegin, List<RebaseTodoLine> r, int lineEnd) void
RebaseTodoFile.writeRebaseTodoFile
(String path, List<RebaseTodoLine> steps, boolean append) Write a file formatted like a git-rebase-todo file.void
Repository.writeRebaseTodoFile
(String path, List<RebaseTodoLine> steps, boolean append) Write a file formatted like a git-rebase-todo file.