OSDN Git Service

Git Blame Show File
[tortoisegit/TortoiseGitJp.git] / src / Git / Git.cpp
index 764e475..880a267 100644 (file)
@@ -218,7 +218,7 @@ int CGit::GetLog(CString& logOut, CString &hash,  CTGitPath *path ,int count,int
        if(mask& LOG_INFO_FILESTATE)\r
                param += _T("--raw");\r
 \r
-       cmd.Format(_T("git.exe log %s -C %s --pretty=format:\""),\r
+       cmd.Format(_T("git.exe log %s -C --left-right --boundary --topo-order --parents %s --pretty=format:\""),\r
                                num,param);\r
 \r
        BuildOutputFormat(log);\r