Example #1
0
 internal GitClientArgs(GitCommandType commandType)
 {
     ThrowOnError = true;
     ThrowOnCancel = true;
     CommandType = commandType;
 }
 protected GitTransportClientArgs(GitCommandType commandType)
     : base(commandType)
 {
 }
 protected GitClientArgsWithCommit(GitCommandType commandType)
     : base(commandType)
 {
 }