update snapshot to include author name and email in git log

This commit is contained in:
Jesse Duffield 2022-05-08 10:49:33 +10:00
parent ec4b5ca134
commit 8ef0032ee2

View file

@ -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