예제 #1
0
 internal RebaseStepInfo(RebaseStepOperation type, Commit commit, string exec)
 {
     Type   = type;
     Commit = commit;
     Exec   = exec;
 }
예제 #2
0
 internal RebaseStepInfo(RebaseStepOperation type, Commit commit, string exec)
 {
     Type = type;
     Commit = commit;
     Exec = exec;
 }