Ejemplo n.º 1
0
 internal RebaseStepInfo(RebaseStepOperation type, Commit commit, string exec)
 {
     Type   = type;
     Commit = commit;
     Exec   = exec;
 }
Ejemplo n.º 2
0
 internal RebaseStepInfo(RebaseStepOperation type, Commit commit, string exec)
 {
     Type = type;
     Commit = commit;
     Exec = exec;
 }