1 files changed,
2 insertions(+),
2 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2026-02-09 21:54:52 +0200
Authored at:
2026-02-09 02:17:54 +0200
Change ID:
wlklwywwonylsmntkqmpylzklzstkmwk
Parent:
c845996
M
internal/git/repo.go
路路路 97 97 commits = append(commits, &Commit{ 98 98 AuthorEmail: c.Author.Email, 99 99 AuthorName: c.Author.Name, 100 - Committed: c.Author.When, 100 + Committed: c.Committer.When, 101 101 Hash: c.Hash.String(), 102 102 HashShort: c.Hash.String()[:8], 103 103 Message: c.Message, 路路路 121 121 return &Commit{ 122 122 AuthorEmail: c.Author.Email, 123 123 AuthorName: c.Author.Name, 124 - Committed: c.Author.When, 124 + Committed: c.Committer.When, 125 125 Hash: c.Hash.String(), 126 126 HashShort: c.Hash.String()[:8], 127 127 Message: c.Message,