diff --git a/x-pack/legacy/plugins/code/server/git_operations.ts b/x-pack/legacy/plugins/code/server/git_operations.ts index 54f32ed9b100c..b5cfdad526183 100644 --- a/x-pack/legacy/plugins/code/server/git_operations.ts +++ b/x-pack/legacy/plugins/code/server/git_operations.ts @@ -506,7 +506,7 @@ export class GitOperations { const options: any = { n: count, format: { - updated: '%ai', + updated: '%aI', message: '%B', author: '%an', authorEmail: '%ae',