X-Git-Url: http://git.sourceforge.jp/view?p=tortoisegit%2FTortoiseGitJp.git;a=blobdiff_plain;f=src%2FGit%2FTGitPath.h;h=3ac37bcc01491a6ad7a5b26fde6c439f3c021490;hp=d6b89644e87fcad5b4ef12090dd63a244b0f3c76;hb=2d57b34a707f9a107930cc24322f009cdcf6dd28;hpb=473358810da356e0d3b4fd6e1ed91ba7f604c6f6 diff --git a/src/Git/TGitPath.h b/src/Git/TGitPath.h index d6b8964..3ac37bc 100644 --- a/src/Git/TGitPath.h +++ b/src/Git/TGitPath.h @@ -20,6 +20,10 @@ public: LOGACTIONS_UNVER = 0x80000000, LOGACTIONS_IGNORE = 0x40000000, //LOGACTIONS_CONFLICT = 0x20000000, + + // For log filter only + LOGACTIONS_HIDE = 0x20000000, + LOGACTIONS_GRAY = 0x10000000, }; CString m_StatAdd;