OSDN Git Service

Fix some TGitCache build error
[tortoisegit/TortoiseGitJp.git] / src / TortoiseProc / AppUtils.h
index 030e8fc..18cc961 100644 (file)
@@ -159,6 +159,11 @@ public:
                                                                const GitRev& peg = GitRev(), const GitRev& headpeg = GitRev(),\r
                                                                bool bAlternateDiff = false, bool ignoreancestry = false,\r
                                                                bool blame = false);\r
+       \r
+       static bool Export(CString *BashHash=NULL);\r
+       static bool CreateBranchTag(bool IsTag=TRUE,CString *CommitHash=NULL);\r
+       static bool Switch(CString *CommitHash);\r
+\r
 private:\r
        static CString PickDiffTool(const CTGitPath& file1, const CTGitPath& file2);\r
        static bool GetMimeType(const CTGitPath& file, CString& mimetype);\r