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.
1 parent 789dc16 commit 47bf5bfCopy full SHA for 47bf5bf
src/node/utils/getGitTimestamp.ts
@@ -5,7 +5,7 @@ export function getGitTimestamp(file: string) {
5
return new Promise<number>((resolve, reject) => {
6
const cwd = dirname(file)
7
const fileName = basename(file)
8
- const child = spawn('git', ['log', '-1', '--pretty="%ci"', fileName], {
+ const child = spawn('git', ['log', '-1', '--pretty="%ai"', fileName], {
9
cwd
10
})
11
let output = ''
0 commit comments