Commit 6923c26e authored by nanahira's avatar nanahira

no foolow

parent 687e2c9a
Pipeline #28362 passed with stages
in 3 minutes and 37 seconds
......@@ -221,7 +221,7 @@ async function getCardHistory(data: YGOProCardLike) {
: `script/c${data.id}.lua`;
const { stdout } = await execFileAsync(
'git',
['log', '--follow', '--format=%ct,%H', '--', filename],
['log', '--format=%ct,%H', '--', filename],
{
cwd: gitPath,
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment