We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--follow
1 parent d2e48a8 commit 8ddae87Copy full SHA for 8ddae87
index.js
@@ -47,7 +47,7 @@ export default function unifiedInferGitMeta(options = {}) {
47
// eslint-disable-next-line complexity
48
return async (_, file) => {
49
const {stdout} = await promisify(exec)(
50
- 'git log --all --format="%aN,%aE,\\"%cD\\"" "' + file.path + '"',
+ 'git log --all --follow --format="%aN,%aE,\\"%cD\\"" "' + file.path + '"',
51
{cwd: file.cwd}
52
)
53
0 commit comments