internal RebaseStepInfo(RebaseStepOperation type, Commit commit, string exec) { Type = type; Commit = commit; Exec = exec; }