From 8ef0032ee20d45264f532a9090c2f4c163112ec8 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 8 May 2022 10:49:33 +1000 Subject: [PATCH] update snapshot to include author name and email in git log --- pkg/integration/integration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/integration/integration.go b/pkg/integration/integration.go index 08b2c8847..89c906c51 100644 --- a/pkg/integration/integration.go +++ b/pkg/integration/integration.go @@ -375,7 +375,7 @@ func generateSnapshot(dir string) (string, error) { // TODO: find a way to bring this back without breaking tests // `ls-remote origin`, `status`, // file tree - `log --pretty=%B -p -1`, // log + `log --pretty=%B|%an|%ae -p -1`, // log `tag -n`, // tags `stash list`, // stash `submodule foreach 'git status'`, // submodule status