65 inline void SetCommitId(
const char* value) { m_commitIdHasBeenSet =
true; m_commitId.assign(value); }
106 inline void SetTreeId(
const char* value) { m_treeIdHasBeenSet =
true; m_treeId.assign(value); }
176 inline Commit&
AddParents(
const char* value) { m_parentsHasBeenSet =
true; m_parents.push_back(value);
return *
this; }
202 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
246 inline void SetAuthor(
UserInfo&& value) { m_authorHasBeenSet =
true; m_author = std::move(value); }
353 inline void SetAdditionalData(
const char* value) { m_additionalDataHasBeenSet =
true; m_additionalData.assign(value); }
373 bool m_commitIdHasBeenSet;
376 bool m_treeIdHasBeenSet;
379 bool m_parentsHasBeenSet;
382 bool m_messageHasBeenSet;
385 bool m_authorHasBeenSet;
388 bool m_committerHasBeenSet;
391 bool m_additionalDataHasBeenSet;