5#include "../GitTypes.h"
10class GitSyncBranchDialog
13 void Open(
const std::string& branchName);
18 bool mJustOpened =
false;
20 std::string mTargetBranch;
21 std::string mCurrentBranch;
24 std::vector<GitCommitInfo> mCommits;
25 int32_t mSelectedCommitIndex = 0;
27 bool mCheckoutAfter =
false;
28 bool mNoFastForward =
false;
31 bool mRunning =
false;
33 std::string mResultMessage;
34 int32_t mResultLevel = 0;
37GitSyncBranchDialog* GetGitSyncBranchDialog();