1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00

allow copying commit author to clipboard

This commit is contained in:
Jesse Duffield
2022-05-01 14:14:29 +10:00
parent d85f4792af
commit 4dd09ee0d5
4 changed files with 55 additions and 1 deletions

View File

@ -17,7 +17,7 @@ type Commit struct {
Action string // one of "", "pick", "edit", "squash", "reword", "drop", "fixup"
Tags []string
ExtraInfo string // something like 'HEAD -> master, tag: v0.15.2'
Author string
Author string // something like 'Jesse Duffield <jessedduffield@gmail.com>'
UnixTimestamp int64
// SHAs of parent commits (will be multiple if it's a merge commit)