mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-13 09:06:27 -04:00
update snapshot to include author name and email in git log
This commit is contained in:
parent
ec4b5ca134
commit
8ef0032ee2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue