提交 e8656813 编写于 作者: weixin_47267244's avatar weixin_47267244

修复问题

上级 064f0c09
......@@ -238,13 +238,13 @@ foreach ($storeRepoMap as $name => $urls)
foreach ($commits as $commit)
{
chdir($mainRepoPath);
execCMD('git --no-pager show ' . $commit . ' --stat', '提交记录', $result);
execCMD('git show ' . $commit . ' -s --format=%cn', '', $result);
$author = $result[0];
execCMD('git show ' . $commit . ' -s --format=%ad', '', $result);
$date = $result[0];
execCMD('git show ' . $commit . ' -s --format=%s', '', $result);
$message = $result[0];
execCMD('git --no-pager show ' . $commit . ' --stat', '提交记录', $result);
$needCommit = false;
foreach ($result as $row)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册