OSDN Git Service

Pull/Fetch Dlg: Used git config to determine default remote and remote branch. Also...
[tortoisegit/TortoiseGitJp.git] / src / TortoiseProc / PullFetchDlg.h
index 3297236..61a5428 100644 (file)
@@ -29,6 +29,7 @@ protected:
 public:\r
        BOOL        m_IsPull;\r
     BOOL        m_bAutoLoad;\r
+       BOOL            m_bRebase;\r
     BOOL        m_bAutoLoadEnable;\r
     CHyperLink  m_RemoteManage;\r
 \r
@@ -37,4 +38,5 @@ public:
        CString m_RemoteURL;\r
        CString m_RemoteBranchName;\r
     afx_msg void OnStnClickedRemoteManage();\r
+       afx_msg void OnBnClickedButtonBrowseRef();\r
 };\r