7class GitCreateBranchDialog
11 void Open(
const std::string& sourceOid);
16 bool mJustOpened =
false;
18 char mBranchName[128] = {0};
19 bool mCheckoutAfterCreate =
true;
22 int32_t mSourceRefMode = 0;
23 std::string mSelectedSourceOid;
26 std::string mErrorMessage;
27 bool mBranchExists =
false;
30GitCreateBranchDialog* GetGitCreateBranchDialog();